1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/Userland/Applications/CharacterMap
Timothy Flynn 54d89401df CharacterMap: Change the search widget to display results in a TableView
Code points that have a bidirectional attribute of right-to-left (e.g.
some Arabic and Hebrew code points) were causing the code point to
render at the end of the search result, rather than the beginning. To
keep the results consistent, split the search results into two columns:
the first for the code point, the second for its name.
2022-01-28 15:26:58 +00:00
..
CharacterMapWidget.cpp CharacterMap+Base: Give Character Map an icon 2022-01-16 11:17:03 +01:00
CharacterMapWidget.h CharacterMap: Add a find-by-name window 2022-01-16 11:17:03 +01:00
CharacterMapWindow.gml CharacterMap: Add output box for copying arbitrary character sequences 2022-01-16 11:17:03 +01:00
CharacterSearchWidget.cpp CharacterMap: Change the search widget to display results in a TableView 2022-01-28 15:26:58 +00:00
CharacterSearchWidget.h CharacterMap: Change the search widget to display results in a TableView 2022-01-28 15:26:58 +00:00
CharacterSearchWindow.gml CharacterMap: Change the search widget to display results in a TableView 2022-01-28 15:26:58 +00:00
CMakeLists.txt CharacterMap+Base: Give Character Map an icon 2022-01-16 11:17:03 +01:00
main.cpp CharacterMap+Base: Give Character Map an icon 2022-01-16 11:17:03 +01:00
SearchCharacters.h CharacterMap: Add a find-by-name window 2022-01-16 11:17:03 +01:00