summaryrefslogtreecommitdiff
path: root/LibGUI/GClipboard.cpp
AgeCommit message (Expand)Author
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