summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-12Improve CheckBox style a bit.Andreas Kling
2018-10-12After moving a window, try to repaint a bit less.Andreas Kling
2018-10-12Fix CheckBox caption position.Andreas Kling
2018-10-12Painter::TextAlignment::Center vertical fix.Andreas Kling
2018-10-12Make buttons pressable.Andreas Kling
2018-10-12Paint Button in a very Windows 3-ish style.Andreas Kling
2018-10-12Add a CheckBox widget.Andreas Kling
2018-10-12Add a CBitmap class. The C is for Courage.Andreas Kling
2018-10-12Add a Painter::drawBitmap() and make Painter::drawText() use it.Andreas Kling
2018-10-12Add a clock widget.Andreas Kling
2018-10-12Put the font test into its own Window.Andreas Kling
2018-10-12Window contents move along with the window!Andreas Kling
2018-10-12Very hacky support for dragging a window around.Andreas Kling
2018-10-12The WindowManager can now react to mouse events on the window title bar.Andreas Kling
2018-10-12Deliver mouse events to the appropriate Window.Andreas Kling
2018-10-12Small refactor.Andreas Kling
2018-10-12Move windowing stuff from AbstractScreen to WindowManager.Andreas Kling
2018-10-12Start adding a Window class.Andreas Kling
2018-10-11Use Font in more places.Andreas Kling
2018-10-11Add a simple Font class.Andreas Kling
2018-10-11Some work on window decorations.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling
2018-10-11Support arbitrary pointer traits.Andreas Kling
2018-10-11Tweaks to Peanut8x10.Andreas Kling
2018-10-11Make an 8x10 version of Peanut. It looks a bit nicer I think.Andreas Kling
2018-10-11Rage hacking on TerminalWidget.Andreas Kling
2018-10-11AK::Buffer should not free unowned backing stores, duh.Andreas Kling
2018-10-11Dispatch MouseUp events with SDL.Andreas Kling
2018-10-11Start poking at a TerminalWidget.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling
2018-10-11Avoid modifying Object::m_children while iterating it.Andreas Kling
2018-10-11Peanut8x8 can paint all the ASCII characters!Andreas Kling
2018-10-11More work on the bitmap font.Andreas Kling
2018-10-10More rage hacking on Widgets. Some very basic text drawing. :^)Andreas Kling
2018-10-10Intense hacking on Widgets.Andreas Kling
2018-10-10Start working on a Widgets library.Andreas Kling
2018-10-10Run without SimpleMalloc locally for now.Andreas Kling
2018-10-10Add a cool banner.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling