serenity/Applications
Andreas Kling 10255bc5c6 LibWeb+Browser: Decode non-animated images out-of-process :^)
We now use the ImageDecoder service in LibWeb for everything except
GIF images (we'll have to deal with them later, ofc.)

This has a little bit of overhead but we should be able to optimize
it until it becomes negligible.
2020-06-22 21:47:01 +02:00
..
About LibGUI, About: Implement system-wide W2k-esque About dialog 2020-05-27 11:44:19 +02:00
Browser LibWeb+Browser: Decode non-animated images out-of-process :^) 2020-06-22 21:47:01 +02:00
Calculator Calculator: Set text color through the palette 2020-06-02 21:49:47 +02:00
Calendar Calendar: Fix using OwnPtr<> with RefCounted types 2020-06-12 16:08:45 +02:00
Debugger AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
DisplaySettings AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
FileManager FileManager: Small improvements to PropertyDialog's apply button logic 2020-06-18 23:14:13 +02:00
FontEditor LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Help Help: Use Web::PageView::load_html() 2020-06-21 21:54:30 +02:00
HexEditor AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
IRCClient AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
KeyboardMapper KeyboardMapper: Replace char data type to u32 for code point 2020-06-16 13:15:17 +02:00
KeyboardSettings KeyboardSettings: Call out to /bin/keymap to actually set the keymap 2020-06-18 22:29:09 +02:00
Piano Piano: Expose multi-track functionality 2020-06-18 16:42:37 +02:00
PixelPaint LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
QuickShow QuickShow:If image is larger then window size resize it to fit the image 2020-06-18 23:18:11 +02:00
SoundPlayer LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
SystemMonitor AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
Terminal Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
TextEditor TextEditor: Use Web::PageView::load_html() for the markdown preview 2020-06-21 21:54:30 +02:00
Welcome Welcome: Replace Label with Image component to show banner and app icon 2020-06-18 16:35:57 +02:00
CMakeLists.txt Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00