Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-25 | Fix a bunch of compiler warnings. Not all, but a lot. | Andreas Kling | |
2019-02-17 | LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit(). | Andreas Kling | |
These functions don't exit immediately, but rather on the next iteration of the event loop. Since exit() is already used by the standard library, let's call it quit() instead. That way, saying exit() means the same thing here as anywhere else. | |||
2019-02-11 | LibGUI: More work on client-side menus. | Andreas Kling | |
2019-02-11 | Port all apps to GApplication. | Andreas Kling | |
2019-02-11 | LibGUI: Add GMenu* and GApplication classes. | Andreas Kling | |