index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
ColorPicker.cpp
Age
Commit message (
Expand
)
Author
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-04-29
LibGUI: Use "OK, Cancel" button order in ColorPicker
Andreas Kling
2020-04-29
LibGUI: Use a sunken GUI::Frame for the ColorPicker color spectrum
Andreas Kling
2020-04-29
LibGUI: ColorPicker should pick custom color from bitmap, not window
Andreas Kling
2020-04-29
LibGUI: Exit ColorPicker (successfully) when double-clicking a color
Andreas Kling
2020-04-29
LibGUI: Transfer "color has alpha channel" state
Andreas Kling
2020-04-04
LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&
Andreas Kling
2020-04-04
LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cpp
Andreas Kling
2020-04-04
LibGUI: Add color palette and custom color selection in the ColorPicker
Hüseyin ASLITÜRK
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
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-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-23
LibGUI: Use Core::Object::add() a whole bunch
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling