summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. More TCL_UNUSED() usage.jan.nijtmans2020-03-191-32/+18
|\
| * Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3.jan.nijtmans2020-03-191-4/+5
* | TIP 569 remove lint commentsdgp2020-03-182-4/+0
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-172-2/+2
* | Put back accidently commented-out part from ttkWinXPTheme.cjan.nijtmans2020-03-111-2/+0
* | More progress in making win32 build C++-ready.jan.nijtmans2020-03-105-49/+51
* | Finish for MacOS toojan.nijtmans2020-03-096-13/+14
|\ \
| * \ Merge 8.6jan.nijtmans2020-03-093-12/+13
| |\ \ | | |/
| | * Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin.jan.nijtmans2020-03-093-12/+13
| | * Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-242-2/+2
| | |\
| | | * Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som...jan.nijtmans2020-02-242-49/+41
| | * | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve...jan.nijtmans2020-02-051-16/+17
| | * | (cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013jan.nijtmans2020-02-051-4/+1
* | | | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet.jan.nijtmans2020-03-095-49/+76
|/ / /
* | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-2829-251/+726
|\ \ \
| * \ \ Merge trunkjan.nijtmans2020-02-264-6/+6
| |\ \ \ | |/ / / |/| | |
| * | | Merge trunkjan.nijtmans2020-02-103-4/+4
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2020-02-073-4/+4
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-02-068-66/+70
| |\ \ \ \ \
| * \ \ \ \ \ Merge trunkjan.nijtmans2020-02-053-21/+25
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2020-01-282-12/+55
| |\ \ \ \ \ \ \
| * | | | | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-2015-170/+569
| * | | | | | | | Merge 8.7. More WIP.jan.nijtmans2019-12-1611-72/+116
| |\ \ \ \ \ \ \ \
| * | | | | | | | | WIP: Add support for C++jan.nijtmans2019-12-128-28/+77
* | | | | | | | | | Rename (static) function TkMenuCleanup() to MenuCleanup(). Make TkGetMenuInde...jan.nijtmans2020-02-211-1/+1
* | | | | | | | | | Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons...jan.nijtmans2020-02-191-21/+27
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Bump to 8.7a4 to distinguish trunk from 8.7a3 release.dgp2020-02-072-2/+2
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int...jan.nijtmans2020-02-071-2/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-063-61/+61
| |_|_|/ / / |/| | | | |
* | | | | | Protect better against possible confusion between XGenericEvent's and (Tcl-sp...jan.nijtmans2020-02-051-16/+17
* | | | | | It appears that inttypes.h was introduced in Visual Studio 2013jan.nijtmans2020-02-041-4/+1
* | | | | | Merge 8.6jan.nijtmans2020-01-281-1/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Don't add UNIX_DIR to VPATH. This should solve a dependency problem on Cygwin...jan.nijtmans2020-01-281-1/+7
* | | | | Merge 8.6jan.nijtmans2020-01-271-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | HAVE_INTTYPES_H=1 is already handled in rules.vcjan.nijtmans2020-01-271-1/+1
* | | | | Merge 8.6jan.nijtmans2020-01-241-11/+54
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Sync tcl.m4 and rules.vc to latest version from Tcljan.nijtmans2020-01-241-4/+29
* | | | Merge 8.6jan.nijtmans2019-12-162-6/+24
|\ \ \ \ | |/ / /
| * | | Sync tcl.m4 with version in Tcljan.nijtmans2019-12-162-6/+24
* | | | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly confi...fvogel2019-12-141-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly confi...fvogel2019-12-141-1/+1
| |\ \
| | * | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly confi...fvogel2019-12-081-1/+1
* | | | Merge 8.6jan.nijtmans2019-12-091-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.5jan.nijtmans2019-12-091-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix [7ca9a5b7cc]: Segfault due to pointer truncation in DLL_PROCESS_DETACHjan.nijtmans2019-12-091-1/+1
* | | Merge 8.6jan.nijtmans2019-12-052-10/+11
|\ \ \ | |/ /
| * | Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all cod...jan.nijtmans2019-12-052-10/+11
* | | Sync tcl.m4 (for windows and UNIX) with version provided by Tcl 8.7jan.nijtmans2019-11-272-133/+37
|\ \ \ | |/ /
| * | Sync tcl.m4 with the vesion provided by Tcl 8.6jan.nijtmans2019-11-272-183/+78
| |\ \ | | |/
| | * Sync rules.vc and tcl.m4 with the version included with Tcl8.5jan.nijtmans2019-11-273-228/+118