summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-09-19PixelPaint: Use main window's icon in the 'Create new image' widgetKarol Kosek
2021-09-19CrashReporter: Add some margin around the backtrace & register viewsAndreas Kling
2021-09-19FontEditor: Add new tools to navigate code pointsthankyouverycool
2021-09-19FontEditor: Update editor to handle new font formatthankyouverycool
2021-09-19TextEditor: Show total character and word count without selectionthankyouverycool
2021-09-18LibWeb: Remove the unused LayoutTreeModelAndreas Kling
2021-09-17Magnifier: Add 8x magnification and pausingMarcus Nilsson
2021-09-17SystemMonitor: Make process memory statistics more human readableJulian Offenhäuser
2021-09-17PixelPaint: Allow selecting a custom aspect ratio for RectangleToolMustafa Quraish
2021-09-17PixelPaint: Allow selecting a custom aspect ratio for EllipseToolMustafa Quraish
2021-09-17LibGfx+PixelPaint: Add `Point::end_point_for_aspect_ratio` methodMustafa Quraish
2021-09-17Browser: Remove redundant tab::view() call from the tab constructorEyad Hossam
2021-09-16PixelPaint: Implement automatic scrolling in LayerListWidgetMarcus Nilsson
2021-09-16PixelPaint: Tweak layer/tool properties widget heightsMarcus Nilsson
2021-09-16PixelPaint: Don't select the same layer twice in LayerListWidgetMarcus Nilsson
2021-09-16PixelPaint: Don't update ImageEditor in set_active_layer()Marcus Nilsson
2021-09-16ThemeEditor: Save theme metrics and paths to fileKarol Kosek
2021-09-15PixelPaint: Add ability to draw squares and circlesZyper
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-13Browser: Rename "DOM Inspector" to just "Inspector"Andreas Kling
2021-09-13PixelPaint: Make CloneTool change cursor temporarily while selectingMustafa Quraish
2021-09-13PixelPaint: Add `ImageEditor::update_tool_cursor()` methodMustafa Quraish
2021-09-13PixelPaint: Add a marker for CloneTool's selected positionMustafa Quraish
2021-09-13PixelPaint: Incorporate CloneTool into toolboxMustafa Quraish
2021-09-13PixelPaint: Add Clone Tool :^)Mustafa Quraish
2021-09-13ImageViewer: Enable and disable navigationMohsan Ali
2021-09-13Browser: Add some UI padding in the Inspector widgetAndreas Kling
2021-09-13FileOperation: Deduplicate destination file names on copyTetsui Ohkubo
2021-09-13PixelPaint: Fix Line/Rectangle second paint alignment with pixelsMustafa Quraish
2021-09-13PixelPaint: Call `Layer::did_modify_bitmap()` after drawing EllipseMustafa Quraish
2021-09-13PixelPaint: Update editor after drawing shapes to clear outsideMustafa Quraish
2021-09-13PixelPaint: Ensure thickness of shapes is never 0 when drawingMustafa Quraish
2021-09-13PixelPaint: Allowing drawing line from center, like other shapesMustafa Quraish
2021-09-13PixelPaint: Adjust menu ampersand shortcut charactersMustafa Quraish
2021-09-13PixelPaint: Properly transfer active tool to editor on tab closeMustafa Quraish
2021-09-13PixelPaint: Have `ToolboxWidget` keep track of active toolMustafa Quraish
2021-09-13PixelPaint: Call `Layer::did_modify_bitmap()` when applying filtersMustafa Quraish
2021-09-13PixelPaint: Add keyboard shortcut for Invert filterMustafa Quraish
2021-09-13PixelPaint: Draw layers from the top of LayerListMustafa Quraish
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-09-12Assistant: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-123DFileViewer: Use ElapsedTimer::start_new()Brian Gianforcaro
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