Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use explicit "static int" type, not implicit "static". | dgp | 2003-01-09 | 1 | -2/+2 |
| | | | FossilOrigin-Name: 0d2a3fccb810e62ac9f249aaed2cc882156f2b0a | ||||
* | * generic/tkStubImg.c (Tk_InitImageArgs): Applied patch from [Bug: | ericm | 2000-07-17 | 1 | -1/+3 |
| | | | | | | | | | 5990], from Anselm Lingnau, which correctly sets the value of useNewImage to 0 when the new image system is not to be used, instead of leaving it at -1, which causes the check to be performed more times than is really necessary. FossilOrigin-Name: 95e8c0e6054c140ecc665b61cf11c9dd06ea7fac | ||||
* | * generic/tkDecls.h: | hobbs | 2000-02-08 | 1 | -0/+74 |
* generic/tk.decls: * generic/tk.h: moved new public functions created in dash patch to the stubs interface [Bug: 4062] * generic/tk.h: * doc/CrtImgType.3: * doc/CrtPhImgFmt.3: * generic/tk.h: * generic/tkImgGIF.c: * generic/tkImgPhoto.c: * generic/tkStubImg.c (new file): * generic/tkTest.c: * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: improved support for moving from the old style image C API to the new obj'ified one with new Tk_InitImageArgs command and stub'ing of image code. See docs for how to make the transition. [Bug: 4060] FossilOrigin-Name: dbe34fe5efcb725442acc347dcb728ad8e30493c |