summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/ColorInput.h
AgeCommit message (Expand)Author
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-04-29LibGUI: Require a full click on ColorInput's color rect to open pickerAndreas Kling
2020-04-29LibGUI: Transfer "color has alpha channel" stateAndreas Kling
2020-04-29LibGUI: Allow disabling the alpha channel in ColorInput widgetsAndreas Kling
2020-04-29LibGUI: Allow editing ColorInput widgets as textAndreas Kling
2020-04-29LibGUI: Remove copy-pasted auto-repeat logic from ColorInputAndreas Kling
2020-04-10LibGUI: Add ColorInput componentHüseyin ASLITÜRK