summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix [cd8714756c]: Long lines of rotated text not printing correctly - MultiFo...fvogel2020-05-011-7/+9
|\
| * Remove cast to int when calling MultiFontTextOut from TkDrawAngledChars (sinc...fvogel2020-04-261-3/+3
| * Fix [cd8714756c]: Long lines of rotated text not printing correctly - MultiFo...fvogel2020-04-221-4/+6
* | Merge 8.6jan.nijtmans2020-04-131-9/+15
|\ \ | |/
| * Sync win/rules.vc with Tcl versionjan.nijtmans2020-04-131-9/+15
* | Merge 8.6jan.nijtmans2020-04-062-2/+2
|\ \ | |/
| * Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-0621-759/+889
| |\
* | \ Merge 8.6jan.nijtmans2020-04-034-14/+14
|\ \ \ | | |/ | |/|
| * | Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI...jan.nijtmans2020-04-034-42/+30
* | | Fix [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv...jan.nijtmans2020-04-027-13/+17
* | | CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11jan.nijtmans2020-04-011-1/+1
* | | Fix [655fe2754f]: Tearoff menu labels cut off.fvogel2020-03-291-3/+20
|\ \ \ | |/ /
| * | Fix [655fe2754f]: Tearoff menu labels cut off.fvogel2020-03-291-3/+20
| |\ \
| | * \ Merge 8.6jan.nijtmans2020-03-201-4/+5
| | |\ \
| | * | | Fix another buglet: The arrow of a cascade menu item is only drawn on Windows...fvogel2020-03-141-2/+13
| | * | | Fix [655fe2754f]: Tearoff menu labels cut offfvogel2020-03-141-1/+7
| * | | | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-2410-412/+565
| | |/ / | |/| |
* | | | 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