Age | Commit message (Expand) | Author |
---|---|---|
2019-11-08 | LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection | Andreas Kling |
2019-10-25 | LibGUI: Added window creation callback to GApplication/GWindow | Brandon Scott |
2019-10-06 | LibGUI: Define supported functions for using command line arguments | Conrad Pankoff |
2019-09-22 | LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere | Andreas Kling |
2019-09-22 | LibCore: Remove ObjectPtr in favor of RefPtr | Andreas Kling |
2019-09-22 | LibCore: Make CObject reference-counted | Andreas Kling |
2019-09-21 | LibGUI: Convert GLabel to ObjectPtr | Andreas Kling |
2019-07-23 | LibGUI: Destroy tooltip windows when they are not used. | Andreas Kling |
2019-07-23 | LibGUI: Exit the main event loop when the last window is deleted. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |