summary refs log tree commit diff
path: root/src/emoji (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-1/+0
|
* Make default completer complete custom emojiNicolas Werner2023-05-253-118/+2
|
* Merge branch 'v0.11.2-next'Nicolas Werner2023-02-232-11504/+11801
|\
| * Hotfix redundant null terminator inserted by emoji completerNicolas Werner2023-02-232-11504/+11801
| |
* | Get rid of year in license headersNicolas Werner2023-02-215-16/+5
|/ | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Fix gcc10 again. Remove this once we stop supporting gcc10Nicolas Werner2023-02-191-14834/+14873
|
* Fix gcc10 compatNicolas Werner2023-02-191-1/+1
|
* Reduce code bloat a bitNicolas Werner2023-02-193-11321/+11357
| | | | | | 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 indicatorsNicolas Werner2023-01-102-2/+106
| | | | | fixes #1245 closes #1246
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-025-0/+5
|
* Update to unicode 15 and make script jinja:3 compatibleNicolas Werner2022-10-082-132/+152
|
* 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-163-7/+4
|
* Fixup some small emoji thingsNicolas Werner2022-05-062-2/+4
|
* Fix triumph mappingTheDrawingCoding-Gamer2022-05-011-2/+2
|
* Change name to codepointBulbyVR2022-04-271-25/+7321
|
* More codes and rulesBulbyVR2022-04-241-7477/+181
|
* Unhardcode qmlBulbyVR2022-04-241-1/+1
|
* forgot to lintBulbyVR2022-04-241-3661/+14827
|
* Properly add regional indicators, with ZWNJBulbyVR2022-04-241-14723/+3661
|
* Add more aliases, start on regional indicatorsBulbyVR2022-04-242-5/+5
|
* Forgot lintingBulbyVR2022-04-241-3635/+14723
|
* Allow search with unicode namesBulbyVR2022-04-244-10223/+3647
|
* Remove sequences of _BulbyVR2022-04-241-861/+861
|
* Keep old codes alongside new onesBulbyVR2022-04-241-0/+18
| | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
* Run make lintBulbyVR2022-04-241-3634/+10199
| | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
* Add transforms and shortcodes to emojiBulbyVR2022-04-241-12899/+3634
| | | | Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
* Use fully qualified emoji and use literalsNicolas Werner2022-01-011-7215/+10348
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-015-0/+5
|
* Add Unicode 14.0 emojiJoseph Donofry2021-09-251-47/+349
|
* Change indentation to 4 spacesNicolas Werner2021-09-184-74/+71
|
* Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-183-136/+16
|
* Update license headersNicolas Werner2021-03-056-16/+24
|
* Use correct syntax for emoji generation scriptLoren Burkholder2021-01-251-3733/+3883
|
* Make lintLoren Burkholder2021-01-251-1/+0
|
* Use new enum structure in emoji generation scriptLoren Burkholder2021-01-251-6/+0
|
* Get category switching workingLoren Burkholder2021-01-253-23/+24
|
* Fix emoji update scriptNicolas Werner2021-01-231-70/+1695
|
* Rename Provider_new.cpp to Provider.cppLoren Burkholder2021-01-211-0/+0
| | | | It isn't new any more.
* Qml emoji completerNicolas Werner2020-11-251-0/+4
|
* use completion interface in emoji completionsJussi Kuokkanen2020-11-251-2/+12
|
* Move emoji picker to qmlNicolas Werner2020-11-2510-8447/+0
|
* Split qml part of Device VerificationCH Chethan Reddy2020-09-141-1/+0
|
* Merge branch 'master' into device-verificationDeepBlueV7.X2020-09-031-0/+37
|\
| * fix build and remove commented codeJussi Kuokkanen2020-08-291-6/+1
| |
| * lintJussi Kuokkanen2020-08-281-17/+22
| |
| * add emoji completer to text inputJussi Kuokkanen2020-08-281-0/+37
| |
* | Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-301-1/+0
|/ | | | recieving start or request
* Fix lintingJoseph Donofry2020-06-112-6663/+15380
|
* Fix build issue on some versions of clangJoseph Donofry2020-06-106-15122/+6710
|
* Merge master and fix conflictsJoseph Donofry2020-06-092-4/+8
|\
| * Improve compile times a tiny bitNicolas Werner2020-05-262-4/+8
| |
* | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-135-4679/+15295
|/ | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
* remove setStyleSheet calls directly from widget codeAdasauce2020-02-212-5/+0
| | | | | | | | | | | | | | | removed from: - emoji panel scrollbars - emoji category labels - splitter image handles - textfield setTextColor impl small change to the category separator label for better contrast / readability in dark mode. removed setTextColor completely from TextField. Doesn't appear to be in use anywhere, and focus going more toward qss themeing from qproperty setting.
* modernize: use overrideNicolas Werner2020-02-041-1/+1
|
* Optimize includes a bitNicolas Werner2020-01-312-1/+1
|
* Update emoji to unicode 13.0Nicolas Werner2020-01-241-1361/+4680
|
* Add emoji text selection option for non-macJoseph Donofry2019-07-261-2/+11
|
* Improve layout of Emoji PickerNicolas Werner2019-07-254-10/+28
| | | | | | | | Respect system styling Increase size of emojis (to remove empty space) Add hover effect (partially adresses #41) Less hardcoding of sizes Use emoji font (color)
* Restore Emoji Picker, but remove forcing EmojiOneredsky172019-01-261-2/+2
| | | | | | Restored the emoji picker, but it now falls back to the system instead of forcing Emoji One. The allows users to user the picker for convenience, but doesn't enforce the emoji style on them.
* Revert "Remove built-in emoji picker"redsky172019-01-268-0/+679
| | | | This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6.
* Remove built-in emoji pickerKonstantinos Sideris2018-10-078-679/+0
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-302-3/+2
|
* macOS: Use the native emoji pickerKonstantinos Sideris2018-09-192-0/+36
| | | | fixes #79
* Remove hover event from emoji pickerKonstantinos Sideris2018-08-082-9/+21
| | | | fixes #398
* Move all files under src/Konstantinos Sideris2018-07-1710-2/+268
|
* Hide emoji panel if it's not under the mouse cursorKonstantinos Sideris2018-04-082-9/+27
| | | | | fixes #254 fixes #246
* Hide emoji picker when the app loses focusKonstantinos Sideris2018-02-161-2/+1
| | | | | fixes #184 fixes #209
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
|
* Remove tone emojiKonstantinos Sideris2018-02-092-79/+9
|
* Prevent emoji selector for closingKonstantinos Sideris2017-12-211-18/+0
| | | | fixes #176
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-305-63/+68
|
* Create directories for related filesKonstantinos Sideris2017-11-305-0/+1912