summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GApplication.cpp
AgeCommit message (Expand)Author
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-10-25LibGUI: Added window creation callback to GApplication/GWindowBrandon Scott
2019-10-06LibGUI: Define supported functions for using command line argumentsConrad Pankoff
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-07-23LibGUI: Destroy tooltip windows when they are not used.Andreas Kling
2019-07-23LibGUI: Exit the main event loop when the last window is deleted.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling