summaryrefslogtreecommitdiff
path: root/Userland/Applets/ClipboardHistory/ClipboardHistoryModel.cpp
AgeCommit message (Expand)Author
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-05-09ClipboardHistory: Replace Core::BufferedFile use with InputBufferedFileTimothy Flynn
2023-05-08Applets/ClipboardHistory: Add persistent storageLucas CHOLLET
2023-01-15ClipboardHistory: Add a Clear history actionTim Ledbetter
2023-01-15ClipboardHistory: Update clipboard when the topmost item is deletedTim Ledbetter
2023-01-15ClipboardHistory: Invalidate model on item removalTim Ledbetter
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
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-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-01-09ClipboardHistory: Update to new glyph formatMaciej
2021-11-21ClipboardHistory: Properly display bitmap depthBen 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-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-04Userland: Rename *.MenuApplet => *.AppletAndreas Kling