summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u...jan.nijtmans2019-10-065-8/+2
* Use tcl-lang.org in stead of tcl.tk and https in stead of http where possiblejan.nijtmans2019-10-058-9/+9
* Restore looks of canvas items demo as it was in previous Tk versions, but now...jan.nijtmans2019-10-051-3/+3
* Fix usage of DEBUG() macro in tkBind.cjan.nijtmans2019-10-051-27/+27
* Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l...jan.nijtmans2019-10-047-18/+16
* Fix [c420b565c0]: Aqua: allow isdark to work for non-root toplevels. Analysis...jan.nijtmans2019-10-041-1/+2
* Restore (kind of) default values for -fill and -outline in polygon items. Cha...jan.nijtmans2019-10-042-3/+4
* Adapt documentation saying that the default -fill option for text and line it...jan.nijtmans2019-10-041-2/+2
* Too quick conclusion: all lines and text were gone :-). Reverting most of pre...jan.nijtmans2019-10-045-2/+8
* Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc...jan.nijtmans2019-10-046-9/+7
* Fix [3ed5b66989]: Malpositioned root window with highlighthickness > 0jan.nijtmans2019-10-031-4/+3
|\
| * Fix [3ed5b66989]: Malpositioned root window with highlighthickness > 0fvogel2019-10-011-4/+3
* | Merge 8.5jan.nijtmans2019-10-022-17/+32
|\ \ | |/ |/|
| * Sync tcl.m4 with Tcl versionjan.nijtmans2019-10-022-10/+36
* | Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-016-47/+58
* | Sync rules.vc with Tcl version. Let makefile.vc supply the /DUNICODE /D_UNICO...jan.nijtmans2019-09-302-62/+47
* | Remove call to idletasks in tkMacOSXKeyEvent.cKevin Walzer2019-09-291-1/+1
* | .. wrong directory ...jan.nijtmans2019-09-291-1/+1
* | Fix build of ttkStubLib.o when using makefile.vc. (problem reported by fvogel...jan.nijtmans2019-09-291-0/+2
* | Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding informati...fvogel2019-09-291-0/+3
|\ \
| * | Fix [a1d25b487e]: ttk::frame does not honor -borderwidthfvogel2019-09-231-0/+3
* | | Merge chavez-canvas branchKevin Walzer2019-09-2917-173/+215
|\ \ \
| * | | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-2417-173/+215
* | | | Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-265-14/+5
* | | | Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-255-10/+126
* | | | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-2411-21/+223
* | | | Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-2413-58/+62
* | | | 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]: 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
| |/ / |/| |
* | | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-2315-216/+172
|/ /
* | Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,...jan.nijtmans2019-09-202-17/+7
* | One missing use of TCL_INDEX_NONE in stead of -1. jan.nijtmans2019-09-205-9/+9
* | *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
* | (minor) Add missing initializer, and two /* FALLTHRU */ markers.jan.nijtmans2019-09-172-1/+3
* | 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
| |\ \ | |/ / |/| |
* | | 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
| * | 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
|/ /
* | Update rules.vc to version 1.4 (synced with Tcl)jan.nijtmans2019-09-121-34/+83
* | Fix comment in win/rules.vcfvogel2019-09-121-4/+2
* | windows: rename WINDIR -> WIN_DIR to follow the same change in Tclfvogel2019-09-122-32/+32
|\ \ | |/
| * windows: rename WINDIR -> WIN_DIR to follow the same change in Tclfvogel2019-09-122-31/+31
* | Fix [2834776fff]: ttk::spinbox spins up/down when disabledfvogel2019-09-121-0/+2
|\ \