Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved "tkConsole.obj" to the Tk DLL. | suresh | 1998-08-12 | 1 | -6/+2 |
| | |||||
* | Added xlib/ximage.c | welch | 1998-08-06 | 2 | -1/+3 |
| | |||||
* | Local grabs did not exclude menus or the caption bar | stanton | 1998-08-05 | 1 | -1/+96 |
| | | | | wm frame would crash if the window had not been mapped yet | ||||
* | Reduced message traffic by setting WS_EX_NOPARENTNOTIFY on TkChild windows. | stanton | 1998-08-05 | 1 | -3/+3 |
| | |||||
* | added WM_SYSCHAR/WM_MENUCHAR handling | stanton | 1998-08-04 | 1 | -1/+15 |
| | |||||
* | fixed bug in menubar handling so menubar doesn't get destroyed when a | stanton | 1998-08-04 | 1 | -0/+7 |
| | | | | window is destroyed | ||||
* | fixed bug in menus where bgerrors were not generated during menu callbacks | stanton | 1998-08-04 | 1 | -118/+164 |
| | | | | | fixed memory leak in menu code fixed Alt-key handling | ||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 1 | -5/+5 |
| | |||||
* | 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 | 1 | -8/+8 |
| | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tk8.0" and | escoffon | 1998-07-29 | 1 | -6/+18 |
| | | | | parent workspace "/export/home/ws/tk8.0". | ||||
* | added support for export/import of DLL symbols. If BUILD_tk is defined, | escoffon | 1998-07-29 | 1 | -0/+8 |
| | | | | EXPORT is mapped to DLLEXPORT, otherwise it is DLLIMPORT. | ||||
* | 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". | ||||
* | 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". | ||||
* | 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 |
| | |||||
* | the MD flag for DLL builds needs to be MDd for Debug builds | escoffon | 1998-07-21 | 1 | -1/+7 |
| | |||||
* | 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". | ||||
* | New Windows keysyms | welch | 1998-07-06 | 1 | -0/+10 |
| | |||||
* | 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. | ||||
* | Initial revision | escoffon | 1998-07-01 | 2 | -0/+40 |
| | |||||
* | plugin updates | welch | 1998-06-27 | 1 | -1/+6 |
| | |||||
* | changed so focus -force also sets the foreground window | stanton | 1998-06-12 | 1 | -0/+9 |
| | |||||
* | Bug Fix: It was assumed that kerning did not exist when the code was written. | surles | 1998-06-11 | 1 | -69/+54 |
| | | | | | This behavior has since been changed. Added new API calls to get the font measurment for chars (kerning or not) | ||||
* | Initial revision | rjohnson | 1998-04-01 | 113 | -0/+19774 |