1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00
ladybird/Applications
Andreas Kling 7cfe712f4d LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
With this patch, it's now possible to pass a Gfx::ShareableBitmap in an
IPC message. As long as the message itself is synchronous, the bitmap
will be adopted by the receiving end, and disowned by the sender nicely
without any accounting effort like we've had to do in the past.

Use this in NotificationServer to allow sending arbitrary bitmaps as
icons instead of paths-to-icons.
2020-03-29 19:37:23 +02:00
..
About LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Browser Browser: Let the user add/remove bookmarks to the bookmarks bar 2020-03-27 14:12:18 +01:00
Calculator LibGUI: Some more convenience functions for constructing widgets 2020-03-03 22:37:48 +01:00
Calendar Calendar: Add license header 2020-03-19 22:54:30 +01:00
ChanViewer LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
DisplayProperties DisplayProperties: Add options to set the background color and wallpaper mode. 2020-03-29 19:36:37 +02:00
FileManager Applications: Remove G prefixes from comments 2020-03-19 22:52:44 +01:00
FontEditor LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Help LibWeb: Parse <script> elements and run any JavaScript found inside 2020-03-14 13:25:38 +01:00
HexEditor Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
IRCClient LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage 2020-03-29 19:37:23 +02:00
PaintBrush LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Piano Applications: Remove G prefixes from comments 2020-03-19 22:52:44 +01:00
QuickShow Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
SoundPlayer Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
SystemMenu SystemMenu: Sort applications alphabetically 2020-03-29 14:58:26 +02:00
SystemMonitor LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Taskbar Taskbar: Remove FIXME re: tooltip rendering since it's now working (#1502) 2020-03-23 08:21:34 +01:00
Terminal Terminal: Remove working directory argument 2020-03-18 08:23:31 +01:00
TextEditor Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
Welcome LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00