summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Visual improvements regarding the focus ring around the ttk::combobox and ttk...csaba2023-10-061-2/+2
* Made sure that themes missing the "-font" style setting for "Heading" or "Tre...csaba2023-10-031-2/+2
* Small improvement in tkfbox.tcl.csaba2023-09-221-5/+7
* Guarded the library script tkfbox.tcl against icon deletion (like in several ...csaba2023-09-221-5/+10
* Added a thin focus ring to the ttk::combobox and ttk::spinbox widgets of the ...csaba2023-09-215-31/+40
* Made the standard TabElementDraw() function scaling-aware; highlighting the s...csaba2023-09-151-1/+3
* Improved the look of the ttk::combobox and ttk::spinbox widgets in the themes...csaba2023-09-092-3/+2
* Improvements related to the Ttk field element and the Widget Demo.csaba2023-09-063-21/+45
* Fix for [17b7dedf92] and minor improvement in the Widget Demo.csaba2023-09-023-36/+65
* Merge 8.6jan.nijtmans2023-08-311-2/+2
|\
| * Remove use of deprecated [trace] subcommandsjan.nijtmans2023-08-041-5/+5
* | Fix for [97c70c0062] and further improvements in the Widget Demo.csaba2023-08-302-16/+46
* | Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling].csaba2023-08-292-40/+59
* | Merged branch "improved_themes" into trunk.csaba2023-08-263-29/+37
|\ \
| * | Improved the look of the ttk::scrollbar widget in the themes "default" and "a...csaba2023-08-232-2/+3
| * | Improvements in the the built-in themes. See ticket [6ec00a7dc9] for details.csaba2023-08-223-28/+35
* | | Cosmetic improvements to bgerror. Ticket [57d3d3f0ae].kjnash2023-08-231-5/+15
* | | Use ::tk::Priv.*(button) instead of ::tk::Priv(button) in ::tk::MessageBox - ...kjnash2023-08-221-7/+31
* | | Use ::tk::PrivButton instead of ::tk::Priv(button) in ::tk::MessageBox - see ...kjnash2023-08-211-5/+8
* | | More adjustments for Goldberg demo.kjnash2023-08-191-7/+9
* | | Merge trunkkjnash2023-08-195-6/+8
|\ \ \ | |/ /
| * | Improvements related to scaling and appearance in the built-in themes alt,csaba2023-08-125-6/+8
* | | Bugfix: command ::tk::ScalingPct should return $::tk::scalingPctkjnash2023-08-191-1/+1
* | | Bugfix to scaling.tcl from Csaba Nemethi, and enable rounding of ::tk::scalin...kjnash2023-08-131-18/+10
* | | Tweaks from Csaba Nemethi for Tk Goldberg demo.kjnash2023-08-131-7/+8
* | | Revisions from Csaba Nemethi ticket 1ed418eb97, but with rounding of ::tk::sc...kjnash2023-08-131-12/+25
* | | Fix overlapping bitmap tiling in Rube Goldberg demo.kjnash2023-08-121-17/+36
* | | Fix Move26 coordinates; save vertical space by replacing top banner with plac...kjnash2023-08-121-16/+56
* | | Shrink Rube Goldberg demo to 70% as in commit 21185a46e4.kjnash2023-08-121-5/+5
* | | Do not use stale values of scaling. Bugfix for ba98f9bbcb.kjnash2023-08-111-9/+17
* | | Do not round the values of [tk scaling] and [::tk::ScalingPct]. Fix for tick...kjnash2023-08-101-18/+15
* | | Minor changes to style in library/scaling.tcl. Fixes ticket 201b9316ae.kjnash2023-08-103-5/+17
* | | Fix startup failure for Safe Base interpreters with Tk on X11. Ticket f4c8680...kjnash2023-08-101-1/+1
|/ /
* | Make Tk work with TIP #673: Remove deprecated [trace] subcommandsjan.nijtmans2023-08-041-5/+5
* | Fix [2a32225cd1]: Entry widget allows navigating by word in masked password f...fvogel2023-08-022-0/+15
|\ \ | |/
| * Fix [2a32225cd1]: Entry widget allows navigating by word in masked password f...fvogel2023-08-012-0/+15
* | Fix [4736b9f290]: Bug in tk_setPalette in connection with TIP 645 ('ttk color...fvogel2023-08-011-0/+4
* | Minor improvements in the Widget Demo.csaba2023-07-294-5/+5
* | [92ab429295]: Add new subcommand [tk systray exists] to [tk systray]. Patch f...fvogel2023-07-261-2/+7
|\ \
| * \ merge trunkfvogel2023-07-241-111/+45
| |\ \
| * | | Tweak comments.fvogel2023-07-231-1/+1
| * | | Fix [92ab429295]: Add new subcommand [tk systray exists] to [tk systray]. Pat...fvogel2023-07-231-1/+6
* | | | Take into account that the notify window may be deleted during fade-in or fad...fvogel2023-07-251-0/+2
* | | | New patch from Emiliano Gavilan, that should fix the 'can't use empty string ...fvogel2023-07-251-16/+45
* | | | merge trunk (except systray.tcl and tkUnixSysnotify.c)fvogel2023-07-241-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Backout [8662aebe] (Improvements on pure Tcl system notification window. Patc...fvogel2023-07-241-111/+45
| |/ /
| * | Fix [95d2c41604]: Improvements on pure Tcl system notification window. Patch ...fvogel2023-07-231-45/+111
| |\ \ | |/ / |/| |
* | | Tweak comments.fvogel2023-07-231-3/+1
* | | Merge 8.7jan.nijtmans2023-07-1855-695/+845
|\ \ \
* | | | [95d2c41604]: Improvements on pure Tcl system notification window. Patch from...fvogel2023-05-251-45/+113