summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* * win/tkWinMenu.c (TkpDestroyMenu): Changed so modalMenuPtr isstanton1999-02-041-1/+5
| | | | cleared when it is being destroyed.
* * win/makefile.vc: First stab at install target. Fixed quoting sostanton1999-02-042-20/+45
| | | | | | | paths with spaces work. * win/makefile.vc: * win/makefile.bc: Udpated version numbers
* * win/tkWinWm.c: Changed so windows that aren't resizable don'tstanton1999-02-041-1/+20
| | | | have resize handles and the zoom box is disabled.
* * win/tkWinInt.h:stanton1999-02-041-1/+2
| | | | | * win/tkWinPointer.c: Changed to cancel the mouse timer when a user initiated move/resize loop begins.
* * win/tkWinPointer.c: Changed to cancel the mouse timer when astanton1999-02-041-1/+26
| | | | user initiated move/resize loop begins.
* * win/tkWinFont.c (Tk_MeasureChars): Added a workaround for a bugstanton1999-02-041-3/+13
| | | | in GetTextExtentExPoint on Win NT 4.0/Japanese. [Bug: 1006]
* * 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.
* Updated the version to 8.0.5.rjohnson1999-01-041-3/+3
|
* Fixed font display bug (#846)stanton1998-11-251-2/+2
|
* updated version number to 8.0.4stanton1998-11-031-2/+2
|
* Updated win/README to 8.0.4, added it to the list of files to updateescoffon1998-10-161-3/+3
|
* Add parens around expression in if statement. The code would notrjohnson1998-10-141-2/+3
| | | | | compile correctly under some compilers. Also it was not in the Tcl style conventions.
* Added support for the MouseWheel event.rjohnson1998-10-101-1/+28
|
* Fixed a bug that caused the Tk DLL to be linked against msvcrt.lib forescoffon1998-10-071-5/+5
| | | | both debug and nodebug builds.
* Increase thew stack size for executables so that runaway recursion doesescoffon1998-09-301-4/+7
| | | | not crash the process.
* Added support for Win95.escoffon1998-09-302-40/+46
|
* Removed old/unused function declarationsrjohnson1998-09-301-2/+2
| | | | | removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite
* Replaced SCCS strings, fixed binary filesstanton1998-09-1434-34/+34
|
* checked in resource files in binary modestanton1998-09-1480-0/+0
|
* *** empty log message ***welch1998-08-211-1/+0
|
* Nuked smli.com refwelch1998-08-201-2/+1
|
* Fixed reference to tcl directory, ../../tcl8.0.3welch1998-08-202-3/+3
|
* Moved "tkConsole.obj" to the DLL.suresh1998-08-121-2/+1
|
* Moved "tkConsole.obj" to the Tk DLL.suresh1998-08-121-6/+2
|
* Added xlib/ximage.cwelch1998-08-062-1/+3
|
* Local grabs did not exclude menus or the caption barstanton1998-08-051-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.stanton1998-08-051-3/+3
|
* added WM_SYSCHAR/WM_MENUCHAR handlingstanton1998-08-041-1/+15
|
* fixed bug in menubar handling so menubar doesn't get destroyed when astanton1998-08-041-0/+7
| | | | window is destroyed
* fixed bug in menus where bgerrors were not generated during menu callbacksstanton1998-08-041-118/+164
| | | | | fixed memory leak in menu code fixed Alt-key handling
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-041-5/+5
|
* 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-291-8/+8
|
* Merged changes between child workspace "/home/escoffon/ws/tk8.0" andescoffon1998-07-291-6/+18
| | | | parent workspace "/export/home/ws/tk8.0".
* added support for export/import of DLL symbols. If BUILD_tk is defined,escoffon1998-07-291-0/+8
| | | | EXPORT is mapped to DLLEXPORT, otherwise it is DLLIMPORT.
* 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".
* Merged changes between child workspace "/home/rjohnson/ws/tk8.0" andrjohnson1998-07-271-2/+1
| | | | parent workspace "/export/home/ws/tk8.0".
* 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
|
* the MD flag for DLL builds needs to be MDd for Debug buildsescoffon1998-07-211-1/+7
|
* added the ability to specify the name prefix for the generated binariesescoffon1998-07-201-12/+16
| | | | instead of fixing it at "tcl".
* New Windows keysymswelch1998-07-061-0/+10
|
* 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.
* Initial revisionescoffon1998-07-012-0/+40
|
* plugin updateswelch1998-06-271-1/+6
|
* changed so focus -force also sets the foreground windowstanton1998-06-121-0/+9
|
* Bug Fix: It was assumed that kerning did not exist when the code was written.surles1998-06-111-69/+54
| | | | | This behavior has since been changed. Added new API calls to get the font measurment for chars (kerning or not)
* Initial revisionrjohnson1998-04-01113-0/+19774