summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* TTK_STATE_USER1 -> TTK_STATE_FIRST in win/ttkWinXPTheme.c.csaba2024-06-191-1/+1
|\
| * TTK_STATE_USER1 -> TTK_STATE_FIRST in win/ttkWinXPTheme.c.csaba2024-06-191-1/+1
* | Merge 8.7jan.nijtmans2024-06-191-16/+21
|\ \ | |/
| * Add braces, indentingjan.nijtmans2024-06-181-16/+21
* | Merge 8.7jan.nijtmans2024-06-1715-925/+924
|\ \ | |/
| * Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-1716-929/+924
* | Change the -elementborderwidth default (for scrollbar) from -1 to {}. Move sa...jan.nijtmans2024-06-172-5/+1
* | Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-141-7/+15
|\ \ | |/
| * Fix indentingjan.nijtmans2024-06-101-8/+8
| * Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h...jan.nijtmans2024-06-101-7/+15
* | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-8/+8
|\ \
| * | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-8/+8
| |/
* | b2 -> b3, as preparation for next releasejan.nijtmans2024-05-202-2/+2
* | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu...jan.nijtmans2024-05-201-4/+1
|\ \ | |/
| * Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu...jan.nijtmans2024-05-201-4/+1
| |\
| | * Fix [527cb3cd5d]. Moves special internal flags outside the user1-user6 rangejan.nijtmans2024-05-191-3/+0
| |/
* | Merge 8.7 (left-over spacing)jan.nijtmans2024-05-111-1/+2
|\ \ | |/
| * Merge 8.6 (left-over spacing)jan.nijtmans2024-05-111-1/+2
| |\
| | * Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-112-3/+4
* | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-103-14/+6
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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