summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/ColorPicker.cpp
AgeCommit message (Expand)Author
2020-10-02Everywhere: Fix typosNico Weber
2020-10-02LibGUI: Fix 1px misalignment of ColorButton selections in ColorPickerTibor Nagy
2020-09-26LibGUI: Update color widgets when has_alpha is toggled in ColorPickerTibor Nagy
2020-09-26LibGUI: Add alpha preview to ColorPickerTibor Nagy
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake
2020-09-17LibGUI: Don't recalcuate color from hue if it was not set by huePeter Elliott
2020-09-17LibGUI: Don't allow 4 character html color codes in GUI::ColorPickerPeter Elliott
2020-08-26LibGUI: Change window size and margin in ColorPickerLepkoQQ
2020-08-26LibGUI: Add spinbox for alpha channel in ColorPickerLepkoQQ
2020-08-26LibGUI: Show current and selected color comparison in ColorPickerLepkoQQ
2020-08-26LibGUI: Resize ColorPicker to include frame thicknessLepkoQQ
2020-08-26LibGUI: Split ColorPicker in to a field and sliderLepkoQQ
2020-08-26LibGUI: Select current color when opening pickerLepkoQQ
2020-08-13LibGUI: Fix ColorPicker custom color offsetLinus Groh
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-04-29LibGUI: Use "OK, Cancel" button order in ColorPickerAndreas Kling
2020-04-29LibGUI: Use a sunken GUI::Frame for the ColorPicker color spectrumAndreas Kling
2020-04-29LibGUI: ColorPicker should pick custom color from bitmap, not windowAndreas Kling
2020-04-29LibGUI: Exit ColorPicker (successfully) when double-clicking a colorAndreas Kling
2020-04-29LibGUI: Transfer "color has alpha channel" stateAndreas Kling
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling
2020-04-04LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cppAndreas Kling
2020-04-04LibGUI: Add color palette and custom color selection in the ColorPickerHüseyin ASLITÜRK
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-23LibGUI: Use Core::Object::add() a whole bunchAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling