summaryrefslogtreecommitdiffstats
path: root/library/fontchooser.tcl
Commit message (Collapse)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2020-12-091-2/+2
|
* Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ↵fvogel2020-11-011-1/+1
| | | | not specified.
* Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning ↵jan.nijtmans2020-09-141-1/+1
| | | | 'not found'
* Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it ↵jan.nijtmans2020-09-081-1/+1
| | | | | because it is the default anyway) Use 'in' operator in stead of 'lsearch -exact' when possible
* 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 ↵fvogel2017-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