Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tkWindow.c: Changed "listbox" mapping from old-school to | ericm | 1999-11-17 | 1 | -3/+4 |
| | | | | | | | | | | | new-school objectified command. * generic/tkListbox.c: Objectified listbox; added support for -listvar option. Converted internal structure to use a Tcl list object to store the data. * generic/tkInt.h: Changed reference to Tk_ListboxCmd to Tk_ListboxObjCmd. | ||||
* | * generic/tk.h: | hobbs | 1999-10-29 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | * generic/tkCmds.c: * generic/tkImage.c: * generic/tkImgBmap.c: * generic/tkImgGIF.c: * generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkInt.h: * generic/tkTest.c: * generic/tkWindow.c: * tests/imgPhoto.test: added Img patch (Nijtmans) with docs, headers #def'd with USE_OLD_IMAGE. Upgrades image stuff to Tcl_Obj API, adds alpha channel (images are now 32 bpp) | ||||
* | backed out chenges made to tkInt.h and tkText.h and fixed the problem ↵ | surles | 1999-06-17 | 1 | -26/+1 |
| | | | | directly in tkText.h | ||||
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 1 | -1/+26 |
| | |||||
* | Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make the | redman | 1999-04-28 | 1 | -2/+2 |
| | | | | | | function public. Add an interp argument and init the Tcl stubs. Rename TkConsoleInit() to Tk_CreateConsoleWindow() Remove TkConsoleCreate() (no underbar) | ||||
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | fixed Tk comment errors | surles | 1999-04-16 | 1 | -4/+4 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -142/+326 |
| | |||||
* | integrated stubs into 8.0 main branch | stanton | 1999-03-10 | 1 | -275/+112 |
| | |||||
* | Removed old/unused function declarations | rjohnson | 1998-09-30 | 1 | -21/+1 |
| | | | | | removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite | ||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 1 | -5/+5 |
| | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tk8.0" and | escoffon | 1998-07-29 | 1 | -1/+9 |
| | | | | parent workspace "/export/home/ws/tk8.0". | ||||
* | fixed bad ifdef | stanton | 1998-07-28 | 1 | -2/+2 |
| | |||||
* | changed to use CONST | rjohnson | 1998-07-27 | 1 | -3/+3 |
| | |||||
* | added TkGetBitmapFromData & TkReadBitmapFile | rjohnson | 1998-07-24 | 1 | -1/+11 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+990 |