| Commit message (Expand) | Author | Age | Files | Lines |
* | Quantum Painter (#10174) | Nick Brassel | 2022-04-13 | 1 | -29/+1 |
* | Remove `send_unicode_hex_string()` (#16518) | Ryan | 2022-03-04 | 1 | -33/+0 |
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -10/+14 |
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2021-11-13 | 1 | -0/+1 |
|\ |
|
| * | add wait to unicode for win (#15061) | Markus Fritsche | 2021-11-12 | 1 | -0/+1 |
* | | Basic keycode overhaul (#14726) | Ryan | 2021-11-03 | 1 | -9/+9 |
* | | Add ability to use numpad digits for unicode mode UC_WIN (#14496) | Marcus van Houdt | 2021-09-21 | 1 | -10/+37 |
|/ |
|
* | Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) | Ryan | 2021-03-12 | 1 | -3/+3 |
* | Partial fix for Issue #9405 - Caps Lock not working with Unicode Map's XP on ... | Joshua Diamond | 2020-12-23 | 1 | -0/+19 |
* | Allow modified keycodes in Unicode input (#10658) | Ryan | 2020-10-27 | 1 | -13/+3 |
* | `qmk cformat` (#9500) | Nick Brassel | 2020-06-22 | 1 | -1/+1 |
* | Standardize how unicode is processed (fixes #8768) (#8770) | Jason Laqua | 2020-06-18 | 1 | -4/+21 |
* | Fix bug in UC_RMOD, add shift and audio support for UC_MOD/UC_RMOD(#8674) | Konstantin Đorđević | 2020-05-09 | 1 | -48/+70 |
* | Rename UC_OSX (and related constants) to UC_MAC (#8589) | Konstantin Đorđević | 2020-03-31 | 1 | -11/+11 |
* | `send_unicode_string()`: Add support for code points > 0xFFFF (#8236) | Ryan | 2020-02-25 | 1 | -4/+20 |
* | A proper `send_string()` for the Unicode feature (#8155) | Ryan | 2020-02-24 | 1 | -0/+49 |
* | clang-format changes | skullY | 2019-08-30 | 1 | -163/+158 |
* | New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix... | Konstantin Đorđević | 2019-05-03 | 1 | -12/+26 |
* | Unicode fix for new wincompose version (#5082) | cubimon | 2019-03-17 | 1 | -0/+3 |
* | Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm... | Konstantin Đorđević | 2019-01-07 | 1 | -1/+1 |
* | Overhaul Unicode Common functionality (#4325) | Drashna Jaelre | 2018-12-19 | 1 | -65/+135 |
* | Fix Unicode EEPROM handling so it is consistent. (#4066) | Drashna Jaelre | 2018-10-19 | 1 | -6/+11 |
* | Add send_unicode_hex_string function (#3828) | Drashna Jaelre | 2018-10-01 | 1 | -0/+28 |
* | add UC_OSX_RALT to make unicode use the Right Alt key on OSX | Marco Fontani | 2017-08-30 | 1 | -0/+6 |
* | Fix undefined eeprom warnings in unicode processing | Fred Sundvik | 2017-04-13 | 1 | -0/+1 |
* | Worked around some new Makefile issues. | nielsenz | 2017-03-30 | 1 | -1/+0 |
* | Pulling and pushing troubles | nielsenz | 2017-03-30 | 1 | -0/+15 |
* | Clarify the quantum license (#1042) | skullydazed | 2017-03-28 | 1 | -1/+17 |
* | fix weirdness with arm and mods | Jack Humbert | 2017-02-15 | 1 | -18/+20 |
* | unique variable name | Jack Humbert | 2017-02-15 | 1 | -18/+18 |
* | publicise variables | Jack Humbert | 2017-02-15 | 1 | -3/+0 |
* | add unicode common file, get names right | Jack Humbert | 2017-02-15 | 1 | -0/+86 |