summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* integrated stubs into 8.0 main branchstanton1999-03-1025-788/+14009
|
* * generic/tkImgPhoto.c: Changed so color tables are freedstanton1999-02-041-7/+15
| | | | | immediately instead of being delayed. This ensures that color tables are properly disposed at process exit.
* * tests/main.test:stanton1999-02-041-3/+3
| | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint.
* * mac/tkMacAppInit.c:stanton1999-02-041-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 imagestanton1999-02-041-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 alwaysstanton1999-02-041-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 arestanton1999-02-041-4/+7
| | | | reported properly. Eliminated duplicate result messages. [Bug: 973]
* * generic/tkCanvLine.c: Changed to treat zero width lines likestanton1999-02-041-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_b1stanton1999-01-061-1/+4
| | | | pending idle handlers, resulting in a crash in a few odd cases.
* Updated the version to 8.0.5.rjohnson1999-01-041-5/+6
|
* Updated win/README to 8.0.4, added it to the list of files to updateescoffon1998-10-161-1/+2
|
* Fixed bug in options for text items in canvas widget. unlike all otherrjohnson1998-10-161-2/+2
| | | | items they didn't support a null (transparant fill color)
* Updated patchlevel to 8.0.4 (to match Tcl update)rjohnson1998-10-141-3/+3
|
* Added performance improvement to canvas tag manipulation. This wasrjohnson1998-10-133-64/+106
| | | | a submitted patch.
* Added support for the MouseWheel event.rjohnson1998-10-103-13/+40
|
* Removed old/unused function declarationsrjohnson1998-09-305-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_3stanton1998-09-221-2/+2
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-1488-89/+89
|
* Fixed compiler warningswelch1998-08-071-9/+9
|
* spacing cleanupwelch1998-08-071-1/+1
|
* Changed this to use tcl_findLibrarywelch1998-08-061-36/+2
|
* 8.0.3welch1998-08-061-1/+1
|
* Changed main to mainwin to avoid compiler warningswelch1998-08-042-14/+14
|
* 8.0.3-5welch1998-08-041-1/+1
|
* Undid conversionto TkCreateBitmapFromDatawelch1998-08-042-59/+6
|
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-0410-41/+41
|
* A few more TCL_STORAGE_CLASS changes that were dropped.escoffon1998-08-041-2/+2
|
* EXPORT -> TCL_STORAGE_CLASSescoffon1998-08-041-2/+2
|
* 8.0.3-4welch1998-07-291-3/+3
|
* Merged changes between child workspace "/home/escoffon/ws/tk8.0" andescoffon1998-07-291-1/+9
| | | | parent workspace "/export/home/ws/tk8.0".
* added support for export/import of DLL symbols. If BUILD_tk is defined,escoffon1998-07-2910-0/+82
| | | | EXPORT is mapped to DLLEXPORT, otherwise it is DLLIMPORT.
* replaced _Xconst with CONSTstanton1998-07-281-2/+2
|
* fixed bad ifdefstanton1998-07-281-2/+2
|
* changed to use CONSTrjohnson1998-07-271-3/+3
|
* fixed how bbox was calculated for coordsrjohnson1998-07-271-1/+1
|
* fixed error - called X funcrjohnson1998-07-271-2/+2
|
* made interp optional in TkGetBmapDatarjohnson1998-07-241-13/+20
| | | | other changes to bitmap code
* added TkGetBitmapFromData and TkReadBitmapFilerjohnson1998-07-241-1/+99
|
* added TkGetBitmapFromData & TkReadBitmapFilerjohnson1998-07-241-1/+11
|
* made init script search order match tclstanton1998-07-241-37/+45
|
* 8.0.3-3welch1998-07-201-1/+1
|
* New Windows keysymswelch1998-07-061-0/+4
|
* updated patchlevelwelch1998-07-061-1/+2
|
* Fixed patchlevelwelch1998-06-301-1/+1
|
* Updated for 8.0.3, added Jans Nijtmans compatibility patchwelch1998-06-291-2/+12
|
* Merged changes between child workspace "/home/welch/ws/tk8.0.3" andwelch1998-06-271-2/+8
| | | | parent workspace "/ws/tk8.0".
* plugin updateswelch1998-06-272-99/+395
|
* Added an additional env. var. ("tk_pkgLibrary") that is searched prior to allsuresh1998-06-231-0/+3
| | | | other locations for the "tk.tcl" file. This facilitates application packaging.
* Initial revisionrjohnson1998-04-0188-0/+95501