Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-10 | LibCore: Add CEvent and make LibGUI/GEvent inherit from it. | Andreas Kling | |
2019-04-02 | LibGUI: Switch to a resizing cursor when hovering or using a GSplitter. | Andreas Kling | |
Also expose the various standard cursors on WSWindowManager so they can be reused by the override mechanism. | |||
2019-03-30 | LibGUI: Highlight the GSplitter when hovering over it. | Andreas Kling | |
2019-03-30 | LibGUI: Add a simple GSplitter container widget. | Andreas Kling | |
This allows you to put multiple widgets in a container and makes the space in between them draggable to resize the two adjacent widgets. |