| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u... | jan.nijtmans | 2019-10-06 | 5 | -8/+2 |
|
|
* | Use tcl-lang.org in stead of tcl.tk and https in stead of http where possible | jan.nijtmans | 2019-10-05 | 8 | -9/+9 |
|
|
* | Restore looks of canvas items demo as it was in previous Tk versions, but now... | jan.nijtmans | 2019-10-05 | 1 | -3/+3 |
|
|
* | Fix usage of DEBUG() macro in tkBind.c | jan.nijtmans | 2019-10-05 | 1 | -27/+27 |
|
|
* | Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l... | jan.nijtmans | 2019-10-04 | 7 | -18/+16 |
|
|
* | Fix [c420b565c0]: Aqua: allow isdark to work for non-root toplevels. Analysis... | jan.nijtmans | 2019-10-04 | 1 | -1/+2 |
|
|
* | Restore (kind of) default values for -fill and -outline in polygon items. Cha... | jan.nijtmans | 2019-10-04 | 2 | -3/+4 |
|
|
* | Adapt documentation saying that the default -fill option for text and line it... | jan.nijtmans | 2019-10-04 | 1 | -2/+2 |
|
|
* | Too quick conclusion: all lines and text were gone :-). Reverting most of pre... | jan.nijtmans | 2019-10-04 | 5 | -2/+8 |
|
|
* | Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc... | jan.nijtmans | 2019-10-04 | 6 | -9/+7 |
|
|
* | Fix [3ed5b66989]: Malpositioned root window with highlighthickness > 0 | jan.nijtmans | 2019-10-03 | 1 | -4/+3 |
|\ |
|
| * | Fix [3ed5b66989]: Malpositioned root window with highlighthickness > 0 | fvogel | 2019-10-01 | 1 | -4/+3 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-10-02 | 2 | -17/+32 |
|\ \
| |/
|/| |
|
| * | Sync tcl.m4 with Tcl version | jan.nijtmans | 2019-10-02 | 2 | -10/+36 |
|
|
* | | Modify TkClipBox and friends such that they return an int (normally 0) in ste... | jan.nijtmans | 2019-10-01 | 6 | -47/+58 |
|
|
* | | 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 |
|
|
* | | .. 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 | fvogel | 2019-09-23 | 1 | -0/+3 |
|
|
* | | | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 17 | -173/+215 |
|\ \ \ |
|
| * | | | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some... | Kevin Walzer | 2019-09-24 | 17 | -173/+215 |
|
|
* | | | | Better fix for [2026405]: winfo id bug in cygwin build. | jan.nijtmans | 2019-09-26 | 5 | -14/+5 |
|
|
* | | | | Add XPutImage() to the X11 stub table on Aqua | jan.nijtmans | 2019-09-25 | 5 | -10/+126 |
|
|
* | | | | Add 7 X11 functions to the aqua stub table, which makes them accessable to st... | jan.nijtmans | 2019-09-24 | 11 | -21/+223 |
|
|
* | | | | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 13 | -58/+62 |
|
|
* | | | | 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]: 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 |
| |/ /
|/| | |
|
* | | | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 15 | -216/+172 |
|/ / |
|
* | | Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,... | jan.nijtmans | 2019-09-20 | 2 | -17/+7 |
|
|
* | | One missing use of TCL_INDEX_NONE in stead of -1.
| jan.nijtmans | 2019-09-20 | 5 | -9/+9 |
|
|
* | | *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 |
|
|
* | | (minor) Add missing initializer, and two /* FALLTHRU */ markers. | jan.nijtmans | 2019-09-17 | 2 | -1/+3 |
|
|
* | | 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 |
| |\ \
| |/ /
|/| | |
|
* | | | 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 |
|
|
| * | | 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 |
|/ / |
|
* | | Update rules.vc to version 1.4 (synced with Tcl) | jan.nijtmans | 2019-09-12 | 1 | -34/+83 |
|
|
* | | Fix comment in win/rules.vc | fvogel | 2019-09-12 | 1 | -4/+2 |
|
|
* | | windows: rename WINDIR -> WIN_DIR to follow the same change in Tcl | fvogel | 2019-09-12 | 2 | -32/+32 |
|\ \
| |/ |
|
| * | windows: rename WINDIR -> WIN_DIR to follow the same change in Tcl | fvogel | 2019-09-12 | 2 | -31/+31 |
|
|
* | | Fix [2834776fff]: ttk::spinbox spins up/down when disabled | fvogel | 2019-09-12 | 1 | -0/+2 |
|\ \ |
|