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
/
PaintBrush
Age
Commit message (
Expand
)
Author
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-23
PaintBrush: Exit the event loop on main window close.
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-16
LibGUI: Add input types to GMessageBox.
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
PaintBrush: Make a little icon for the eraser tool.
Andreas Kling
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-28
PaintBrush: Add size context menu to SprayTool
Robin Burchell
2019-06-28
PaintBrush: Add an erase tool
Robin Burchell
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-06-25
PaintBrush: Allow RGBA32 to use the bucket and spray tools.
Andreas Kling
2019-06-25
PaintBrush: Add support for opening files.
Andreas Kling
2019-06-23
PaintBrush: Implement a thickness setting for the pen tool.
Andreas Kling
2019-06-22
PaintBrush: Fix compiler warnings.
Andreas Kling
2019-06-22
PaintBrush: Add a color picker tool.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
PaintBrush: Make a little icon for the spray tool.
Andreas Kling
2019-06-17
PaintBrush: Make spray circular.
Sergey Bugaev
2019-06-17
Add a simple spray fill tool
Robin Burchell
2019-06-16
PaintBrush: Reduce debug spam in the color editor dialog.
Andreas Kling
2019-06-16
PaintBrush: Allow editing palette colors by ctrl-clicking them.
Andreas Kling
2019-06-16
PaintBrush: Flood filling with the same color is a no-op.
Andreas Kling
2019-06-15
PaintBrush: Make little icons for the pen and bucket tools.
Andreas Kling
2019-06-15
GraphicsBitmap: Provide templated versions of get_pixel() and set_pixel().
Andreas Kling
2019-06-15
PaintBrush: Fix some silly logic typos in flood fill.
Andreas Kling
2019-06-15
PaintBrush: Use a Queue<Point> for the flood fill.
Andreas Kling
2019-06-14
PaintBrush: Speed up the bucket tool with smarter use of Vector.
Andreas Kling
2019-06-14
PaintBrush: Implement a naive but working bucket fill tool.
Andreas Kling
2019-06-14
PaintBrush: Factor out the pen tool into an actual PenTool class.
Andreas Kling
2019-06-12
PaintBrush: Start fleshing out a toolbox widget.
Andreas Kling
2019-06-11
PaintBrush: Let's use Color::MidGray for the outside-the-bitmap area.
Andreas Kling
2019-06-11
PaintBrush: Tidy up the UI a bit. Add some more colors.
Andreas Kling
2019-06-10
PaintBrush: Add some placeholder menus so it looks proper.
Andreas Kling
2019-06-10
PaintBrush: Make it possible to switch colors using the PaletteWidget.
Andreas Kling
2019-06-10
PaintBrush: Add a PaletteWidget to allow color selection.
Andreas Kling
2019-06-10
PaintBrush: Use draw_line() when drawing continuously.
Andreas Kling
2019-06-10
PaintBrush: Start working on a simple painting application.
Andreas Kling