summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-091-1/+1
|\ \ \ | |/ /
| * | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-091-1/+1
* | | (c) -> ©jan.nijtmans2024-05-095-8/+8
|\ \ \ | |/ /
| * | (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-11/+11
|\ \ \ | |/ /
| * | 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
* | | Backout [15e322ca]: Eliminate the use of Tcl_GetPathType(), somehow doesn't w...jan.nijtmans2024-05-011-42/+27
* | | Fix TkCygwinMainEx() function: Didn't work on Cygwin X11 yet, because it used...jan.nijtmans2024-04-301-0/+2
|\ \ \ | |/ /
| * | 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
* | | | | Merge 8.7: fix compiler warning in tkConfig.c. Eliminate the last usage of Tc...jan.nijtmans2024-04-301-27/+42
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate the use of Tcl_GetPathType()jan.nijtmans2024-04-301-27/+42
| * | | | Don't use "boolean" as variable namejan.nijtmans2024-03-271-9/+9
* | | | | Merge 8.7jan.nijtmans2024-03-272-68/+70
|\ \ \ \ \ | |/ / / /
| * | | | Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs wit...jan.nijtmans2024-03-271-53/+53
* | | | | Merge 8.7jan.nijtmans2024-03-191-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Tcl_LinkVar doesn't need typecast any more (starting with Tcl 8.7)jan.nijtmans2024-03-131-6/+6
* | | | | Remove some dead codejan.nijtmans2024-03-081-7/+1
* | | | | Merge 8.7. b1 -> b2: preparation for releasejan.nijtmans2024-03-052-2/+2
|\ \ \ \ \ | |/ / / /
* | | | | Merge 8.7jan.nijtmans2024-02-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | typo in tkWinSend.cjan.nijtmans2024-02-191-1/+1
* | | | | Merge 8.7jan.nijtmans2024-02-194-38/+15
|\ \ \ \ \ | |/ / / /
| * | | | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possiblejan.nijtmans2024-02-194-38/+15
* | | | | Merge 8.7jan.nijtmans2024-02-163-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | |/
* | | Merge 8.7jan.nijtmans2024-02-163-13/+13
|\ \ \ | |/ /
| * | Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-164-19/+19
* | | Merge 8.7jan.nijtmans2024-02-146-46/+46
|\ \ \ | |/ /
| * | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-146-46/+46
* | | Merge 8.7jan.nijtmans2024-02-091-466/+560
|\ \ \ | |/ /
| * | Upgrade to autoconf-2.72jan.nijtmans2024-02-091-466/+560
* | | Merge 8.7jan.nijtmans2024-02-072-2/+2
|\ \ \ | |/ /
| * | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-072-2/+2
* | | Merge 8.7jan.nijtmans2024-01-251-1/+1
|\ \ \ | |/ /
| * | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-1/+1
* | | Merge 8.7jan.nijtmans2024-01-241-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2024-01-121-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2024-01-061-4/+2
|\ \ \ | |/ /