serenity/Userland/Applications
TheGrizzlyDev 2905642550 Magnifier: Add colorblind preview options
Add the same preview options as the theme editor so you can test the
accessibility of anything on your desktop. Both tools share the same
shortcuts.
2021-12-28 23:59:56 +01:00
..
3DFileViewer Userland: Use File::lines() range-based for loop where appropriate 2021-12-12 14:06:38 +03:30
About About: Port to LibMain 2021-12-17 13:09:54 -08:00
AnalogClock AnalogClock: Port to LibMain 2021-12-17 13:09:54 -08:00
Assistant Userland: Add unveil/pledge requisites for dynamic Unicode data loading 2021-12-21 13:09:49 -08:00
Browser LibJS+WebContent+Browser+js: Implement console.group() methods 2021-12-27 21:44:07 +01:00
BrowserSettings Applications: Cast unused smart-pointer TRY return values to void 2021-12-05 15:31:03 +01:00
Calculator Calculator: Make double construction and conversion private 2021-12-22 00:43:13 -08:00
Calendar LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
CrashReporter CrashReporter: Remove redundant pledge() 2021-12-11 23:06:56 +01:00
Debugger AK: Make ByteBuffer::try_* functions return ErrorOr<void> 2021-11-10 21:58:58 +01:00
DisplaySettings Applications: Cast unused smart-pointer TRY return values to void 2021-12-05 15:31:03 +01:00
FileManager FileManager: Add "Create Archive" action 2021-12-28 01:14:52 +01:00
FontEditor Userland: Add unveil/pledge requisites for dynamic Unicode data loading 2021-12-21 13:09:49 -08:00
Help Help: Fix crash when trying to load libunicodedata.so 2021-12-28 01:31:46 +01:00
HexEditor HexEditor: Don't unnecessarily abbreviate variable names 2021-12-23 23:25:47 -08:00
ImageViewer ImageViewer: Change how scaling works 2021-12-28 23:23:09 +01:00
KeyboardMapper Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
KeyboardSettings Applications: Cast unused smart-pointer TRY return values to void 2021-12-05 15:31:03 +01:00
Magnifier Magnifier: Add colorblind preview options 2021-12-28 23:59:56 +01:00
Mail Mail: Ask the user if they want to see the mail settings 2021-12-11 15:09:54 -08:00
MailSettings Applications: Cast unused smart-pointer TRY return values to void 2021-12-05 15:31:03 +01:00
MouseSettings LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 2021-12-24 05:11:52 -08:00
PDFViewer PDFViewer: Add a basic set of pledges 2021-12-25 10:58:30 +01:00
Piano Piano: Make Key_Space shortcut to toggle playback 2021-12-20 10:39:37 -08:00
PixelPaint PixelPaint: Refactor falloff computation and extend hardness range 2021-12-21 13:52:55 -08:00
Run Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
Settings Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
SoundPlayer SoundPlayer: Add a keyboard shortcut 'M' to mute the player 2021-12-24 00:19:01 -08:00
SpaceAnalyzer Everywhere: Fix -Winconsistent-missing-override warnings from Clang 2021-12-11 13:14:15 -08:00
Spreadsheet Userland: Add unveil/pledge requisites for dynamic Unicode data loading 2021-12-21 13:09:49 -08:00
SystemMonitor Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
Terminal Everywhere: Fix -Winconsistent-missing-override warnings from Clang 2021-12-11 13:14:15 -08:00
TerminalSettings Applications: Cast unused smart-pointer TRY return values to void 2021-12-05 15:31:03 +01:00
TextEditor TextEditor: Highlight AF files as INI 2021-12-28 11:36:12 +01:00
ThemeEditor ThemeEditor: Implement a way to simulate color blindness in preview 2021-12-28 17:10:44 +01:00
VideoPlayer LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
Welcome Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
CMakeLists.txt Terminal: Modernize terminal settings as a standalone application 2021-11-27 12:45:44 +01:00