| Commit message (Expand) | Author | Age | Files | Lines |
* | Too quick conclusion: all lines and text were gone :-). Reverting most of pre... | jan.nijtmans | 2019-10-04 | 1 | -0/+2 |
|
|
* | Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc... | jan.nijtmans | 2019-10-04 | 1 | -2/+0 |
|
|
* | Modify TkClipBox and friends such that they return an int (normally 0) in ste... | jan.nijtmans | 2019-10-01 | 1 | -5/+10 |
|
|
* | Sync rules.vc with Tcl version. Let makefile.vc supply the /DUNICODE /D_UNICO... | jan.nijtmans | 2019-09-30 | 2 | -62/+47 |
|
|
* | .. 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 |
|
|
* | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 1 | -0/+10 |
|\ |
|
| * | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some... | Kevin Walzer | 2019-09-24 | 1 | -0/+10 |
|
|
* | | Better fix for [2026405]: winfo id bug in cygwin build. | jan.nijtmans | 2019-09-26 | 3 | -12/+3 |
|
|
* | | Add 7 X11 functions to the aqua stub table, which makes them accessable to st... | jan.nijtmans | 2019-09-24 | 1 | -5/+5 |
|
|
* | | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 4 | -24/+24 |
|
|
* | | 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 | 1 | -2/+4 |
|/ |
|
* | 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 | 1 | -16/+6 |
|
|
* | One missing use of TCL_INDEX_NONE in stead of -1.
| jan.nijtmans | 2019-09-20 | 4 | -8/+8 |
|
|
* | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 16 | -141/+111 |
|
|
* | Fix [a179564826] for Windows/UNIX: It is now possible to display Emoji on Win... | jan.nijtmans | 2019-09-17 | 1 | -8/+13 |
|\ |
|
| * | Merge 8.6. Add some more protections. | jan.nijtmans | 2019-09-16 | 17 | -114/+113 |
| |\
| |/
|/| |
|
* | | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 17 | -105/+102 |
|
|
| * | increase FONATMAP_PAGES so it can hold 3 planes of Unicode characters in stea... | jan.nijtmans | 2019-09-13 | 1 | -3/+2 |
|/ |
|
* | 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 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-09-09 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Took over a few too many comments from Tcl's win/Makefile.in .. correct that. | jan.nijtmans | 2019-09-09 | 1 | -3/+3 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-09-09 | 1 | -51/+47 |
|\ \
| |/ |
|
| * | Fix build with Visual Studio (configure/make/cl). It appears we cannot use "s... | jan.nijtmans | 2019-09-09 | 1 | -51/+47 |
|
|
| * | Fix configure script for use in git-bash (re-generated with a modified autoco... | jan.nijtmans | 2019-09-09 | 1 | -10/+12 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-09-09 | 1 | -10/+12 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-09-02 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Add runstatedir to Makefile.in. Not used yet, only used if "configure" script... | jan.nijtmans | 2019-09-02 | 1 | -0/+1 |
|
|
* | | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind... | fvogel | 2019-08-28 | 1 | -0/+23 |
|\ \ |
|
| * | | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO... | jan.nijtmans | 2019-08-27 | 1 | -2/+2 |
|
|
| * | | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind... | fvogel | 2019-08-26 | 1 | -0/+23 |
|
|
* | | | Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Update | fvogel | 2019-08-28 | 3 | -8/+37 |
|\ \ \ |
|
| * | | | Fix maths in TkSetCursorPos(). I have checked that this implementation provid... | fvogel | 2019-08-22 | 1 | -3/+3 |
|
|
| * | | | Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Update | fvogel | 2019-08-20 | 3 | -8/+37 |
| |/ / |
|
* | | | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong as... | fvogel | 2019-08-28 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-08-13 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Header file cleanup, backported from [bug6e8afe516d-87] branch | jan.nijtmans | 2019-08-04 | 1 | -0/+1 |
|
|
* | | | | Merge 8.5 | jan.nijtmans | 2019-08-20 | 1 | -10/+11 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Don't use ".." in Windows paths during build. Taken from Tcl [https://core.tc... | jan.nijtmans | 2019-08-20 | 1 | -10/+12 |
|
|
* | | | Fix typo in a comment in tkWinFont.c. Thanks to C. Chavez | fvogel | 2019-08-11 | 1 | -1/+1 |
| |/
|/| |
|
* | | Only free "patterns" once, not each time inside the loop. That might crash wi... | jan.nijtmans | 2019-07-30 | 1 | -39/+41 |
|
|
* | | Fix [1fb7af623a]: Support for buttons 4 and 5 is missing for Windows. Patch f... | fvogel | 2019-07-21 | 2 | -0/+23 |
|
|
* | | Fix [ea3db67ddf]: Fix spelling in comment of tkWinX.c (from C. Chavez) | fvogel | 2019-07-20 | 1 | -1/+1 |
|
|
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 3 | -4/+4 |
|
|
* | | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 9 | -9/+9 |
|
|