aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode.c
AgeCommit message (Expand)Author
2019-08-30clang-format changesGravatar skullY
2019-05-03New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Gravatar Konstantin Đorđević
2018-12-19Overhaul Unicode Common functionality (#4325)Gravatar Drashna Jaelre
2018-10-19Fix Unicode EEPROM handling so it is consistent. (#4066)Gravatar Drashna Jaelre
2017-04-13Fix undefined eeprom warnings in unicode processingGravatar Fred Sundvik
2017-03-30Worked around some new Makefile issues.Gravatar nielsenz
2017-03-30Pulling and pushing troublesGravatar nielsenz
2017-03-29Merge branch 'master' into to_pushGravatar Zay950
2017-03-28Clarify the quantum license (#1042)Gravatar skullydazed
2017-02-15add unicode common file, get names rightGravatar Jack Humbert
2017-02-15split up unicode systems into different filesGravatar Jack Humbert
2017-02-10Implement tap mod dual role for right side mods.Gravatar Priyadi Iman Nurcahyo
2017-02-06Merge pull request #981 from jonasoberschweiber/osx-surrogate-pairsGravatar Jack Humbert
2017-01-09Unregister all mods before inputting Unicode, and reregister afterwardsGravatar Priyadi Iman Nurcahyo
2016-12-31Add support for supplementary planes for OS XGravatar Jonas Oberschweiber
2016-11-10Keep unicode's input_mode through a power cycleGravatar Zach Nielsen
2016-10-26Merge pull request #844 from priyadi/unicode_wincompose_inputGravatar Jack Humbert
2016-10-23Unicode WinCompose input methodGravatar Priyadi Iman Nurcahyo
2016-10-23UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitationsGravatar Priyadi Iman Nurcahyo
2016-10-10Unicode map framework. Allow unicode up to 0xFFFFF using separateGravatar Priyadi Iman Nurcahyo
2016-10-02Declare Unicode method hex_to_keycode() as “weak”Gravatar coderkun
2016-08-31process_unicode: Add get_unicode_input_mode()Gravatar Gergely Nagy
2016-08-24quantum: Move qk_ucis_state to process_unicode.cGravatar Gergely Nagy
2016-08-21Drop method to set Unicode input key and declare start and finish methods as ...Gravatar coderkun
2016-08-21Add method to set Unicode input key for ISO 14755Gravatar coderkun
2016-08-15process_unicode: Introduce a slight delayGravatar Gergely Nagy
2016-08-15process_unicode: Replace register_hex32Gravatar Gergely Nagy
2016-08-15process_unicode: Use uint32_t for UCIS purposesGravatar Gergely Nagy
2016-08-15process_unicode: Make the startup overridableGravatar Gergely Nagy
2016-08-15process_unicode: Call process_ucis() automaticallyGravatar Gergely Nagy
2016-08-15process_unicode: Handle too long UCIS symbol namesGravatar Gergely Nagy
2016-08-15process_unicode: Add a way to enter unicode symbols by nameGravatar Gergely Nagy
2016-08-15process_unicode: Small refactor & linux fixGravatar Gergely Nagy
2016-08-13process_unicode: Fix set_unicode_input_mode()Gravatar Gergely Nagy
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Gravatar Jack Humbert