summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| | * * generic/tkPlace.c: Prevent segfault in place geometry manager.dgp2007-10-251-4/+43
| | * * README: Bump version number to 8.4.17dgp2007-10-021-3/+3
| | * * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered byrmax2007-09-111-2/+2
| | * * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance):das2007-06-231-20/+12
| | * * generic/tkFont.c: #ifdef out debug msg printing to stderr.das2007-05-311-1/+3
| | * * generic/tk.h: Correct placement of #include <tcl.h> [Bug 1723812].dgp2007-05-301-8/+6
| | * * README: Bump version number to 8.4.16dgp2007-05-301-3/+3
| | * * generic/tkFileFilter.c (AddClause): fix warning.das2007-05-301-2/+2
| | * * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608]dgp2007-05-151-2/+18
| | * * generic/tkFileFilter.c (AddClause): OSType endianness fixes.das2007-05-091-2/+5
| | * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-298-50/+142
| | * * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-071-5/+18
| | * * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChangedhobbs2006-12-041-5/+10
| | * * README: Bump version number to 8.4.15dgp2006-10-231-3/+3
| | * * generic/tkPanedWindow.c: Cleaned up some code flagged by adgp2006-10-174-10/+10
| | * * changes: updates for 8.4.14 release.das2006-10-163-3/+29
| | * * generic/tkConsole.c: Complete reversal of the changes of Sep 22.andreas_kupries2006-09-253-8/+8
| | * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-223-9/+9
| | * Fix [Bug 1562528]dkf2006-09-221-10/+9
| | * * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-104-9/+34
| | * * generic/tkWindow.c: add #include "tclInt.h" now required due to usedas2006-09-071-1/+3
| | * * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTIONhobbs2006-09-066-41/+82
| | * * generic/tkText.c (DeleteChars): backport of 8.5 text deletehobbs2006-09-061-1/+20
| | * swap out of order "F34" and "R14"das2006-07-211-2/+2
| | * * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, changedas2006-07-211-7/+9
| | * * generic/tkWindow.c (Initialize): Modify change of 2006-05-25andreas_kupries2006-07-141-2/+8
| | * * generic/tkScale.c: Revised variable writing logic to accountdgp2006-06-141-5/+12
| | * * generic/tkMain.c: Added Tcl_Preserve() call on the masterdgp2006-06-091-1/+3
| | * * generic/tkInt.h: Thread safety for the data structures ofdgp2006-06-052-321/+456
| | * * generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bumpdgp2006-06-011-2/+11
| | * * tests/entry.test (entry-22.1):hobbs2006-05-291-24/+22
| | * * generic/tkMenu.c (DeleteMenuCloneEntries): Modify entry indexhobbs2006-05-251-5/+6
| | * * generic/tkMessage.c (MessageWidgetObjCmd): Correct msgPtrhobbs2006-05-251-8/+9
| | * * generic/tkWindow.c (Initialize): Correct mutex (un)lockhobbs2006-05-251-16/+14
| | * * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):hobbs2006-05-131-19/+29
| | * * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-121-4/+15
| | * * README: Bump version number to 8.4.14dgp2006-05-041-3/+3
| | * Correction to 1432666 fix.pspjuth2006-04-121-6/+1
| | * * generic/tkGrid.c: Fixed handling of out of bounds row or column.dgp2006-04-121-7/+116
| | * * generic/tkBind.c (Tk_BindEvent, ChangeScreen): replacehobbs2006-04-111-6/+9
| | * * tests/grid.test: fix segfault on empty index listhobbs2006-04-051-26/+31
| | * * generic/tkText.c (DumpLine): stop dumping if we detect that thehobbs2006-04-051-100/+117
| | * * generic/tkTextDisp.c (TkTextPixelIndex): Don't segfault on fullhobbs2006-04-051-2/+10
| | * * generic/tkWindow.c (DeleteWindowsExitProc): added commentshobbs2006-03-302-4/+10
| | * * generic/tkWindow.c (CreateTopLevelWindow): use thread exithobbs2006-03-291-6/+7
| | * * generic/tkFont.h: added prototype for TkFontGetFirstTextLayout()das2006-03-281-1/+3
| | * Fix (and add test for) [Bug 1458234]dkf2006-03-271-14/+14
| | * Fix [Bug 1380427] with [Patch 1391939]dkf2006-03-201-28/+8
| | * Hack to make photo-to-photo copies cheaper in the common case of no alphadkf2006-03-161-4/+26
| | * Squelch [Bug 1409140] by special-case-ing the single-pixel put case.dkf2006-03-151-3/+37