summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-09-05LibLocale: Move locale source files to the LibLocale libraryTimothy Flynn
2022-09-05LibLocale: Move locale source files to the LibLocale folderTimothy Flynn
2022-09-05Userland: Move files destined for LibLocale to the Locale namespaceTimothy Flynn
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-09-03PixelPaint: Introduce a vectorscopekleines Filmröllchen
2022-09-03PixelPaint: Invoke the modified_change callback when layers changekleines Filmröllchen
2022-09-03PixelPaint: Extract common scope code into a generic ScopeWidgetkleines Filmröllchen
2022-09-03PixelPaint: Specify histogram height in GMLkleines Filmröllchen
2022-08-31PixelPaint: Change repeated code into a loop for Wand Select ToolTimothy Slater
2022-08-31PixelPaint: Make erase_selection work for non-rectangular selectionsTimothy Slater
2022-08-31PixelPaint: Add Wand Select ToolTimothy Slater
2022-08-31PixelPaint: Change BucketTool flood fill algorithmTimothy Slater
2022-08-31PixelPaint: Account for alpha in color distance calculationTimothy Slater
2022-08-31PixelPaint: Add point_position_to_preferred_cell to RectangleSelectToolCrax97
2022-08-31PixelPaint: Ask the current tool for the preferred pixel locationCrax97
2022-08-31PixelPaint: Execute mousemove_event early return check beforeCrax97
2022-08-31PixelPaint: Add point_position_to_preferred_cell method to ToolCrax97
2022-08-31FileManager: Navigate to parent dir when current location is removedAdam Jakubek
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-29HexEditor: Add Help->Manual entry in Menudjwisdom
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