1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 02:18:12 +00:00
serenity/Userland/Applications
Ben Wiederhake 63078ba7fc FontEditor: Set all pixels when pasting a glyph
For an empty glyph (all pixels initially clear), this makes no
difference. However, if the glyph for the selected code point already
contains some set pixels, pasting used to "add" the set pixels, instead
of overwriting.
2021-11-20 12:56:35 +01: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: Don't crash when "Generating..." Window gets closed 2021-10-03 16:16:57 +02:00
Debugger AK: Make ByteBuffer::try_* functions return ErrorOr<void> 2021-11-10 21:58:58 +01:00
DisplaySettings DisplaySettings: Handle errors when loading wallpaper bitmap 2021-11-16 01:07:37 +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 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01: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 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
MouseSettings LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
PDFViewer LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
Piano Piano: Create controller widgets for processor parameters 2021-11-16 00:09:58 +00:00
PixelPaint PixelPaint: Allow toggling the active layer boundary display rect 2021-11-20 00:25:24 +01: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