Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix naming issues with emoji, edit how codegen works | TheDrawingCoding-Gamer | 2024-05-08 | 1 | -82/+4 |
| | |||||
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -1/+0 |
| | |||||
* | Make default completer complete custom emoji | Nicolas Werner | 2023-05-25 | 1 | -0/+2 |
| | |||||
* | Merge branch 'v0.11.2-next' | Nicolas Werner | 2023-02-23 | 1 | -3/+3 |
|\ | |||||
| * | Hotfix redundant null terminator inserted by emoji completer | Nicolas Werner | 2023-02-23 | 1 | -3/+3 |
| | | |||||
* | | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -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 bit | Nicolas Werner | 2023-02-19 | 1 | -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 indicators | Nicolas Werner | 2023-01-10 | 1 | -1/+1 |
| | | | | | fixes #1245 closes #1246 | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Update to unicode 15 and make script jinja:3 compatible | Nicolas Werner | 2022-10-08 | 1 | -1/+1 |
| | |||||
* | Speedup provider compilation | Nicolas Werner | 2022-06-16 | 1 | -5/+2 |
| | |||||
* | Allow search with unicode names | BulbyVR | 2022-04-24 | 1 | -0/+2 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -23/+23 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -16/+4 |
| | |||||
* | Make lint | Loren Burkholder | 2021-01-25 | 1 | -1/+0 |
| | |||||
* | Get category switching working | Loren Burkholder | 2021-01-25 | 1 | -15/+16 |
| | |||||
* | Move emoji picker to qml | Nicolas Werner | 2020-11-25 | 1 | -8/+0 |
| | |||||
* | Fix build issue on some versions of clang | Joseph Donofry | 2020-06-10 | 1 | -35/+22 |
| | |||||
* | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 1 | -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 Sideris | 2018-07-17 | 1 | -0/+45 |