serenity/Widgets
Andreas Kling b999a77d0f Improve KeyEvent a bit.
Now it has a text() which is what you'll usually want.
2018-10-12 20:55:06 +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 Make buttons pressable. 2018-10-12 15:52:41 +02:00
Button.h Make buttons pressable. 2018-10-12 15:52:41 +02:00
CBitmap.cpp Add a CBitmap class. The C is for Courage. 2018-10-12 12:49:45 +02:00
CBitmap.h Add a CBitmap class. The C is for Courage. 2018-10-12 12:49:45 +02:00
CheckBox.cpp Improve CheckBox style a bit. 2018-10-12 19:47:20 +02:00
CheckBox.h Add a CheckBox widget. 2018-10-12 14:16:40 +02:00
ClockWidget.cpp Add a CheckBox widget. 2018-10-12 14:16:40 +02:00
ClockWidget.h Add a clock widget. 2018-10-12 12:18:59 +02:00
Color.h Add a visual bell to TerminalWidget. Also backspace. 2018-10-12 20:05:11 +02:00
ColorSDL.cpp Add a visual bell to TerminalWidget. Also backspace. 2018-10-12 20:05:11 +02:00
Event.h Improve KeyEvent a bit. 2018-10-12 20:55: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 Improve KeyEvent a bit. 2018-10-12 20:55:06 +02:00
EventLoopSDL.h Improve KeyEvent a bit. 2018-10-12 20:55:06 +02:00
Font.cpp Improve KeyEvent a bit. 2018-10-12 20:55:06 +02:00
Font.h Add a CBitmap class. The C is for Courage. 2018-10-12 12:49:45 +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 Improve KeyEvent a bit. 2018-10-12 20:55:06 +02:00
Object.cpp Add a clock widget. 2018-10-12 12:18:59 +02:00
Object.h Add a clock widget. 2018-10-12 12:18:59 +02:00
Painter.cpp Painter::TextAlignment::Center vertical fix. 2018-10-12 16:57:43 +02:00
Painter.h Paint Button in a very Windows 3-ish style. 2018-10-12 14:58:16 +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 Window contents move along with the window! 2018-10-12 02:41:27 +02:00
Rect.h After moving a window, try to repaint a bit less. 2018-10-12 19:39:48 +02:00
RootWidget.cpp After moving a window, try to repaint a bit less. 2018-10-12 19:39:48 +02:00
RootWidget.h Start working on a Widgets library. 2018-10-10 15:12:38 +02:00
Size.h Add a Painter::drawBitmap() and make Painter::drawText() use it. 2018-10-12 12:29:58 +02:00
TerminalWidget.cpp Improve KeyEvent a bit. 2018-10-12 20:55:06 +02:00
TerminalWidget.h Add a visual bell to TerminalWidget. Also backspace. 2018-10-12 20:05:11 +02:00
test.cpp Add a CheckBox widget. 2018-10-12 14:16:40 +02:00
Widget.cpp After moving a window, try to repaint a bit less. 2018-10-12 19:39:48 +02:00
Widget.h After moving a window, try to repaint a bit less. 2018-10-12 19:39:48 +02:00
Window.cpp After moving a window, try to repaint a bit less. 2018-10-12 19:39:48 +02:00
Window.h After moving a window, try to repaint a bit less. 2018-10-12 19:39:48 +02:00
WindowManager.cpp After moving a window, try to repaint a bit less. 2018-10-12 19:39:48 +02:00
WindowManager.h After moving a window, try to repaint a bit less. 2018-10-12 19:39:48 +02:00