summary refs log tree commit diff
path: root/scripts/emoji_codegen.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hotfix redundant null terminator inserted by emoji completerNicolas Werner2023-02-231-3/+3
|
* Fix gcc10 compatNicolas Werner2023-02-191-1/+1
|
* Reduce code bloat a bitNicolas Werner2023-02-191-2/+2
| | | | | | Especially the emoji array shrinks a lot with this, but adds a few extra relocations on startup. But it removes a lot of exception handling code at runtime, which is nice and possibly this is still faster.
* Update to unicode 15 and make script jinja:3 compatibleNicolas Werner2022-10-081-2/+3
|
* Speedup provider compilationNicolas Werner2022-06-161-1/+1
|
* Fixup some small emoji thingsNicolas Werner2022-05-061-24/+22
|
* Change name to codepointBulbyVR2022-04-271-51/+18
|
* More codes and rulesBulbyVR2022-04-241-18/+78
|
* Properly add regional indicators, with ZWNJBulbyVR2022-04-241-1/+1
|
* Add more aliases, start on regional indicatorsBulbyVR2022-04-241-1/+1
|
* Allow search with unicode namesBulbyVR2022-04-241-23/+26
|
* Remove sequences of _BulbyVR2022-04-241-1/+3
|
* Keep old codes alongside new onesBulbyVR2022-04-241-18/+18
| | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
* Add transforms and shortcodes to emojiBulbyVR2022-04-241-8/+31
| | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
* Use fully qualified emoji and use literalsNicolas Werner2022-01-011-5/+5
|
* Add Unicode 14.0 emojiJoseph Donofry2021-09-251-1/+1
|
* Use correct syntax for emoji generation scriptLoren Burkholder2021-01-251-1/+1
|
* Fix emoji update scriptNicolas Werner2021-01-231-22/+1
|
* Fix build issue on some versions of clangJoseph Donofry2020-06-101-2/+2
|
* Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-1/+16
| | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
* Update emoji to unicode 13.0Nicolas Werner2020-01-241-44/+44
|
* Add full emoji supportKonstantinos Sideris2017-04-231-0/+89