summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkInt.decls: Add unix decl for TkpWmSetState.mdejong2002-05-273-3/+16
* When creating a radiobutton with -value "" it was not drawn properlypspjuth2002-05-261-1/+11
* Negative coordinates were rounded badly causing a 1 pixelpspjuth2002-05-261-3/+3
* * generic/tkTextDisp.c (DisplayLineBackground):hobbs2002-04-231-1/+20
* Fix for Bug 223739 to get rid of floating point equality test.dkf2002-04-221-5/+17
* * generic/tkWindow.c (TkCloseDisplay): Added to centralize where ahobbs2002-04-121-107/+100
* * generic/tkStubInit.c:hobbs2002-04-124-4/+76
* * generic/tkInt.h:hobbs2002-04-121-3/+4
* generic/tkFocus.c (TkFocusFree): frees TkMainInfo datahobbs2002-04-121-1/+37
* generic/tkClipboard.c (TkClipCleanup): frees TkDisplay datahobbs2002-04-121-1/+39
* * generic/tkGC.c (TkGCCleanup): frees TkDisplay datahobbs2002-04-121-2/+58
* * 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