summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix typo, revert unintended changejan.nijtmans2024-05-102-2/+2
* 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-103-15/+7
|\
| * More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-103-143/+231
* | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-091-1/+1
* | (c) -> ©jan.nijtmans2024-05-095-8/+8
|\ \ | |/
| * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-0910-13/+13
* | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-012-12/+12
|\ \ | |/
* | Backout [15e322ca]: Eliminate the use of Tcl_GetPathType(), somehow doesn't w...jan.nijtmans2024-05-011-42/+27
* | Fix --disable-shared build on Windows. Eliminate warning in tkWinTest.cjan.nijtmans2024-04-301-0/+2
|\ \ | |/
| * 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
| |\
| * \ merge 8.6dgp2024-01-241-1/+1
| |\ \
| * | | More needed 13 -> 14 bumpsjan.nijtmans2024-01-171-1/+1
| * | | Bump to 8.6.14 for releasegriffin2024-01-161-1/+1
* | | | Eliminate the use of Tcl_GetPathType()jan.nijtmans2024-04-301-27/+42
* | | | Don't use "boolean" as variable namejan.nijtmans2024-03-271-9/+9
* | | | Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs wit...jan.nijtmans2024-03-271-53/+53
* | | | int -> Tcl_Size in font handling (not done yet)jan.nijtmans2024-03-191-2/+1
* | | | Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-141-5/+5
* | | | a6 -> b1, as preparation for possible release (one day, hopefully)jan.nijtmans2024-03-062-2/+2
* | | | typo in tkWinSend.cjan.nijtmans2024-02-191-1/+1
* | | | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possiblejan.nijtmans2024-02-194-38/+15
* | | | Merge 8.6jan.nijtmans2024-02-163-7/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-163-7/+7
| | |/ | |/|
| * | Fix compiler warning on Windowsjan.nijtmans2024-01-171-1/+1
| |/
* | Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-164-19/+19
* | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-146-46/+46
* | Upgrade to autoconf-2.72jan.nijtmans2024-02-091-466/+560
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-072-2/+2
* | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-1/+1
* | Merge 8.6jan.nijtmans2024-01-061-4/+2
|\ \ | |/
| * USE_WIDECHAR_API isn't used anywhere. Comment fixesjan.nijtmans2024-01-061-4/+2
* | Merge 8.6jan.nijtmans2024-01-062-5/+6
|\ \ | |/
| * Correction in documentation embedded in rules.vcfvogel2024-01-062-5/+6
* | Make the SUFX for nmake-builds the same as for Makefile builds, if TCL_VERSIO...jan.nijtmans2024-01-051-1/+1
* | Remove buttons.bmp from makefile.vc toojan.nijtmans2024-01-051-1/+0
* | remove buttons.bmp and lamp.bmp: those are not used anywhere any morejan.nijtmans2024-01-043-6/+0
* | Fix [1ca3c8d9da]: nmake build with OPTS=static. Give tktest.exe a version-numberjan.nijtmans2024-01-043-3/+91
|\ \ | |/
| * 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
* | Merge 8.6jan.nijtmans2024-01-031-1/+1
|\ \ | |/
| * 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
* | (cherry-pick): Make sure that the zip-file is attached to tk87.dll for non-st...jan.nijtmans2023-12-221-5/+2
* | int -> Tcl_Size in menu handlingjan.nijtmans2023-12-221-19/+19