1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 21:40:59 +00:00
serenity/Userland
Mustafa Quraish 441e601689 ClipboardHistory: Listen for configuration changes
Resize the clipboard history size dynamically by listening for config
changes. This is currently not ideal since we don't have the callbacks
for `Config::Listener::config_i32_did_change`, so for now we are just
taking the string and attempting to convert it to an int.
2021-09-18 03:33:25 +00:00
..
Applets ClipboardHistory: Listen for configuration changes 2021-09-18 03:33:25 +00:00
Applications Magnifier: Add 8x magnification and pausing 2021-09-17 23:48:42 +02:00
Demos Fire: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
DevTools Profiler: Make the ProfileModel searchable 2021-09-14 21:33:15 +04:30
DynamicLoader Meta: Switch to a SuperBuild that splits host and target builds 2021-09-15 19:04:52 +04:30
Games Breakout: Tag fallthrough statement 2021-09-15 14:22:34 +00:00
Libraries LibC: Implement most langinfo values mentioned in POSIX 2021-09-18 03:12:58 +00:00
Services FileSystemAccessServer: Only compute basename when prompting 2021-09-16 17:17:13 +02:00
Shell Shell: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00
Utilities Utilities: Add a basic diff utility 2021-09-17 16:56:59 +00:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00