summary refs log tree commit diff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update flat-manager-clientNicolas Werner2024-05-101-39/+133
|
* fix naming issues with emoji, edit how codegen worksTheDrawingCoding-Gamer2024-05-082-9/+45
|
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+197
|
* yarl.URL.scheme is not writableNicolas Werner2023-04-151-3/+1
|
* Try to fix the flat-manager script for flat-manager behind reverse proxiesNicolas Werner2023-04-151-12/+21
|
* Hotfix redundant null terminator inserted by emoji completerNicolas Werner2023-02-231-3/+3
|
* Fix gcc10 compatNicolas Werner2023-02-191-1/+1
|
* Reduce code bloat a bitNicolas Werner2023-02-191-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.
* Use more modern flatpak build featuresNicolas Werner2023-02-061-5/+4
|
* Update flat-manager-clientNicolas Werner2022-12-271-12/+111
|
* Update to unicode 15 and make script jinja:3 compatibleNicolas Werner2022-10-081-2/+3
|
* Speedup provider compilationNicolas Werner2022-06-161-1/+1
|
* Fixup some small emoji thingsNicolas Werner2022-05-061-24/+22
|
* Change name to codepointBulbyVR2022-04-271-51/+18
|
* More codes and rulesBulbyVR2022-04-241-18/+78
|
* Properly add regional indicators, with ZWNJBulbyVR2022-04-242-3/+3
|
* Add more aliases, start on regional indicatorsBulbyVR2022-04-242-2/+2
|
* Allow search with unicode namesBulbyVR2022-04-242-23/+27
|
* Remove sequences of _BulbyVR2022-04-241-1/+3
|
* Keep old codes alongside new onesBulbyVR2022-04-242-18/+24
| | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
* Add transforms and shortcodes to emojiBulbyVR2022-04-242-9/+34
| | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
* Use fully qualified emoji and use literalsNicolas Werner2022-01-011-5/+5
|
* Add Unicode 14.0 emojiJoseph Donofry2021-09-251-1/+1
|
* Copy upload steps from flathubNicolas Werner2021-02-241-1/+3
|
* Update flat-manager-clientNicolas Werner2021-02-231-16/+22
|
* commit and publish flatpak in one commandNicolas Werner2021-02-231-2/+1
|
* Add flatpak nightly repositoryNicolas Werner2021-02-232-0/+789
|
* Use correct syntax for emoji generation scriptLoren Burkholder2021-01-251-1/+1
|
* Fix emoji update scriptNicolas Werner2021-01-231-22/+1
|
* Fix build issue on some versions of clangJoseph Donofry2020-06-101-2/+2
|
* Update emoji picker and translationsJoseph Donofry2020-05-131-11/+27
|
* Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-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.0Nicolas Werner2020-01-242-44/+51
|
* improve shell scripts and update .gitignorezapashcanon2019-04-242-13/+17
|
* Add missing -j flag to the archive scriptKonstantinos Sideris2018-01-021-1/+1
| | | | [ci skip]
* Add script to create archiveKonstantinos Sideris2017-12-311-6/+0
| | | | [ci skip]
* Update travisKonstantinos Sideris2017-12-311-0/+14
|
* Remove custom badge counter from mac and windows (#42)Konstantinos Sideris2017-07-091-0/+26
| | | | - Add icon set on mac for future packaging
* Add full emoji supportKonstantinos Sideris2017-04-231-0/+89