summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A few minor visual improvements.csaba2023-07-052-8/+8
* Uncomment definition of nsvgRasterize(), thanks Csaba !oehhar2023-07-051-1/+1
* Add time-outs to the Tk tests steps in GitHub workflows specific to trunk.fvogel2023-07-013-0/+3
* Tk has no core-8-branch like Tcl has, but a core-8-6-branch.fvogel2023-07-017-7/+7
* Add time-outs to the Tk tests steps in GitHub workflows.fvogel2023-07-013-0/+5
|\
| * Add time-outs to the Tk tests steps in GitHub workflows.fvogel2023-07-013-0/+5
* | Improve documentation of the priority levels in the man page for Tk_AddOption().fvogel2023-07-011-6/+6
|\ \ | |/
| * Improve documentation of the priority levels in the man page for Tk_AddOption().fvogel2023-07-011-6/+6
* | Fix another error in man page introduced in [20e9d21a].fvogel2023-07-011-1/+1
|\ \
| * | Fix another error in man page introduced in [20e9d21a].fvogel2023-07-011-1/+1
* | | merge 8.6 (no changes)fvogel2023-07-010-0/+0
|\ \ \ | | |/ | |/|
| * | Fix documentation (comments) of TkpGetSystemDefault.fvogel2023-07-013-3/+3
* | | Fix documentation of Tk_GetSystemDefault(). Error in the man page was introdu...fvogel2023-07-014-5/+7
|\ \ \ | | |/ | |/|
| * | Fix documentation of Tk_GetSystemDefault(). Error in the man page was introdu...fvogel2023-07-014-5/+7
* | | Merge branch tip-675 following acceptation of TIP #675 by TCT vote.fvogel2023-07-014-3/+73
|\ \ \
| * | | Don't allow scheduling timers in the past.fvogel2023-06-201-2/+4
| * | | Add documentationfvogel2023-06-131-0/+25
| * | | Remove blank-only changefvogel2023-06-131-1/+0
| * | | (again) Better implementation of 'ttk::style configure . -insertofftime'. Cur...fvogel2023-06-135-12/+14
| * | | TtkBlinkCursorTimes --> TtkSetBlinkCursorTimesfvogel2023-06-123-4/+4
| * | | Add support for 'ttk::style configure . -insertontime'.fvogel2023-06-121-7/+19
| * | | Remove duplicate #include statement.fvogel2023-06-121-1/+0
| * | | Better implementation of 'ttk::style configure . -insertofftime'. Cursor blin...fvogel2023-06-123-19/+26
| * | | First quick and dirty implementation of 'ttk::style configure . -insertofftime'.fvogel2023-06-113-0/+24
* | | | No need for HAVE_WINNT_IGNORE_VOID/NO_STDLIB_H/NO_DIRENT_H any morejan.nijtmans2023-06-263-108/+3
* | | | Fix [2f92166f6f]: Crash setting -foreground to empty string in a ttk::theme.fvogel2023-06-241-1/+2
|\ \ \ \
| * | | | Fix [2f92166f6f]: Crash setting -foreground to empty string in a ttk::theme.fvogel2023-05-271-1/+2
* | | | | Fix -underline behavior in ttk::label, broken by TIP #660 changes.jan.nijtmans2023-06-231-7/+7
* | | | | Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu...jan.nijtmans2023-06-2314-960/+19
|\ \ \ \ \
| * | | | | (partial) fix for [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhan...jan.nijtmans2023-06-214-20/+13
* | | | | | Widget Demo: Code simplification and improvements.csaba2023-06-229-34/+40
|/ / / / /
* | | | | Many scaling-related improvements in the Widget Demo, especially in the file ...csaba2023-06-208-294/+343
* | | | | Merge 8.6jan.nijtmans2023-06-149-39/+39
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | (cherry-pick): Replaced the deprecated "trace variable" invocations with "tra...jan.nijtmans2023-06-1412-57/+57
| * | | | Fix [228476b3e9]: wish can link against incorrect libtkjan.nijtmans2023-06-131-4/+4
* | | | | Widget Demo: Replaced the deprecated "trace variable" invocations with "trace...csaba2023-06-118-49/+60
| |_|/ / |/| | |
* | | | Fix [57844100da]: Aqua: fix leak in TkScrollWindow(). Patch from Christopher ...fvogel2023-06-111-4/+2
|\ \ \ \ | |/ / /
| * | | Fix [57844100da]: Aqua: fix leak in TkScrollWindow(). Patch from Christopher ...fvogel2023-06-111-4/+2
| |\ \ \
| | * | | Fix [57844100da]: Aqua: fix leak in TkScrollWindow(). Patch from Christopher ...fvogel2023-06-081-4/+2
* | | | | Merge 8.6jan.nijtmans2023-06-083-5/+2
|\ \ \ \ \ | |/ / / /
| * | | | Add more type-casts, code cleanup (all backported from 8.7)jan.nijtmans2023-06-0828-341/+370
| * | | | Fix [https://core.tcl-lang.org/tcl/tktview/503c4c6f56|503c4c6f56]: Compiled c...jan.nijtmans2023-06-083-5/+2
| |/ / /
* | | | Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries.fvogel2023-06-072-2/+49
|\ \ \ \ | |/ / /
| * | | Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries.fvogel2023-06-062-2/+49
| |\ \ \
| | * | | Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries. Testcases...fvogel2023-05-281-1/+4
| | * | | Add (currently failing) tests demonstrating bug [a418aafa76]: Bogus @x,y indi...fvogel2023-05-281-1/+45
* | | | | Ensure interp is passed to GetIndexFromCoords() instead of NULL (no idea why ...fvogel2023-06-071-1/+1
* | | | | Merge implementation of TIP #658 - Attach identifiers to Tk menu entries, fol...fvogel2023-06-047-71/+318
|\ \ \ \ \
| * | | | | Continuation lines should be indented 8 chars.fvogel2023-05-281-4/+4
| * | | | | merge trunkfvogel2023-05-28117-23159/+2455
| |\ \ \ \ \ | | | |_|/ / | | |/| | |