Age | Commit message (Expand) | Author |
---|---|---|
2020-09-11 | LibGUI: Use widget override cursors in ColorInput | Andreas Kling |
2020-09-11 | LibGUI+WindowServer: Rename window "override cursor" to just "cursor" | Andreas Kling |
2020-09-10 | LibGfx: Move StandardCursor enum to LibGfx | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-04-29 | LibGUI: Require a full click on ColorInput's color rect to open picker | Andreas Kling |
2020-04-29 | LibGUI: Transfer "color has alpha channel" state | Andreas Kling |
2020-04-29 | LibGUI: Allow disabling the alpha channel in ColorInput widgets | Andreas Kling |
2020-04-29 | LibGUI: Allow editing ColorInput widgets as text | Andreas Kling |
2020-04-29 | LibGUI: Remove copy-pasted auto-repeat logic from ColorInput | Andreas Kling |
2020-04-10 | LibGUI: Add ColorInput component | Hüseyin ASLITÜRK |