summaryrefslogtreecommitdiffstats
path: root/library/fontchooser.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Fix the proposed patch since it had unexpected jumping effects in the fonts ↵bug_8277e1a906fvogel2017-09-131-0/+2
| | | | | | | | | | | | | | listbox. For instance in wish (the extrafont package is supposed to have been installed): tk fontchooser show ; # shows existing fonts package require extrafont extrafont::load /home/francois/Téléchargements/Term-RegCcc.ttf tk fontchooser show ; # check that the new font family "Term" is now available in the listbox # click on a font family _before_ "Term" -> fine # click on a font family _after_ "Term" -> the font listbox jumped to the top of the list!
* Fix [8277e1a906]: fontchooser is out of sync with dynamically loaded fonts. ↵fvogel2017-09-031-0/+1
| | | | Patch from Aldo Buratti.
* 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
| | | using Tcl_Obj API, not the string result API.
* 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 ↵patthoyts2008-12-101-15/+40
| | | | -singleproc 1 we cannot do the script testing without damaging the later native tests.
* TIP #324 IMPLEMENTATIONdas2008-12-101-0/+398