summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-14LibWeb: Make CSS pseudo classes case-insensitiveLinus Groh
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-13LibGUI: Add AbstractTableView::move_selection(int steps)Andreas 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-13LibGUI: Add GUI::MessageBox::show_error() convenience functionAndreas 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-13LibWeb: Support "transparent" CSS color valueLinus Groh
2020-05-13LibWeb: Make parsing of most CSS values case-insensitiveLinus Groh
2020-05-13LibWeb: Make CSS property parsing case-insensitiveLinus Groh
2020-05-13AK: Add StringView::equals_ignoring_case()Linus Groh
2020-05-13Shell: Break out of continuation when ^C is pressedAnotherTest
2020-05-13LibLine: Add a hook to run when an interrupt is handledAnotherTest
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-13LibJS: Trim whitespace from string before coercing to numberLinus Groh
2020-05-13LibJS: Use String::trim_whitespace() for String.prototype.trim*()Linus Groh
2020-05-13AK: Replace String::trim_spaces() with String::trim_whitespace()Linus Groh
2020-05-13LibJS: Make string to number coercion work for doublesLinus Groh
2020-05-13LibJS: Make the Function() constructor throw a SyntaxError, not returnLinus Groh
2020-05-13WindowServer: Invalidate the cursor when setting an override cursorDexesTTP
2020-05-13Revert "Build: Use fakeroot if non-root build is possible"Andreas Kling
2020-05-13LibJS: Check AssignmentExpression LHS in parserLinus Groh
2020-05-13LibJS: Handle empty values in operator<<()Linus Groh
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-13LibGUI+WindowServer: Allow apps to use the "move" cursor :^)Andreas Kling
2020-05-13PaintBrush: Borrow the "move" cursor for the "move" tool :^)Andreas 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-12LibGUI: Add missing Vector.h include to Event.hAndreas Kling