serenity/Widgets
2018-10-12 01:26:20 +02:00
..
.gitignore Intense hacking on Widgets. 2018-10-10 16:49:36 +02:00
AbstractScreen.cpp Move windowing stuff from AbstractScreen to WindowManager. 2018-10-12 01:11:38 +02:00
AbstractScreen.h Move windowing stuff from AbstractScreen to WindowManager. 2018-10-12 01:11:38 +02:00
Button.cpp More hacking on Widgets. 2018-10-11 01:48:09 +02:00
Button.h More hacking on Widgets. 2018-10-11 01:48:09 +02:00
Color.h Intense hacking on Widgets. 2018-10-10 16:49:36 +02:00
ColorSDL.cpp Intense hacking on Widgets. 2018-10-10 16:49:36 +02:00
Event.h Small refactor. 2018-10-12 01:20:06 +02:00
EventLoop.cpp Use Font in more places. 2018-10-11 23:59:39 +02:00
EventLoop.h Start working on a Widgets library. 2018-10-10 15:12:38 +02:00
EventLoopSDL.cpp Move windowing stuff from AbstractScreen to WindowManager. 2018-10-12 01:11:38 +02:00
EventLoopSDL.h Start working on a Widgets library. 2018-10-10 15:12:38 +02:00
Font.cpp Use Font in more places. 2018-10-11 23:59:39 +02:00
Font.h Use Font in more places. 2018-10-11 23:59:39 +02:00
FrameBuffer.o Start working on a Widgets library. 2018-10-10 15:12:38 +02:00
FrameBufferSDL.cpp Intense hacking on Widgets. 2018-10-10 16:49:36 +02:00
FrameBufferSDL.h Intense hacking on Widgets. 2018-10-10 16:49:36 +02:00
Label.cpp More hacking on Widgets. 2018-10-11 01:48:09 +02:00
Label.h More rage hacking on Widgets. Some very basic text drawing. :^) 2018-10-10 20:06:58 +02:00
Makefile Start adding a Window class. 2018-10-12 01:03:22 +02:00
Object.cpp Avoid modifying Object::m_children while iterating it. 2018-10-11 01:00:15 +02:00
Object.h Start adding a Window class. 2018-10-12 01:03:22 +02:00
Painter.cpp Use Font in more places. 2018-10-11 23:59:39 +02:00
Painter.h Add a simple Font class. 2018-10-11 23:54:30 +02:00
Peanut8x8.h Rage hacking on TerminalWidget. 2018-10-11 12:33:03 +02:00
Peanut8x10.h Add a simple Font class. 2018-10-11 23:54:30 +02:00
Point.h Start adding a Window class. 2018-10-12 01:03:22 +02:00
Rect.h Start adding a Window class. 2018-10-12 01:03:22 +02:00
RootWidget.cpp More hacking on Widgets. 2018-10-11 16:52:40 +02:00
RootWidget.h Start working on a Widgets library. 2018-10-10 15:12:38 +02:00
TerminalWidget.cpp Start adding a Window class. 2018-10-12 01:03:22 +02:00
TerminalWidget.h Rage hacking on TerminalWidget. 2018-10-11 12:33:03 +02:00
test.cpp Move windowing stuff from AbstractScreen to WindowManager. 2018-10-12 01:11:38 +02:00
Widget.cpp Start adding a Window class. 2018-10-12 01:03:22 +02:00
Widget.h Start adding a Window class. 2018-10-12 01:03:22 +02:00
Window.cpp Deliver mouse events to the appropriate Window. 2018-10-12 01:26:20 +02:00
Window.h Deliver mouse events to the appropriate Window. 2018-10-12 01:26:20 +02:00
WindowManager.cpp Deliver mouse events to the appropriate Window. 2018-10-12 01:26:20 +02:00
WindowManager.h Small refactor. 2018-10-12 01:20:06 +02:00