Commit Graph

34 Commits (c0e6734d3fc7f777d60ad7bb31002521e9a1ee26)

Author SHA1 Message Date
Konstantin Đorđević bdc8d89e6b New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fixes and improvements (#4803)
5 years ago
Drashna Jaelre fdeec29636 Overhaul Unicode Common functionality (#4325)
6 years ago
Drashna Jaelre 7222e3691b Fix Unicode EEPROM handling so it is consistent. (#4066)
6 years ago
Fred Sundvik a4ef86034c Fix undefined eeprom warnings in unicode processing
7 years ago
nielsenz d1e66e2e07 Worked around some new Makefile issues.
7 years ago
nielsenz 7e54332890 Pulling and pushing troubles
7 years ago
Zay950 2366ebfbbd Merge branch 'master' into to_push
7 years ago
skullydazed 23839b8c6d Clarify the quantum license (#1042)
7 years ago
Jack Humbert 09add35e7f add unicode common file, get names right
7 years ago
Jack Humbert cbabb4d417 split up unicode systems into different files
7 years ago
Priyadi Iman Nurcahyo 97816df7e7 Implement tap mod dual role for right side mods.
7 years ago
Jack Humbert 0a3c5c06fe Merge pull request #981 from jonasoberschweiber/osx-surrogate-pairs
7 years ago
Priyadi Iman Nurcahyo 30b80a23f3 Unregister all mods before inputting Unicode, and reregister afterwards
8 years ago
Jonas Oberschweiber 0aa413af44 Add support for supplementary planes for OS X
8 years ago
Zach Nielsen 59bef40aab Keep unicode's input_mode through a power cycle
8 years ago
Jack Humbert 8d60354d5a Merge pull request #844 from priyadi/unicode_wincompose_input
8 years ago
Priyadi Iman Nurcahyo 4a666c2010 Unicode WinCompose input method
8 years ago
Priyadi Iman Nurcahyo e7d5dc89f2 UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitations
8 years ago
Priyadi Iman Nurcahyo 5b2e455d3b Unicode map framework. Allow unicode up to 0xFFFFF using separate
8 years ago
coderkun a3f5a4cf58 Declare Unicode method hex_to_keycode() as “weak”
8 years ago
Gergely Nagy c9ea236fc3 process_unicode: Add get_unicode_input_mode()
8 years ago
Gergely Nagy a058ae40e2 quantum: Move qk_ucis_state to process_unicode.c
8 years ago
coderkun 81594c7883 Drop method to set Unicode input key and declare start and finish methods as “weak” instead
8 years ago
coderkun dffdeb50b7 Add method to set Unicode input key for ISO 14755
8 years ago
Gergely Nagy e8845f0daf process_unicode: Introduce a slight delay
8 years ago
Gergely Nagy 43d08629cf process_unicode: Replace register_hex32
8 years ago
Gergely Nagy a312cbf712 process_unicode: Use uint32_t for UCIS purposes
8 years ago
Gergely Nagy 234dd276cf process_unicode: Make the startup overridable
8 years ago
Gergely Nagy 857aa5bef6 process_unicode: Call process_ucis() automatically
8 years ago
Gergely Nagy 0b6861827f process_unicode: Handle too long UCIS symbol names
8 years ago
Gergely Nagy fa06a16360 process_unicode: Add a way to enter unicode symbols by name
8 years ago
Gergely Nagy 63e5782d2c process_unicode: Small refactor & linux fix
8 years ago
Gergely Nagy 8bdf745909 process_unicode: Fix set_unicode_input_mode()
8 years ago
Jack Humbert 65faab3b89 Moves features to their own files (process_*), adds tap dance feature (#460)
8 years ago