| .. |
|
.gitignore
|
Add basic automatic dependency management to Makefiles.
|
2019-02-02 04:41:59 +01:00 |
|
GAction.cpp
|
LibGUI: Add a GToolBar class that can be populated with GActions.
|
2019-02-20 02:39:46 +01:00 |
|
GAction.h
|
AK: Add Retained<T>, like RetainPtr, but never null.
|
2019-02-25 12:43:52 +01:00 |
|
GApplication.cpp
|
Fix a bunch of compiler warnings. Not all, but a lot.
|
2019-02-25 19:05:51 +01:00 |
|
GApplication.h
|
LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit().
|
2019-02-17 09:59:56 +01:00 |
|
GBoxLayout.cpp
|
LibGUI: Improve GBoxLayout so it can better support GToolBar.
|
2019-02-20 09:04:28 +01:00 |
|
GBoxLayout.h
|
LibGUI: Start adding an automatic widget layout system.
|
2019-02-10 11:07:13 +01:00 |
|
GButton.cpp
|
LibGUI: Implement enter/leave events (with WindowServer support.)
|
2019-02-20 10:12:19 +01:00 |
|
GButton.h
|
LibGUI: Implement enter/leave events (with WindowServer support.)
|
2019-02-20 10:12:19 +01:00 |
|
GCheckBox.cpp
|
Convert more RetainPtr use to Retained.
|
2019-02-25 16:04:08 +01:00 |
|
GCheckBox.h
|
LibGUI: More work on GCheckBox.
|
2019-01-27 20:22:06 +01:00 |
|
GEvent.h
|
LibGUI: Implement enter/leave events (with WindowServer support.)
|
2019-02-20 10:12:19 +01:00 |
|
GEventLoop.cpp
|
Kernel: Start adding various file system permission checks.
|
2019-02-21 15:45:31 +01:00 |
|
GEventLoop.h
|
Rework the rendering model so that clients instantiate backing stores.
|
2019-02-20 22:08:14 +01:00 |
|
GFontDatabase.cpp
|
LibGUI: Add a GFontDatabase class that lets you enumerate fonts and more.
|
2019-02-12 14:36:19 +01:00 |
|
GFontDatabase.h
|
LibGUI: Add a GFontDatabase class that lets you enumerate fonts and more.
|
2019-02-12 14:36:19 +01:00 |
|
GLabel.cpp
|
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
|
2019-02-19 01:42:53 +01:00 |
|
GLabel.h
|
Add a little About app and hook it up to the system menu's "About..." entry.
|
2019-02-12 15:23:07 +01:00 |
|
GLayout.cpp
|
LibGUI: Improve GBoxLayout so it can better support GToolBar.
|
2019-02-20 09:04:28 +01:00 |
|
GLayout.h
|
LibGUI: Improve GBoxLayout so it can better support GToolBar.
|
2019-02-20 09:04:28 +01:00 |
|
GListBox.cpp
|
WindowServer: More work on menus.
|
2019-02-11 10:08:54 +01:00 |
|
GListBox.h
|
LibGUI: Flesh out focus implementation and more GTextBox work.
|
2019-01-26 11:24:16 +01:00 |
|
GMargins.h
|
LibGUI: Improve GBoxLayout so it can better support GToolBar.
|
2019-02-20 09:04:28 +01:00 |
|
GMenu.cpp
|
LibGUI: Add a GToolBar class that can be populated with GActions.
|
2019-02-20 02:39:46 +01:00 |
|
GMenu.h
|
LibGUI: Add a GToolBar class that can be populated with GActions.
|
2019-02-20 02:39:46 +01:00 |
|
GMenuBar.cpp
|
WindowServer: Rename GUI_Foo to WSAPI_Foo.
|
2019-02-15 09:17:18 +01:00 |
|
GMenuBar.h
|
WindowServer: Begin refactoring towards a fully asynchronous protocol.
|
2019-02-13 17:54:30 +01:00 |
|
GMenuItem.cpp
|
LibGUI: Add a GToolBar class that can be populated with GActions.
|
2019-02-20 02:39:46 +01:00 |
|
GMenuItem.h
|
LibGUI: Add a GToolBar class that can be populated with GActions.
|
2019-02-20 02:39:46 +01:00 |
|
GNotifier.cpp
|
Port Terminal to LibGUI.
|
2019-02-10 14:28:39 +01:00 |
|
GNotifier.h
|
Port Terminal to LibGUI.
|
2019-02-10 14:28:39 +01:00 |
|
GObject.cpp
|
Add a simple close button ("X") to windows.
|
2019-02-05 10:31:37 +01:00 |
|
GObject.h
|
Big, possibly complete sweep of naming changes.
|
2019-01-31 17:31:23 +01:00 |
|
GScrollBar.cpp
|
Convert more RetainPtr use to Retained.
|
2019-02-25 16:04:08 +01:00 |
|
GScrollBar.h
|
LibGUI: Improve GScrollBar button look a bit.
|
2019-02-10 11:57:19 +01:00 |
|
GStatusBar.cpp
|
Add a little About app and hook it up to the system menu's "About..." entry.
|
2019-02-12 15:23:07 +01:00 |
|
GStatusBar.h
|
LibGUI: Start adding an automatic widget layout system.
|
2019-02-10 11:07:13 +01:00 |
|
GStyle.cpp
|
LibGUI: Support different button styles.
|
2019-02-20 09:22:38 +01:00 |
|
GStyle.h
|
LibGUI: Support different button styles.
|
2019-02-20 09:22:38 +01:00 |
|
GTextBox.cpp
|
mmap all the font files!
|
2019-02-05 06:43:33 +01:00 |
|
GTextBox.h
|
LibGUI: GTextBox should only run a caret blink timer when focused.
|
2019-02-04 10:34:56 +01:00 |
|
GToolBar.cpp
|
AK: Add Retained<T>, like RetainPtr, but never null.
|
2019-02-25 12:43:52 +01:00 |
|
GToolBar.h
|
AK: Add Retained<T>, like RetainPtr, but never null.
|
2019-02-25 12:43:52 +01:00 |
|
GWidget.cpp
|
Rework the rendering model so that clients instantiate backing stores.
|
2019-02-20 22:08:14 +01:00 |
|
GWidget.h
|
LibGUI: Implement enter/leave events (with WindowServer support.)
|
2019-02-20 10:12:19 +01:00 |
|
GWindow.cpp
|
Add concept of size increments to windowing system.
|
2019-02-21 00:21:23 +01:00 |
|
GWindow.h
|
Add concept of size increments to windowing system.
|
2019-02-21 00:21:23 +01:00 |
|
Makefile
|
Move over to building all of userspace with i686-pc-serenity-g++.
|
2019-02-22 14:45:14 +01:00 |