ladybird/Userland
Timothy Flynn 32ea461385 LibUnicode: Download and parse the special casing UCD file
This adds a SpecialCasing structure to the generated UnicodeData.h/cpp
files. This structure contains casing rules for code points which have
non-1-to-1 upper-to-lower case code point mappings. Further, these rules
may be limited to specific locales or other context.
2021-07-27 21:04:36 +01:00
..
Applets DesktopPicker: Make sure the applet always ends up in the same place 2021-07-22 09:17:01 +02:00
Applications ImageViewer: Hide the border frame in fullscreen mode 2021-07-27 18:32:58 +02:00
Demos Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
DevTools Kernel: Support loading the kernel at almost arbitrary virtual addresses 2021-07-27 13:15:16 +02:00
DynamicLoader DynamicLoader+LibELF: Move self-relocation code into a separate file 2021-07-27 13:15:16 +02:00
Games Spider: Make statusbar high score display configurable 2021-07-27 16:53:56 +02:00
Libraries LibUnicode: Download and parse the special casing UCD file 2021-07-27 21:04:36 +01:00
Services LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
Shell Shell: Don't assume that only the current shell may continue children 2021-07-17 02:00:24 +04:30
Utilities Utilities: Allow 'less' to scroll to top/bottom using 'G' and 'g' 2021-07-27 13:08:43 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00