Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
| | |||||
* | Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ↵ | fvogel | 2020-11-01 | 1 | -1/+1 |
| | | | | not specified. | ||||
* | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning ↵ | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
| | | | | 'not found' | ||||
* | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it ↵ | jan.nijtmans | 2020-09-08 | 1 | -1/+1 |
| | | | | | because it is the default anyway) Use 'in' operator in stead of 'lsearch -exact' when possible | ||||
* | Spurious additional :: | jan.nijtmans | 2020-07-12 | 1 | -1/+1 |
| | |||||
* | Fix [2442314]: Fontchooser - use message catalog for font style. | jan.nijtmans | 2020-07-12 | 1 | -19/+22 |
| | |||||
* | Fix the proposed patch since it had unexpected jumping effects in the fonts ↵ | fvogel | 2017-09-13 | 1 | -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. ↵ | fvogel | 2017-09-03 | 1 | -0/+1 |
| | | | | Patch from Aldo Buratti. | ||||
* | Remove unnecessary end-of-line spacing | jan.nijtmans | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | [6867cc13a4] "tk fontchooser configure" overwrites global variables | jan.nijtmans | 2014-02-07 | 1 | -0/+5 |
| | |||||
* | Generate -errorcode values to go with errors. Generate messages and postscript | dkf | 2012-08-27 | 1 | -4/+6 |
| | | | using Tcl_Obj API, not the string result API. | ||||
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
| | |||||
* | Fix the default size of the font chooser and set minimum size | patthoyts | 2010-01-04 | 1 | -9/+30 |
| | |||||
* | Fix some problems running the tests on windows. As Tk tests run in ↵ | patthoyts | 2008-12-10 | 1 | -15/+40 |
| | | | | -singleproc 1 we cannot do the script testing without damaging the later native tests. | ||||
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 1 | -0/+398 |