summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * doc/HWNDToWindow.3:ericm2000-09-072-14/+2
* * generic/tkPlatDecls.h: Added #include <windows.h> for Windows,ericm2000-09-061-1/+6
* * README:hobbs2000-09-061-3/+3
* * generic/tkGrab.c (Tk_GrabObjCmd): changed len arg from size_t tohobbs2000-09-061-2/+2
* * generic/tkMessage.c (MessageWidgetObjCmd): initialized result tohobbs2000-09-061-2/+3
* * win/makefile.vc (install-libraries):ericm2000-09-021-2/+8
* * generic/tkButton.c (ButtonTextVarProc): reversed change below,hobbs2000-08-231-8/+3
* * generic/tkButton.c (ButtonTextVarProc): changed order ofhobbs2000-08-231-3/+8
* Comment correction.ericm2000-08-211-3/+3
* Removed unused variable left behind from previous check-in.ericm2000-08-191-2/+1
* * generic/tkImgPhoto.c (ImgPhotoGet): Removed redundant call toericm2000-08-181-11/+2
* * doc/SetOptions.3: Updated documentation to reflect support forericm2000-08-103-334/+346
* * tests/place.test: Extended test suite to test error returns fromericm2000-08-083-266/+370
* * generic/tkWindow.c: Updated [selection] command entry to useericm2000-08-073-259/+304
* * generic/tkWindow.c: Updated "grab" command entry to useericm2000-08-044-114/+175
* * generic/tkInt.h: Removed Tk_AfterCmd function prototype; theericm2000-08-032-5/+2
* * generic/tkInt.h: Replace Tk_BindCmd prototype withericm2000-08-033-25/+54
* * tests/bind.test: Tweaked expected error messages for [bindtags]ericm2000-08-034-45/+59
* * generic/tkCmds.c (Tk_TkwaitObjCmd): Tcl_Obj'ified [tkwait] command.ericm2000-08-023-74/+85
* * generic/tkGrid.c (Tk_GridCmd): Split [grid] subcommands intoericm2000-08-021-535/+794
* * generic/tkInt.h: Replaced prototype for Tk_MessageCmd withericm2000-08-023-165/+207
* * generic/tkInt.h: Removed prototype for Tk_ClipboardCmd, addedericm2000-08-012-147/+169
* * doc/label.n: Added -disabledforeground to list of options [Bug: 6053].ericm2000-07-281-4/+3
* * mac/tkMacDefault.h:ericm2000-07-281-93/+183
* * tests/text.test: Added tests for -regexp -nocase searches withericm2000-07-251-4/+11
* * tests/text.test: Added tests for searching when text is elided.ericm2000-07-211-5/+9
* * generic/tkText.c (TextSearchCmd): Added a test for a NULLericm2000-07-191-2/+6
* Just added comments about a Win2K OS bug with GetStdHandle(STD_OUTPUT_HANDLE).davidg2000-07-181-1/+18
* * generic/tkStubImg.c (Tk_InitImageArgs): Applied patch from [Bug:ericm2000-07-171-1/+3
* Applied patch from Nijtmans/Howlett to intialize nextPtr field of TkCursorericm2000-07-061-1/+2
* * generic/tkFileFilter.c (AddClause): Cast to match function prototype.mo2000-07-061-4/+4
* * tests/imgPhoto.test: Added test for GIF writing code [Bug: 5823].ericm2000-07-051-47/+28
* * generic/tkMenu.c (DeleteMenuCloneEntries): Applied fix fromericm2000-06-271-2/+2
* * generic/tk.h: added typdef for Tk_ClientMessageProchobbs2000-06-035-41/+198
* * canvas.test: added test for 5783.hobbs2000-06-031-3/+4
* * generic/tkImgGIF.c: Changed defines for GIF87a/GIF89a to beericm2000-05-301-6/+8
* Added additional comments regarding the internal representation of theericm2000-05-301-1/+30
* * doc/spinbox.n: (new file) docs for spinbox widgethobbs2000-05-293-198/+1703
* * generic/tk.h: added comments ot Tk_FakeWin structurehobbs2000-05-291-21/+21
* * generic/tkPlace.c (Tk_PlaceCmd): reworked place master/slavehobbs2000-05-291-13/+25
* Added initializer for classId variable in Tk_GetOption.ericm2000-05-271-2/+2
* Comment fixup.ericm2000-05-271-4/+4
* * generic/tkOption.c (Tk_GetOption): Extended Tk_GetOption toericm2000-05-271-28/+141
* * doc/radiobutton.n: Added documentation for -overrelief option.ericm2000-05-251-1/+13
* * doc/bell.n:hobbs2000-05-171-14/+27
* * mac/tkMacDefault.h (DEF_ENTRY_READONLY_BG_COLOR,ericm2000-05-171-37/+46
* * doc/SetOptions.3: Added information about TK_OPTION_NULL_OK withericm2000-05-176-74/+25
* * doc/image.n: Added documentation for [image inuse] command.ericm2000-05-151-6/+34
* * doc/clipboard.n: Added documentation for "clipboard get".ericm2000-05-141-2/+94
* * library/entry.tcl: Adjusted Button-1 binding to set focus to theericm2000-05-141-19/+83