Age | Commit message (Expand) | Author |
---|---|---|
2019-06-07 | Applications: Run clang-format on everything. | Andreas Kling |
2019-05-24 | LibGUI: Add a GAbstractButton base class for button widgets. | Andreas Kling |
2019-05-10 | About: Center the window on screen and make it non-resizable. | Andreas Kling |
2019-03-22 | Use the PNG loader for all images, and get rid of the .rgb files. | Andreas Kling |
2019-03-19 | LibGUI: Implement nested event loops to support dialog boxes. | Andreas Kling |
2019-03-14 | About: Oops, fill the window with background color. | Andreas Kling |
2019-03-09 | About+LibGUI: Use a GBoxLayout for the About app. | Andreas Kling |
2019-03-06 | About: Use Katica Bold for displaying the system name. :^) | Andreas Kling |
2019-02-19 | WindowServer: Support windows with alpha channels. And per-WSWindow opacity. | Andreas Kling |
2019-02-17 | LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit(). | Andreas Kling |
2019-02-12 | Add a little About app and hook it up to the system menu's "About..." entry. | Andreas Kling |