index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Widgets
Age
Commit message (
Expand
)
Author
2018-10-14
Let widget have a font() instead of using Font::defaultFont() everywhere.
Andreas Kling
2018-10-14
Close the MsgBox when clicking the OK button.
Andreas Kling
2018-10-14
Add a simple MsgBox() :^)
Andreas Kling
2018-10-13
Improve TextBox text placement a little bit.
Andreas Kling
2018-10-13
Add TextBox::onReturnPressed.
Andreas Kling
2018-10-13
Try out a signal-like system like this:
Andreas Kling
2018-10-13
Use fooEvent() type names for the virtual event handlers.
Andreas Kling
2018-10-13
Start working on a simple TextBox widget.
Andreas Kling
2018-10-13
More work on focus.
Andreas Kling
2018-10-13
Implement basic focus.
Andreas Kling
2018-10-13
Let the WindowManager track the active window.
Andreas Kling
2018-10-13
Start using WeakPtr for some of the WindowManager window pointers.
Andreas Kling
2018-10-13
Use HashMap::remove() in some places that I wanted it.
Andreas Kling
2018-10-13
Use Vector::remove() in a place I wished I had it earlier.
Andreas Kling
2018-10-13
Add a basic Listbox widget.
Andreas Kling
2018-10-12
Improve the "k" in Peanut8x10 a bit.
Andreas Kling
2018-10-12
Some color cleanup.
Andreas Kling
2018-10-12
Clip Painter operations to the screen rect.
Andreas Kling
2018-10-12
Label should respect background/foreground color.
Andreas Kling
2018-10-12
Set KeyEvent modifier bits from SDL key event.
Andreas Kling
2018-10-12
Improve KeyEvent a bit.
Andreas Kling
2018-10-12
Add a visual bell to TerminalWidget. Also backspace.
Andreas Kling
2018-10-12
Improve CheckBox style a bit.
Andreas Kling
2018-10-12
After moving a window, try to repaint a bit less.
Andreas Kling
2018-10-12
Fix CheckBox caption position.
Andreas Kling
2018-10-12
Painter::TextAlignment::Center vertical fix.
Andreas Kling
2018-10-12
Make buttons pressable.
Andreas Kling
2018-10-12
Paint Button in a very Windows 3-ish style.
Andreas Kling
2018-10-12
Add a CheckBox widget.
Andreas Kling
2018-10-12
Add a CBitmap class. The C is for Courage.
Andreas Kling
2018-10-12
Add a Painter::drawBitmap() and make Painter::drawText() use it.
Andreas Kling
2018-10-12
Add a clock widget.
Andreas Kling
2018-10-12
Put the font test into its own Window.
Andreas Kling
2018-10-12
Window contents move along with the window!
Andreas Kling
2018-10-12
Very hacky support for dragging a window around.
Andreas Kling
2018-10-12
The WindowManager can now react to mouse events on the window title bar.
Andreas Kling
2018-10-12
Deliver mouse events to the appropriate Window.
Andreas Kling
2018-10-12
Small refactor.
Andreas Kling
2018-10-12
Move windowing stuff from AbstractScreen to WindowManager.
Andreas Kling
2018-10-12
Start adding a Window class.
Andreas Kling
2018-10-11
Use Font in more places.
Andreas Kling
2018-10-11
Add a simple Font class.
Andreas Kling
2018-10-11
Some work on window decorations.
Andreas Kling
2018-10-11
More hacking on Widgets.
Andreas Kling
2018-10-11
Tweaks to Peanut8x10.
Andreas Kling
2018-10-11
Make an 8x10 version of Peanut. It looks a bit nicer I think.
Andreas Kling
2018-10-11
Rage hacking on TerminalWidget.
Andreas Kling
2018-10-11
Dispatch MouseUp events with SDL.
Andreas Kling
2018-10-11
Start poking at a TerminalWidget.
Andreas Kling
2018-10-11
More hacking on Widgets.
Andreas Kling
[next]