ladybird/Applications
Andreas Kling 34d0e96aec LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
GEventLoop was just a dummy subclass of CEventLoop anyway. The only
thing it actually did was make sure a GWindowServerConnectionw was
instantiated. We now take care of that in GApplication instead.

CEventLoop is now non-virtual and a little less confusing. :^)
2019-09-22 20:50:39 +02:00
..
About GButton: Convert most code to using ObjectPtr for GButton 2019-09-21 19:28:28 +02:00
Calculator LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
ChanViewer LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
DisplayProperties LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Downloader LibCore: Convert CHttpJob to ObjectPtr 2019-09-21 15:25:08 +02:00
FileManager LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
FontEditor LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
IRCClient LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Launcher LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
PaintBrush LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Piano LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 2019-09-22 20:50:39 +02:00
QuickShow LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
SoundPlayer LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
SystemDialog LibGUI: Don't create GMessageBox and GInputBox on the stack 2019-09-21 20:32:31 +02:00
SystemMonitor LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Taskbar Taskbar: Remove window buttons from the taskbar when appropriate 2019-09-22 00:41:52 +02:00
Terminal LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
TextEditor LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Welcome LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
Makefile.common LibThread: Introduce a new threading library 2019-08-26 11:31:14 +02:00