summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Clipboard.cpp
AgeCommit message (Expand)Author
2020-10-02AK: Add trivial structure validation to SharedBufferTom
2020-09-12LibGfx: Saner memory usage of indexed bitmapsBen Wiederhake
2020-09-06LibGUI: Fix OOB read in Clipboard::set_data()AnotherTest
2020-09-05LibGUI: Add a Clipboard API for retrieving a copied Gfx::BitmapAndreas Kling
2020-09-05Clipboard: Add a key-value map alongside the clipboard storageAndreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling