summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* more Region-related revamp.jan.nijtmans2019-10-0114-200/+132
* Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-3031-213/+161
* Merge 8.6. Format tkCanvPoly.c a little (put the handling of "-line" in two l...jan.nijtmans2019-09-303-67/+53
|\
| * 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
* | Fix 'implicit declaration of TkPutImage' warning on UNIXjan.nijtmans2019-09-292-10/+10
* | Attempt to make testcases with makefile.vc work againjan.nijtmans2019-09-292-8/+12
* | Finally, fix another build problem on MacOSjan.nijtmans2019-09-291-1/+1
* | Be carefull with using "extern" in Xlib/h and Xutil.h on win32: We want to ex...jan.nijtmans2019-09-292-486/+511
* | Fix 2 build problems, one with XPutImage on Windows, one with -fill optionjan.nijtmans2019-09-292-1/+2
* | Remove call to idletasks in tkMacOSXKeyEvent.cKevin Walzer2019-09-291-2/+2
* | Merge 8.6jan.nijtmans2019-09-291-0/+2
|\ \ | |/
| * .. 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 -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
| |\ \
* | | | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-ca...fvogel2019-09-296-7/+7
* | | | Merge chavez-canvas branchKevin Walzer2019-09-2917-174/+215
|\ \ \ \ | | |/ / | |/| |
| * | | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-2417-173/+215
* | | | Upgrade the X11 header files from the original ones (based on X11-r5) to X11-...jan.nijtmans2019-09-2721-1513/+6112
|\ \ \ \
| * \ \ \ Only use one of XPutImage/TkPutImage, dependant on platform. Both are present...jan.nijtmans2019-09-278-20/+16
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge 8.6jan.nijtmans2019-09-265-14/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-265-14/+5
* | | | | merge-markjan.nijtmans2019-09-250-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-255-10/+126
| | * | | Make MacOSX aqua and X11 share the same X11 stub table.jan.nijtmans2019-09-256-155/+154
| | * | | Merge trunkjan.nijtmans2019-09-2591-3004/+5888
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi...jan.nijtmans2019-09-256-41/+27
* | | | | When using bindings for x|yview scroll ??? units, make sure that rounding up ...jan.nijtmans2019-09-245-19/+95
|\ \ \ \ \
| * | | | | On Windows, make sure that mousewheel rounding is the same in positive as in ...jan.nijtmans2019-08-295-19/+95
* | | | | | Merge 8.6jan.nijtmans2019-09-2411-59/+136
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-2411-21/+223
* | | | | | 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
|\ \ \ \