summaryrefslogtreecommitdiff
path: root/MenuApplets/ClipboardHistory/ClipboardHistoryModel.cpp
AgeCommit message (Expand)Author
2021-01-12MenuApplets: Move to Userland/MenuApplets/Andreas Kling
2020-12-08Clipboard: Remove-unused bpp metadataBen Wiederhake
2020-11-24MenuApplets: Added ability to remove entry from ClipboardHistory (#4143)Florian Förster
2020-11-17ClipboardHistoryModel: Prevent duplicate rows (#4073)Zac
2020-09-05ClipboardHistory: Show bitmap width/height/bpp for bitmap clippingsAndreas Kling
2020-09-05ClipboardHistory: Show the size (in bytes) of each remembered clippingAndreas Kling
2020-09-05ClipboardHistory: Cap the history at 20 entries for nowAndreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-16ClipboardHistory: Add a clipboard history applet :^)Sergey Bugaev