serenity/Userland/Applications
Lucas CHOLLET b5594bf9a2 PixelPaint: Display color information on mousemove with the PickerTool
Per-channel values of the pixel color are now displayed in the status
bar when the PickerTool is selected. This information obviously updates
on mousemove.
2023-03-12 22:08:24 +01:00
..
3DFileViewer 3DFileViewer: Don't unveil "/home/anon/Documents/3D Models" 2023-02-16 10:56:01 +00:00
About LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog 2023-03-03 15:23:47 +01:00
AnalogClock
Assistant Assistant: Remove outdated comment about NonnullPtrVector 2023-03-06 23:46:36 +01:00
Browser Browser: Handle close event in WebContentView 2023-03-07 11:34:11 +00:00
BrowserSettings AK: Remove infallible version of StringBuilder::to_byte_buffer 2023-03-09 15:51:00 +00:00
Calculator Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
Calendar Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
CalendarSettings
CharacterMap CharacterMap: Make the search happen as you type 2023-03-05 23:03:32 +01:00
ClockSettings Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
CrashReporter AK: Remove infallible version of StringBuilder::to_byte_buffer 2023-03-09 15:51:00 +00:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings Everywhere: Support overriding the system color scheme 2023-03-10 22:03:49 +01:00
Escalator LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
FileManager Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
FontEditor LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
GamesSettings Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Help Help: Don't defer tree view selection updates 2023-03-07 09:50:50 +01:00
HexEditor Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
ImageViewer ImageViewer: Migrate to Directory::for_each_entry() 2023-03-05 20:23:42 +01:00
KeyboardMapper Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
KeyboardSettings KeyboardSettings: Migrate to Directory::for_each_entry() 2023-03-05 20:23:42 +01:00
Magnifier LibGfx: Change BMPWriter API to be consistent with other image writers 2023-03-12 21:32:21 +01:00
Mail Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
MailSettings
MouseSettings MouseSettings: Migrate to Directory::for_each_entry() 2023-03-05 20:23:42 +01:00
NetworkSettings LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
PartitionEditor PartitionEditor: Migrate to Directory::for_each_entry() 2023-03-05 20:23:42 +01:00
PDFViewer Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
Piano Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
PixelPaint PixelPaint: Display color information on mousemove with the PickerTool 2023-03-12 22:08:24 +01:00
Presenter Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
Run LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Settings Settings: Remove outdated comment about NonnullPtrVector 2023-03-06 23:46:36 +01:00
SoundPlayer SoundPlayer: Add action with icon for toggling mute 2023-03-01 09:04:48 +00:00
SpaceAnalyzer LibCore+Everywhere: Return an Error from DirIterator::error() 2023-03-05 20:23:42 +01:00
Spreadsheet Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
SystemMonitor Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Terminal LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
TerminalSettings TerminalSettings: Move scrollback settings from "Terminal" to "View" 2023-03-03 15:38:59 +01:00
TextEditor TextEditor: Enable CMakeCache.txt highlighting 2023-03-08 14:21:37 +00:00
ThemeEditor ThemeEditor: Support more color scheme-related roles 2023-03-10 22:03:49 +01:00
VideoPlayer VideoPlayer: Create submenu to set sizing mode 2023-03-06 20:28:22 +00:00
Welcome LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
CMakeLists.txt