summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-05-18FileManager: Make the location box 2px tallerAndreas Kling
2020-05-18Browser: Make the location box 2px tallerAndreas Kling
2020-05-18Calculator: Set a fixed-width font on the text boxAndreas Kling
2020-05-16FileManager+LibGUI+Userland: Switch clipboard to MIME typesSergey Bugaev
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-14PaintBrush: Added 'Move active layer up/down' to the MenuPierre
2020-05-14PaintBrush: Add 'Remove active layer' to the MenuPierre
2020-05-13PaintBrush: Start the app with an "empty" single layer image :^)Andreas Kling
2020-05-13PaintBrush: Add "Delete layer" action to move tool context menuAndreas Kling
2020-05-13PaintBrush: Tweak initial main window sizeAndreas Kling
2020-05-13PaintBrush: Add move tool context menu with "move to back/front"Andreas Kling
2020-05-13PaintBrush: Tool::on_contextmenu() => on_tool_button_context_menu()Andreas Kling
2020-05-13PaintBrush: Activate tool properly when right-clicking tool buttonAndreas Kling
2020-05-13PaintBrush: Switch the active layer when clicking one with move toolAndreas Kling
2020-05-13PaintBrush: Draw an outline around the image boundariesAndreas Kling
2020-05-13PaintBrush: Add keyboard shortcuts for selecting different layersAndreas Kling
2020-05-13PaintBrush: Add "Create new layer..." actionAndreas Kling
2020-05-13PaintBrush: Clip layer contents outside the image rect when compositingAndreas Kling
2020-05-13PaintBrush: Don't paint over the nice GUI::Frame around ImageEditorAndreas Kling
2020-05-13PaintBrush: Add a "Tool" menu and put all the tools in itAndreas Kling
2020-05-13PaintBrush: Let's have a tool (pen) checked on startupAndreas Kling
2020-05-13PaintBrush: Put all the tool buttons into an action groupAndreas Kling
2020-05-13PaintBrush: Oops, fix typo in ImageEditor::keyup_event()Andreas Kling
2020-05-13PaintBrush: Add keyboard shortcuts for all toolsAndreas Kling
2020-05-13PaintBrush: Most tools still care about mousemoves outside layerAndreas Kling
2020-05-13PaintBrush: Make the line, rectangle and ellipsis preview work againAndreas Kling
2020-05-13PaintBrush: Make the move tool handle arrow key eventsAndreas Kling
2020-05-13PaintBrush: Make ImageEditor forward keydown and keyup events to toolAndreas Kling
2020-05-13PaintBrush: Make the ImageEditor accept focusAndreas Kling
2020-05-13PaintBrush: Remove the PaintableWidgetAndreas Kling
2020-05-13PaintBrush: Update the LayerModel when moving layers aroundAndreas Kling
2020-05-13PaintBrush: Switch to the "move" cursor while moving layers aroundAndreas Kling
2020-05-13PaintBrush: Add a "Move" tool for moving layers around :^)Andreas Kling
2020-05-13PaintBrush: Silence debug spam in Image compositingAndreas Kling
2020-05-12PaintBrush: Let's have Layer::rect() and Layer::relative_rect()Andreas Kling
2020-05-12PaintBrush: Port all the existing toolbox tools to the Layer world :^)Andreas Kling
2020-05-12PaintBrush: Show the layer stack in a table view on the right hand sideAndreas Kling
2020-05-12PaintBrush: Start refactoring to support layer-based imagesAndreas Kling
2020-05-12Browser: Allow Ctrl+clicking on bookmark bar buttons :^)Andreas Kling
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-12SystemMonitor: Remove the toolbar above the process tableAndreas Kling
2020-05-12Browser: Some action fixesAndreas Kling
2020-05-10LibProtocol: Pass response headers in a case insensitive HashMapAndreas Kling
2020-05-10Browser: Allow opening URLs by dropping them on the HtmlView :^)Andreas Kling
2020-05-10LibWeb: Teach HtmlView how to render Markdown files :^)Andreas Kling
2020-05-10Browser: Use "about:blank" as the default home pageAndreas Kling
2020-05-10LibWeb+Browser: Support about: URL protocol so "about:blank" works :^)Andreas Kling
2020-05-09Browser: Close tabs when middle clickedFalseHonesty
2020-05-09Browser: Add missing copyright header to WindowActions.{cpp,h}Linus Groh