Andreas Kling 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 years ago
..
.gitignore 5e0b7f1a56 Add basic automatic dependency management to Makefiles. 6 years ago
GAction.cpp b704d3d295 LibGUI: Add a GToolBar class that can be populated with GActions. 6 years ago
GAction.h 2cfcbdc735 AK: Add Retained<T>, like RetainPtr, but never null. 6 years ago
GApplication.cpp 901b7d5d91 Fix a bunch of compiler warnings. Not all, but a lot. 6 years ago
GApplication.h 4b15dd2bca LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit(). 6 years ago
GBoxLayout.cpp dc753b58a5 LibGUI: Improve GBoxLayout so it can better support GToolBar. 6 years ago
GBoxLayout.h 2def3d8d3f LibGUI: Start adding an automatic widget layout system. 6 years ago
GButton.cpp bf30502560 LibGUI: Implement enter/leave events (with WindowServer support.) 6 years ago
GButton.h bf30502560 LibGUI: Implement enter/leave events (with WindowServer support.) 6 years ago
GCheckBox.cpp 15fb917f28 Convert more RetainPtr use to Retained. 6 years ago
GCheckBox.h 35c06f1520 LibGUI: More work on GCheckBox. 6 years ago
GEvent.h bf30502560 LibGUI: Implement enter/leave events (with WindowServer support.) 6 years ago
GEventLoop.cpp f5f136931a Kernel: Start adding various file system permission checks. 6 years ago
GEventLoop.h fa02d2a39b Rework the rendering model so that clients instantiate backing stores. 6 years ago
GFontDatabase.cpp d6326d6c2e LibGUI: Add a GFontDatabase class that lets you enumerate fonts and more. 6 years ago
GFontDatabase.h d6326d6c2e LibGUI: Add a GFontDatabase class that lets you enumerate fonts and more. 6 years ago
GLabel.cpp 9b71307d49 WindowServer: Support windows with alpha channels. And per-WSWindow opacity. 6 years ago
GLabel.h d74b131c27 Add a little About app and hook it up to the system menu's "About..." entry. 6 years ago
GLayout.cpp dc753b58a5 LibGUI: Improve GBoxLayout so it can better support GToolBar. 6 years ago
GLayout.h dc753b58a5 LibGUI: Improve GBoxLayout so it can better support GToolBar. 6 years ago
GListBox.cpp 5f288014d4 WindowServer: More work on menus. 6 years ago
GListBox.h de2423de5f LibGUI: Flesh out focus implementation and more GTextBox work. 6 years ago
GMargins.h dc753b58a5 LibGUI: Improve GBoxLayout so it can better support GToolBar. 6 years ago
GMenu.cpp b704d3d295 LibGUI: Add a GToolBar class that can be populated with GActions. 6 years ago
GMenu.h b704d3d295 LibGUI: Add a GToolBar class that can be populated with GActions. 6 years ago
GMenuBar.cpp 29c49356e3 WindowServer: Rename GUI_Foo to WSAPI_Foo. 6 years ago
GMenuBar.h 4f98a35beb WindowServer: Begin refactoring towards a fully asynchronous protocol. 6 years ago
GMenuItem.cpp b704d3d295 LibGUI: Add a GToolBar class that can be populated with GActions. 6 years ago
GMenuItem.h b704d3d295 LibGUI: Add a GToolBar class that can be populated with GActions. 6 years ago
GNotifier.cpp 53d34a0885 Port Terminal to LibGUI. 6 years ago
GNotifier.h 53d34a0885 Port Terminal to LibGUI. 6 years ago
GObject.cpp 11db8c1697 Add a simple close button ("X") to windows. 6 years ago
GObject.h ffab6897aa Big, possibly complete sweep of naming changes. 6 years ago
GScrollBar.cpp 15fb917f28 Convert more RetainPtr use to Retained. 6 years ago
GScrollBar.h 8313ce57dc LibGUI: Improve GScrollBar button look a bit. 6 years ago
GStatusBar.cpp d74b131c27 Add a little About app and hook it up to the system menu's "About..." entry. 6 years ago
GStatusBar.h 2def3d8d3f LibGUI: Start adding an automatic widget layout system. 6 years ago
GStyle.cpp d353c7c3d6 LibGUI: Support different button styles. 6 years ago
GStyle.h d353c7c3d6 LibGUI: Support different button styles. 6 years ago
GTextBox.cpp a258d6507a mmap all the font files! 6 years ago
GTextBox.h bc6ff35428 LibGUI: GTextBox should only run a caret blink timer when focused. 6 years ago
GToolBar.cpp 2cfcbdc735 AK: Add Retained<T>, like RetainPtr, but never null. 6 years ago
GToolBar.h 2cfcbdc735 AK: Add Retained<T>, like RetainPtr, but never null. 6 years ago
GWidget.cpp fa02d2a39b Rework the rendering model so that clients instantiate backing stores. 6 years ago
GWidget.h bf30502560 LibGUI: Implement enter/leave events (with WindowServer support.) 6 years ago
GWindow.cpp 6084cd0c56 Add concept of size increments to windowing system. 6 years ago
GWindow.h 6084cd0c56 Add concept of size increments to windowing system. 6 years ago
Makefile d7753c7c8d Move over to building all of userspace with i686-pc-serenity-g++. 6 years ago