summaryrefslogtreecommitdiff
path: root/LibGUI/GSplitter.cpp
AgeCommit message (Expand)Author
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-07LibGUI: Run clang-format on everything.Andreas Kling
2019-05-27LibGUI: Add GWidget::for_each_child_widget(callback).Andreas Kling
2019-04-10LibCore: Add CEvent and make LibGUI/GEvent inherit from it.Andreas Kling
2019-04-02LibGUI: Switch to a resizing cursor when hovering or using a GSplitter.Andreas Kling
2019-03-30LibGUI: Highlight the GSplitter when hovering over it.Andreas Kling
2019-03-30LibGUI: Add a simple GSplitter container widget.Andreas Kling