summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_unicode.c
Commit message (Expand)AuthorAge
* clang-format changesskullY2019-08-30
* New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević2019-05-03
* Overhaul Unicode Common functionality (#4325)Drashna Jaelre2018-12-19
* Fix Unicode EEPROM handling so it is consistent. (#4066)Drashna Jaelre2018-10-19
* Fix undefined eeprom warnings in unicode processingFred Sundvik2017-04-13
* Worked around some new Makefile issues.nielsenz2017-03-30
* Pulling and pushing troublesnielsenz2017-03-30
* Merge branch 'master' into to_pushZay9502017-03-29
|\
| * Clarify the quantum license (#1042)skullydazed2017-03-28
| * add unicode common file, get names rightJack Humbert2017-02-15
| * split up unicode systems into different filesJack Humbert2017-02-15
| * Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo2017-02-10
| * Merge pull request #981 from jonasoberschweiber/osx-surrogate-pairsJack Humbert2017-02-06
| |\
| | * Add support for supplementary planes for OS XJonas Oberschweiber2016-12-31
| * | Unregister all mods before inputting Unicode, and reregister afterwardsPriyadi Iman Nurcahyo2017-01-09
| |/
* / Keep unicode's input_mode through a power cycleZach Nielsen2016-11-10
|/
* Merge pull request #844 from priyadi/unicode_wincompose_inputJack Humbert2016-10-26
|\
| * Unicode WinCompose input methodPriyadi Iman Nurcahyo2016-10-23
* | UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitationsPriyadi Iman Nurcahyo2016-10-23
|/
* Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo2016-10-10
* Declare Unicode method hex_to_keycode() as “weak”coderkun2016-10-02
* process_unicode: Add get_unicode_input_mode()Gergely Nagy2016-08-31
* quantum: Move qk_ucis_state to process_unicode.cGergely Nagy2016-08-24
* Drop method to set Unicode input key and declare start and finish methods as ...coderkun2016-08-21
* Add method to set Unicode input key for ISO 14755coderkun2016-08-21
* process_unicode: Introduce a slight delayGergely Nagy2016-08-15
* process_unicode: Replace register_hex32Gergely Nagy2016-08-15
* process_unicode: Use uint32_t for UCIS purposesGergely Nagy2016-08-15
* process_unicode: Make the startup overridableGergely Nagy2016-08-15
* process_unicode: Call process_ucis() automaticallyGergely Nagy2016-08-15
* process_unicode: Handle too long UCIS symbol namesGergely Nagy2016-08-15
* process_unicode: Add a way to enter unicode symbols by nameGergely Nagy2016-08-15
* process_unicode: Small refactor & linux fixGergely Nagy2016-08-15
* process_unicode: Fix set_unicode_input_mode()Gergely Nagy2016-08-13
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-29