Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-04 | Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes | Andreas Kling | |
2020-07-04 | Kernel: Move headers intended for userspace use into Kernel/API/ | Andreas Kling | |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling | |
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much better visual clue about what type of metric is being used. | |||
2020-05-12 | LibGUI: Include keyboard modifier state with button on_click calls | Andreas Kling | |
This will allow you us to implement special behavior when Ctrl+clicking a button. | |||
2020-05-08 | LibGUI: Highlight interactive area of hovered CheckBox and RadioButton | Andreas Kling | |
This is consistent what we do for regular Buttons and gives a pleasant visual cue when you're over a clickable area. | |||
2020-04-28 | LibGUI: Paint CheckBox background same as widget's if it's not enabled | Andres Vieira | |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | 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 | |