Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hotfix redundant null terminator inserted by emoji completer | Nicolas Werner | 2023-02-23 | 1 | -3/+3 |
| | |||||
* | Fix gcc10 compat | Nicolas Werner | 2023-02-19 | 1 | -1/+1 |
| | |||||
* | Reduce code bloat a bit | Nicolas Werner | 2023-02-19 | 1 | -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 compatible | Nicolas Werner | 2022-10-08 | 1 | -2/+3 |
| | |||||
* | Speedup provider compilation | Nicolas Werner | 2022-06-16 | 1 | -1/+1 |
| | |||||
* | Fixup some small emoji things | Nicolas Werner | 2022-05-06 | 1 | -24/+22 |
| | |||||
* | Change name to codepoint | BulbyVR | 2022-04-27 | 1 | -51/+18 |
| | |||||
* | More codes and rules | BulbyVR | 2022-04-24 | 1 | -18/+78 |
| | |||||
* | Properly add regional indicators, with ZWNJ | BulbyVR | 2022-04-24 | 1 | -1/+1 |
| | |||||
* | Add more aliases, start on regional indicators | BulbyVR | 2022-04-24 | 1 | -1/+1 |
| | |||||
* | Allow search with unicode names | BulbyVR | 2022-04-24 | 1 | -23/+26 |
| | |||||
* | Remove sequences of _ | BulbyVR | 2022-04-24 | 1 | -1/+3 |
| | |||||
* | Keep old codes alongside new ones | BulbyVR | 2022-04-24 | 1 | -18/+18 |
| | | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com> | ||||
* | Add transforms and shortcodes to emoji | BulbyVR | 2022-04-24 | 1 | -8/+31 |
| | | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com> | ||||
* | Use fully qualified emoji and use literals | Nicolas Werner | 2022-01-01 | 1 | -5/+5 |
| | |||||
* | Add Unicode 14.0 emoji | Joseph Donofry | 2021-09-25 | 1 | -1/+1 |
| | |||||
* | Use correct syntax for emoji generation script | Loren Burkholder | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | Fix emoji update script | Nicolas Werner | 2021-01-23 | 1 | -22/+1 |
| | |||||
* | Fix build issue on some versions of clang | Joseph Donofry | 2020-06-10 | 1 | -2/+2 |
| | |||||
* | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 1 | -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.0 | Nicolas Werner | 2020-01-24 | 1 | -44/+44 |
| | |||||
* | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 1 | -0/+89 |