Age | Commit message (Expand) | Author |
---|---|---|
2019-06-03 | StringViewize a bunch of things -- mostly LibGUI | Robin Burchell |
2019-04-05 | AK: Revert Eternal<T> for now since it doesn't work as intended. | Andreas Kling |
2019-04-03 | AK: Add Eternal<T> and use it in various places. | Andreas Kling |
2019-03-19 | LibGUI: Implement nested event loops to support dialog boxes. | Andreas Kling |
2019-03-18 | LibGUI: Don't crash if calling GClipboard::set_data() with a null string. | Andreas Kling |
2019-03-08 | Seal clipboard buffers after copying data into them. | Andreas Kling |
2019-03-08 | WindowServer+LibGUI: Add a server-side clipboard. | Andreas Kling |