summaryrefslogtreecommitdiff
path: root/LibGUI/GBoxLayout.cpp
AgeCommit message (Expand)Author
2019-05-09GLayout: Add a simple spacer concept; dummy item that expands-to-fit.Andreas Kling
2019-04-04Taskbar: More bringup work. We now see a basic window list.Andreas Kling
2019-03-25GBoxLayout: Don't subtract margins from the available space twice.Andreas Kling
2019-03-19LibGUI: More GInputBox refinements.Andreas Kling
2019-03-19LibGUI: Implement nested event loops to support dialog boxes.Andreas Kling
2019-03-15IRCClient: Add a toolbar with some actions.Andreas Kling
2019-03-15LibGUI: Disable GBoxLayout debug spam.Andreas Kling
2019-03-15LibGUI: Add a GStackWidget for many widgets sharing a single location.Andreas Kling
2019-03-09About+LibGUI: Use a GBoxLayout for the About app.Andreas Kling
2019-03-07LibGUI: Implement GToolbar separators.Andreas Kling
2019-03-03FileManager+LibGUI: Add a simple location textbox.Andreas Kling
2019-02-20LibGUI: Improve GBoxLayout so it can better support GToolBar.Andreas Kling
2019-02-20LibGUI: Add a GToolBar class that can be populated with GActions.Andreas Kling
2019-02-11LibGUI: Put some logspam behind debugging macros.Andreas Kling
2019-02-10LibGUI: Start adding an automatic widget layout system.Andreas Kling