1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:17:35 +00:00
serenity/Userland/Applications
Gunnar Beutner c4d0b0cd6b Userland: Don't explicitly call Vector<T>::is_null()
This method always returns false so there's no reason for calling it.
2021-05-16 17:49:42 +02:00
..
About Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
AnalogClock AnalogClock: Use YYYY-MM-DD format for window title 2021-05-14 20:17:09 +01:00
Browser Browser: Don't spawn RequestServer and WebSocket in multi-process mode 2021-05-14 17:17:30 +02:00
Calculator Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Calendar Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
CrashReporter Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Debugger Debugger: Add basic backtrace support 2021-05-16 00:47:01 +01:00
DisplaySettings Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
FileManager Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
FontEditor FontEditor: Add missing unix pledge 2021-05-15 16:07:05 +01:00
Help Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
HexEditor HexEditor: Call size() instead of operator bool() 2021-05-16 17:49:42 +02:00
ImageViewer ImageViewer: Stop animation timer when deleting/changing image 2021-05-16 16:22:21 +01:00
IRCClient Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
KeyboardMapper Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
KeyboardSettings Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Magnifier Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
MouseSettings Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Piano Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
PixelPaint PixelPaint: Wrap the layer list in a GUI::GroupBox and tweak width 2021-05-16 01:11:56 +02:00
Run Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
SoundPlayer Userland: Don't explicitly call Vector<T>::is_null() 2021-05-16 17:49:42 +02:00
SpaceAnalyzer Everywhere: Add a blank line after copyright header where missing 2021-05-15 00:27:09 +01:00
Spreadsheet Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
SystemMonitor SystemMonitor: Make ProcessModel icon column non-sortable 2021-05-15 00:15:09 +01:00
Terminal Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
TextEditor Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
ThemeEditor Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Welcome Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
CMakeLists.txt Userland: Rename QuickShow => Image Viewer 2021-05-14 18:34:44 +02:00