summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in canvPs-5.1 test (thanks to Christian Werner), and remove unneces...fvogel2018-12-302-28/+1
* Fix [21525158b0]: On MS Windows XImage data and Tk_Visual() return wrong info...fvogel2018-12-292-0/+36
* Merge 8.6jan.nijtmans2018-12-261-5/+0
|\
| * Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32jan.nijtmans2018-12-261-5/+0
| |\
| | * Change None/ControlMask on win32 (and MacOSX - which is harmless) to being an...jan.nijtmans2018-12-261-5/+0
* | | Merge 8.6jan.nijtmans2018-12-2018-73/+78
|\ \ \ | |/ /
| * | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-2018-73/+78
| |\ \ | | |/
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-2017-69/+74
* | | A few WideINT-related range improvements and comment fixesjan.nijtmans2018-12-122-5/+5
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-0810-36/+35
* | | There's never need to cast NULL to (char *)jan.nijtmans2018-11-271-26/+26
|\ \ \ | |/ /
* | | Fix [9b0f3ee54e]: Make the error message more specific when OpenClipboard fai...fvogel2018-11-251-2/+7
|\ \ \ | |/ /
| * | Make a difference in the error message between the case where the clipboard i...fvogel2018-11-161-2/+7
| * | Bump version numbers for release.dgp2018-10-092-2/+2
* | | sync tcl.m4 with Tcl versionjan.nijtmans2018-11-241-2/+2
* | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range.jan.nijtmans2018-10-223-6/+6
* | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-1/+1
* | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-1/+1
* | | Add support for "wine", and fix 2 test-cases which fail in winejan.nijtmans2018-10-151-7/+8
* | | Merge tcl.m4 with Tcl version. Add zipfs hooks to tkAppInit.c and winMain.c, ...jan.nijtmans2018-10-123-1/+176
* | | Fix [9658bc800c]: Several display issues with menu items, more easily seen wh...fvogel2018-10-061-4/+14
|\ \ \ | |/ /
| * | Fix [9658bc800c]: Several display issues with menu items, more easily seen wh...fvogel2018-10-061-4/+14
| |\ \
| | * | Fix drawing of the tearoff entryfvogel2018-09-291-1/+1
| | * | Guard against negative widths for the indicator of menu entries, that could b...fvogel2018-09-291-0/+10
| | * | Once the menu geometry is correctly computed there is no need anymore for que...fvogel2018-09-291-3/+3
* | | | More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and better...jan.nijtmans2018-10-052-14/+2
* | | | Fix [8229232472]: Cascade menu entry indicator wrong colour on Unix. Patch pr...fvogel2018-09-301-2/+2
|\ \ \ \ | |/ / /
| * | | Remove somewhat misleading text in commentsfvogel2018-09-221-2/+2
| |/ /
| * | Delete unused variables, and eol-spacingjan.nijtmans2018-09-011-4/+4
* | | Add Windows implementationfvogel2018-09-111-2/+18
* | | Proof of concept for fixing [43b596451e]: relief for active menu entries. Add...fvogel2018-09-081-0/+1
* | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-065-6/+7
* | | Merge 8.6jan.nijtmans2018-08-101-2/+2
|\ \ \ | |/ /
| * | Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-101-2/+2
* | | Remove end-of-line spacingjan.nijtmans2018-08-102-7/+7
* | | Merge 8.6jan.nijtmans2018-08-082-8/+8
|\ \ \ | |/ /
| * | Replace 2 usages of MessageBoxA() with Unicode variant MessageBoxW()jan.nijtmans2018-08-082-8/+8
* | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro...jan.nijtmans2018-07-101-1/+1
* | | Make Tk compile with TIP #494 (being tested now) using compatibility macros. ...jan.nijtmans2018-07-091-1/+1
* | | Sync various configure-related changes from Tcl (from core-8-branch)jan.nijtmans2018-05-315-118/+16
* | | Merge TIP #496 implementation following positive vote by the TCTfvogel2018-05-131-0/+2
|\ \ \
| * \ \ merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-...fvogel2018-04-1516-3488/+3356
| |\ \ \
| * | | | tk::entry: Moved defines where they belong to, reordered options to follow al...fvogel2018-02-111-0/+2
* | | | | Fix [75d38f8608]: touchpad two finger scroll does not work correctly with lis...fvogel2018-05-031-2/+24
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Solution from dnikolajevich made thread safe. Thanks to Christian Werner for ...fvogel2018-03-311-17/+17
| * | | Better solution to [75d38f8608], that fixes the problem for all widgets, not ...fvogel2018-03-251-3/+25
| |/ /
| * | Permit Tk 8.6 to use deprecated Tcl constructs (since we cannot look into the...jan.nijtmans2018-01-221-2/+2
| * | merge releasejan.nijtmans2017-12-232-2/+2
| |\ \
| | * \ merge 8.6dgp2017-12-155-789/+1803
| | |\ \
| | * | | Start RC branch for Tk 8.6.8dgp2017-12-062-2/+2