summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * tests/bind.test (bind-22.18):hobbs2001-03-301-4/+10
* * tests/canvas.test: added test case to check obj conversionhobbs2001-03-301-4/+74
* Asymmetric padding in "pack" and "grid" geometry managersdrh2001-02-122-87/+206
* * generic/tkObj.c (SetMMFromAny): Added ability to recognizehobbs2000-12-131-47/+55
* A better fix for #120819 (all it needed was some Tcl_Preserve()s)dkf2000-11-291-9/+40
* Backed out previous change (except for test for bug.)dkf2000-11-281-13/+1
* Fixed bug #120819 by prohibiting images from starting with a period;dkf2000-11-231-1/+13
* Overall change: Implemented TIP 5, which exportsericm2000-11-2224-122/+166
* Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed.dkf2000-11-214-4/+48
* added comments about Tcl_SetMainLoop call effectshobbs2000-11-031-1/+9
* * generic/tkWindow.c (Initialize): added call to Tcl_SetMainLoop.hobbs2000-11-031-1/+3
* Added type cast to (ClientData) for &CustomOption in option tests.ericm2000-10-301-3/+3
* * win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368],ericm2000-10-241-6/+6
* Added comment marking "new in 8.4a2" declsericm2000-10-211-1/+3
* * generic/tkConfig.c (Tk_InitOptions): Addedericm2000-10-121-1/+10
* * generic/tkCmds.c (Tk_WinfoObjCmd): Added check forericm2000-10-056-17/+133
* * doc/MaintGeom.3: Noted that Tk_MaintainGeometry handles directericm2000-10-051-1/+30
* * generic/tkButton.c (ConfigureButton): Added tests for -compoundericm2000-10-011-3/+7
* * doc/SetOptions.3: Added note that restoreProc and freeProc mayericm2000-10-011-4/+6
* Fix bitmaps so that the same bitmap will not be useddrh2000-09-301-7/+12
* * generic/tkTest.c: Fixed tests to use updated API.ericm2000-09-293-21/+28
* * generic/tk.h: Added declaration of Tk_ObjCustomOption structure,ericm2000-09-173-5/+226
* * 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