summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-08-23PixelPaint: Use Sqrt1_2 constant in EllipseTool instead of 1/1.41Hendiadyoin1
2022-08-22PixelPaint: Disambiguate layer vs image actions in their namesAndreas Kling
2022-08-22PixelPaint: Add actions for flipping and rotating an individual layerAndreas Kling
2022-08-22PixelPaint: Relayout ImageEditor immediately when image rect changesAndreas Kling
2022-08-22PixelPaint: Create undo items for more editing actionsAndreas Kling
2022-08-22PixelPaint: Restore image size from snapshotsAndreas Kling
2022-08-22GamesSettings: Add a preview for the current card-game settings :^)Sam Atkins
2022-08-22GamesSettings: Add a setting for the card-back imageSam Atkins
2022-08-22GamesSettings: Introduce a new GamesSettings application :^)Sam Atkins
2022-08-22PixelPaint: Push layer creation onto the undo stackRoberto Bampi
2022-08-22HexEditor: Fix utf16 validationJannis Weis
2022-08-22FileManager: Disable open_child_directory_action if no child existsJannis Weis
2022-08-22FileManager: Respond to all selection changes in the BreadcrumbbarJannis Weis
2022-08-21PixelPaint: Show more specific Undo/Redo action textAndreas Kling
2022-08-21PixelPaint: Add Tool::tool_name() as a single-point-of-truthAndreas Kling
2022-08-21PixelPaint: Make Filter::filter_name() constAndreas Kling
2022-08-21PixelPaint: Fix tool preview positions after moving a layerMacDue
2022-08-21PixelPaint: Make outline ellipse the same size as other ellipsesMacDue
2022-08-21SystemMonitor: Don't unveil /boot/Kernel.debug if it does not existLiav A
2022-08-18FileManager: Add "open child directory" action (Alt+Down)Andreas Kling
2022-08-18FileManager: Do not activate "Show Dotfiles" action on every startupTimothy Flynn
2022-08-16LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffectsthankyouverycool
2022-08-16DisplaySettings: Update Workspaces tab GMLthankyouverycool
2022-08-16TextEditor: Correct typo in MainWidget.{cpp,h}huttongrabiel
2022-08-15Terminal: Enable double-buffering for the terminal widgetAndreas Kling
2022-08-15LibJS: Use NaN boxing to decrease the memory size of Valuesdavidot
2022-08-15TextEditor: Display widget when needle not found in replace allhuttongrabiel
2022-08-14Terminal: Update window size increments on terminal font changeAndreas Kling
2022-08-14Terminal: Rename menu item from "Settings" to "Terminal Settings"Andreas Kling
2022-08-14Browser: Rename menu item from "Settings" to "Browser Settings"Andreas Kling
2022-08-14SystemMonitor: Add some margin around widgets in the process inspectorAndreas Kling
2022-08-14SystemMonitor: Make process name appear in the process inspector againAndreas Kling
2022-08-14Base: Launch ImageDecoder at session start-upLucas CHOLLET
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-08-14Base: Launch WebContent at session start-upLucas CHOLLET
2022-08-14Base: Launch Request at session start-upLucas CHOLLET
2022-08-14Base: Launch ConfigServer at session start-upLucas CHOLLET
2022-08-14Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`Lucas CHOLLET
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-08-14PixelPaint: Add Median filterkleines Filmröllchen
2022-08-14FontEditor: Mark pasted glyphs as modifiedSam Atkins
2022-08-14FontEditor: Add an option to show or hide modification highlightsSam Atkins
2022-08-14FontEditor: Store glyph modified state on the undo stackSam Atkins
2022-08-14FileManager: Add 'Set as Desktop Wallpaper' action to file context menucflip
2022-08-14Base: Add Icon for Partition Editorelectrikmilk