- 15 Aug, 2022 1 commit
-
-
Piotr Drąg authored
-
- 12 Aug, 2022 1 commit
-
-
- 10 Aug, 2022 1 commit
-
-
- 07 Aug, 2022 4 commits
-
-
Christopher Davis authored
-
Bilal Elmoussaoui authored
-
-
-
- 06 Aug, 2022 1 commit
-
-
- 01 Aug, 2022 1 commit
-
-
- 30 Jul, 2022 1 commit
-
-
The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template. Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it.
-
- 29 Jul, 2022 2 commits
-
-
- 27 Jul, 2022 1 commit
-
-
Daniel Mustieles García authored
-
- 25 Jul, 2022 1 commit
-
-
- 24 Jul, 2022 1 commit
-
-
- 22 Jul, 2022 1 commit
-
-
- 18 Jul, 2022 2 commits
-
-
Christopher Davis authored
List the form factors the app was designed for in the desktop file. This is so desktop environments like Phosh and Plasma Mobile can show or hide the app in the correct contexts.
-
Christopher Davis authored
Declare what sort of hardware we support and the minimum display size Characters is usable on. This allows applications like Software to display hardware information or hide the app on incompatible hardware.
-
- 17 Jul, 2022 1 commit
-
-
- 14 Jul, 2022 4 commits
-
-
-
-
Christopher Davis authored
-
Christopher Davis authored
-
- 12 Jul, 2022 1 commit
-
-
- 11 Jul, 2022 1 commit
-
-
- 09 Jul, 2022 4 commits
-
-
- 08 Jul, 2022 1 commit
-
-
Christopher Davis authored
-
- 07 Jul, 2022 4 commits
-
-
-
-
Christopher Davis authored
Dash vs. underscore matters now.
-
- 06 Jun, 2022 1 commit
-
-
- 02 May, 2022 5 commits
-
-
Same as in the dialog.
-
There isn't a single codepoint to show here, just hide it.
-
We already have them listed in emoji.h and don't need them duplicated here.
-
These characters are really ligatures, and consist of multiple other characters. This means we can't pass around single gunichars anymore, and have to work with strings. Thankfully, gjs is flexible enough that it's completely transparent on JS side. Rework emoji.h. Since we can't assume one gunichar == one emoji anymore, we have to split the sequences and indices. We also need to store emoji names and it would be nice to follow the proper emoji order as listed in emoji-test.txt as well. Since UCD and Emoji names can apparently differ (for example, U+1F646 is "FACE WITH OK GESTURE" in UCD and "person gesturing OK" in Emoji data), we need to use Emoji names for existing emoji as well. At this point we also need to stop handling emoji in the regular code path. For that, make a synthetic "singular" group listing all the non-composite emoji sorted by indices, so we can bsearch this group. Special case related characters for composite emoji, just return their components in this case. Try to be smart and group emoji.
-
-