summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-08-28LibJS: Turn initialize_global_object() into a regular initialize()Linus Groh
2022-08-28PixelPaint: Cropping to content with moved layers was brokenAndreas Krohn
2022-08-28PixelPaint: Fix const correctness of Selection::in_interactive_selectionKevin Meyer
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-26SpreadSheet: Pass parent window when constructing About actionthankyouverycool
2022-08-26PixelPaint: Make selection changes undoableAndreas Kling
2022-08-26PixelPaint: Move selection from ImageEditor to ImageAndreas Kling
2022-08-26PixelPaint: Move "marching ants" painting logic to ImageEditorAndreas Kling
2022-08-26PixelPaint: Round mouse event coordinates instead of truncatingAndreas Kling
2022-08-25PixelPaint: Reduce verbosity of crop to content featurefaxe1008
2022-08-25Applications: Use modeless windows in some appsthankyouverycool
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-08-25Apps+Demos+Dialogs: Remove unnecessary minimum window sizesthankyouverycool
2022-08-24WindowServer+DisplaySettings: Capitalize display mode dropdownJames Bellamy
2022-08-24PixelPaint: Add more iconselectrikmilk
2022-08-23PixelPaint: Add simple "Crop Image to Content" featureAndreas Kling
2022-08-23PixelPaint: Make the default empty image transparent by defaultAndreas Kling
2022-08-23PixelPaint: Avoid division-by-zero in HistogramWidgetAndreas Kling
2022-08-23Userland: Rely on a single authoritative source for the default `PATH`Tim Schumacher
2022-08-23LibJS: Remove {Bytecode::,}Interpreter::global_object()Linus Groh
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibJS: Pass Realm to define_native_{accessor,function}()Linus Groh
2022-08-23LibJS: Pass Realm to GlobalObject::initialize_global_object()Linus Groh
2022-08-23LibJS: Remove GlobalObject parameter from native functionsLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::this_value()Linus Groh
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