summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Fix [4468ed16d3]: Iconlist: do not use options database for initial foregroun...fvogel2023-09-021-7/+2
* Remove use of deprecated [trace] subcommandsjan.nijtmans2023-08-041-5/+5
* Fix [2a32225cd1]: Entry widget allows navigating by word in masked password f...fvogel2023-08-012-0/+15
* Ticket [b1d2161c]: library/msgs/zh_cn.msg translate error: No and Cancel shou...oehhar2023-07-181-1/+1
* (cherry-pick): Replaced the deprecated "trace variable" invocations with "tra...jan.nijtmans2023-06-144-22/+22
* Fix [7447ed20ec]: Color picker failure - tk::RestoreFocusGrab does not take i...fvogel2023-05-231-2/+5
* Fix [3414695fff]: tk_getOpenFile, tk_getSaveFile, tk_chooseDir: error when pa...fvogel2023-05-073-6/+12
* Add comment and non-regression test text-38.1 (correctly failing before and p...fvogel2023-04-221-2/+5
* Fix [a9cf210a42]: Text select doesn't cover first characterfvogel2023-04-211-1/+2
* Make the clone inherit the bindtags from the original menu.sbron2023-03-261-8/+17
* Proposed fix for bug [15c685a976].sbron2023-03-231-31/+0
* Even simpler ... (@fvogel, you are right, the check for $index simply is usel...jan.nijtmans2023-03-041-2/+1
* Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with -te...fvogel2023-03-041-6/+2
* Fix calculation when menu doesn't fit below a ttk::menubutton.sbron2023-02-281-2/+1
* merge 8.6fvogel2022-11-241-1/+1
|\
| * merge 8.6dgp2022-11-031-1/+1
| |\
| * \ merge 8.6dgp2022-11-014-6/+6
| |\ \
| * \ \ merge 8.6dgp2022-10-281-6/+6
| |\ \ \
| * \ \ \ merge 8.6dgp2022-09-111-1/+1
| |\ \ \ \
| * \ \ \ \ merge 8.6dgp2022-09-081-1/+3
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.6dgp2022-09-073-15/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.6dgp2022-08-221-132/+132
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.6dgp2022-08-082-25/+20
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.6dgp2022-07-131-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-07-122-39/+57
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bump to 8.6.13 for releasedgp2022-06-061-1/+1
* | | | | | | | | | | | merge 8.6fvogel2022-11-035-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Use "eq" not "==" when checking "tk windowingsystem"jan.nijtmans2022-11-021-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Use full "horizontal"/"vertical" in demo'sjan.nijtmans2022-10-304-6/+6
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | clrpick-2.3: Fix test failure (this test only runs on unix notAqua). The line...fvogel2022-10-291-1/+0
|/ / / / / / / / /
* | | | | | | | | Fix [5e4e44a93b]: ttk::panedwindow chokes on drag.fvogel2022-10-251-6/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix [c5c3d882cc]: Need to set fill colors in goldberg.tcljan.nijtmans2022-09-081-0/+3
* | | | | | | Fix [0785eea32]: useless statement in goldberg.tcljan.nijtmans2022-09-081-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix [d6cb7b71f6]: clean up ::tk::mac::useCustomMDEFjan.nijtmans2022-09-053-15/+0
| |_|_|_|/ |/| | | |
* | | | | Fix [7bf7dcd36d]: floor.tcl: make usable again on 8.6. Patch by Christopher C...fvogel2022-08-191-132/+132
| |_|_|/ |/| | |
* | | | Commit last suggestion from Koen Danckaert (ttk menubutton, cas -direction fl...fvogel2022-07-251-0/+1
* | | | Remove wrong code for Tk menubutton posted in win32 with -direction left.fvogel2022-07-201-4/+0
* | | | Improve the fix with a patch from Koen Danckaert.fvogel2022-07-201-3/+15
* | | | Fix [a3b03f41fe]: Wrong menu position for ttk menubutton with -style.fvogel2022-07-132-18/+4
| |_|/ |/| |
* | | argc -> objc where appropriatejan.nijtmans2022-07-121-1/+1
| |/ |/|
* | Correction in escape sequence of Esperanto message fileoehhar2022-07-041-1/+1
* | Update Esperanto message catalog. Thanks to Uli Ender for the contribution.oehhar2022-07-041-36/+36
* | Fix [be29f72eb7]: Add ru translation messages, which used in "tk fontchooser"...jan.nijtmans2022-06-271-2/+20
* | Fix [aefdb8601b]: Invalid translation of "Cancel" mesage in tk/msgs/ru.msg filejan.nijtmans2022-06-271-1/+1
|/
* KeyPress -> Key in bindings. Minor other cleanupsjan.nijtmans2022-05-177-166/+165
* Fix [8dd3d58c62]: macOS Aqua: Fn + e to access Emojijan.nijtmans2022-04-195-18/+26
* Fix [415415fff]: Scale long callback: One click -> Two stepsfvogel2022-04-071-0/+17
|\
| * More accurate comment.fvogel2022-02-281-1/+1
| * Fix [415415fff]: Long callback: One click -> Two steps.fvogel2022-02-251-0/+17