summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* * tests/unixSelect.test: Fixed broken test.stanton1999-07-092-3/+5
| | | | | | | | | | * win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages.
* Patches from Bug: 2068 2080 2269redman1999-07-011-2/+15
|
* Add prolog.ps to windows install-librariesredman1999-06-301-2/+3
|
* Don't install the DLL if it wasn't being built, by checkingredman1999-06-291-4/+7
| | | | the DLLSUFFIX variable.
* install-binaries was nto installing the Tk DLL on Windowssurles1999-06-291-1/+3
|
* minor bug in tk Makefile.insurles1999-06-261-2/+2
|
* Changed to Tk 8.2b1welch1999-06-251-4/+4
|
* Changed to Tk 8.2b1welch1999-06-252-6/+6
|
* Modifications to CC_EXENAME macro (aclocal.m4).redman1999-06-182-8/+10
| | | | Fix static builds and installation macros.
* added Makefile.in files for windowssurles1999-06-164-18/+619
|
* merged unix and windows stylessurles1999-06-161-2/+1
|
* modified files to work with new windows Makefilessurles1999-06-163-1033/+533
|
* macros that autoconf will be looking for (tcl.m4)wart1999-06-101-0/+875
|
* added first pass at Tk Windows configure scriptsurles1999-06-021-0/+191
|
* Fixed bug in Windows clipboard code when dealing with selections that don't ↵stanton1999-05-221-32/+35
| | | | contain locale information.
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-47/+193
|
* * Merged changes from 8.1.0 branchstanton1999-04-302-6/+7
|
* Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make theredman1999-04-281-4/+4
| | | | | | function public. Add an interp argument and init the Tcl stubs. Rename TkConsoleInit() to Tk_CreateConsoleWindow() Remove TkConsoleCreate() (no underbar)
* merged 8.1.0 changes into mainlinestanton1999-04-241-102/+11
|
* Merged 8-1-0 into mainline.rjohnson1999-04-213-4/+4
|
* fixed bugs 1785 and 1799: decl header files not installedsurles1999-04-171-6/+8
|
* removed makefile.bc since we don't support it any longerstanton1999-04-161-344/+0
|
* fixed Tk comment errorssurles1999-04-162-4/+4
|
* * Merged 8.1 branch into the main trunkstanton1999-04-1629-1728/+4586
|
* * Merged changes from 8.0.5:stanton1999-04-161-1/+1
| | | | - Updated for Mac release
* Backported "focus -force" patch from 8.1.redman1999-03-103-4/+36
|
* integrated stubs into 8.0 main branchstanton1999-03-106-79/+68
|
* fixed bad compiler flagsstanton1999-02-121-2/+8
|
* updated readmes for 8.0.5 releasecore_8_1_merge_2_10_99core_8_0_5_basestanton1999-02-091-17/+11
|
* * 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
|