summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix test number in commentfvogel2019-10-101-1/+1
* Add debug info useful in case bind-34.1 failsfvogel2019-10-101-1/+1
|\
| * Add debug info useful in case bind-32.2 failsfvogel2019-10-101-1/+1
* | Fix macOS crash caused by deactivating a menu while it is being deleted.culler2019-10-101-1/+4
* | Use vwait in image.test instead of after.culler2019-10-101-15/+15
* | Make XID typedef unsigned, since it's unsigned as well on all other platforms.jan.nijtmans2019-10-102-2/+3
* | Fix bind-13.14 test-case on (e.g.) some 32-bit Linux, which considers -1 a va...jan.nijtmans2019-10-101-1/+3
* | Change a few "update idletask" from previous commit back to "update". Other p...jan.nijtmans2019-10-103-24/+32
* | Cherry-pick test-case changes from catalina_more_tests branch. They appear to...jan.nijtmans2019-10-109-436/+525
* | Fix [a01b6f7227]: WidthMMOfScreen returns 0 in VirtualBox VM using XWayland.jan.nijtmans2019-10-091-1/+20
* | tk::mac::RegisterServiceWidget was returning an error when Wish was launched ...Kevin Walzer2019-10-071-2/+3
* | Fix crash caused by initializing Mac services multiple timesculler2019-10-062-103/+96
|\ \
| * | Some initialization steps can remain outside the if (!initialized) block.culler2019-10-061-17/+19
| * | Prevent multiple initializations of Mac Services, which would cause IDLE to c...culler2019-10-052-112/+103
* | | 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