index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-14
LibWeb: Make CSS pseudo classes case-insensitive
Linus Groh
2020-05-13
PaintBrush: Start the app with an "empty" single layer image :^)
Andreas Kling
2020-05-13
PaintBrush: Add "Delete layer" action to move tool context menu
Andreas Kling
2020-05-13
PaintBrush: Tweak initial main window size
Andreas Kling
2020-05-13
PaintBrush: Add move tool context menu with "move to back/front"
Andreas Kling
2020-05-13
PaintBrush: Tool::on_contextmenu() => on_tool_button_context_menu()
Andreas Kling
2020-05-13
PaintBrush: Activate tool properly when right-clicking tool button
Andreas Kling
2020-05-13
PaintBrush: Switch the active layer when clicking one with move tool
Andreas Kling
2020-05-13
PaintBrush: Draw an outline around the image boundaries
Andreas Kling
2020-05-13
PaintBrush: Add keyboard shortcuts for selecting different layers
Andreas Kling
2020-05-13
LibGUI: Add AbstractTableView::move_selection(int steps)
Andreas Kling
2020-05-13
PaintBrush: Add "Create new layer..." action
Andreas Kling
2020-05-13
PaintBrush: Clip layer contents outside the image rect when compositing
Andreas Kling
2020-05-13
LibGUI: Add GUI::MessageBox::show_error() convenience function
Andreas Kling
2020-05-13
PaintBrush: Don't paint over the nice GUI::Frame around ImageEditor
Andreas Kling
2020-05-13
PaintBrush: Add a "Tool" menu and put all the tools in it
Andreas Kling
2020-05-13
LibWeb: Support "transparent" CSS color value
Linus Groh
2020-05-13
LibWeb: Make parsing of most CSS values case-insensitive
Linus Groh
2020-05-13
LibWeb: Make CSS property parsing case-insensitive
Linus Groh
2020-05-13
AK: Add StringView::equals_ignoring_case()
Linus Groh
2020-05-13
Shell: Break out of continuation when ^C is pressed
AnotherTest
2020-05-13
LibLine: Add a hook to run when an interrupt is handled
AnotherTest
2020-05-13
PaintBrush: Let's have a tool (pen) checked on startup
Andreas Kling
2020-05-13
PaintBrush: Put all the tool buttons into an action group
Andreas Kling
2020-05-13
PaintBrush: Oops, fix typo in ImageEditor::keyup_event()
Andreas Kling
2020-05-13
PaintBrush: Add keyboard shortcuts for all tools
Andreas Kling
2020-05-13
PaintBrush: Most tools still care about mousemoves outside layer
Andreas Kling
2020-05-13
PaintBrush: Make the line, rectangle and ellipsis preview work again
Andreas Kling
2020-05-13
PaintBrush: Make the move tool handle arrow key events
Andreas Kling
2020-05-13
PaintBrush: Make ImageEditor forward keydown and keyup events to tool
Andreas Kling
2020-05-13
PaintBrush: Make the ImageEditor accept focus
Andreas Kling
2020-05-13
PaintBrush: Remove the PaintableWidget
Andreas Kling
2020-05-13
LibJS: Trim whitespace from string before coercing to number
Linus Groh
2020-05-13
LibJS: Use String::trim_whitespace() for String.prototype.trim*()
Linus Groh
2020-05-13
AK: Replace String::trim_spaces() with String::trim_whitespace()
Linus Groh
2020-05-13
LibJS: Make string to number coercion work for doubles
Linus Groh
2020-05-13
LibJS: Make the Function() constructor throw a SyntaxError, not return
Linus Groh
2020-05-13
WindowServer: Invalidate the cursor when setting an override cursor
DexesTTP
2020-05-13
Revert "Build: Use fakeroot if non-root build is possible"
Andreas Kling
2020-05-13
LibJS: Check AssignmentExpression LHS in parser
Linus Groh
2020-05-13
LibJS: Handle empty values in operator<<()
Linus Groh
2020-05-13
PaintBrush: Update the LayerModel when moving layers around
Andreas Kling
2020-05-13
PaintBrush: Switch to the "move" cursor while moving layers around
Andreas Kling
2020-05-13
LibGUI+WindowServer: Allow apps to use the "move" cursor :^)
Andreas Kling
2020-05-13
PaintBrush: Borrow the "move" cursor for the "move" tool :^)
Andreas Kling
2020-05-13
PaintBrush: Add a "Move" tool for moving layers around :^)
Andreas Kling
2020-05-13
PaintBrush: Silence debug spam in Image compositing
Andreas Kling
2020-05-12
PaintBrush: Let's have Layer::rect() and Layer::relative_rect()
Andreas Kling
2020-05-12
PaintBrush: Port all the existing toolbox tools to the Layer world :^)
Andreas Kling
2020-05-12
LibGUI: Add missing Vector.h include to Event.h
Andreas Kling
[next]