summary refs log tree commit diff
path: root/src/emoji/Provider.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix naming issues with emoji, edit how codegen worksTheDrawingCoding-Gamer2024-05-081-304/+765
|
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+2
|
* Merge branch 'v0.11.2-next'Nicolas Werner2023-02-231-11501/+11798
|\
| * Hotfix redundant null terminator inserted by emoji completerNicolas Werner2023-02-231-11501/+11798
| |
* | Get rid of year in license headersNicolas Werner2023-02-211-3/+1
|/ | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Fix gcc10 again. Remove this once we stop supporting gcc10Nicolas Werner2023-02-191-14834/+14873
|
* Fix gcc10 compatNicolas Werner2023-02-191-1/+1
|
* Reduce code bloat a bitNicolas Werner2023-02-191-11310/+11302
| | | | | | 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.
* Properly regenerate emoji using regional indicatorsNicolas Werner2023-01-101-1/+105
| | | | | fixes #1245 closes #1246
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Update to unicode 15 and make script jinja:3 compatibleNicolas Werner2022-10-081-131/+151
|
* Speedup provider compilationNicolas Werner2022-06-161-1/+1
|
* Fixup some small emoji thingsNicolas Werner2022-05-061-2/+2
|
* Fix triumph mappingTheDrawingCoding-Gamer2022-05-011-2/+2
|
* Change name to codepointBulbyVR2022-04-271-25/+7321
|
* More codes and rulesBulbyVR2022-04-241-7477/+181
|
* Unhardcode qmlBulbyVR2022-04-241-1/+1
|
* forgot to lintBulbyVR2022-04-241-3661/+14827
|
* Properly add regional indicators, with ZWNJBulbyVR2022-04-241-14723/+3661
|
* Add more aliases, start on regional indicatorsBulbyVR2022-04-241-3/+3
|
* Forgot lintingBulbyVR2022-04-241-3635/+14723
|
* Allow search with unicode namesBulbyVR2022-04-241-10217/+3635
|
* Remove sequences of _BulbyVR2022-04-241-861/+861
|
* Keep old codes alongside new onesBulbyVR2022-04-241-0/+18
| | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
* Run make lintBulbyVR2022-04-241-3634/+10199
| | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
* Add transforms and shortcodes to emojiBulbyVR2022-04-241-12899/+3634
| | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
* Use fully qualified emoji and use literalsNicolas Werner2022-01-011-7215/+10348
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Add Unicode 14.0 emojiJoseph Donofry2021-09-251-47/+349
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Use correct syntax for emoji generation scriptLoren Burkholder2021-01-251-3733/+3883
|
* Use new enum structure in emoji generation scriptLoren Burkholder2021-01-251-6/+0
|
* Fix emoji update scriptNicolas Werner2021-01-231-70/+1695
|
* Rename Provider_new.cpp to Provider.cppLoren Burkholder2021-01-211-0/+7701
| | | | It isn't new any more.
* Move emoji picker to qmlNicolas Werner2020-11-251-7734/+0
|
* Fix lintingJoseph Donofry2020-06-111-3335/+7690
|
* Fix build issue on some versions of clangJoseph Donofry2020-06-101-15069/+3335
|
* Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-4672/+15069
| | | | | 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-1361/+4680
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+1397