ladybird/Widgets
2018-12-21 02:18:16 +01: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 Make the widgets code build on macOS. 2018-12-02 23:41:10 +01:00
Button.cpp Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
Button.h Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01: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 Yet another pass of style fixes. 2018-12-21 02:10:45 +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.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 Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01:00
EventLoop.cpp Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
EventLoop.h Start working on a Widgets library. 2018-10-10 15:12:38 +02:00
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 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 Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
Label.h Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01: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 Better int hashing. This was going to bite me sooner or later. 2018-10-27 09:33:24 +02:00
MsgBox.cpp Make the widgets code build on macOS. 2018-12-02 23:41:10 +01:00
MsgBox.h Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01:00
Object.cpp Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00
Object.h More VFS cleanup. 2018-11-15 16:04:25 +01:00
Painter.cpp Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01:00
Painter.h Make the Widgets/ directory build again. 2018-12-21 02:18:16 +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 Window contents move along with the window! 2018-10-12 02:41:27 +02:00
Rect.h Yet another pass of style fixes. 2018-12-21 02:10:45 +01: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 Yet another pass of style fixes. 2018-12-21 02:10:45 +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 Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00
TextBox.cpp Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01: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 Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01:00
Window.cpp Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
Window.h Make the Widgets/ directory build again. 2018-12-21 02:18:16 +01:00
WindowManager.cpp Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
WindowManager.h Close the MsgBox when clicking the OK button. 2018-10-14 01:23:01 +02:00