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-10-02
Everywhere: Fix typos
Nico Weber
2020-10-02
LibGUI: Fix 1px misalignment of ColorButton selections in ColorPicker
Tibor Nagy
2020-09-26
LibGUI: Update color widgets when has_alpha is toggled in ColorPicker
Tibor Nagy
2020-09-26
LibGUI: Add alpha preview to ColorPicker
Tibor Nagy
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-09-17
LibGUI: Don't recalcuate color from hue if it was not set by hue
Peter Elliott
2020-09-17
LibGUI: Don't allow 4 character html color codes in GUI::ColorPicker
Peter Elliott
2020-08-26
LibGUI: Change window size and margin in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Add spinbox for alpha channel in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Show current and selected color comparison in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Resize ColorPicker to include frame thickness
LepkoQQ
2020-08-26
LibGUI: Split ColorPicker in to a field and slider
LepkoQQ
2020-08-26
LibGUI: Select current color when opening picker
LepkoQQ
2020-08-13
LibGUI: Fix ColorPicker custom color offset
Linus Groh
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
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