index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applets
/
ClipboardHistory
/
ClipboardHistoryModel.cpp
Age
Commit message (
Expand
)
Author
2023-05-15
Userland: Port `Model::column_name()` to String
Karol Kosek
2023-05-09
ClipboardHistory: Replace Core::BufferedFile use with InputBufferedFile
Timothy Flynn
2023-05-08
Applets/ClipboardHistory: Add persistent storage
Lucas CHOLLET
2023-01-15
ClipboardHistory: Add a Clear history action
Tim Ledbetter
2023-01-15
ClipboardHistory: Update clipboard when the topmost item is deleted
Tim Ledbetter
2023-01-15
ClipboardHistory: Invalidate model on item removal
Tim Ledbetter
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
ClipboardHistory: Show ranges and max dimensions for copied glyphs
thankyouverycool
2022-02-24
ClipboardHistory: Add Time column
Nícolas F. R. A. Prado
2022-02-13
Userland/Applets: Use default constructors/destructors
Lenny Maiorani
2022-01-09
ClipboardHistory: Update to new glyph format
Maciej
2021-11-21
ClipboardHistory: Properly display bitmap depth
Ben Wiederhake
2021-09-18
ClipboardHistory: Listen for configuration changes
Mustafa Quraish
2021-09-18
ClipboardHistory: Use config file to set number of history items
Mustafa Quraish
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-07
FontEditor+ClipboardHistory: Use system-wide Clipboard
thankyouverycool
2021-04-04
Userland: Rename *.MenuApplet => *.Applet
Andreas Kling