Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed bugs 1785 and 1799: decl header files not installed | surles | 1999-04-17 | 1 | -6/+8 |
| | |||||
* | removed makefile.bc since we don't support it any longer | stanton | 1999-04-16 | 1 | -344/+0 |
| | |||||
* | fixed Tk comment errors | surles | 1999-04-16 | 2 | -4/+4 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 29 | -1728/+4586 |
| | |||||
* | * Merged changes from 8.0.5: | stanton | 1999-04-16 | 1 | -1/+1 |
| | | | | - Updated for Mac release | ||||
* | Backported "focus -force" patch from 8.1. | redman | 1999-03-10 | 3 | -4/+36 |
| | |||||
* | integrated stubs into 8.0 main branch | stanton | 1999-03-10 | 6 | -79/+68 |
| | |||||
* | fixed bad compiler flags | stanton | 1999-02-12 | 1 | -2/+8 |
| | |||||
* | updated readmes for 8.0.5 releasecore_8_1_merge_2_10_99core_8_0_5_base | stanton | 1999-02-09 | 1 | -17/+11 |
| | |||||
* | * win/tkWinMenu.c (TkpDestroyMenu): Changed so modalMenuPtr is | stanton | 1999-02-04 | 1 | -1/+5 |
| | | | | cleared when it is being destroyed. | ||||
* | * win/makefile.vc: First stab at install target. Fixed quoting so | stanton | 1999-02-04 | 2 | -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't | stanton | 1999-02-04 | 1 | -1/+20 |
| | | | | have resize handles and the zoom box is disabled. | ||||
* | * win/tkWinInt.h: | stanton | 1999-02-04 | 1 | -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 a | stanton | 1999-02-04 | 1 | -1/+26 |
| | | | | user initiated move/resize loop begins. | ||||
* | * win/tkWinFont.c (Tk_MeasureChars): Added a workaround for a bug | stanton | 1999-02-04 | 1 | -3/+13 |
| | | | | in GetTextExtentExPoint on Win NT 4.0/Japanese. [Bug: 1006] | ||||
* | * mac/tkMacAppInit.c: | stanton | 1999-02-04 | 1 | -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. | rjohnson | 1999-01-04 | 1 | -3/+3 |
| | |||||
* | Fixed font display bug (#846) | stanton | 1998-11-25 | 1 | -2/+2 |
| | |||||
* | updated version number to 8.0.4 | stanton | 1998-11-03 | 1 | -2/+2 |
| | |||||
* | Updated win/README to 8.0.4, added it to the list of files to update | escoffon | 1998-10-16 | 1 | -3/+3 |
| | |||||
* | Add parens around expression in if statement. The code would not | rjohnson | 1998-10-14 | 1 | -2/+3 |
| | | | | | compile correctly under some compilers. Also it was not in the Tcl style conventions. | ||||
* | Added support for the MouseWheel event. | rjohnson | 1998-10-10 | 1 | -1/+28 |
| | |||||
* | Fixed a bug that caused the Tk DLL to be linked against msvcrt.lib for | escoffon | 1998-10-07 | 1 | -5/+5 |
| | | | | both debug and nodebug builds. | ||||
* | Increase thew stack size for executables so that runaway recursion does | escoffon | 1998-09-30 | 1 | -4/+7 |
| | | | | not crash the process. | ||||
* | Added support for Win95. | escoffon | 1998-09-30 | 2 | -40/+46 |
| | |||||
* | Removed old/unused function declarations | rjohnson | 1998-09-30 | 1 | -2/+2 |
| | | | | | removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite | ||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 34 | -34/+34 |
| | |||||
* | checked in resource files in binary mode | stanton | 1998-09-14 | 80 | -0/+0 |
| | |||||
* | *** empty log message *** | welch | 1998-08-21 | 1 | -1/+0 |
| | |||||
* | Nuked smli.com ref | welch | 1998-08-20 | 1 | -2/+1 |
| | |||||
* | Fixed reference to tcl directory, ../../tcl8.0.3 | welch | 1998-08-20 | 2 | -3/+3 |
| | |||||
* | Moved "tkConsole.obj" to the DLL. | suresh | 1998-08-12 | 1 | -2/+1 |
| | |||||
* | 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 |
| |