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