Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed binding on <ButtonRelease-2> to be a binding on <<PasteSelection>> | surles | 1998-08-03 | 2 | -11/+10 |
| | |||||
* | a few more tweaks to fix support for specifyin the directory where binaries | escoffon | 1998-08-03 | 1 | -4/+6 |
| | | | | are built. | ||||
* | added the STATIC_BUILD macro for objects that are linked into executables | escoffon | 1998-07-30 | 1 | -5/+5 |
| | | | | instead of being placed in the dll | ||||
* | 8.0.3-4 | welch | 1998-07-29 | 4 | -18/+20 |
| | |||||
* | More fixes for DBGX | welch | 1998-07-29 | 2 | -6/+9 |
| | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tk8.0" and | escoffon | 1998-07-29 | 2 | -7/+27 |
| | | | | parent workspace "/export/home/ws/tk8.0". | ||||
* | added support for export/import of DLL symbols. If BUILD_tk is defined, | escoffon | 1998-07-29 | 11 | -0/+90 |
| | | | | EXPORT is mapped to DLLEXPORT, otherwise it is DLLIMPORT. | ||||
* | *** empty log message *** | welch | 1998-07-29 | 1 | -1/+1 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tk8.0.3" and | welch | 1998-07-28 | 1 | -2/+2 |
| | | | | parent workspace "/net/pop/export/home/ws/tk8.0". | ||||
* | DGBX changes | welch | 1998-07-28 | 3 | -6/+11 |
| | |||||
* | 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 |
| | |||||
* | added test for bbox on arcs in canvas | rjohnson | 1998-07-27 | 1 | -0/+12 |
| | |||||
* | fixed how bbox was calculated for coords | rjohnson | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | rjohnson | 1998-07-27 | 1 | -0/+3 |
| | |||||
* | fixed error - called X func | rjohnson | 1998-07-27 | 1 | -2/+2 |
| | |||||
* | Merged changes between child workspace "/home/rjohnson/ws/tk8.0" and | rjohnson | 1998-07-27 | 1 | -2/+1 |
| | | | | parent workspace "/export/home/ws/tk8.0". | ||||
* | *** empty log message *** | stanton | 1998-07-25 | 1 | -8/+8 |
| | |||||
* | *** empty log message *** | stanton | 1998-07-25 | 1 | -0/+9 |
| | |||||
* | 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 |
| | |||||
* | eliminated static init for library directory | stanton | 1998-07-24 | 1 | -13/+0 |
| | |||||
* | made init script search order match tcl | stanton | 1998-07-24 | 1 | -37/+45 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tk8.0.3" and | welch | 1998-07-24 | 1 | -1/+6 |
| | | | | parent workspace "/export/home/ws/tk8.0". | ||||
* | Removed assembly code | welch | 1998-07-24 | 1 | -3/+1 |
| | |||||
* | got rid of image.c | rjohnson | 1998-07-24 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | rjohnson | 1998-07-24 | 1 | -2/+2 |
| | |||||
* | the flag that caused all the X libs warnings was -Wimplicit-int, so turn that | escoffon | 1998-07-24 | 1 | -2/+2 |
| | | | | off | ||||
* | leave -Wconversion out, the X libs generate so many of these warnings | escoffon | 1998-07-24 | 1 | -1/+5 |
| | | | | that they obscure everything else. | ||||
* | Added support for specifying warning flags for the compiler, with checks | escoffon | 1998-07-22 | 2 | -1/+13 |
| | | | | for gcc and appropriate defaults. | ||||
* | Merged changes between child workspace "/home/escoffon/ws/tk8.0" and | escoffon | 1998-07-21 | 2 | -9/+17 |
| | | | | parent workspace "/export/home/ws/tk8.0". | ||||
* | added setting of TK_LIB_FLAG | escoffon | 1998-07-21 | 1 | -0/+3 |
| | |||||
* | the MD flag for DLL builds needs to be MDd for Debug builds | escoffon | 1998-07-21 | 1 | -1/+7 |
| | |||||
* | 8.0.3-3 | welch | 1998-07-20 | 3 | -4/+4 |
| | |||||
* | Updated dist target | welch | 1998-07-20 | 1 | -5/+6 |
| | |||||
* | added the ability to specify the name prefix for the generated binaries | escoffon | 1998-07-20 | 1 | -12/+16 |
| | | | | instead of fixing it at "tcl". | ||||
* | deleted debug statements in configure.in that were mistakely left in | escoffon | 1998-07-17 | 1 | -5/+0 |
| | |||||
* | the Tk library is now created with the DBGX extension (g for debug, empty for | escoffon | 1998-07-14 | 1 | -4/+4 |
| | | | | nodebug) | ||||
* | Initial revision | welch | 1998-07-10 | 1 | -0/+1210 |
| | |||||
* | New Windows keysymdef.h | welch | 1998-07-06 | 1 | -0/+5 |
| | |||||
* | New Windows keysyms | welch | 1998-07-06 | 2 | -0/+14 |
| | |||||
* | Mac updates for 8.0.3-2 | welch | 1998-07-06 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | welch | 1998-07-06 | 1 | -0/+2 |
| | |||||
* | Mac updates for 8.0.3-2 | welch | 1998-07-06 | 9 | -186/+804 |
| | |||||
* | *** empty log message *** | welch | 1998-07-06 | 1 | -4/+4 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tk8.0.3" and | welch | 1998-07-06 | 1 | -1/+1 |
| | | | | parent workspace "/ws/tk8.0". | ||||
* | updated patchlevel | welch | 1998-07-06 | 2 | -4/+6 |
| | |||||
* | Added changes to support builds of different configurations in parallel: | escoffon | 1998-07-01 | 1 | -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. |