index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
Age
Commit message (
Expand
)
Author
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-21
Applications: Sort CMakeLists.txt alphabetically :^)
Andreas Kling
2020-05-21
Applications: Convert 256 char font to 384 char font
Hüseyin ASLITÜRK
2020-05-20
PixelPaint: Support panning and scaling the image we're working on :^)
Andreas Kling
2020-05-20
PixelPaint: Rename from PaintBrush :^)
Andreas Kling
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
Build: Include headers from LibC, LibM, and LibPthread with -isystem
Andrew Kaster
2020-05-19
FileManager: Remove empty public access modifier from DesktopWidget
Linus Groh
2020-05-19
Browser: Hide tab bar if there's only one tab
Linus Groh
2020-05-19
Browser: Support fullscreen view
Linus Groh
2020-05-18
FileManager: Make the location box 2px taller
Andreas Kling
2020-05-18
Browser: Make the location box 2px taller
Andreas Kling
2020-05-18
Calculator: Set a fixed-width font on the text box
Andreas Kling
2020-05-16
FileManager+LibGUI+Userland: Switch clipboard to MIME types
Sergey Bugaev
2020-05-14
Clipboard: Move the system clipboard to a dedicated service process :^)
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-14
PaintBrush: Added 'Move active layer up/down' to the Menu
Pierre
2020-05-14
PaintBrush: Add 'Remove active layer' to the Menu
Pierre
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
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
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
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
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
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
PaintBrush: Show the layer stack in a table view on the right hand side
Andreas Kling
2020-05-12
PaintBrush: Start refactoring to support layer-based images
Andreas Kling
2020-05-12
Browser: Allow Ctrl+clicking on bookmark bar buttons :^)
Andreas Kling
[prev]
[next]