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