Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TTK_STATE_USER1 -> TTK_STATE_FIRST in win/ttkWinXPTheme.c. | csaba | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | Add braces, indenting | jan.nijtmans | 2024-06-18 | 1 | -16/+21 |
| | |||||
* | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ↵ | jan.nijtmans | 2024-06-17 | 16 | -929/+924 |
| | | | | win/* files | ||||
* | Fix indenting | jan.nijtmans | 2024-06-10 | 1 | -8/+8 |
| | |||||
* | Better solution for [4d0a6f32b7], which doesn't cache ↵ | jan.nijtmans | 2024-06-10 | 1 | -7/+15 |
| | | | | padX/padY/borderWidth/hightlightWidth any more: If scaling changes, it needs to be re-calculated, which wasn't taken into account. Done for 'button' and 'message' | ||||
* | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer ↵ | jan.nijtmans | 2024-05-20 | 1 | -4/+1 |
|\ | | | | | | | misused for other (internal) purposes | ||||
| * | Fix [527cb3cd5d]. Moves special internal flags outside the user1-user6 range | jan.nijtmans | 2024-05-19 | 1 | -3/+0 |
|/ | |||||
* | Merge 8.6 (left-over spacing) | jan.nijtmans | 2024-05-11 | 1 | -1/+2 |
|\ | |||||
| * | Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ↵ | jan.nijtmans | 2024-05-11 | 2 | -3/+4 |
| | | | | | | | | All backported | ||||
* | | Fix typo, revert unintended change | jan.nijtmans | 2024-05-10 | 2 | -2/+2 |
| | | |||||
* | | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and ↵ | jan.nijtmans | 2024-05-10 | 3 | -15/+7 |
|\ \ | |/ | | | | | sashthickness | ||||
| * | More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ↵ | jan.nijtmans | 2024-05-10 | 3 | -143/+231 |
| | | | | | | | | | | | | 8.7. More TCL_UNUSED | ||||
* | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
| | | |||||
* | | (c) -> © | jan.nijtmans | 2024-05-09 | 5 | -8/+8 |
|\ \ | |/ | |||||
| * | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 ↵ | jan.nijtmans | 2024-05-09 | 10 | -13/+13 |
| | | | | | | | | copyright-sign | ||||
* | | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 2 | -12/+12 |
|\ \ | |/ | |||||
* | | Backout [15e322ca]: Eliminate the use of Tcl_GetPathType(), somehow doesn't ↵ | jan.nijtmans | 2024-05-01 | 1 | -42/+27 |
| | | | | | | | | work correctly | ||||
* | | Fix --disable-shared build on Windows. Eliminate warning in tkWinTest.c | jan.nijtmans | 2024-04-30 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Make tkWinTest.c warning-free, when compiled with Tcl 8.7 headers | jan.nijtmans | 2024-04-29 | 1 | -0/+2 |
| | | |||||
| * | indenting/formatting (backported from 8.7) | jan.nijtmans | 2024-04-29 | 1 | -19/+19 |
| | | |||||
| * | merge 8.6 | dgp | 2024-02-21 | 3 | -7/+7 |
| |\ | |||||
| * \ | merge 8.6 | dgp | 2024-01-24 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | More needed 13 -> 14 bumps | jan.nijtmans | 2024-01-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Bump to 8.6.14 for release | griffin | 2024-01-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Eliminate the use of Tcl_GetPathType() | jan.nijtmans | 2024-04-30 | 1 | -27/+42 |
| | | | | |||||
* | | | | Don't use "boolean" as variable name | jan.nijtmans | 2024-03-27 | 1 | -9/+9 |
| | | | | |||||
* | | | | Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs ↵ | jan.nijtmans | 2024-03-27 | 1 | -53/+53 |
| | | | | | | | | | | | | | | | | with a C++ compiler. | ||||
* | | | | int -> Tcl_Size in font handling (not done yet) | jan.nijtmans | 2024-03-19 | 1 | -2/+1 |
| | | | | |||||
* | | | | Better approach, using "Tk" prefix for UTF-32 versions of API | jan.nijtmans | 2024-03-14 | 1 | -5/+5 |
| | | | | |||||
* | | | | a6 -> b1, as preparation for possible release (one day, hopefully) | jan.nijtmans | 2024-03-06 | 2 | -2/+2 |
| | | | | |||||
* | | | | typo in tkWinSend.c | jan.nijtmans | 2024-02-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possible | jan.nijtmans | 2024-02-19 | 4 | -38/+15 |
| | | | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2024-02-16 | 3 | -7/+7 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fix [82d5a93a46]: 8.6 Documentation/comment typo fixes | jan.nijtmans | 2024-02-16 | 3 | -7/+7 |
| | |/ | |/| | |||||
| * | | Fix compiler warning on Windows | jan.nijtmans | 2024-01-17 | 1 | -1/+1 |
| |/ | |||||
* | | Fix warning in tkEntry.c. More typecast cleanup | jan.nijtmans | 2024-02-16 | 4 | -19/+19 |
| | | |||||
* | | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts. | jan.nijtmans | 2024-02-14 | 6 | -46/+46 |
| | | |||||
* | | Upgrade to autoconf-2.72 | jan.nijtmans | 2024-02-09 | 1 | -466/+560 |
| | | |||||
* | | Eliminate a bunch of unneeded type-casts, mainly (char *) | jan.nijtmans | 2024-02-07 | 2 | -2/+2 |
| | | |||||
* | | Eliminate many (Tcl_Size) typecasts, which are no longer necessary | jan.nijtmans | 2024-01-25 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2024-01-06 | 1 | -4/+2 |
|\ \ | |/ | |||||
| * | USE_WIDECHAR_API isn't used anywhere. Comment fixes | jan.nijtmans | 2024-01-06 | 1 | -4/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2024-01-06 | 2 | -5/+6 |
|\ \ | |/ | |||||
| * | Correction in documentation embedded in rules.vc | fvogel | 2024-01-06 | 2 | -5/+6 |
| | | |||||
* | | Make the SUFX for nmake-builds the same as for Makefile builds, if ↵ | jan.nijtmans | 2024-01-05 | 1 | -1/+1 |
| | | | | | | | | TCL_VERSION > 86 | ||||
* | | Remove buttons.bmp from makefile.vc too | jan.nijtmans | 2024-01-05 | 1 | -1/+0 |
| | | |||||
* | | remove buttons.bmp and lamp.bmp: those are not used anywhere any more | jan.nijtmans | 2024-01-04 | 3 | -6/+0 |
| | | |||||
* | | Fix [1ca3c8d9da]: nmake build with OPTS=static. Give tktest.exe a version-number | jan.nijtmans | 2024-01-04 | 3 | -3/+91 |
|\ \ | |/ | |||||
| * | No need for separate tktest manifest: just re-use the one from wish. Give ↵ | jan.nijtmans | 2024-01-04 | 2 | -10/+4 |
| | | | | | | | | tktest.exe a version-number | ||||
| * | Fix [1ca3c8d9da]: nmake build with OPTS=static | jan.nijtmans | 2024-01-04 | 1 | -1/+1 |
| | |