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