summaryrefslogtreecommitdiff
path: root/LibGUI/GApplication.cpp
AgeCommit message (Expand)Author
2019-03-05LibGUI: Let GApplication::exec() call exit() instead of returning to main().Andreas Kling
2019-03-03LibGUI: Move shortcut actions from GEventLoop to GApplications.Andreas Kling
2019-02-25Fix a bunch of compiler warnings. Not all, but a lot.Andreas Kling
2019-02-17LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit().Andreas Kling
2019-02-11LibGUI: More work on client-side menus.Andreas Kling
2019-02-11Port all apps to GApplication.Andreas Kling
2019-02-11LibGUI: Add GMenu* and GApplication classes.Andreas Kling