ladybird/LibGUI
Andreas Kling 6a3ff7efc5 GScrollBar: Start looking a bit more like a proper scrollbar.
And hook up FileManager's DirectoryView with its scrollbar so it actually
causes the directory view to shift up and down. Very cool. :^)
2019-02-09 11:29:59 +01:00
..
.gitignore Add basic automatic dependency management to Makefiles. 2019-02-02 04:41:59 +01:00
GButton.cpp Start working on a simple Launcher app. 2019-02-07 23:17:06 +01:00
GButton.h Launcher: Factor the app buttons into a LaunchButton class. 2019-02-08 00:15:04 +01:00
GCheckBox.cpp SharedGraphics: Add some useful painting helpers and make use of them. 2019-02-05 11:42:58 +01:00
GCheckBox.h LibGUI: More work on GCheckBox. 2019-01-27 20:22:06 +01:00
GEvent.h LibGUI: Start working on a GScrollBar. 2019-02-09 11:19:38 +01:00
GEventLoop.cpp Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
GEventLoop.h Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
GLabel.cpp WindowServer: Don't invalidate already frontmost window for moving to front. 2019-01-21 02:19:08 +01:00
GLabel.h LibGUI: Mass coding style fixes. 2019-01-21 00:54:35 +01:00
GListBox.cpp LibGUI: Reduce overdraw in GListBox. 2019-01-28 20:38:13 +01:00
GListBox.h LibGUI: Flesh out focus implementation and more GTextBox work. 2019-01-26 11:24:16 +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 GScrollBar: Start looking a bit more like a proper scrollbar. 2019-02-09 11:29:59 +01:00
GScrollBar.h LibGUI: Start working on a GScrollBar. 2019-02-09 11:19: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
GWidget.cpp LibGUI: Start working on a GScrollBar. 2019-02-09 11:19:38 +01:00
GWidget.h LibGUI: Start working on a GScrollBar. 2019-02-09 11:19:38 +01:00
GWindow.cpp LibGUI: Implement GWindow::rect(). 2019-02-08 00:13:35 +01:00
GWindow.h Launcher: Factor the app buttons into a LaunchButton class. 2019-02-08 00:15:04 +01:00
Makefile LibGUI: Start working on a GScrollBar. 2019-02-09 11:19:38 +01:00