summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkPanedWindow.c (PanedWindowWidgetObjCmd): fixed returnshobbs2002-02-221-12/+17
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-223-2/+2787
* * generic/tkOption.c (ReadOptionFile): fixed Tcl_Seek casting tohobbs2002-02-221-3/+3
* Minor fixes as part of TIP#72 (and one just noticed in passing)dkf2002-02-193-8/+8
* tkImgGIF.c was not following the Tcl C style; fixed...dkf2002-02-191-571/+676
* * modified some callers of Tcl routines thatdgp2002-02-081-3/+2
* Clean-up bogus for loop in [image inuse] subcommand. [Bug #485803]ericm2002-02-031-7/+3
* * generic/tkCmds.c (Tk_TkObjCmd): don't use 'bool' as an arg as ithobbs2002-02-021-4/+4
* Final part of TIP#14 support (photo image transparency access); the C APIdkf2002-02-011-112/+251
* Correct and test for logic error when cloning menus. Bug 508988uid382262002-01-311-2/+2
* * The POTENTIAL INCOMPATIBILITY in the changingdgp2002-01-312-5/+5
* * generic/tkFileFilter.c:das2002-01-271-10/+10
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-2525-178/+199
* * generic/tkListbox.c (ChangeListboxOffset): improved trackinghobbs2002-01-181-1/+5
* * An overlooked caller of Tcl_GetIndexFromObj() and a style fix.dgp2002-01-171-6/+6
* * Updates to handle change in type of tablePtrdgp2002-01-1728-108/+126
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp2002-01-175-14/+17
* * Updated callers of CONSTified Tcl interfaces Tcl_EvalFile anddgp2002-01-151-2/+3
* * Updated Tk's console to CONSTified channel driver interface.dgp2002-01-152-7/+4
* * Updated Tk's console to CONSTified channel driver interface.dgp2002-01-151-4/+4
* * generic/tkBind.c (TkBindFree):dgp2002-01-043-14/+14
* * generic/tkButton.c (ButtonTextVarProc): guard against beinghobbs2001-12-281-2/+6
* Added panic in ImgPhotoInstanceSetSize in case of failure to get pixmapchengyemao2001-12-071-1/+5
* * generic/tkText.c:hobbs2001-12-052-20/+20
* Add TK patch 481148 to implement TIP 74, themdejong2001-12-043-3/+16
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-2310-450/+178
* added static to TextGetText and popStack func definitionshobbs2001-11-211-3/+3
* (DestroyText): plugged mem leak when not clearing stack (callewaert)hobbs2001-11-211-8/+8
* * generic/tkText.c (TextGetText): reworked to use DString forhobbs2001-11-201-54/+58
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-133-81/+682
* Minor fixes to TkCursor.nextPtr field handling [adapted from Patch 473875]dkf2001-10-231-3/+3
* * generic/tkWindow.c (OpenIM): Added simple XIM patch to enablehobbs2001-10-161-1/+6
* implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpointtmh2001-10-124-15/+34
* Added -uniform option to grid's row/columnconfigure.pspjuth2001-09-301-6/+139
* Added labelframe widget. TIP#18.pspjuth2001-09-263-60/+937
* Geometry manager changes to support TIP#18.pspjuth2001-09-2611-51/+241
* * Corrected definition ofdgp2001-09-254-7/+25
* Update to handle change indgp2001-09-241-2/+3
* Pack accepted asymmetric values for -ipadx/y.pspjuth2001-09-231-5/+19
* * generic/tkWindow.c (Tk_CreateAnonymousWindow):hobbs2001-09-212-6/+2
* minor cast fixes to prevent 64bit warningshobbs2001-09-212-9/+9
* (TkpScanWindowId): changed decl to usehobbs2001-09-213-8/+8
* correct Window id's to be of type Windowhobbs2001-09-212-8/+7
* * Corrected type definition ofdgp2001-09-172-4/+4
* * generic/tkImgGIF.c:andreas_kupries2001-09-144-5/+15
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-299-300/+142
* Fixed a bug where adjacent 'x' and '^' where not handled properly.pspjuth2001-08-221-3/+11
* generic/tkPack.c (TkParsePadAmount): added lint init for sepChar.hobbs2001-08-221-2/+2
* Objectified grid and pack commands.pspjuth2001-08-214-542/+554
* TkGetWindowFromObj was useless CPU waster; now caches window names *safely*dkf2001-08-213-17/+115