summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* [Bug-1754043] and [Bug-2321450]: When -blockcursor is true, the cursor ↵patch_3479498fvogel2012-01-251-0/+3
| | | | appears as a blinking bar which expands to the right edge of the widget.
* Don't increase the epoch twice.fvogel2012-01-251-1/+0
|
* [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-252-3/+54
|\
| * patch-3477449: segfault when mark out of -startline/-endline rangebug_1630271jan.nijtmans2012-01-232-3/+54
| |
* | patch 3476698: Patch for failing test text-31.11jan.nijtmans2012-01-252-3/+5
|\ \ | |/ |/|
| * applied patch-3476698bug_3475627jan.nijtmans2012-01-221-0/+1
|/
* [Bug-3288113,3288121]: Missing marks/endless loop in text mark prev/nextpatch_3471873jan.nijtmans2012-01-191-9/+32
|
* bug-3021557 Moving the cursor in elided text freezes Tkbug_3021557jan.nijtmans2012-01-171-11/+3
|
* [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-171-0/+1
|\
| * [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-171-0/+1
| |
| * Add dummy user_data field to XVirtualEvent, for improved upwards ↵jan.nijtmans2011-10-111-0/+5
| | | | | | | | compatibility with Tk 8.5
* | merge, tag & bag another 8.5.11 RCcore_8_5_11core_8_5_11_rcdgp2011-11-041-16/+69
|\ \
| * | A better way of managing the type cache across the tkObj.c file.dkf2011-11-021-24/+32
| | |
| * | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit ofdkf2011-11-011-1/+46
| | | | | | | | | | | | type hackery to allow numbers to be interpreted as coordinates (most notably on a canvas) without reinterpreting via a string.
* | | overlooked pathclevel bump in tk.hdgp2011-10-311-2/+2
|/ /
* | Tentative fix for bug 3410609 - use the keysym returned by XLookupString in ↵bug_3410609Kevin B Kenny2011-10-011-0/+2
| | | | | | | | preference to the raw one in the XEvent.
* | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-2213-33/+36
| | | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186].
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-162-12/+12
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-163-16/+1
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-132-10/+3
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-132-4/+4
| |
* | 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-1/+1
| |
* | merge to RCdgp2011-06-201-0/+46
|\ \
| * | Add comments explaining new code.bug_3062331dgp2011-06-171-0/+29
| | |
| * | New attempt to fix Bug 3062331dgp2011-06-161-0/+17
| | |
* | | Merge to RC branchdgp2011-06-10141-282/+49
|\ \ \ | |/ /
| * | [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-2/+3
| |\ \ | | |/
| | * [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-2/+5
| | |
| * | Purge RCS Keywords.dgp2011-06-08141-274/+23
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-08105-209/+0
| | |
| * | Bug 2358545: Restore support for values "08" and "09"in a [spinbox] configureddgp2011-06-071-5/+4
| | | | | | | | | to use -from and -to values.
| * | Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-1/+19
| |\ \ | | |/
| | * Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-1/+19
| | |
* | | Release candidate branch for Tk 8.5.10dgp2011-05-261-2/+2
|/ /
* | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+1
|\ \ | |/
| * [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+1
| |
* | eliminate unneeded variable displayFocusPtrjan2011-04-211-2/+1
| |
* | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-041-0/+40
| | | | | | the -in option was not remembered.
* | [Bug 2997657]: Removed -container from labelframepspjuth2011-04-041-0/+4
| | | | | | | | | | documentation since it does not work as expected and does not make sense as a container. Added note to frame about restrictions when used as a container.
* | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵jan.nijtmans2011-03-281-5/+7
|\ \ | |/ | | | | more place where this problem could appear.
| * [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One ↵jan.nijtmans2011-03-281-5/+7
| | | | | | | | more place where this problem could appear.
| * [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-252-5/+5
| | | | | | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
| * [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-122-7/+11
| | | | | | | | Fix 2 minor gcc warnings in tkWinTest.c
| * generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-171-4/+5
| | | | | | | | | | to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]).
| * Apply (upgraded) version of [Patch 1469210].dkf2009-10-222-47/+87
| |
| * * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-2/+3
| | | | | | | | | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608]
| * [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-221-1/+13
| |
| * * generic/tk.h: Restore _TCL guards around tcl.h inclusion to restoredgp2009-04-091-1/+3
| | | | | | | | compat with early 8.4.* releases. Thanks Stuart Cassoff. [Bug 1723812]
| * [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-281-1/+8
| | | | | | | | avoid a crash when mapping dead windows.
| * * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS Xdas2009-02-062-3/+12
| | | | | | | | | | * generic/tkMenu.c: Instruments.app Leaks tool. * macosx/tkMacOSXWm.c: