summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-09-12PixelPaint: Let PickerTool optionally sample all layersMustafa Quraish
2021-09-12PixelPaint: Write changed settings back to config fileMustafa Quraish
2021-09-12PixelPaint: Use config to get default values for Guides/Rulers/PixelGridMustafa Quraish
2021-09-12PixelPaint: Allow panning when right-clicking with MoveToolMustafa Quraish
2021-09-12PixelPaint: Add setter/getter for ImageEditor::m_pan_originMustafa Quraish
2021-09-12PixelPaint: Fix zooming to cursorTobias Christiansen
2021-09-12ThemeEditor: Accept drop eventsKarol Kosek
2021-09-12ThemeEditor: Update theme path on theme loadKarol Kosek
2021-09-12ThemeEditor: Rename main()'s preview_palette to startup_preview_paletteKarol Kosek
2021-09-12ThemeEditor: Use preview_palette from the PreviewWidgetKarol Kosek
2021-09-12ThemeEditor: Add 'Open file' menu actionKarol Kosek
2021-09-12ThemeEditor: Open files from an argumentKarol Kosek
2021-09-12ThemeEditor: Reference FileSystemAccessClient::Result in save_to_resultKarol Kosek
2021-09-12ThemeEditor: Create menu contents after creating widgetsKarol Kosek
2021-09-12LibWeb+Browser: Add Debug menu action for toggling Same-Origin PolicyAndreas Kling
2021-09-12PixelPaint: Fit image to view when openedMustafa Quraish
2021-09-12PixelPaint: Make `Fit Image To View` account for rulersMustafa Quraish
2021-09-12PixelPaint: Remove unused methods to access files directlyMustafa Quraish
2021-09-12PixelPaint: Use FileSystemAccessServer exclusively, remove unveilMustafa Quraish
2021-09-12PixelPaint: Use LibConfig to allow custom pixel grid thresholdMustafa Quraish
2021-09-12PixelPaint: Don't draw pixel grid outside image boundsMustafa Quraish
2021-09-12Spreadsheet: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11Browser: Use String::count instead of String::replace(X, X, true)Idan Horowitz
2021-09-11TextEditor: Remove wordiness and a separator in View menuthankyouverycool
2021-09-11LibGUI+TextEditor: Allow cursor line highlighting to be toggledthankyouverycool
2021-09-11PixelPaint: Add mouse indicators to the rulersDavid Isaksson
2021-09-11PixelPaint: Add rulersDavid Isaksson
2021-09-11PixelPaint: Draw guide lines and selections above the pixel gridDavid Isaksson
2021-09-11LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedefAndreas Kling
2021-09-11PixelPaint: Add menu action to toggle pixel grid visibilityMustafa Quraish
2021-09-11PixelPaint: Show a pixel grid when zoomed in enoughMustafa Quraish
2021-09-11SystemMonitor: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11Spreadsheet: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11PixelPaint: Add "Clear Guides" to remove all GuidesTobias Christiansen
2021-09-10HexEditor: Remove unveil() for CLI file, use FileSystemAccessServerMustafa Quraish
2021-09-10TextEditor: Remove unveil() for CLI file, use FileSystemAccessServerMustafa Quraish
2021-09-10TextEditor/FileArgument: Remove file existance check for early exitMustafa Quraish
2021-09-10PDFViewer: Open CLI files through FileSystemAccessServer without promptMustafa Quraish
2021-09-09PixelPaint: Add `Fit Image To View` actionMustafa Quraish
2021-09-09PixelPaint: Add "Brush Mode" to EraseTool :^)Mustafa Quraish
2021-09-09PixelPaint: Make EraseTool inherit from BrushToolMustafa Quraish
2021-09-09PixelPaint: Make PenTool inherit from BrushToolMustafa Quraish
2021-09-09PixelPaint: Reoriganize drawing in BrushTool to allow more code reuseMustafa Quraish
2021-09-09PixelPaint: Allow drawing line between 2 points with BrushToolMustafa Quraish
2021-09-09PixelPaint: Fix BucketTool out of memory crashesMustafa Quraish
2021-09-093DFileViewer: Use unveil and FileSystemAccessServerTimothy
2021-09-08SystemMonitor: West Const to East Const refactorDawid Wolosowicz
2021-09-08SystemMonitor: Remove an unnecessarily specific inline capacityDawid Wolosowicz
2021-09-08SystemMonitor: Make the process list searchableDawid Wolosowicz