serenity/Widgets
2019-01-12 04:02:36 +01:00
..
.gitignore Intense hacking on Widgets. 2018-10-10 16:49:36 +02:00
AbstractScreen.cpp Constrain the mouse cursor to keep it inside the screen rect. 2019-01-12 01:00:24 +01:00
AbstractScreen.h Hook up the Keyboard device to the AbstractScreen. 2019-01-11 04:40:05 +01:00
Button.cpp Hook everything up to run the GUI on top of the kernel. 2019-01-10 23:19:29 +01:00
Button.h Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +01:00
CharacterBitmap.cpp Rename CBitmap to CharacterBitmap. 2019-01-10 05:41:49 +01:00
CharacterBitmap.h Rename CBitmap to CharacterBitmap. 2019-01-10 05:41:49 +01:00
CheckBox.cpp Throw up some widgets on screen so we can see what they look like. 2019-01-11 04:10:07 +01:00
CheckBox.h Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01:00
ClockWidget.cpp Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02:00
ClockWidget.h Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02:00
Color.cpp Tidy up window border rendering a bit. 2019-01-12 04:02:36 +01:00
Color.h Tidy up window border rendering a bit. 2019-01-12 04:02:36 +01:00
Event.h Hook up the Keyboard device to the AbstractScreen. 2019-01-11 04:40:05 +01:00
EventLoop.cpp Hook up the PS2MouseDevice to the AbstractScreen+WindowManager. 2019-01-11 03:52:09 +01:00
EventLoop.h Hook everything up to run the GUI on top of the kernel. 2019-01-10 23:19:29 +01:00
Font.cpp Hook everything up to run the GUI on top of the kernel. 2019-01-10 23:19:29 +01:00
Font.h Hook everything up to run the GUI on top of the kernel. 2019-01-10 23:19:29 +01:00
FrameBuffer.cpp Hook everything up to run the GUI on top of the kernel. 2019-01-10 23:19:29 +01:00
FrameBuffer.h Hook everything up to run the GUI on top of the kernel. 2019-01-10 23:19:29 +01:00
GraphicsBitmap.cpp Let's have an RGBA32 typedef for raw pixel data. 2019-01-10 05:36:32 +01:00
GraphicsBitmap.h Let's have an RGBA32 typedef for raw pixel data. 2019-01-10 05:36:32 +01:00
Label.cpp Hook everything up to run the GUI on top of the kernel. 2019-01-10 23:19:29 +01:00
Label.h Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01:00
ListBox.cpp Throw up some widgets on screen so we can see what they look like. 2019-01-11 04:10:07 +01:00
ListBox.h Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02:00
Makefile Get rid of the "root widget" concept in WindowManager. 2019-01-12 03:42:50 +01:00
MsgBox.cpp Hook everything up to run the GUI on top of the kernel. 2019-01-10 23:19:29 +01:00
MsgBox.h Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01:00
Object.cpp Hook everything up to run the GUI on top of the kernel. 2019-01-10 23:19:29 +01:00
Object.h More VFS cleanup. 2018-11-15 16:04:25 +01:00
Painter.cpp Get rid of the "root widget" concept in WindowManager. 2019-01-12 03:42:50 +01:00
Painter.h Get rid of the "root widget" concept in WindowManager. 2019-01-12 03:42:50 +01:00
Peanut8x8.h Rage hacking on TerminalWidget. 2018-10-11 12:33:03 +02:00
Peanut8x10.h Improve the "k" in Peanut8x10 a bit. 2018-10-12 23:12:17 +02:00
Point.h Constrain the mouse cursor to keep it inside the screen rect. 2019-01-12 01:00:24 +01:00
Rect.cpp Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +01:00
Rect.h Ignore WindowManager invalidations inside already invalidated rects. 2019-01-12 03:07:23 +01:00
Size.h Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +01:00
TerminalWidget.cpp Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
TerminalWidget.h Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02:00
test.cpp Get rid of the "root widget" concept in WindowManager. 2019-01-12 03:42:50 +01:00
TextBox.cpp Throw up some widgets on screen so we can see what they look like. 2019-01-11 04:10:07 +01:00
TextBox.h Throw up some widgets on screen so we can see what they look like. 2019-01-11 04:10:07 +01:00
Widget.cpp Hook everything up to run the GUI on top of the kernel. 2019-01-10 23:19:29 +01:00
Widget.h Stop recomposing the window hierarchy after every dang widget paint. 2019-01-09 04:46:16 +01:00
Window.cpp More window manager hacking. FocusIn/FocusOut events. 2019-01-09 05:40:04 +01:00
Window.h Stop recomposing the window hierarchy after every dang widget paint. 2019-01-09 04:46:16 +01:00
WindowManager.cpp Tidy up window border rendering a bit. 2019-01-12 04:02:36 +01:00
WindowManager.h Get rid of the "root widget" concept in WindowManager. 2019-01-12 03:42:50 +01:00