summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Initial implementation of TIP #82: added the -offrelief option todrh2002-06-172-2/+11
* * generic/tkWindow.c (Tk_DestroyWindow): Set the pathNamemdejong2002-06-151-1/+8
* * generic/tkOption.c (Tk_GetOption): Allocatemdejong2002-06-151-2/+2
* removed stray characterdgp2002-06-151-2/+2
* * generic/tkBind.c (HandleEventGenerate):hobbs2002-06-152-7/+9
* corrected cast warninghobbs2002-06-151-2/+2
* * generic/tkCmds.c (Tk_TkObjCmd):hobbs2002-06-153-9/+17
* * generic/tkInt.h:hobbs2002-06-152-11/+17
* changed TK_USE_XIM_SPOT to TK_DISPLAY_XIM_SPOT for clarityhobbs2002-06-151-2/+2
* * generic/tkEvent.c (Tk_HandleEvent):hobbs2002-06-152-34/+40
* * generic/tk.decls: added TIP #84 implementation that adds ahobbs2002-06-156-6/+78
* * generic/tkBind.c (TkXErrorHandler): Declare staticmdejong2002-06-141-1/+3
* * generic/tkBind.c (ExpandPercents): Cast argument tomdejong2002-06-141-2/+2
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-1414-74/+300
* regendkf2002-06-142-14/+14
* Changed some _Old and _OLD to more descriptive terms.dkf2002-06-143-14/+14
* TIP#98 implementation; improved photo image copy and GIF frame accessdkf2002-06-149-211/+479
* * 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