summaryrefslogtreecommitdiff
path: root/Applications/PaintBrush/ToolboxWidget.cpp
AgeCommit message (Expand)Author
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-02PaintBrush: Select tool button on context menu eventShannon Booth
2019-12-27PaintBrush: Add an "ellipse tool"Shannon Booth
2019-12-26PaintBrush: Add a "rectangle tool"Shannon Booth
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-11-29PaintBrush: Add a "line" tool for drawing straight linesAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-07-20GWidget: Add set_preferred_size(width, height) overload.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-06-30PaintBrush: Make a little icon for the eraser tool.Andreas Kling
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-28PaintBrush: Add an erase toolRobin Burchell
2019-06-23PaintBrush: Implement a thickness setting for the pen tool.Andreas Kling
2019-06-22PaintBrush: Add a color picker tool.Andreas Kling
2019-06-21PaintBrush: Make a little icon for the spray tool.Andreas Kling
2019-06-17Add a simple spray fill toolRobin Burchell
2019-06-15PaintBrush: Make little icons for the pen and bucket tools.Andreas Kling
2019-06-14PaintBrush: Factor out the pen tool into an actual PenTool class.Andreas Kling
2019-06-12PaintBrush: Start fleshing out a toolbox widget.Andreas Kling