ladybird/Userland/Applications
Ben Wiederhake b6419f2cf2 LibGUI: Make clipboard-as-bitmap parsing less data-race-y
This encourages the caller to first fetch data and type atomically, and
then parse that, instead of potentially making multiple requests.
2021-11-21 11:49:06 +00:00
..
3DFileViewer 3DFileViewer: Clean some code for increased readability on Mesh 2021-11-13 12:52:22 +01:00
About About: Display the full version 2021-09-02 16:17:18 +01:00
AnalogClock Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Assistant Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Browser LibWeb: Move BrowsingContext into HTML/ 2021-11-18 21:11:30 +01:00
Calculator Calculator: Add Constants menu 2021-10-31 12:10:44 +01:00
Calendar LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
CrashReporter CrashReporter: Add "Inspect in Hack Studio" button 2021-11-20 21:22:24 +00:00
Debugger AK: Make ByteBuffer::try_* functions return ErrorOr<void> 2021-11-10 21:58:58 +01:00
DisplaySettings DisplaySettings: Migrate to using SettingsWindow :^) 2021-11-20 21:05:20 +00:00
FileManager Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
FontEditor FontEditor: Set all pixels when pasting a glyph 2021-11-20 12:56:35 +01:00
Help Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
HexEditor Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
ImageViewer LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
KeyboardMapper Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
KeyboardSettings KeyboardSettings: Add icons 2021-11-20 21:05:20 +00:00
Magnifier Magnifier: Add 8x magnification and pausing 2021-09-17 23:48:42 +02:00
Mail LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
MailSettings MailSettings: Migrate to using SettingsWindow :^) 2021-11-20 21:05:20 +00:00
MouseSettings MouseSettings: Adjust layout so mouse-button image is no longer clipped 2021-11-20 21:05:20 +00:00
PDFViewer LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
Piano Piano: Use default sample rate in absence of audio device 2021-11-21 09:27:00 +01:00
PixelPaint LibGUI: Make clipboard-as-bitmap parsing less data-race-y 2021-11-21 11:49:06 +00:00
Run LibCore: Use ErrorOr<T> for Core::File::open() 2021-11-08 00:35:27 +01:00
Settings Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
SoundPlayer SoundPlayer: Add keyboard shortcuts for stop and volume 2021-11-13 11:53:31 +01:00
SpaceAnalyzer AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00
Spreadsheet AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00
SystemMonitor AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00
Terminal Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
TextEditor LibGUI: Change delete key handling from action to keydown_event 2021-11-13 12:53:29 +01:00
ThemeEditor ThemeEditor: Correct GroupBox margins 2021-11-13 17:59:51 +00:00
VideoPlayer LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
Welcome LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
CMakeLists.txt Userland: Remove IRC Client 2021-08-24 16:37:28 +02:00