Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Fixed [1082213fff] - word wrapping should trim excess spaces | fvogel | 2016-09-28 | 1 | -0/+12 | |
* | | | | | Fixed typo in comment | fvogel | 2016-09-30 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fixed typo in comment | fvogel | 2016-09-30 | 1 | -1/+1 | |
* | | | | | Add a few "const" keywords, just for 'correctness' | jan.nijtmans | 2016-09-30 | 2 | -4/+4 | |
* | | | | | Fix UNIX build | jan.nijtmans | 2016-09-30 | 1 | -3/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix UNIX build, and eliminate possible warning in Makefile | jan.nijtmans | 2016-09-30 | 2 | -5/+9 | |
| * | | | | remove unintended failing test-case, added in previous commit | jan.nijtmans | 2016-09-29 | 1 | -5/+0 | |
* | | | | | Fix [6c0d7aec67]: unicode text input Windows 8 | jan.nijtmans | 2016-09-29 | 12 | -54/+90 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix [6c0d7aec6713ab6a7c3e12dff7f26bff4679bc9d|6c0d7aec67]: unicode text input... | jan.nijtmans | 2016-09-29 | 12 | -51/+93 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | merge core-8-6-branch, keep FONTMAP_SHIFT to the original value. | jan.nijtmans | 2016-09-27 | 1 | -2/+3 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | clearify comment | jan.nijtmans | 2016-09-27 | 1 | -1/+1 | |
| | * | | | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition() | jan.nijtmans | 2016-09-27 | 10 | -27/+36 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | merge core-8-6-branch | jan.nijtmans | 2016-09-26 | 2 | -9/+9 | |
| | |\ \ \ | ||||||
| | * \ \ \ | merge core-8-6-branch | jan.nijtmans | 2016-09-26 | 7 | -7/+74 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places... | jan.nijtmans | 2016-09-19 | 14 | -93/+165 | |
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| | | * | | | | More simplifications | jan.nijtmans | 2016-09-19 | 13 | -75/+89 | |
| | | * | | | | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi... | jan.nijtmans | 2016-09-16 | 12 | -217/+49 | |
| | | * | | | | Patch from Christian Werner, for evaluation | jan.nijtmans | 2016-09-16 | 11 | -16/+241 | |
* | | | | | | | merge core-8-6-branch | jan.nijtmans | 2016-09-27 | 2 | -24/+6 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Internal code simplification: Store Unicode character in keycode field in ste... | jan.nijtmans | 2016-09-27 | 2 | -24/+6 | |
* | | | | | | | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 3 | -13/+16 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 10 | -20/+22 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | | |_|_|/ | | | |/| | | | ||||||
| | | * | | | | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 1 | -8/+11 | |
| | * | | | | | New attempt to fix [720879afe9] - WM_CHAR message handling. Patch from Christ...bug_720879afe9_alt | fvogel | 2016-09-25 | 1 | -8/+11 | |
* | | | | | | | merge core-8-6-branch | jan.nijtmans | 2016-09-26 | 4 | -17/+97 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Introduce two utility functions for handling Unicode surrogate pairs, and use... | jan.nijtmans | 2016-09-26 | 3 | -17/+92 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Permit static linking to the MSVCRT as a stand-alone option. Patch by Joe Mis... | jan.nijtmans | 2016-09-26 | 1 | -0/+5 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | Permit static linking to the MSVCRT as a stand-alone option. Enable WinXP SD...winFixes | Joe Mistachkin | 2016-09-19 | 1 | -1/+6 | |
* | | | | | | Merge core-8-6-branch to trunk. | patthoyts | 2016-09-22 | 2 | -1/+22 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge core-8-5-branch to core-8-6-branch. | patthoyts | 2016-09-22 | 2 | -1/+22 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Correct expansion of the spinbox textarea for the vista theme. | patthoyts | 2016-09-22 | 2 | -1/+22 | |
* | | | | | | Merge core-8-6-branch to trunk. | patthoyts | 2016-09-22 | 3 | -4/+45 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | [3126428] Repaint ttk labels and buttons when the image is changed. | patthoyts | 2016-09-21 | 3 | -4/+45 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | [3126428] Repaint ttk labels and buttons when the image is changed. | patthoyts | 2016-09-21 | 3 | -5/+46 | |
* | | | | | | Make it more likely that compiles with VS2012/VS2013 actually work on Windows... | jan.nijtmans | 2016-09-21 | 2 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | | ||||||
| * | | | | Make it more likely that compiles with VS2012/VS2013 actually work on Windows... | jan.nijtmans | 2016-09-21 | 2 | -2/+2 | |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | ||||||
| | * | | Make it more likely that compiles with VS2012/VS2013 actually work on Windows... | jan.nijtmans | 2016-09-21 | 2 | -2/+2 | |
* | | | | Fixed [eb26817783] - listbox-13.3 fails on Linux | fvogel | 2016-09-10 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fixed [eb26817783] - listbox-13.3 fails on Linux | fvogel | 2016-09-10 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Fixed [eb26817783] - listbox-13.3 fails on Linuxbug_eb26817783 | fvogel | 2016-09-03 | 1 | -1/+1 | |
* | | | | | Fixed [8c4216dca9] - listbox-4.1 unreliably fails on Debian 8 | fvogel | 2016-09-10 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fixed [8c4216dca9] - listbox-4.1 unreliably fails on Debian 8 | fvogel | 2016-09-10 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Fixed [8c4216dca9] - listbox-4.1 unreliably fails on Debian 8bug_8c4216dca9 | fvogel | 2016-09-03 | 1 | -0/+1 | |
| | |/ / / | ||||||
* | | | | | merged core-8-6-branch | fvogel | 2016-09-10 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | fix comment (Thanks, Christian!) | jan.nijtmans | 2016-09-08 | 1 | -1/+1 | |
* | | | | | merge core-8-6-branch | jan.nijtmans | 2016-09-08 | 2 | -21/+54 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix [6c0d7aec6713ab6a7c3e12dff7f26bff4679bc9d|6c0d7aec67]: unicode text input... | jan.nijtmans | 2016-09-08 | 2 | -21/+54 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | merge core-8-6-branch | jan.nijtmans | 2016-09-08 | 2 | -17/+19 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | unnecessary macro | jan.nijtmans | 2016-09-01 | 1 | -2/+0 | |
| | * | | | | (experiment) don't fill trans_chars any more when send_event == -3. Results i... | jan.nijtmans | 2016-09-01 | 2 | -66/+13 | |