summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkGet.c (FreeUidThreadExitProc): free thread-specifichobbs2002-04-121-1/+30
* * generic/tkOption.c (OptionThreadExitProc): freed tsd optionhobbs2002-04-121-1/+38
* generic/tkMenu.c (ConfigureMenu): freed saved options in all error caseshobbs2002-04-121-9/+14
* * generic/tkConsole.c (ConsoleCmd): correct return that shouldhobbs2002-04-121-2/+2
* * generic/tkImgPhoto.c: Added PhotoFormatThreadExitProc to cleanhobbs2002-04-121-116/+171
* * generic/tkPanedWindow.c (DestroyPanedWindow, ConfigureSlaves):hobbs2002-04-121-3/+7
* * win/tkWinButton.c (TkpDisplayButton):hobbs2002-04-053-23/+32
* * unix/tkUnixEvent.c:hobbs2002-04-051-71/+2
* * generic/tkInt.h: added TK_XIM_SPOT #define (default 1).hobbs2002-04-052-15/+60
* * generic/tkStubInit.c:hobbs2002-04-053-3/+18
* * Updates to handle change in type of part2 argument ofdgp2002-03-208-26/+26
* * generic/tkOldConfig.c (Tk_ConfigureValue): prevent leavinghobbs2002-03-201-1/+7
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-061-3/+3
* * generic/tkWindow.c (Tk_MainWindow, Tk_GetNumMainWindows):hobbs2002-02-271-5/+23
* * generic/tkText.c (ConfigureText): reenable the blinking cursorhobbs2002-02-261-1/+11
* * tests/listbox.test:hobbs2002-02-261-80/+100
* * 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