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
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-02-28
PaintBrush: Pledge "thread" so that GUI::FilePicker works
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-21
LibGUI: Import GColorPicker from the PaintBrush application
Andreas Kling
2020-01-21
PaintBrush: Show which line thickness is selected in the tool menus
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-13
Applications: Use pledge()
Andreas Kling
2020-01-02
PaintBrush: Select tool button on context menu event
Shannon Booth
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-27
PaintBrush: Add an "ellipse tool"
Shannon Booth
2019-12-26
PaintBrush: Add a "rectangle tool"
Shannon Booth
2019-12-25
Build: support library and generator dependencies
joshua stein
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
[next]