summaryrefslogtreecommitdiff
path: root/Applications/PaintBrush/PaletteWidget.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-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas 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-21LibGUI: Import GColorPicker from the PaintBrush applicationAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GFrame to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-07-20GWidget: Add set_preferred_size(width, height) overload.Andreas Kling
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-22PaintBrush: Add a color picker tool.Andreas Kling
2019-06-16PaintBrush: Allow editing palette colors by ctrl-clicking them.Andreas Kling
2019-06-11PaintBrush: Tidy up the UI a bit. Add some more colors.Andreas Kling
2019-06-10PaintBrush: Make it possible to switch colors using the PaletteWidget.Andreas Kling
2019-06-10PaintBrush: Add a PaletteWidget to allow color selection.Andreas Kling