1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-15 09:42:25 +00:00
serenity/Applications
Ben Wiederhake 9c3a33762b LibGfx: Saner memory usage of indexed bitmaps
Indexed bitmaps used to allocate four times the required amount of memory.

Also, we should acknowledge that the underlying data is not always RGBA32,
and instead cast it only when the true type is known.
2020-09-12 00:13:29 +02:00
..
About LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Browser LibGUI: Make the Clipboard API deal in raw byte buffers a bit more 2020-09-05 16:16:01 +02:00
Calculator Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
Calendar Calendar: Avoid unnecessary lambda 2020-08-30 10:31:04 +02:00
Debugger LibDebug: Move everything into the "Debug" namespace 2020-08-25 09:46:06 +02:00
DisplaySettings DisplaySettings: Remove unnecessary file open for non-paths 2020-09-03 11:03:16 +02:00
FileManager LibGUI: Make the Clipboard API deal in raw byte buffers a bit more 2020-09-05 16:16:01 +02:00
FontEditor FontEditor: Cannot take reference to local lambda 2020-08-30 10:31:04 +02:00
Help LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
HexEditor HexEditor: Use widget override cursors 2020-09-11 14:37:30 +02:00
IRCClient IRCClient: Use NonnullRefPtr<IRCClient> throughout 2020-09-10 18:45:00 +02:00
KeyboardMapper LibGUI+WindowServer: Rename window "override cursor" to just "cursor" 2020-09-11 14:26:37 +02:00
KeyboardSettings LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
Piano Refactor: Replace usages of FixedArray with Array. 2020-09-08 14:01:21 +02:00
PixelPaint LibGfx: Saner memory usage of indexed bitmaps 2020-09-12 00:13:29 +02:00
QuickShow QuickShow: Allow copying the current bitmap to the clipboard :^) 2020-09-05 16:53:30 +02:00
SoundPlayer SoundPlayer: Uninitialized variable in SoundPlayerWidget, found by Coverity 2020-08-17 09:17:57 +02:00
Spreadsheet Spreadsheet: Add "final" to JS objects and tweak declarations 2020-09-08 14:11:43 +02:00
SystemMonitor Base: Move 16x16 common icons to /res/icons/16x16/ 2020-08-27 15:38:02 +02:00
Terminal Terminal: Use utmpupdate to update /var/run/utmp 2020-09-06 16:15:51 +02:00
TextEditor TextEditor: Don't try to move(lambda) 2020-08-30 10:31:04 +02:00
ThemeEditor DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilder 2020-08-31 09:14:18 +02:00
Welcome Base: Rename Pebbleton to reflect actual height 2020-08-16 19:38:21 +02:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00