serenity/Widgets
2018-10-14 13:06:05 +02:00
..
.gitignore
AbstractScreen.cpp
AbstractScreen.h Add a simple MsgBox() :^) 2018-10-14 00:21:42 +02:00
Button.cpp Try out a signal-like system like this: 2018-10-13 23:01:06 +02:00
Button.h Try out a signal-like system like this: 2018-10-13 23:01:06 +02:00
CBitmap.cpp
CBitmap.h
CheckBox.cpp Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
CheckBox.h Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02: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.h Some color cleanup. 2018-10-12 23:02:23 +02:00
ColorSDL.cpp Some color cleanup. 2018-10-12 23:02:23 +02:00
Event.h Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00
EventLoop.cpp
EventLoop.h
EventLoopSDL.cpp Add TextBox::onReturnPressed. 2018-10-13 23:19:44 +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
FrameBufferSDL.cpp
FrameBufferSDL.h
Label.cpp Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02:00
Label.h Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02:00
ListBox.cpp Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
ListBox.h Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02:00
Makefile Add a simple MsgBox() :^) 2018-10-14 00:21:42 +02:00
MsgBox.cpp Add a simple MsgBox() :^) 2018-10-14 00:21:42 +02:00
MsgBox.h Add a simple MsgBox() :^) 2018-10-14 00:21:42 +02:00
Object.cpp Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00
Object.h Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00
Painter.cpp Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
Painter.h Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
Peanut8x8.h
Peanut8x10.h Improve the "k" in Peanut8x10 a bit. 2018-10-12 23:12:17 +02:00
Point.h
Rect.h Start working on a simple TextBox widget. 2018-10-13 22:46:34 +02:00
RootWidget.cpp Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02:00
RootWidget.h Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02:00
Size.h
TerminalWidget.cpp Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
TerminalWidget.h Use fooEvent() type names for the virtual event handlers. 2018-10-13 22:51:50 +02:00
test.cpp Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00
TextBox.cpp Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
TextBox.h Add TextBox::onReturnPressed. 2018-10-13 23:19:44 +02:00
Widget.cpp Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
Widget.h Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
Window.cpp Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00
Window.h Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00
WindowManager.cpp Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00
WindowManager.h Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00