summaryrefslogtreecommitdiffstats
path: root/library/scaling.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-08-311-2/+2
|
* Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling].csaba2023-08-291-15/+16
|
* Bugfix: command ::tk::ScalingPct should return $::tk::scalingPctkjnash2023-08-191-1/+1
|
* Bugfix to scaling.tcl from Csaba Nemethi, and enable rounding of ↵kjnash2023-08-131-18/+10
| | | | ::tk::scalingPct.
* Revisions from Csaba Nemethi ticket 1ed418eb97, but with rounding of ↵kjnash2023-08-131-12/+25
| | | | ::tk::scalingPct disabled.
* 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 ↵kjnash2023-08-101-18/+15
| | | | ticket 1ed418eb97.
* Minor changes to style in library/scaling.tcl. Fixes ticket 201b9316ae.kjnash2023-08-101-4/+15
|
* Fix startup failure for Safe Base interpreters with Tk on X11. Ticket ↵kjnash2023-08-101-1/+1
| | | | f4c86804a8.
* Made the mouse wheel bindings for the text widget (which scroll by pixels) ↵csaba2023-07-121-11/+4
| | | | and the sort arrows of the Widget Demo script mclist.tcl scaling-aware.
* Library file scaling.tcl slightly improved; documented the variable tk::svgFmt.csaba2023-05-161-28/+8
|
* Improved the scaling support for very HiDPI screens when xrdb is not available.csaba2023-05-141-7/+12
|
* More scaling in common dialogscsaba2022-12-131-0/+16
|
* Scaling-related improvementscsaba2022-12-101-17/+15
|
* Replaced several pixmap icons with SVG images that are automatically scaled ↵csaba2022-12-081-0/+218
according to the display' scaling percentage