summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-09-2413-62/+66
|\
| * Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-2413-58/+62
* | Merge 8.6jan.nijtmans2019-09-245-6/+10
|\ \ | |/
| * Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w...jan.nijtmans2019-09-2410-36/+36
| * Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-244-4/+20
* | Fix bug [96bce57407]: macosx crash when drawing 1x1 rounded rectangles.culler2019-09-242-4/+24
|\ \ | |/
| * Fix bug [96bce57407]: macosx crash when drawing 1x1 rounded rectangles.culler2019-09-242-4/+24
| |\
| | * Fix bug [96bce57407]: crash when drawing 1x1 rounded rectanglesculler2019-09-222-4/+24
* | | Fix alphabetical order of documented widget-specific options for ttk::labelframefvogel2019-09-231-10/+10
|\ \ \ | |/ /
| * | Fix alphabetical order of documented widget-specific options for ttk::labelframefvogel2019-09-231-10/+10
* | | Merge 8.6. jan.nijtmans2019-09-2315-172/+160
|\ \ \ | |/ /
| * | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-2315-216/+172
| |/
* | Revert part of [8867a5752c55c16c]: Don't rule out certain fonts, because it c...jan.nijtmans2019-09-201-16/+0
* | Merge 8.6jan.nijtmans2019-09-201-9/+2
|\ \ | |/
| * Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,...jan.nijtmans2019-09-202-17/+7
* | Eliminate all references to Tcl_WinTCharToUtf/Tcl_WinUtfToTChar functions, us...jan.nijtmans2019-09-2012-74/+129
|\ \
| * | Make everything compile without -DUNICODEjan.nijtmans2019-09-2010-80/+64
| * | Merge trunkjan.nijtmans2019-09-2024-175/+189
| |\ \
| * \ \ Merge trunkjan.nijtmans2019-09-1613-269/+284
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2019-09-09104-3544/+6905
| |\ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2019-08-023-43/+45
| |\ \ \ \ \
| * \ \ \ \ \ Merge trunkjan.nijtmans2019-07-307-13/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2019-07-3058-833/+638
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2019-07-0782-640/+708
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2019-06-2012-72/+31
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2019-06-1580-1311/+1780
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Switch back to using Tcl_UtfToExternalDString() in tkWinFont.c, since - someh...jan.nijtmans2019-06-113-19/+25
| * | | | | | | | | | | Missing Tcl_DStringInit() call.jan.nijtmans2019-06-111-0/+1
| * | | | | | | | | | | Fix handling of -1 in tkMain.c, undo accidental change in tkUnixFont.cjan.nijtmans2019-06-112-1/+4
| * | | | | | | | | | | More TCHAR -> WCHAR conversionsjan.nijtmans2019-06-1119-120/+115
| * | | | | | | | | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(...jan.nijtmans2019-06-1012-62/+103
* | | | | | | | | | | | Merge 8.6jan.nijtmans2019-09-206-10/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | One missing use of TCL_INDEX_NONE in stead of -1. jan.nijtmans2019-09-205-9/+9
* | | | | | | | | | | Merge 8.6jan.nijtmans2019-09-1917-134/+110
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-1917-142/+112
* | | | | | | | | | | Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam)fvogel2019-09-181-3/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam)fvogel2019-09-181-3/+4
* | | | | | | | | | | merge core-8-6-branchfvogel2019-09-182-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | (minor) Add missing initializer, and two /* FALLTHRU */ markers.jan.nijtmans2019-09-172-1/+3
* | | | | | | | | | | Merge 8.6jan.nijtmans2019-09-173-35/+70
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Fix [a179564826] for Windows/UNIX: It is now possible to display Emoji on Win...jan.nijtmans2019-09-173-31/+49
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix Ucs2beToUtfProc(): If last code-point is higher surrogate, make sure that...jan.nijtmans2019-09-161-6/+10
| | * | | | | | | | | Merge 8.6. Add some more protections.jan.nijtmans2019-09-1626-154/+154
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | increase FONATMAP_PAGES so it can hold 3 planes of Unicode characters in stea...jan.nijtmans2019-09-132-7/+6
| | * | | | | | | | | Attempt to improve [a179564826]: Tk 8.6: prevent issues when encountering non...jan.nijtmans2019-09-132-11/+15
* | | | | | | | | | | Merge 8.6jan.nijtmans2019-09-164-5/+5
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-1618-107/+104
| * | | | | | | | | | Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-169-26/+22
| |/ / / / / / / / /
* | | | | | | | | | Merge 8.6jan.nijtmans2019-09-121-5/+28
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Update rules.vc to version 1.4 (synced with Tcl)jan.nijtmans2019-09-121-34/+83