summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed binding on <ButtonRelease-2> to be a binding on <<PasteSelection>>surles1998-08-032-11/+10
|
* a few more tweaks to fix support for specifyin the directory where binariesescoffon1998-08-031-4/+6
| | | | are built.
* added the STATIC_BUILD macro for objects that are linked into executablesescoffon1998-07-301-5/+5
| | | | instead of being placed in the dll
* 8.0.3-4welch1998-07-294-18/+20
|
* More fixes for DBGXwelch1998-07-292-6/+9
|
* Merged changes between child workspace "/home/escoffon/ws/tk8.0" andescoffon1998-07-292-7/+27
| | | | parent workspace "/export/home/ws/tk8.0".
* added support for export/import of DLL symbols. If BUILD_tk is defined,escoffon1998-07-2911-0/+90
| | | | EXPORT is mapped to DLLEXPORT, otherwise it is DLLIMPORT.
* *** empty log message ***welch1998-07-291-1/+1
|
* Merged changes between child workspace "/home/welch/ws/tk8.0.3" andwelch1998-07-281-2/+2
| | | | parent workspace "/net/pop/export/home/ws/tk8.0".
* DGBX changeswelch1998-07-283-6/+11
|
* replaced _Xconst with CONSTstanton1998-07-281-2/+2
|
* fixed bad ifdefstanton1998-07-281-2/+2
|
* changed to use CONSTrjohnson1998-07-271-3/+3
|
* added test for bbox on arcs in canvasrjohnson1998-07-271-0/+12
|
* fixed how bbox was calculated for coordsrjohnson1998-07-271-1/+1
|
* *** empty log message ***rjohnson1998-07-271-0/+3
|
* fixed error - called X funcrjohnson1998-07-271-2/+2
|
* Merged changes between child workspace "/home/rjohnson/ws/tk8.0" andrjohnson1998-07-271-2/+1
| | | | parent workspace "/export/home/ws/tk8.0".
* *** empty log message ***stanton1998-07-251-8/+8
|
* *** empty log message ***stanton1998-07-251-0/+9
|
* 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
|
* eliminated static init for library directorystanton1998-07-241-13/+0
|
* made init script search order match tclstanton1998-07-241-37/+45
|
* Merged changes between child workspace "/home/welch/ws/tk8.0.3" andwelch1998-07-241-1/+6
| | | | parent workspace "/export/home/ws/tk8.0".
* Removed assembly codewelch1998-07-241-3/+1
|
* got rid of image.crjohnson1998-07-241-1/+0
|
* *** empty log message ***rjohnson1998-07-241-2/+2
|
* the flag that caused all the X libs warnings was -Wimplicit-int, so turn thatescoffon1998-07-241-2/+2
| | | | off
* leave -Wconversion out, the X libs generate so many of these warningsescoffon1998-07-241-1/+5
| | | | that they obscure everything else.
* Added support for specifying warning flags for the compiler, with checksescoffon1998-07-222-1/+13
| | | | for gcc and appropriate defaults.
* Merged changes between child workspace "/home/escoffon/ws/tk8.0" andescoffon1998-07-212-9/+17
| | | | parent workspace "/export/home/ws/tk8.0".
* added setting of TK_LIB_FLAGescoffon1998-07-211-0/+3
|
* the MD flag for DLL builds needs to be MDd for Debug buildsescoffon1998-07-211-1/+7
|
* 8.0.3-3welch1998-07-203-4/+4
|
* Updated dist targetwelch1998-07-201-5/+6
|
* added the ability to specify the name prefix for the generated binariesescoffon1998-07-201-12/+16
| | | | instead of fixing it at "tcl".
* deleted debug statements in configure.in that were mistakely left inescoffon1998-07-171-5/+0
|
* the Tk library is now created with the DBGX extension (g for debug, empty forescoffon1998-07-141-4/+4
| | | | nodebug)
* Initial revisionwelch1998-07-101-0/+1210
|
* New Windows keysymdef.hwelch1998-07-061-0/+5
|
* New Windows keysymswelch1998-07-062-0/+14
|
* Mac updates for 8.0.3-2welch1998-07-061-1/+2
|
* *** empty log message ***welch1998-07-061-0/+2
|
* Mac updates for 8.0.3-2welch1998-07-069-186/+804
|
* *** empty log message ***welch1998-07-061-4/+4
|
* Merged changes between child workspace "/home/welch/ws/tk8.0.3" andwelch1998-07-061-1/+1
| | | | parent workspace "/ws/tk8.0".
* updated patchlevelwelch1998-07-062-4/+6
|
* Added changes to support builds of different configurations in parallel:escoffon1998-07-011-35/+53
| | | | | | | | | | - the NODEBUG flag controls Debug/Release builds - different values of NODEBUG create temp files in either Debug or Release subdirectories. - Debug DLLs and executables follow the Windows convention of a 'd' at the end of the name (e.g. tcl80d.dll) - put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather than in win.