Age | Commit message (Expand) | Author |
---|---|---|
2019-01-22 | Ext2FS: Delete inodes when their link count goes to zero. | Andreas Kling |
2019-01-21 | WindowServer: Don't invalidate already frontmost window for moving to front. | Andreas Kling |
2019-01-21 | LibGUI: Open the GUI event stream with O_CLOEXEC. | Andreas Kling |
2019-01-21 | LibGUI: Mass coding style fixes. | Andreas Kling |
2019-01-21 | guitest2: Add a simple launcher so I can easily spawn more Terminals. | Andreas Kling |
2019-01-20 | LibGUI: Minor fixes. | Andreas Kling |
2019-01-20 | LibGUI: Only redraw the dirty rect in GWidget. | Andreas Kling |
2019-01-20 | LibGUI: Hook up GWindow event dispatch for paint and mouse events. | Andreas Kling |
2019-01-20 | Make it possible for userspace to alter window title/geometry. | Andreas Kling |
2019-01-20 | Start bringing up LibGUI properly (formerly Widgets.) | Andreas Kling |
2019-01-20 | Rename all the LibGUI classes to GClassName. | Andreas Kling |
2019-01-19 | Move Widget & friends into LibGUI. | Andreas Kling |