summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Comments changedoehhar2024-07-181-4/+0
* Ticket [2d3a81c0] menubutton destroy segfault: preserve menu pointer in tkWin...oehhar2024-07-181-0/+6
* Sync nmakehelp.c with Tcljan.nijtmans2024-06-261-22/+27
* Don't use -encoding "binary" any more in Tk. Backport some more formatting ch...jan.nijtmans2024-06-251-34/+31
* Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-112-3/+4
* More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-103-143/+231
* Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-0910-13/+13
* Make tkWinTest.c warning-free, when compiled with Tcl 8.7 headersjan.nijtmans2024-04-291-0/+2
* indenting/formatting (backported from 8.7)jan.nijtmans2024-04-291-19/+19
* merge 8.6dgp2024-02-213-7/+7
|\
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-163-7/+7
* | merge 8.6dgp2024-01-241-1/+1
|\ \ | |/
| * Fix compiler warning on Windowsjan.nijtmans2024-01-171-1/+1
* | More needed 13 -> 14 bumpsjan.nijtmans2024-01-171-1/+1
* | Bump to 8.6.14 for releasegriffin2024-01-161-1/+1
|/
* USE_WIDECHAR_API isn't used anywhere. Comment fixesjan.nijtmans2024-01-061-4/+2
* Correction in documentation embedded in rules.vcfvogel2024-01-062-5/+6
* No need for separate tktest manifest: just re-use the one from wish. Give tkt...jan.nijtmans2024-01-042-10/+4
* Fix [1ca3c8d9da]: nmake build with OPTS=staticjan.nijtmans2024-01-041-1/+1
* Better: generate tktest.res from a separate tktest.rcjan.nijtmans2024-01-032-2/+87
* Add rule to generate "tktest.res"jan.nijtmans2024-01-031-1/+2
* Possible fix for [1ca3c8d9da]: nmake build with OPTS=staticjan.nijtmans2024-01-032-1/+62
* AllocFont() -> InitFont() in comments. Stolen from "less_tests_constraints" b...jan.nijtmans2024-01-031-1/+1
* .. but prevent code duplicationjan.nijtmans2024-01-031-1/+1
* Fix 2 (minor) compiler warnings on Windowsjan.nijtmans2024-01-022-2/+3
* Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-031-4/+12
* Using the application's TkMainInfo struct for sharing the nbTabsStickBit in a...csaba2023-11-132-4/+26
* Backported the changes made in the branch bug-eedd2e078d to core-8-6-branch.csaba2023-11-122-7/+252
* Propagate changes from the previous commit to plaftorms other than Linux. Thi...fvogel2023-10-151-5/+4
* Missing !endif in makefile.vcjan.nijtmans2023-10-141-0/+1
* Restore to rules.vc version 10, so we don't accidentally use Tcl 8.7/9.0 feat...jan.nijtmans2023-10-131-36/+3
* Update win/rules.vcjan.nijtmans2023-10-091-0/+4
* Update win/rules.vcjan.nijtmans2023-09-111-13/+32
* Fix [d2396a9f1b]: [send] with options returns weird strings on X11jan.nijtmans2023-09-041-1/+1
* TCL_NEEDS_EXP_FILE is no longer usedjan.nijtmans2023-08-033-12/+5
* Tcl -> Tk in commentjan.nijtmans2023-08-031-3/+3
* Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 1 from Christophe...fvogel2023-07-161-0/+24
* Fix documentation (comments) of TkpGetSystemDefault.fvogel2023-07-011-1/+1
* Only use _snprintf on older MSVC compilers. ZeroMemory -> memsetjan.nijtmans2023-05-161-14/+14
* Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-162-2/+1
|\
| * Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-141-1/+0
|/
* Use more TCL_UNUSED() macro's in stead of (void) castsjan.nijtmans2023-02-077-174/+107
* Fix error in tkWinSend.c (there was no impact since TK_SEND_ENABLED_ON_WINDOW...fvogel2023-01-211-2/+2
* Really use snprintf (and not _snprintf) when MSVC is at least 2015.fvogel2023-01-151-3/+2
* Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-1410-72/+10
* The last missing change sprintf --> snprintf.fvogel2023-01-111-1/+1
* Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-109-12/+84
* Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-0211-178/+185
* Change copyright in Windows rc from Activestate to UCal and others to match l...apnadkarni2022-12-122-4/+2
* merge 8.6dgp2022-10-281-1/+1
|\