Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge changes in 8.1 into 8.0.6, specifically we should be exporting | redman | 1999-03-10 | 4 | -550/+604 |
| | | | | XCreateBitmapFromData() from the Xlib code. | ||||
* | integrated stubs into 8.0 main branch | stanton | 1999-03-10 | 25 | -788/+14009 |
| | |||||
* | * generic/tkImgPhoto.c: Changed so color tables are freed | stanton | 1999-02-04 | 1 | -7/+15 |
| | | | | | immediately instead of being delayed. This ensures that color tables are properly disposed at process exit. | ||||
* | * tests/main.test: | stanton | 1999-02-04 | 1 | -3/+3 |
| | | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint. | ||||
* | * mac/tkMacAppInit.c: | stanton | 1999-02-04 | 1 | -2/+2 |
| | | | | | | | | | * generic/tkTest.c: * generic/tkAppInit.c: * win/winMain.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. | ||||
* | * generic/tkImgBmap.c (ImgBmapConfigureInstance): If an image | stanton | 1999-02-04 | 1 | -5/+13 |
| | | | | | mask changed but ended up with the same XID, the GC failed to be updated and so the new mask was not used. [Bug: 970] | ||||
* | * generic/tkFocus.c (SetFocus): Changed to focus window is always | stanton | 1999-02-04 | 1 | -2/+9 |
| | | | | | set if -force is specified. This fixes the problem on Windows where Tk does not activate the window if it already has focus. | ||||
* | * generic/tkConsole.c: Fixed so errors in console eval are | stanton | 1999-02-04 | 1 | -4/+7 |
| | | | | reported properly. Eliminated duplicate result messages. [Bug: 973] | ||||
* | * generic/tkCanvLine.c: Changed to treat zero width lines like | stanton | 1999-02-04 | 1 | -11/+22 |
| | | | | they have width 1 for purposes of selection. [Bug: 925] | ||||
* | * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics_tclpro_1_2_b1 | stanton | 1999-01-06 | 1 | -1/+4 |
| | | | | pending idle handlers, resulting in a crash in a few odd cases. | ||||
* | Updated the version to 8.0.5. | rjohnson | 1999-01-04 | 1 | -5/+6 |
| | |||||
* | Updated win/README to 8.0.4, added it to the list of files to update | escoffon | 1998-10-16 | 1 | -1/+2 |
| | |||||
* | Fixed bug in options for text items in canvas widget. unlike all other | rjohnson | 1998-10-16 | 1 | -2/+2 |
| | | | | items they didn't support a null (transparant fill color) | ||||
* | Updated patchlevel to 8.0.4 (to match Tcl update) | rjohnson | 1998-10-14 | 1 | -3/+3 |
| | |||||
* | Added performance improvement to canvas tag manipulation. This was | rjohnson | 1998-10-13 | 3 | -64/+106 |
| | | | | a submitted patch. | ||||
* | Added support for the MouseWheel event. | rjohnson | 1998-10-10 | 3 | -13/+40 |
| | |||||
* | Removed old/unused function declarations | rjohnson | 1998-09-30 | 5 | -55/+28 |
| | | | | | removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite | ||||
* | Added missing line terminatorcore_8_0_3 | stanton | 1998-09-22 | 1 | -2/+2 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 88 | -89/+89 |
| | |||||
* | Fixed compiler warnings | welch | 1998-08-07 | 1 | -9/+9 |
| | |||||
* | spacing cleanup | welch | 1998-08-07 | 1 | -1/+1 |
| | |||||
* | Changed this to use tcl_findLibrary | welch | 1998-08-06 | 1 | -36/+2 |
| | |||||
* | 8.0.3 | welch | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Changed main to mainwin to avoid compiler warnings | welch | 1998-08-04 | 2 | -14/+14 |
| | |||||
* | 8.0.3-5 | welch | 1998-08-04 | 1 | -1/+1 |
| | |||||
* | Undid conversionto TkCreateBitmapFromData | welch | 1998-08-04 | 2 | -59/+6 |
| | |||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 10 | -41/+41 |
| | |||||
* | A few more TCL_STORAGE_CLASS changes that were dropped. | escoffon | 1998-08-04 | 1 | -2/+2 |
| | |||||
* | EXPORT -> TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 1 | -2/+2 |
| | |||||
* | 8.0.3-4 | welch | 1998-07-29 | 1 | -3/+3 |
| | |||||
* | 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". | ||||
* | added support for export/import of DLL symbols. If BUILD_tk is defined, | escoffon | 1998-07-29 | 10 | -0/+82 |
| | | | | EXPORT is mapped to DLLEXPORT, otherwise it is DLLIMPORT. | ||||
* | replaced _Xconst with CONST | stanton | 1998-07-28 | 1 | -2/+2 |
| | |||||
* | fixed bad ifdef | stanton | 1998-07-28 | 1 | -2/+2 |
| | |||||
* | changed to use CONST | rjohnson | 1998-07-27 | 1 | -3/+3 |
| | |||||
* | fixed how bbox was calculated for coords | rjohnson | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | fixed error - called X func | rjohnson | 1998-07-27 | 1 | -2/+2 |
| | |||||
* | made interp optional in TkGetBmapData | rjohnson | 1998-07-24 | 1 | -13/+20 |
| | | | | other changes to bitmap code | ||||
* | added TkGetBitmapFromData and TkReadBitmapFile | rjohnson | 1998-07-24 | 1 | -1/+99 |
| | |||||
* | added TkGetBitmapFromData & TkReadBitmapFile | rjohnson | 1998-07-24 | 1 | -1/+11 |
| | |||||
* | made init script search order match tcl | stanton | 1998-07-24 | 1 | -37/+45 |
| | |||||
* | 8.0.3-3 | welch | 1998-07-20 | 1 | -1/+1 |
| | |||||
* | New Windows keysyms | welch | 1998-07-06 | 1 | -0/+4 |
| | |||||
* | updated patchlevel | welch | 1998-07-06 | 1 | -1/+2 |
| | |||||
* | Fixed patchlevel | welch | 1998-06-30 | 1 | -1/+1 |
| | |||||
* | Updated for 8.0.3, added Jans Nijtmans compatibility patch | welch | 1998-06-29 | 1 | -2/+12 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tk8.0.3" and | welch | 1998-06-27 | 1 | -2/+8 |
| | | | | parent workspace "/ws/tk8.0". | ||||
* | plugin updates | welch | 1998-06-27 | 2 | -99/+395 |
| | |||||
* | Added an additional env. var. ("tk_pkgLibrary") that is searched prior to all | suresh | 1998-06-23 | 1 | -0/+3 |
| | | | | other locations for the "tk.tcl" file. This facilitates application packaging. | ||||
* | Initial revision | rjohnson | 1998-04-01 | 88 | -0/+95501 |