Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+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 | -5/+5 |
| | | | | | | 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. | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Fix a few more windows warnings | Nicolas Werner | 2022-10-02 | 1 | -1/+1 |
| | |||||
* | Fix a few more warnings | Nicolas Werner | 2022-10-01 | 1 | -1/+1 |
| | |||||
* | Speedup provider compilation | Nicolas Werner | 2022-06-16 | 1 | -1/+1 |
| | |||||
* | Fixup some small emoji things | Nicolas Werner | 2022-05-06 | 1 | -0/+2 |
| | |||||
* | Add more aliases, start on regional indicators | BulbyVR | 2022-04-24 | 1 | -2/+2 |
| | |||||
* | Allow search with unicode names | BulbyVR | 2022-04-24 | 1 | -6/+9 |
| | |||||
* | 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 | -36/+33 |
| | |||||
* | Use one CompletionProxy for everything including EmojiPicker | Nicolas Werner | 2021-04-18 | 1 | -56/+14 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Get category switching working | Loren Burkholder | 2021-01-25 | 1 | -3/+3 |
| | |||||
* | Qml emoji completer | Nicolas Werner | 2020-11-25 | 1 | -0/+4 |
| | |||||
* | Fix build issue on some versions of clang | Joseph Donofry | 2020-06-10 | 1 | -8/+8 |
| | |||||
* | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 1 | -0/+110 |
This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one. |