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
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-12
ClipboardHistory: Use titlecasing in the applet's window title
Timothy Flynn
2023-05-08
Applets/ClipboardHistory: Add persistent storage
Lucas CHOLLET
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-15
ClipboardHistory: Add a Clear history action
Tim Ledbetter
2023-01-15
ClipboardHistory: Ensure model is populated on startup
Tim Ledbetter
2023-01-15
ClipboardHistory: Update clipboard when the topmost item is deleted
Tim Ledbetter
2023-01-15
ClipboardHistory: Don't attempt to delete an item if nothing is selected
Tim Ledbetter
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-02-24
ClipboardHistory: Add Time column
Nícolas F. R. A. Prado
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2021-12-18
ClipboardHistory: Convert to try_create_default_icon
Astraeus-
2021-12-04
Applets/ClipboardHistory: Port to LibMain :^)
Andreas Kling
2021-11-30
ClipboardHistory: Add debug dump action
Jelle Raaijmakers
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-07-27
LibGUI: Add a ClipboardClient for GUI::Clipboard
TheFightingCatfish
2021-07-19
Applets: Add tooltip for Clipboard History
brapru
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-05
ClipboardHistory: Make the applet use an alpha channel
Dawid Wolosowicz
2021-04-04
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
Andreas Kling
2021-04-04
Userland: Rename *.MenuApplet => *.Applet
Andreas Kling