summaryrefslogtreecommitdiffstats
path: root/library/iconlist.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-151-1/+1
|\
| * Require Tcltest 2.2 as a miminum.jan.nijtmans2020-09-151-1/+1
| |\ | | | | | | Run X11 testcases on Travis in 3 Ubuntu variants: Xenial, Bionic and Focal. (MacOS/XQuartz not working yet)
* | \ Merge 8.6jan.nijtmans2020-09-141-1/+1
|\ \ \ | |/ /
| * | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning ↵jan.nijtmans2020-09-141-1/+1
| |/ | | | | | | 'not found'
* | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", ↵jan.nijtmans2020-01-141-10/+10
| | | | | | | | "Key" in stead of "KeyPress" and "Button" in stead of "ButtonPress". Also eliminate unnessary "Any" and "Key" modifiers.
* | Merge 8.6jan.nijtmans2019-11-061-3/+3
|\ \ | |/
| * Fix [edf4fd2613]: iconlist.tcl: errors in mouse wheel bindings. Thanks to ↵jan.nijtmans2019-11-061-3/+3
| | | | | | | | nemethi for reporting this bug!
* | On Windows, make sure that mousewheel rounding is the same in positive as in ↵jan.nijtmans2019-08-291-0/+6
| | | | | | | | negative direction, for all bindings (was already done for text widget)
* | Merge 8.6. Also add &lt;6&gt; and &lt;7&gt; bindings for X11, where appropriatejan.nijtmans2019-08-181-0/+23
|\ \ | |/
| * Refactor all MouseWheel bindings, doing it the same way everywhere. So ↵jan.nijtmans2019-08-161-0/+21
|/ | | | | | <MouseWheel> bindings are there on all platforms, (Button-4|5) only on X11. Also add bindings for vertical scrolling for iconlist, as suggested by Max Augsburg. (still to be tested on X11 and MacOS)
* Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-271-4/+6
| | | using Tcl_Obj API, not the string result API.
* 8 new virtual events (doc not updated yet)jan.nijtmans2012-08-091-2/+2
|
* [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-091-2/+2
|
* Purge RCS Keywordsdgp2011-06-081-2/+0
|
* Factor out some of the megawidget machinery.dkf2010-03-121-67/+30
|
* [Patch 2870648]: Corrected cursor used in file/directory dialogs.dkf2009-10-081-2/+2
|
* Some tidying up; reducces coupling to rest of Tk implementationdkf2009-02-161-31/+39
|
* Factor out the IconList megawidget.dkf2009-02-121-0/+725