Age | Commit message (Expand) | Author |
---|---|---|
2019-04-10 | LibCore: Move LibGUI/GObject to LibCore/CObject. | Andreas Kling |
2019-04-10 | LibGUI: Move frame painting from GFrame to StylePainter. | Andreas Kling |
2019-04-08 | LibGUI+WindowServer: Add support for GWidget tooltips. | Andreas Kling |
2019-03-05 | LibGUI: Let GApplication::exec() call exit() instead of returning to main(). | Andreas Kling |
2019-03-03 | LibGUI: Move shortcut actions from GEventLoop to GApplications. | Andreas Kling |
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 |
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 |