summaryrefslogtreecommitdiffstats
path: root/library
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.
* Fix [3295446]: Make the insertion cursor always visible when browsing ↵fvogel2017-08-241-0/+2
|\ | | | | | | console history. Patch from Andy Goth.
| * Fix [3295446]: Make the insertion cursor always visible when browsing ↵bug_3295446fvogel2017-08-121-0/+2
| | | | | | | | console history. Patch from Andy Goth.
* | change non-working URL in comment to comparable working onejan.nijtmans2017-08-232-2/+2
|/
* merge 8.6dgp2017-06-221-0/+1
|\
| * Add "break" to "bind Menu <KeyPress>" in library/menu.tcl. Fixes bug ↵bug_adc028c8d0kjnash2017-06-131-0/+1
| | | | | | | | adc028c8d0.
* | Start RC branch for Tk 8.6.7dgp2017-03-101-1/+1
|/
* Group multiple [style map TCombobox] statements into a single instructionbug_c492c96aa2fvogel2017-02-093-6/+5
|
* Fix [c492c96aa2]: Combobox arrow not grayed (alt, clam and default ttk themes)fvogel2017-02-083-0/+3
|
* Remove superfluous double-quotes in widget's "about" dialog.jan.nijtmans2017-01-231-4/+4
|\
| * Remove superfloeus double-quite in widget's "about" dialog.jan.nijtmans2017-01-231-4/+4
| |
* | Typo in Dutch translation. Use copyright sign directly in *.msg files (and ↵jan.nijtmans2017-01-203-7/+7
|\ \ | |/ | | | | widget demo).
| * Typo in Dutch translation. Use copyright sign directly in *.msg files (and ↵jan.nijtmans2017-01-203-7/+7
| | | | | | | | widget demo).
* | Fix for [f60c54bec6] Combobox does not retrieve -postoffset value from ↵fvogel2016-11-131-1/+2
| | | | | | | | correct style. Thanks to Daniele Panza.
* | Fixed [3588460fff] - -typevariable buggy in X11fvogel2016-10-302-5/+9
|\ \
| * | Revert unintentional removal of ::tk_getFileType that happened in [374cb204]bug_3588460ffffvogel2016-10-301-0/+7
| | |
| * | Fixed [3588460fff] - -typevariable buggy in X11, this time when ↵fvogel2016-10-211-11/+5
| | | | | | | | | | | | tk_strictMotif is true.
| * | Fixed [3588460fff] - -typevariable buggy in X11. Patch from Christian Gollwitzerfvogel2016-10-121-1/+4
| | |
* | | Fixed [3217462fff] - Tri-state buttons not working for non-native themesfvogel2016-10-124-30/+63
|\ \ \ | |/ / |/| |
| * | 'clam' theme: darker blue for the inside of the box in alternate statefvogel2016-10-051-2/+2
| | |
| * | Changed themes 'classic' and 'default' according to comments from Christian ↵fvogel2016-10-052-12/+12
| | | | | | | | | | | | Gollwitzer in [3217462fff]
| * | Fixed [3217462fff] for the alt and classic themesfvogel2016-09-252-4/+14
| | |
| * | Long lines are uglyfvogel2016-09-242-6/+12
| | |
| * | Fixed clam theme for all statesfvogel2016-09-241-4/+6
| | |
| * | Improved formattingfvogel2016-09-242-24/+24
| | |
| * | Tri-state buttons not working for non-native themes. Bug [3217462]oehhar2016-09-212-4/+19
| | |
* | | Merge core-8-5-branch to core-8-6-branch.patthoyts2016-09-221-1/+1
|\ \ \ | |/ / |/| / | |/
| * Correct expansion of the spinbox textarea for the vista theme.patthoyts2016-09-221-1/+1
| | | | | | | | | | | | | | | | The spinbox textarea should stretch to fill the widget and does so with all except the vista theme. Added a test to check for this expansion to avoid regression. Fix identified Kumba on StackOverflow ( https://stackoverflow.com/a/36393680/291641 )
* | Fixed [fa32290898] - Can't dismiss ttk::menubutton menu until mouse has ↵fvogel2016-08-191-0/+4
| | | | | | | | hovered over it
* | Start RC branch for Tk 8.6.6dgp2016-07-121-1/+1
| |
* | [ce92c79bc6] Improve the 'configure' method of the internal megawidget ↵dkf2016-06-281-9/+160
| | | | | | | | framework. Thanks to Schelte Bron for pointing out the problems with it.
* | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵jan.nijtmans2016-06-015-6/+0
|\ \ | |/ | | | | dist' fails when tclsh9.0 is on $PATH
| * Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make ↵jan.nijtmans2016-06-015-8/+0
| | | | | | | | dist' fails when tclsh9.0 is on $PATH
| * merge 8.5dgp2016-01-202-11/+32
| |\
| | * (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. ↵jan.nijtmans2016-01-091-0/+7
| | | | | | | | | | | | Thanks to Francois Vogel for the actual work
| | * (cherry-pick) Backout previous commit: it causes many event-related ↵jan.nijtmans2016-01-081-4/+0
| | | | | | | | | | | | test-failures in Tk test suite
| | * (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbarsjan.nijtmans2016-01-081-0/+4
| | |
| * | merge 8.5dgp2015-11-302-3/+8
| |\ \
| * | | Bump to release number 8.5.19dgp2015-10-231-1/+1
| | | |
* | | | Fixed [109865fa01] - ttk::menubutton has an unprotected winfofvogel2016-05-221-1/+1
| | | |
* | | | Fixed [011706ec42] for the scrollbar case.bug_011706ec42fvogel2016-05-181-3/+8
| | | |
* | | | Use non-busy wait in stead of busy "after 100". Testcase still passes! Great!jan.nijtmans2016-05-031-6/+17
|\ \ \ \
| * | | | Experiment: can it be done without a busy wait as well? Not tested on all ↵bug_011706ec42_without_busy_waitjan.nijtmans2016-04-301-6/+15
|/ / / / | | | | | | | | | | | | platforms yet, feedback appreciated!
* | | | Fixed indentationfvogel2016-04-291-2/+2
| | | |
* | | | Fixed [011706ec42] - tk::ButtonInvoke safety bugfvogel2016-04-291-3/+5
| | | |
* | | | Fixed bug [2981253] - spinbox button frozen in case of repeated depressions ↵fvogel2016-03-071-14/+32
| | | | | | | | | | | | | | | | (cherrypicked [5fe2f5839e])
* | | | Fixed bug [3137232] - spinbox error after destroying toplevel from widget ↵fvogel2016-03-071-0/+4
| | | | | | | | | | | | | | | | (cherrypicked [e6d91ca077]
* | | | merge trunk; doc and comment changes only.dgp2016-02-231-0/+4
|\ \ \ \
| * | | | Added missing comments describing input parameters of some procsfvogel2016-02-221-0/+4
| | | | |