Age | Commit message (Expand) | Author |
---|---|---|
2019-01-13 | Minor GUI API things + make Button corners properly transparent. | Andreas Kling |
2019-01-12 | Fix more underdraw bugs in Button due to new Rect semantics. | Andreas Kling |
2019-01-12 | Update Painter class to the new coding style. | Andreas Kling |
2019-01-12 | Fix unpainted area in Button rendering. | Andreas Kling |
2019-01-10 | Hook everything up to run the GUI on top of the kernel. | Andreas Kling |
2018-12-21 | Yet another pass of style fixes. | 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-12 | Some color cleanup. | 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-11 | More hacking on Widgets. | Andreas Kling |