1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:58:12 +00:00
serenity/Libraries
Sergey Bugaev 6d3f52c4a4 Terminal: Add some basic emoji support
This is not as perfect as it is elsewhere in the system, as we cannot
really change how terminal "thinks about" characters and bytes. What
we can do though, and what this commit does, is to *render* emojis, but
make it seem as if they take up all the space, and all the columns their
bytes would take if they were all regular characters.
2019-09-05 16:37:39 +02:00
..
LibAudio LibAudio: Allow tweaking how much get_more_samples() reads from file 2019-09-04 20:13:32 +02:00
LibC LibDraw: Add emoji support to the Font class 2019-09-05 16:37:39 +02:00
LibCore CIODevice: Add is_open() 2019-09-04 15:13:55 +02:00
LibDraw LibDraw: Add emoji drawing support to Painter 2019-09-05 16:37:39 +02:00
LibGUI WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8 2019-09-05 16:37:39 +02:00
LibHTML LibHTML: Implement basic block height computation 2019-08-18 08:39:52 +02:00
LibIPC IPCCompiler: More work towards AudioServer bringup 2019-08-03 19:24:08 +02:00
LibM LibM: Implement sqrt() 2019-08-10 08:46:22 +02:00
LibPCIDB Libraries: Add LibPCIDB for reading PCI device information from pci.ids 2019-08-14 13:12:54 +02:00
LibThread LibThread: Add missing install.sh script 2019-09-01 16:59:12 +02:00
LibVT Terminal: Add some basic emoji support 2019-09-05 16:37:39 +02:00