summary refs log tree commit diff
path: root/src/emoji/Provider.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix naming issues with emoji, edit how codegen worksTheDrawingCoding-Gamer2024-05-081-82/+4
|
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-1/+0
|
* Make default completer complete custom emojiNicolas Werner2023-05-251-0/+2
|
* Merge branch 'v0.11.2-next'Nicolas Werner2023-02-231-3/+3
|\
| * Hotfix redundant null terminator inserted by emoji completerNicolas Werner2023-02-231-3/+3
| |
* | Get rid of year in license headersNicolas Werner2023-02-211-4/+1
|/ | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Reduce code bloat a bitNicolas Werner2023-02-191-6/+50
| | | | | | 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/+1
| | | | | 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-1/+1
|
* Speedup provider compilationNicolas Werner2022-06-161-5/+2
|
* Allow search with unicode namesBulbyVR2022-04-241-0/+2
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-23/+23
|
* Update license headersNicolas Werner2021-03-051-16/+4
|
* Make lintLoren Burkholder2021-01-251-1/+0
|
* Get category switching workingLoren Burkholder2021-01-251-15/+16
|
* Move emoji picker to qmlNicolas Werner2020-11-251-8/+0
|
* Fix build issue on some versions of clangJoseph Donofry2020-06-101-35/+22
|
* Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-5/+46
| | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
* Move all files under src/Konstantinos Sideris2018-07-171-0/+45