summaryrefslogtreecommitdiffstats
path: root/library/fontchooser.tcl
Commit message (Expand)AuthorAgeFilesLines
* Make Tk work with TIP #673: Remove deprecated [trace] subcommandsjan.nijtmans2023-08-041-5/+5
* More scaling in common dialogscsaba2022-12-131-11/+11
* Scaling-related improvementscsaba2022-12-101-4/+1
* Merge 8.6jan.nijtmans2022-03-021-1/+1
|\
| * Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-021-1/+1
* | Fix [f75190db19]: ::tk::fontchooser of contains a couple of issues.fvogel2022-02-251-99/+158
|\ \ | |/
| * Remove proc ::tk::fontchooser::actual as this does not look right to me and c...fvogel2022-01-131-52/+1
| * Typo in commentfvogel2022-01-131-1/+1
| * Let existing fontchooser tests pass. This also fixes the 'can't read S(nstate...fvogel2022-01-131-2/+2
| * Better code stylefvogel2022-01-131-20/+40
| * Oops. Fix my fix in the previous commit.fvogel2022-01-091-1/+1
| * Fix error leading to unexpected results...fvogel2022-01-091-1/+1
| * Fix indentation ('Indents are 4 Spaces' and 'Continuation Lines are Indented ...fvogel2021-12-051-39/+39
| * More fixes for [f75190db19]: ::tk::fontchooser of contains a couple of issuesfvogel2021-12-051-42/+99
| * Fix indentationfvogel2021-11-061-44/+44
| * Fix [f75190db19]: ::tk::fontchooser of contains a couple of issuesfvogel2021-11-061-31/+64
* | Merge 8.6max2021-10-181-0/+1
|\ \ | |/
| * Fix indentationmax2021-10-181-1/+1
| * Let the font chooser dialog also expand in Y directionmax2021-10-181-0/+1
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
|/
* Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ...fvogel2020-11-011-1/+1
* Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no...jan.nijtmans2020-09-141-1/+1
* Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec...jan.nijtmans2020-09-081-1/+1
* Spurious additional ::jan.nijtmans2020-07-121-1/+1
* Fix [2442314]: Fontchooser - use message catalog for font style.jan.nijtmans2020-07-121-19/+22
* Fix the proposed patch since it had unexpected jumping effects in the fonts l...fvogel2017-09-131-0/+2
* Fix [8277e1a906]: fontchooser is out of sync with dynamically loaded fonts. P...fvogel2017-09-031-0/+1
* Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-1/+1
* [6867cc13a4] "tk fontchooser configure" overwrites global variablesjan.nijtmans2014-02-071-0/+5
* Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-271-4/+6
* Purge RCS Keywordsdgp2011-06-081-2/+0
* Fix the default size of the font chooser and set minimum sizepatthoyts2010-01-041-9/+30
* Fix some problems running the tests on windows. As Tk tests run in -singlepro...patthoyts2008-12-101-15/+40
* TIP #324 IMPLEMENTATIONdas2008-12-101-0/+398