| Commit message (Expand) | Author | Age | Files | Lines |
* | more Region-related revamp. | jan.nijtmans | 2019-10-01 | 14 | -200/+132 |
|
|
* | Simplify many MacOS-specific types which are not necessary | jan.nijtmans | 2019-09-30 | 31 | -213/+161 |
|
|
* | Merge 8.6. Format tkCanvPoly.c a little (put the handling of "-line" in two l... | jan.nijtmans | 2019-09-30 | 3 | -67/+53 |
|\ |
|
| * | Sync rules.vc with Tcl version. Let makefile.vc supply the /DUNICODE /D_UNICO... | jan.nijtmans | 2019-09-30 | 2 | -62/+47 |
|
|
| * | Remove call to idletasks in tkMacOSXKeyEvent.c | Kevin Walzer | 2019-09-29 | 1 | -1/+1 |
|
|
* | | Fix 'implicit declaration of TkPutImage' warning on UNIX | jan.nijtmans | 2019-09-29 | 2 | -10/+10 |
|
|
* | | Attempt to make testcases with makefile.vc work again | jan.nijtmans | 2019-09-29 | 2 | -8/+12 |
|
|
* | | Finally, fix another build problem on MacOS | jan.nijtmans | 2019-09-29 | 1 | -1/+1 |
|
|
* | | Be carefull with using "extern" in Xlib/h and Xutil.h on win32: We want to ex... | jan.nijtmans | 2019-09-29 | 2 | -486/+511 |
|
|
* | | Fix 2 build problems, one with XPutImage on Windows, one with -fill option | jan.nijtmans | 2019-09-29 | 2 | -1/+2 |
|
|
* | | Remove call to idletasks in tkMacOSXKeyEvent.c | Kevin Walzer | 2019-09-29 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-29 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | .. wrong directory ... | jan.nijtmans | 2019-09-29 | 1 | -1/+1 |
|
|
| * | Fix build of ttkStubLib.o when using makefile.vc. (problem reported by fvogel... | jan.nijtmans | 2019-09-29 | 1 | -0/+2 |
|
|
* | | Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding informati... | fvogel | 2019-09-29 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding informati... | fvogel | 2019-09-29 | 1 | -0/+3 |
| |\ |
|
| | * | Fix [a1d25b487e]: ttk::frame does not honor -borderwidth | fvogel | 2019-09-23 | 1 | -0/+3 |
|
|
| * | | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 17 | -173/+215 |
| |\ \ |
|
* | | | | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-ca... | fvogel | 2019-09-29 | 6 | -7/+7 |
|
|
* | | | | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 17 | -174/+215 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some... | Kevin Walzer | 2019-09-24 | 17 | -173/+215 |
|
|
* | | | | Upgrade the X11 header files from the original ones (based on X11-r5) to X11-... | jan.nijtmans | 2019-09-27 | 21 | -1513/+6112 |
|\ \ \ \ |
|
| * \ \ \ | Only use one of XPutImage/TkPutImage, dependant on platform. Both are present... | jan.nijtmans | 2019-09-27 | 8 | -20/+16 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-09-26 | 5 | -14/+5 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Better fix for [2026405]: winfo id bug in cygwin build. | jan.nijtmans | 2019-09-26 | 5 | -14/+5 |
|
|
* | | | | | merge-mark | jan.nijtmans | 2019-09-25 | 0 | -0/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Add XPutImage() to the X11 stub table on Aqua | jan.nijtmans | 2019-09-25 | 5 | -10/+126 |
|
|
| | * | | | Make MacOSX aqua and X11 share the same X11 stub table. | jan.nijtmans | 2019-09-25 | 6 | -155/+154 |
|
|
| | * | | | Merge trunk | jan.nijtmans | 2019-09-25 | 91 | -3004/+5888 |
| | |\ \ \
| |_|/ / /
|/| | | | |
|
* | | | | | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi... | jan.nijtmans | 2019-09-25 | 6 | -41/+27 |
|
|
* | | | | | When using bindings for x|yview scroll ??? units, make sure that rounding up ... | jan.nijtmans | 2019-09-24 | 5 | -19/+95 |
|\ \ \ \ \ |
|
| * | | | | | On Windows, make sure that mousewheel rounding is the same in positive as in ... | jan.nijtmans | 2019-08-29 | 5 | -19/+95 |
|
|
* | | | | | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 11 | -59/+136 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | Add 7 X11 functions to the aqua stub table, which makes them accessable to st... | jan.nijtmans | 2019-09-24 | 11 | -21/+223 |
|
|
* | | | | | | 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 |
|\ \ \ \ |
|