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-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-17
PaintBrush: Shift key constrains LineTool angle
Zyper
2019-12-17
PaintBrush: Tools can receive KeyUp events
Zyper
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-11-29
PaintBrush: Allow canceling a line by pressing the Escape key
Andreas Kling
2019-11-29
PaintBrush: Add a "line" tool for drawing straight lines
Andreas Kling
2019-10-15
PaintBrush: Use secondary color for eraser (like in ms_paint)
Chyza
2019-10-01
LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.
Brandon Scott
2019-09-30
GMessageBox: Hide the constructor and fix broken usages
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GFrame to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSpinBox to ObjectPtr
Andreas Kling
2019-09-20
GCommonActions: Add "Open..." action
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-13
GMenu: Update apps now that you can create a nameless GMenu
Andreas Kling
2019-09-12
PaintBrush: Only send left and right mouse button events to tools
Andreas Kling
2019-09-05
PaintBrush: Added GCommonActions
rhin123
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
[next]