summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added a remark about some keysyms being valid across platforms...avl2017-03-141-1/+3
|
* Added documentation for the new keysymsfvogel2017-03-061-0/+7
|
* merge core-8-6-branchfvogel2017-03-0618-44/+117
|\
| * [6b3644a485] Fix -alpha applied to 16-bit color PNG. Thanks TheLemonMan.dgp2017-03-061-2/+2
| |
| * Patch on behalf of TheLemonMan that addresses bug ↵José Ignacio Marín2017-03-030-0/+0
| | | | | | | | [6b3644a4858f018cd08615d3d516b07d271fe2a].
| * Fix [c492c96aa2]: Combobox arrow not grayed (alt, clam and default ttk ↵fvogel2017-02-223-3/+5
| |\ | | | | | | | | | themes) - Patch from Koen Danckaert
| | * Group multiple [style map TCombobox] statements into a single instructionbug_c492c96aa2fvogel2017-02-093-6/+5
| | |
| | * Fix [c492c96aa2]: Combobox arrow not grayed (alt, clam and default ttk themes)fvogel2017-02-083-0/+3
| | |
| * | Fix [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68a0] follow-up: Tk ↵jan.nijtmans2017-02-101-3/+1
| |/ | | | | | | applications segmentation fault when ibus-daemon IME is restarted. Patch by Brad Lanam.
| * Fix [7d967c68]: Tk application fault when ibud-daemon IME is restartedjan.nijtmans2017-02-055-3/+76
| |\
| | * Proposed fix for [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68]: Tk ↵bug_7d967c68jan.nijtmans2016-12-154-3/+73
| | | | | | | | | | | | applications segmentation fault when ibus-daemon IME is restarted
| | * Micro-optimization in tkTextDisp.cfvogel2016-12-081-2/+2
| | |
| | * Fixed [3ee76e41c2] - New textTag test failuresfvogel2016-12-021-14/+54
| | |\
| | | * Remove superfluous lines (the default font of the text widget is already ↵bug_3ee76e41c2fvogel2016-12-021-4/+0
| | | | | | | | | | | | | | | | saved in $curFont before the tests start).
| | | * When changing the text font, (x,y) coordinates previously saved in the ↵fvogel2016-12-011-17/+27
| | | | | | | | | | | | | | | | (xi,yi) doublets are no longer relevant. Save coordinates for each of the two font possibilities, and use the right ones in each test.
| | | * Also the fact that the actually used fonts must be fixed-width needs to be ↵fvogel2016-12-011-8/+10
| | | | | | | | | | | | | | | | checked when assessing the value of the haveFontSizes constraint
| | | * Fixed [3ee76e41c2] - New textTag test failuresfvogel2016-11-301-5/+37
| | | |
| | * | Fix [ad98f10b3a] and [bd0017bf79] - bitmap-4.1 and cursor-4.1 tests ↵fvogel2016-12-023-11/+23
| | | | | | | | | | | | | | | | failures. Also, apply again the same pattern to fix color-4.1 that was also failing (when the colorsFree constraint was met) despite there was no such report (yet). Thanks to dgp.
| | * | [76e2d9c095] Repair broken test border-3.1dgp2016-12-021-3/+6
| | |/
| | * merge core-8-6-branchjan.nijtmans2016-11-241-3/+3
| | |\
| | * \ merge core-8-6-branchjan.nijtmans2016-11-182-1/+11
| | |\ \
| | * | | Bring all win32 version stuff to one place. Should work the same (should ↵jan.nijtmans2016-11-094-29/+16
| | | | | | | | | | | | | | | | | | | | still work on XP, although I don't know if we really want that).
| | * | | Merge core-8-6-branchjan.nijtmans2016-11-093-1/+7
| | |\ \ \
| | * \ \ \ Mark "event-8" testcase nonPortablejan.nijtmans2016-11-081-1/+1
| | |\ \ \ \
| | * \ \ \ \ merge core-8-6-branchjan.nijtmans2016-11-085-45/+51
| | |\ \ \ \ \
| | * \ \ \ \ \ Add another few Xlib stubs for Win32. Cherry-picked from ↵jan.nijtmans2016-11-0710-35/+345
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [http://www.androwish.org/index.html/info/862eb620a096fddc|AndroWish]. Thanks to Christian Werner.
| | * \ \ \ \ \ \ Close unintended forkfvogel2016-11-054-28/+25
| | |\ \ \ \ \ \ \
| | | * | | | | | | More internal use of size_t, so refcounts can be bigger than before (2^31 -> ↵jan.nijtmans2016-11-044-28/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2^32 on 32-bit platforms, even more on 64-bit)
| | * | | | | | | | Fixed [6aea69fccb] - grid configure -in problem. Patch by Koen Danckaert.fvogel2016-11-052-0/+22
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Removed proc ::tk_getFileType since it is used nowhere in Tk, is ↵fvogel2016-11-022-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | undocumented, is superseded by the -typevariable option of file dialogs, and was anyway only available if tk_strictMotif is true.
| | * | | | | | | | Fix [e36963bfe8df9f5e528134707a91b9c0051de723|e36963bfe8]: event generate ↵jan.nijtmans2016-11-012-19/+54
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and diaeresis
| | * \ \ \ \ \ \ \ \ Fixed [3588460fff] - -typevariable buggy in X11fvogel2016-10-303-6/+10
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Fixed [3217462fff] - Tri-state buttons not working for non-native themesfvogel2016-10-126-31/+66
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Fixed typofvogel2016-10-121-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Fixed [1080198fff] by clearly stating in the man page that the -wrap option ↵fvogel2016-10-091-3/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for tags only applies to a displayline if it applies to the first non-elided character on that display line
| | * \ \ \ \ \ \ \ \ \ \ \ \ Fixed [1082213fff] - word wrapping should trim excess spacesfvogel2016-10-093-39/+57
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Fixed typo in commentfvogel2016-09-301-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Add a few "const" keywords, just for 'correctness'jan.nijtmans2016-09-302-4/+4
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fix UNIX buildjan.nijtmans2016-09-301-3/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Fix [6c0d7aec67]: unicode text input Windows 8jan.nijtmans2016-09-2912-54/+90
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2016-09-272-24/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner ↵jan.nijtmans2016-09-273-13/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backported from http://www.androwish.org/index.html/info/a0da5845594cec28
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2016-09-264-17/+97
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge core-8-6-branch to trunk.patthoyts2016-09-222-1/+22
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge core-8-6-branch to trunk.patthoyts2016-09-223-4/+45
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Make it more likely that compiles with VS2012/VS2013 actually work on ↵jan.nijtmans2016-09-212-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows XP. See: [https://tedwvc.wordpress.com/2014/01/01/how-to-target-xp-with-vc2012-or-vc2013-and-continue-to-use-the-windows-8-x-sdk/]
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Fix [ae32eb7e10]: Win + specific text widget configuration : textDisp-18.6, ↵fvogel2017-02-052-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -20.2 -20.3 -20.4 fail
| | * | | | | | | | | | | | | | | | | | | | | | | | Remove superfluous 'textfonts' constraint in textDisp-20.1,2,3,4,5bug_ae32eb7e10fvogel2017-01-291-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge core-8-6-branchfvogel2017-01-2918-122/+139
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge core-8-6-branchfvogel2017-01-076-6/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \