summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Patch [4d2baa56c8]: Improve the look of the ttk::spinbox widgets in the built...csaba2025-11-243-0/+3
* Merge 9.0 and follow-up to previous commit: Remove copyrightjan.nijtmans2025-11-061-7/+7
|\
| * Fix compiler warning: unused parameter 'tkwin'jan.nijtmans2025-11-061-7/+7
| |\
| | * Fix compiler warning: warning: unused parameter 'tkwin'. Add some typecasts (...jan.nijtmans2025-11-061-32/+39
* | | Merge 9.0jan.nijtmans2025-11-012-12/+118
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2025-11-012-12/+118
| |\ \ | | |/
| | * Merge 8.6core-bug-a80e5ff9jan.nijtmans2025-10-313-38/+130
| | |\
| | | * Fix for bug [265ff202e9]: Artifacts in a few themed widgets on x11 and aqua.csaba2025-10-312-37/+123
| | * | Cherry-pick Christian's fix for [a80e5ff9]: crash when Ttk widgets used on mu...chrstphrchvz2025-10-221-11/+117
| * | | Minor formatting-related improvement.csaba2025-10-311-1/+1
| * | | Fix for bug [265ff202e9]: Artifacts in a few themed widgets on x11 and aqua.csaba2025-10-312-39/+118
* | | | Fix for bug [265ff202e9]: Artifacts in a few themed widgets on x11 and aqua.csaba2025-10-302-33/+118
* | | | Merge 9.0jan.nijtmans2025-10-281-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Update changes.mdjan.nijtmans2025-10-282-1/+7
| |\ \ \ | | | |/ | | |/|
| | * | Fix for bug [8b725d6bde]: Missing border pixels in alt theme on Windows.csaba2025-10-281-0/+6
| | * | More IWYU pragma's (for all *Decls.h files)jan.nijtmans2025-10-261-1/+1
| | |/
| | * Fix for [d25b721f]: Division by zero in the ttk::scale widget's "get x y" co...csaba2025-07-141-1/+14
| * | Fix for bug [8b725d6bde]: Missing border pixels in alt theme on Windows.csaba2025-10-281-0/+6
* | | Use bool where we canjan.nijtmans2025-10-281-16/+16
* | | Fix for bug [8b725d6bde]: Missing border pixels in alt theme on Windows.csaba2025-10-271-0/+6
* | | Some more -Wconversion fixesjan.nijtmans2025-10-174-43/+43
* | | Spacing fixesjan.nijtmans2025-10-101-1/+1
* | | Merged brach toggleswitch into trunk (see TIP 727).csaba2025-10-062-0/+640
|\ \ \
| * \ \ Merged trunk into branch "toggleswitch".csaba2025-09-224-12/+30
| |\ \ \
| * | | | Replaced strdup (which is not used in generic Tk) with ckalloc and memcpy.csaba2025-09-011-3/+5
| * | | | Corrected the dependency of the ttk::toggleswitch widget's style on the value...csaba2025-08-281-25/+27
| * | | | Initial commit for ttk::toggleswitch widget implementation.csaba2025-08-282-0/+636
* | | | | Merge 9.0jan.nijtmans2025-09-3019-159/+288
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Add (char *) to sentinels, add {} to if-statements, just as everywhere elsejan.nijtmans2025-09-3021-217/+353
* | | | Deprecate Ttk_RegisterElementSpec()jan.nijtmans2025-09-124-12/+30
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Remove Ttk_RegisterElementSpec() completely when compiled with TK_NO_DEPRECATEDjan.nijtmans2025-09-123-1/+8
| * | Ttk_RegisterElementSpec is deprecatedjan.nijtmans2025-09-121-0/+4
| * | Fix for [d25b721f]: Division by zero in the ttk::scale widget's "get x y" com...csaba2025-07-141-1/+14
* | | [d25b721f] ttk::scale devision by zero if trough is invisible due to place co...oehhar2025-07-141-1/+14
* | | Use (char *)NULL sentinelsjan.nijtmans2025-06-2610-51/+51
* | | Fix [7231bf9941]: Setting ttk state may change the a variable passed by valuejan.nijtmans2025-05-191-3/+6
|\ \ \ | |/ /
| * | Fix [7231bf9941]: Setting ttk state may change the a variable passed by valuejan.nijtmans2025-05-191-3/+6
| |\ \ | | |/
| | * Fix [7231bf9941]: Setting ttk state may change the a variable passed by valuejan.nijtmans2025-05-191-3/+6
| | |\
| | | * Fix [7231bf9941]: Setting ttk state may change the a variable passed by valuejan.nijtmans2025-05-181-3/+6
| |_|/ |/| |
* | | TIP #719: Add new states to make images of ttk::treeview and ttk::notebook cu...jan.nijtmans2025-05-153-12/+11
|\ \ \
| * | | Fix code alignment.fvogel2025-05-072-7/+7
| * | | Export "open"/"leaf"/"first"/"last" ttk state values at script leveljan.nijtmans2025-02-043-9/+8
* | | | Use more Tcl_CreateObjCommand2() internally. Those commands can handle a long...jan.nijtmans2025-03-172-4/+4
* | | | Tk 9.1 doesn't run with Tcl 8.7 anymore. This allows a lot of cleanupjan.nijtmans2025-03-121-6/+0
| |/ / |/| |
| | * Unbreak the ttk::panedwindow tests for Tk 8.6 on the Mac.csaba2025-02-071-2/+2
| | * Solution for RFE [9902d8fc8e]: No grip element in ttk::panedwindow sashes of ...csaba2025-02-063-15/+90
* | | Only animate progress bars when the period is positive and the mode is indete...culler2025-03-061-2/+2
* | | Fix [ef1bfef57e]: misplaced parenthesis makes every determinate progress bar ...culler2025-03-061-6/+4
* | | Tcl_NewWideIntObj -> Tcl_NewBooleanObj (tkMain.c). Some indentingjan.nijtmans2025-02-091-2/+2
* | | Solution for RFE [9902d8fc8e]: No grip element in ttk::panedwindow sashes of ...csaba2025-02-063-15/+90
|\ \ \ | |/ / |/| |