summary refs log tree commit diff
path: root/src/emoji/EmojiModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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/
* Reduce code bloat a bitNicolas Werner2023-02-191-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 Werner2023-01-021-0/+1
|
* Fix a few more windows warningsNicolas Werner2022-10-021-1/+1
|
* Fix a few more warningsNicolas Werner2022-10-011-1/+1
|
* Speedup provider compilationNicolas Werner2022-06-161-1/+1
|
* Fixup some small emoji thingsNicolas Werner2022-05-061-0/+2
|
* Add more aliases, start on regional indicatorsBulbyVR2022-04-241-2/+2
|
* Allow search with unicode namesBulbyVR2022-04-241-6/+9
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-36/+33
|
* Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-181-56/+14
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Get category switching workingLoren Burkholder2021-01-251-3/+3
|
* Qml emoji completerNicolas Werner2020-11-251-0/+4
|
* Fix build issue on some versions of clangJoseph Donofry2020-06-101-8/+8
|
* Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-0/+110
This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.