ladybird/Widgets
2019-01-09 04:46: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 Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +01:00
Button.cpp Yet another pass of style fixes. 2018-12-21 02:10:45 +01:00
Button.h Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +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 Let WindowManager send out events for WindowBecame{Active,Inactive} 2019-01-09 04:15:17 +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 Let WindowManager send out events for WindowBecame{Active,Inactive} 2019-01-09 04:15:17 +01:00
FrameBufferSDL.h Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +01:00
GraphicsBitmap.cpp More window management work. 2019-01-09 03:51:34 +01:00
GraphicsBitmap.h More window management work. 2019-01-09 03:51:34 +01: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 Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +01: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 Stop recomposing the window hierarchy after every dang widget paint. 2019-01-09 04:46:16 +01:00
Painter.h Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +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.cpp Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +01:00
Rect.h Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +01:00
RootWidget.cpp Stop recomposing the window hierarchy after every dang widget paint. 2019-01-09 04:46:16 +01:00
RootWidget.h Start refactoring graphics system to have per-window backing stores. 2019-01-09 02:06:04 +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 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 Stop recomposing the window hierarchy after every dang widget paint. 2019-01-09 04:46:16 +01:00
Widget.h Stop recomposing the window hierarchy after every dang widget paint. 2019-01-09 04:46:16 +01:00
Window.cpp Stop recomposing the window hierarchy after every dang widget paint. 2019-01-09 04:46:16 +01:00
Window.h Stop recomposing the window hierarchy after every dang widget paint. 2019-01-09 04:46:16 +01:00
WindowManager.cpp Stop recomposing the window hierarchy after every dang widget paint. 2019-01-09 04:46:16 +01:00
WindowManager.h Stop recomposing the window hierarchy after every dang widget paint. 2019-01-09 04:46:16 +01:00