summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* A few more TCL_STORAGE_CLASS changes that were dropped.escoffon1998-08-041-2/+2
| | | FossilOrigin-Name: e7edfdc8181ff71ac355cc695413ce62e71218ef
* EXPORT -> TCL_STORAGE_CLASSescoffon1998-08-041-2/+2
| | | FossilOrigin-Name: 9963a5140c9f079755cea5988de93816d2fd9fa6
* Created a <<PasteSelection>> virtual event that replaces <ButtonRelease-2>surles1998-08-031-0/+3
| | | FossilOrigin-Name: 79998c99f14ef9413c46e93db5b7f812f1e2c6d4
* Changed binding on <ButtonRelease-2> to be a binding on <<PasteSelection>>surles1998-08-032-11/+10
| | | FossilOrigin-Name: 5930de5d5be6662bcdc386d39edf66ea9ad08097
* a few more tweaks to fix support for specifyin the directory where binariesescoffon1998-08-031-4/+6
| | | | | | are built. FossilOrigin-Name: 667736d9d86c73c9dcf3ab85b0670e0a6892f449
* added the STATIC_BUILD macro for objects that are linked into executablesescoffon1998-07-301-5/+5
| | | | | | instead of being placed in the dll FossilOrigin-Name: 9ef32e540292f5f80092eaa7acbabca301280c1d
* 8.0.3-4welch1998-07-294-18/+20
| | | FossilOrigin-Name: 65caad7f82c103cb1d1f8d4f4c095c92368c4485
* More fixes for DBGXwelch1998-07-292-6/+9
| | | FossilOrigin-Name: 93a06474301e1837fa3b28fbd85561ca2b0f104a
* Merged changes between child workspace "/home/escoffon/ws/tk8.0" andescoffon1998-07-292-7/+27
| | | | | | parent workspace "/export/home/ws/tk8.0". FossilOrigin-Name: a9d86c7c6bb7c85f1e8dcba3b4d26e7251ac0292
* 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. FossilOrigin-Name: 30f14886c79e35910f341ca8268acf520e57d63b
* *** empty log message ***welch1998-07-291-1/+1
| | | FossilOrigin-Name: 47ebb653e01424c4fe859b8cbc90d2d745a81df1
* 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". FossilOrigin-Name: 46a45d5fea7996148343e6890e4cbeeee3a1dcc2
* DGBX changeswelch1998-07-283-6/+11
| | | FossilOrigin-Name: 2ce4ebe336cde5adc3f6457b14eea8dcf393e0e6
* replaced _Xconst with CONSTstanton1998-07-281-2/+2
| | | FossilOrigin-Name: b332c0d2b797e923f424c7356b6f6acac72d33d8
* fixed bad ifdefstanton1998-07-281-2/+2
| | | FossilOrigin-Name: 741b9429678e7e984ca7c31d5f32a8282183496b
* changed to use CONSTrjohnson1998-07-271-3/+3
| | | FossilOrigin-Name: 2a7cb0663595db5a5047da96d022fd244e08b366
* added test for bbox on arcs in canvasrjohnson1998-07-271-0/+12
| | | FossilOrigin-Name: c8410b73607962cafc785e6e9dc2f7a754a2b2c0
* fixed how bbox was calculated for coordsrjohnson1998-07-271-1/+1
| | | FossilOrigin-Name: ff648c49a4233c69b2a9e6499b314322f8fef451
* *** empty log message ***rjohnson1998-07-271-0/+3
| | | FossilOrigin-Name: 6df8bad7d358e25d7e46d011e28553fdf780bff2
* fixed error - called X funcrjohnson1998-07-271-2/+2
| | | FossilOrigin-Name: 57a4c8057f96c6b835f06a03a16b5df9aa5a915c
* Merged changes between child workspace "/home/rjohnson/ws/tk8.0" andrjohnson1998-07-271-2/+1
| | | | | | parent workspace "/export/home/ws/tk8.0". FossilOrigin-Name: 113eaeeb8775b667c963d6ad2075ce7e07cb4e6b
* *** empty log message ***stanton1998-07-251-8/+8
| | | FossilOrigin-Name: ca13ae86ef5cd3b61288a649a504267290f5cc11
* *** empty log message ***stanton1998-07-251-0/+9
| | | FossilOrigin-Name: 936bb6216fe4996aa779ee0bb8aac0b897fa93a5
* made interp optional in TkGetBmapDatarjohnson1998-07-241-13/+20
| | | | | | other changes to bitmap code FossilOrigin-Name: d813997fa1cfe5abe22d0643f93d46e3a5735193
* added TkGetBitmapFromData and TkReadBitmapFilerjohnson1998-07-241-1/+99
| | | FossilOrigin-Name: f98121149e7f45b8ee126aa2450efacf96c8543c
* added TkGetBitmapFromData & TkReadBitmapFilerjohnson1998-07-241-1/+11
| | | FossilOrigin-Name: 4ce5504ff47717d02e445adcbb777a3d011fd5bb
* eliminated static init for library directorystanton1998-07-241-13/+0
| | | FossilOrigin-Name: 8f521891620506db6fb59ca193754ddb9fd7333f
* made init script search order match tclstanton1998-07-241-37/+45
| | | FossilOrigin-Name: 9e1365426dde80d9030bee373d1c4f8bb815b95a
* Merged changes between child workspace "/home/welch/ws/tk8.0.3" andwelch1998-07-241-1/+6
| | | | | | parent workspace "/export/home/ws/tk8.0". FossilOrigin-Name: 8706fea88fed10ac997fd10376a238684b5869c6
* Removed assembly codewelch1998-07-241-3/+1
| | | FossilOrigin-Name: 7a5ff3b8b178079532ce7169646e2f5735768485
* got rid of image.crjohnson1998-07-241-1/+0
| | | FossilOrigin-Name: 564264fcafef7b63af3a287843b4b0c364d55350
* *** empty log message ***rjohnson1998-07-241-2/+2
| | | FossilOrigin-Name: 7143a4e0c67ec529d5850a13d37d67c727f9740a
* the flag that caused all the X libs warnings was -Wimplicit-int, so turn thatescoffon1998-07-241-2/+2
| | | | | | off FossilOrigin-Name: 2e430cdd11e3a6edd272ff81878b0b42a8bad065
* leave -Wconversion out, the X libs generate so many of these warningsescoffon1998-07-241-1/+5
| | | | | | that they obscure everything else. FossilOrigin-Name: 636dea915508312398a7e506d1a63d65d0453c5c
* Added support for specifying warning flags for the compiler, with checksescoffon1998-07-222-1/+13
| | | | | | for gcc and appropriate defaults. FossilOrigin-Name: c20363a6d6369af3b83a6639cd7557c3c4563517
* Merged changes between child workspace "/home/escoffon/ws/tk8.0" andescoffon1998-07-212-9/+17
| | | | | | parent workspace "/export/home/ws/tk8.0". FossilOrigin-Name: ae8414d2ed3e194f67644a484c0cc5244c295bca
* added setting of TK_LIB_FLAGescoffon1998-07-211-0/+3
| | | FossilOrigin-Name: 81d2302194ad1a475bf469359dd373d1b03204e6
* the MD flag for DLL builds needs to be MDd for Debug buildsescoffon1998-07-211-1/+7
| | | FossilOrigin-Name: b12a7c7047df476a4b2868f363eefecbbbbec2f6
* 8.0.3-3welch1998-07-203-4/+4
| | | FossilOrigin-Name: 73843bd13489dac398645f7564ba82df5310076a
* Updated dist targetwelch1998-07-201-5/+6
| | | FossilOrigin-Name: 7a1afc243a7ad63c337f049007dc42803a85c619
* added the ability to specify the name prefix for the generated binariesescoffon1998-07-201-12/+16
| | | | | | instead of fixing it at "tcl". FossilOrigin-Name: 7f098e4c8a54c26931059e9dfe86036a92254710
* deleted debug statements in configure.in that were mistakely left inescoffon1998-07-171-5/+0
| | | FossilOrigin-Name: 7eaa7d47b3de954e04c7c1d004c1ad2e7676e773
* the Tk library is now created with the DBGX extension (g for debug, empty forescoffon1998-07-141-4/+4
| | | | | | nodebug) FossilOrigin-Name: 8d1248c4bffb5f7d68f40a8e1b21bc9e02eba0fd
* Initial revisionwelch1998-07-101-0/+1210
| | | FossilOrigin-Name: e1e5193059cb547f61745e332463c68224d87fe0
* New Windows keysymdef.hwelch1998-07-061-0/+5
| | | FossilOrigin-Name: 8717d5f3f8f88e38d71ef52676d6bc466c6e1f2b
* New Windows keysymswelch1998-07-062-0/+14
| | | FossilOrigin-Name: 091aa224bdeb8cf9e259bd229398aa784b902ad3
* Mac updates for 8.0.3-2welch1998-07-061-1/+2
| | | FossilOrigin-Name: 47724d2a83e1fd27e3bc3bcb5f12c0a17642dc1a
* *** empty log message ***welch1998-07-061-0/+2
| | | FossilOrigin-Name: d46d567c6db336629eb1abc6ae4ee0d5107dcfb3
* Mac updates for 8.0.3-2welch1998-07-069-186/+804
| | | FossilOrigin-Name: 95cc1e08529a3cc0a08c8599201f2759e404cdb3
* *** empty log message ***welch1998-07-061-4/+4
| | | FossilOrigin-Name: 3eb2bf66d61f5c12ff3f1c189552be0c3d42abab