summaryrefslogtreecommitdiff
path: root/Userland/Applets/ClipboardHistory
AgeCommit message (Expand)Author
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18ClipboardHistory: Show ranges and max dimensions for copied glyphsthankyouverycool
2022-02-24ClipboardHistory: Add Time columnNícolas F. R. A. Prado
2022-02-13Userland/Applets: Use default constructors/destructorsLenny Maiorani
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-09ClipboardHistory: Update to new glyph formatMaciej
2021-12-18ClipboardHistory: Convert to try_create_default_iconAstraeus-
2021-12-04Applets/ClipboardHistory: Port to LibMain :^)Andreas Kling
2021-11-30ClipboardHistory: Add debug dump actionJelle Raaijmakers
2021-11-21ClipboardHistory: Properly display bitmap depthBen Wiederhake
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-09-18ClipboardHistory: Listen for configuration changesMustafa Quraish
2021-09-18ClipboardHistory: Use config file to set number of history itemsMustafa Quraish
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-27LibGUI: Add a ClipboardClient for GUI::ClipboardTheFightingCatfish
2021-07-19Applets: Add tooltip for Clipboard Historybrapru
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-07FontEditor+ClipboardHistory: Use system-wide Clipboardthankyouverycool
2021-04-05ClipboardHistory: Make the applet use an alpha channelDawid Wolosowicz
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
2021-04-04Userland: Rename *.MenuApplet => *.AppletAndreas Kling