summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-08-23TextEditor: Unveil the full path to the config fileRalf Donau
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-08-22ThemeEditor: Add Actions to save preview_palette to theme filenetworkException
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-20LibCore: Make Core::File::open() return OSError in case of failureAndreas Kling
2021-08-20DisplaySettings: Lazily load wallpapersAndrew January
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-08-18LibGL: Fix triangle winding calculationStephan Unverwerth
2021-08-18LibGL: Fix interpretation of BGRA byte orderStephan Unverwerth
2021-08-18LibGL: Fix glTexCoord behaviourStephan Unverwerth
2021-08-18LibGL+3DFileViewer: Make glRotatef accept degrees, not radiansStephan Unverwerth
2021-08-18SystemMonitor: Put the "Hardware" tabs at the end of the listAndreas Kling
2021-08-18FileManager: Reorder main toolbar actions a little bitAndreas Kling
2021-08-18SystemMonitor: Rename "Graphs" tab to "Performance"Andreas Kling
2021-08-18SystemMonitor: Rename "File system" tab to "Storage"Andreas Kling
2021-08-18SystemMonitor: Consolidate hardware tabs + remove interrupts tabAndreas Kling
2021-08-18SystemMonitor: Remove "Devices" tabAndreas Kling
2021-08-18Browser: Add Ctrl-D keyboard shortcut for bookmarking the current pageRob Ryan
2021-08-18LibGUI+Browser: Add UrlBox classRob Ryan
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-15Assistant: Bundle UI updates to avoid flickeringCarlos César Neves Enumo
2021-08-14DisplaySettings: Pass the parent window to the FilePickerKarol Kosek
2021-08-14DisplaySettings: Remove the trailing dot from tooltip and window titleKarol Kosek
2021-08-14DisplaySettings: Open the wallpaper file picker in the wallpaper pathKarol Kosek
2021-08-14PixelPaint: Disable context menu for GuideTool when no guide is foundMarcus Nilsson
2021-08-14PixelPaint: Show Guides on GuideTool activationMarcus Nilsson
2021-08-14PixelPaint: Revert update rect tightening for SelectionMarcus Nilsson
2021-08-13SystemMonitor: Don't fail if we don't have ports installedDaniel Bertalan
2021-08-13SystemMonitor: Unveil /usr/local/bin so symbolization works on portsBrian Gianforcaro
2021-08-123DFileViewer: Allow zooming via mouse wheelStephan Unverwerth
2021-08-123DFileViewer: Add magnification filters to texture menuStephan Unverwerth
2021-08-123DFileViewer: Add texture menuStephan Unverwerth
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-10Spreadsheet: Call SheetModel::update() instead of invalidate()sin-ack
2021-08-09Everywhere: Use tobyase@serenityos.org for my copyright headersTobias Christiansen
2021-08-09Spreadsheet: Make convert_from_string() return Optional<size_t>Mandar Kulkarni
2021-08-09Spreadsheet: Fix column index string to number conversionMandar Kulkarni
2021-08-09PixelPaint: Let Tools have different cursorsMarcus Nilsson
2021-08-08LibJS+Spreadsheet: Use js_string(VM&, ...) overload moreLinus Groh
2021-08-08PixelPaint: Tighten update rects for ToolsMarcus Nilsson
2021-08-08PixelPaint: Inflate update rect for PenToolMarcus Nilsson
2021-08-08SystemMonitor: Remove unused `this` lambda capturesDaniel Bertalan
2021-08-08Terminal: Save settings to config filehstde
2021-08-08Browser+LibWeb: Silence some debug spamsTheFightingCatfish
2021-08-08Browser+LibWeb: Make sure the default favicon is loadedTheFightingCatfish
2021-08-08PixelPaint: Add snapping to the GuideToolTobias Christiansen
2021-08-08PixelPaint: Add tooltip to GuideTool to show current offsetTobias Christiansen
2021-08-07PixelPaint: Use unveil to hide file systemTimothy