summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* patch 3471873: mark next/prev with peer text widgetsnijtmans@users.sourceforge.net2012-01-223-9/+51
|\
| * patch 3471873: mark next/prev with peer text widgetsnijtmans@users.sourceforge.net2012-01-223-26/+85
| |\
| | * [Bug-3288113,3288121]: Missing marks/endless loop in text mark prev/nextnijtmans@users.sourceforge.net2012-01-193-26/+85
| |/
* | [Bug-3021557]: Moving the cursor in elided text freezes Tknijtmans@users.sourceforge.net2012-01-193-11/+26
|\ \ | |/
| * [Bug-3021557]: Moving the cursor in elided text freezes Tknijtmans@users.sourceforge.net2012-01-193-11/+23
| |\
| | * bug-3021557 Moving the cursor in elided text freezes Tknijtmans@users.sourceforge.net2012-01-173-11/+23
| |/
* | 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald.dgp@users.sourceforge.net2011-12-221-15/+21
|\ \ | |/
| * 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald.dgp@users.sourceforge.net2011-12-221-15/+21
| |\
| | * 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald.dgp@users.sourceforge.net2011-12-221-28/+25
* | | Make example follow best practices.donal.k.fellows@manchester.ac.uk2011-12-132-2/+7
* | | tests/safe.test: [Bug 1847925]: Update list of hidden commands.donal.k.fellows@manchester.ac.uk2011-11-292-49/+59
* | | [Bug 1945073]: Demo square.tcl cannot run; need package tktestnijtmans@users.sourceforge.net2011-11-223-1/+14
|\ \ \ | |/ /
| * | [Bug 1945073]: Demo square.tcl cannot run; need package tktestnijtmans@users.sourceforge.net2011-11-2210-8/+28
| |\ \ | | |/
| | * [Bug 1945073]: Demo square.tcl cannot run; need package tktestnijtmans@users.sourceforge.net2011-11-2210-9/+29
| * | merge-marknijtmans@users.sourceforge.net2011-11-170-0/+0
| |\ \ | | |/
| | * Fix the escaping of leading dots in lines that start withnijtmans@users.sourceforge.net2011-11-172-1/+7
* | | Fix the escaping of leading dots in lines that start withnijtmans@users.sourceforge.net2011-11-172-6/+12
* | | merge-marknijtmans@users.sourceforge.net2011-11-170-0/+0
|\ \ \ | |/ /
| * | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]nijtmans@users.sourceforge.net2011-11-172-0/+6
| |\ \ | | |/
| | * [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]nijtmans@users.sourceforge.net2011-11-172-0/+6
* | | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower].ferrieux@users.sourceforge.net2011-11-142-0/+6
* | | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax@tclers.tk (Reinhard Max)2011-11-086-10/+20
|\ \ \ | |/ /
| * | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax@tclers.tk (Reinhard Max)2011-11-086-10/+20
| * | merge release to devdgp@users.sourceforge.net2011-11-0710-10/+28
| |\ \
| | * \ merge, tag & bag another 8.5.11 RCdgp@users.sourceforge.net2011-11-043-18/+93
| | |\ \ | | |/ / | |/| |
| | * | release tagdgp@users.sourceforge.net2011-11-011-0/+2
| | * | merge to releasedgp@users.sourceforge.net2011-10-312-2/+6
| | |\ \
| | * | | overlooked pathclevel bump in tk.hdgp@users.sourceforge.net2011-10-311-2/+2
| | * | | typodgp@users.sourceforge.net2011-10-261-1/+1
| | * | | Release candidate branch for Tk 8.5.11dgp@users.sourceforge.net2011-10-267-7/+7
* | | | | A better way of managing the type cache across the tkObj.c file.donal.k.fellows@manchester.ac.uk2011-11-021-24/+32
|\ \ \ \ \ | |/ / / /
| * | | | A better way of managing the type cache across the tkObj.c file.donal.k.fellows@manchester.ac.uk2011-11-021-24/+32
* | | | | Minor corrections.donal.k.fellows@manchester.ac.uk2011-11-011-33/+34
* | | | | Minor: Capitalization/formatting in changelog.donal.k.fellows@manchester.ac.uk2011-11-011-4/+4
* | | | | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit ofdonal.k.fellows@manchester.ac.uk2011-11-012-1/+52
|\ \ \ \ \ | |/ / / /
| * | | | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit ofdonal.k.fellows@manchester.ac.uk2011-11-012-1/+52
| | |/ / | |/| |
* | | | TIP 382 test suite update and Motif dialog implementation.dgp@users.sourceforge.net2011-10-312-2/+6
|\ \ \ \ | |/ / /
| * | | TIP 382 test suite update and Motif dialog implementation.dgp@users.sourceforge.net2011-10-312-2/+6
| |/ /
* | | Update changes toward 8.6b3 release.dgp@users.sourceforge.net2011-10-261-0/+8
|\ \ \ | |/ /
| * | Update changes for Tk 8.5.11.dgp@users.sourceforge.net2011-10-262-0/+16
* | | Fix for bug 3410609; confirmed to work on UK keyboard.donal.k.fellows@manchester.ac.uk2011-10-254-6/+42
|\ \ \ | |/ /
| * | Fix for bug 3410609; confirmed to work on UK keyboard.donal.k.fellows@manchester.ac.uk2011-10-254-6/+42
| |\ \
| | * | Tentative fix for bug 3410609 - use the keysym returned by XLookupString in p...Kevin B Kenny2011-10-014-6/+42
* | | | TIP 382: Existence and argument validation for -confirmoverwrite on Cocoa.dgp@users.sourceforge.net2011-10-241-1/+10
* | | | Merge Carbon TIP 382 implementation to Tk trunk.dgp@users.sourceforge.net2011-10-241-5/+18
* | | | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa.dgp@users.sourceforge.net2011-10-243-38/+36
|\ \ \ \ | |/ / /
| * | | Implementation of TIP #382.dgp@users.sourceforge.net2011-10-244-44/+55
| |\ \ \
| | * | | add docsdgp@users.sourceforge.net2011-10-191-0/+6
| | * | | Implementation for Carbon.dgp@users.sourceforge.net2011-10-171-5/+19
| | * | | Fix up the implementation to account for shared options enumeration.dgp@users.sourceforge.net2011-10-172-44/+21