aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode.c
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined eeprom warnings in unicode processingFred
rocess_unicode.c?id=d1e66e2e0715c680a8da3216525b54fd8f2b671f'>Worked around some new Makefile issues.nielsenz2017-03-301-0/+1 * Pulling and pushing troublesnielsenz2017-03-301-75/+0 * Merge branch 'master' into to_pushZay9502017-03-291-179/+17 |\ | * Clarify the quantum license (#1042)skullydazed2017-03-281-0/+15 | * add unicode common file, get names rightJack Humbert2017-02-151-85/+0 | * split up unicode systems into different filesJack Humbert2017-02-151-200/+0 | * Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo2017-02-101-1/+1 | * Merge pull request #981 from jonasoberschweiber/osx-surrogate-pairsJack Humbert2017-02-061-1/+10 | |\ | | * Add support for supplementary planes for OS XJonas Oberschweiber2016-12-311-1/+10 | * | Unregister all mods before inputting Unicode, and reregister afterwardsPriyadi Iman Nurcahyo2017-01-091-8/+33 | |/ * / Keep unicode's input_mode through a power cycleZach Nielsen2016-11-101-0/+6 |/ * Merge pull request #844 from priyadi/unicode_wincompose_inputJack Humbert2016-10-261-0/+5 |\ | * Unicode WinCompose input methodPriyadi Iman Nurcahyo2016-10-231-0/+5 * | UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitationsPriyadi Iman Nurcahyo2016-10-231-7/+27 |/ * Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo2016-10-101-0/+26 * Declare Unicode method hex_to_keycode() as “weak”coderkun2016-10-021-0/+1 * process_unicode: Add get_unicode_input_mode()Gergely Nagy2016-08-311-0/+4 * quantum: Move qk_ucis_state to process_unicode.cGergely Nagy2016-08-241-0/+2 * Drop method to set Unicode input key and declare start and finish methods as ...coderkun2016-08-211-8/+4 * Add method to set Unicode input key for ISO 14755coderkun2016-08-211-2/+8 * process_unicode: Introduce a slight delayGergely Nagy2016-08-151-0/+4 * process_unicode: Replace register_hex32Gergely Nagy2016-08-151-9/+28 * process_unicode: Use uint32_t for UCIS purposesGergely Nagy2016-08-151-3/+9 * process_unicode: Make the startup overridableGergely Nagy2016-08-151-0/+5 * process_unicode: Call process_ucis() automaticallyGergely Nagy2016-08-151-1/+1 * process_unicode: Handle too long UCIS symbol namesGergely Nagy2016-08-151-1/+9 * process_unicode: Add a way to enter unicode symbols by nameGergely Nagy2016-08-151-1/+92 * process_unicode: Small refactor & linux fixGergely Nagy2016-08-151-31/+45 * process_unicode: Fix set_unicode_input_mode()Gergely Nagy2016-08-131-1/+1 * Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-291-0/+57