summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_unicode_common.c
AgeCommit message (Expand)Author
2023-08-27Unicode, Unicodemap and UCIS refactor (#21659)Ryan
2022-10-31Normalise Unicode keycodes (#18898)Ryan
2022-09-12Refactor Unicode feature (#18333)Ryan
2022-08-31Add unicode mode change callbacks (#18235)Joshua Diamond
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler
2022-08-14Added emacs as an "operating system" for input mode. (#16949)Chewxy
2022-06-05Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer
2022-04-13Quantum Painter (#10174)Nick Brassel
2022-03-04Remove `send_unicode_hex_string()` (#16518)Ryan
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-11-13Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2021-11-12add wait to unicode for win (#15061)Markus Fritsche
2021-11-03Basic keycode overhaul (#14726)Ryan
2021-09-21Add ability to use numpad digits for unicode mode UC_WIN (#14496)Marcus van Houdt
2021-03-12Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)Ryan
2020-12-23Partial fix for Issue #9405 - Caps Lock not working with Unicode Map's XP on ...Joshua Diamond
2020-10-27Allow modified keycodes in Unicode input (#10658)Ryan
2020-06-22`qmk cformat` (#9500)Nick Brassel
2020-06-18Standardize how unicode is processed (fixes #8768) (#8770)Jason Laqua
2020-05-09Fix bug in UC_RMOD, add shift and audio support for UC_MOD/UC_RMOD(#8674)Konstantin Đorđević
2020-03-31Rename UC_OSX (and related constants) to UC_MAC (#8589)Konstantin Đorđević
2020-02-25`send_unicode_string()`: Add support for code points > 0xFFFF (#8236)Ryan
2020-02-24A proper `send_string()` for the Unicode feature (#8155)Ryan
2019-08-30clang-format changesskullY
2019-05-03New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević
2019-03-17Unicode fix for new wincompose version (#5082)cubimon
2019-01-07Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Konstantin Đorđević
2018-12-19Overhaul Unicode Common functionality (#4325)Drashna Jaelre
2018-10-19Fix Unicode EEPROM handling so it is consistent. (#4066)Drashna Jaelre
2018-10-01Add send_unicode_hex_string function (#3828)Drashna Jaelre
2017-08-30add UC_OSX_RALT to make unicode use the Right Alt key on OSXMarco Fontani
2017-04-13Fix undefined eeprom warnings in unicode processingFred Sundvik
2017-03-30Worked around some new Makefile issues.nielsenz
2017-03-30Pulling and pushing troublesnielsenz
2017-03-28Clarify the quantum license (#1042)skullydazed
2017-02-15fix weirdness with arm and modsJack Humbert
2017-02-15unique variable nameJack Humbert
2017-02-15publicise variablesJack Humbert
2017-02-15add unicode common file, get names rightJack Humbert