summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Fixed "doc" target so that it copies man.macros from Tclwart1999-12-131-3/+3
|
* * win/makefile.vc: removed 16bit stuff, simplified makefile.hobbs1999-12-091-82/+45
|
* Added support for building Windows winhelp files.wart1999-12-073-4/+77
|
* * generic/tkMain.c :redman1999-12-021-9/+50
| | | | | | | * unix/tkAppInit.c: * win/winMain.c: Added added hooks into the main() code for supporting TclPro and other "big" shells more easily without requiring a copy of the main() code.
* Replaced references to mkinstalldirs with mkdir -pwart1999-11-231-5/+4
|
* Removed bogus dependency on "installdirs"wart1999-11-231-2/+2
|
* * win/tkWinInt.h: removed TkFontAttributes typedef (washobbs1999-11-193-8/+8
| | | | | | | | redundant with tkFont.h). * win/tkWinPort.h: put #ifndef __GNUC__ around redefinition of str[n]casecmp, as cygwin uses the originals. * win/tkWinX.c: changed GetCurrentTime to GetTickCount (the former is deprecated). [Bug: 2053]
* Use mkdir -p to create the install directories (like Tcl already does)wart1999-11-181-6/+7
|
* * tests/listbox.test: Fixed tests to comply with new objectifiedericm1999-11-171-1/+2
| | | | | | | | error messages. No -listvar specific tests yet. * win/tkWinDefault.h: * unix/tkUnixDefault.h: * mac/tkMacDefault.h: Added default value for -listvar option.
* * win/winMain.c: corrected winMain to not do a DebugBreak whenhobbs1999-11-101-2/+6
| | | | returning an error message from the top level
* * win/tkWinKey.c: fixed XKeysymToKeycode to handle mapping ofhobbs1999-10-301-10/+13
| | | | symbolic keysyms (Left, Home, ...) with event generate
* * makefile.vc: changed 'c:/program files' to c:/progra~1hobbs1999-10-292-8/+6
|
* 1999-09-24 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-10-013-10/+10
| | | | | | | | | | | | | * */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1 * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font.
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-213-7/+18
| | | | | | | | | | | | | | | | | | | | | | | * generic/tkFont.c: fixed processing of font options and error returned [Bug: 2075] * win/tkWinWm.c: fixed bug in 'wm deiconify' that raised the wrong toplevel, and changed it to not set focus on overridden toplevels 1999-09-15 Jeff Hobbs <hobbs@scriptics.com> * unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix to AIX-* to get ldAix right [Bug: 2624], fixed AIX version check (readjust from 8-21 fix) and several other config fixes for AIX * mac/tkMacMenubutton.c: * unix/tkUnixMenubu.c: fixed permanently stippled menubutton image * win/tkWinButton.c: fixed possible pointer smash [Bug: 2733] 1999-09-14 Jeff Hobbs <hobbs@scriptics.com> * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
* added DEMOPROGSstanton1999-09-181-1/+3
|
* 1999-09-14 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-151-2/+2
| | | | * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
* Made sure that the tkConfig.sh file is always installed.wart1999-09-102-4/+6
| | | | | configure now substitutes XINCLUDES in tkConfig.sh. Needed for Tk extensions like Itk.
* * win/tkWinDraw.c:hobbs1999-09-021-10/+9
| | | | | | | * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676] * unix/aclocal.m4: added -bnoentry to the AIX-* flags
* Added "make doc" target that copies the man.macros file from Tcl.wart1999-08-261-2/+5
|
* Change version numbers to 8.2.0redman1999-08-101-2/+2
|
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>core_8_2_b3_basehobbs1999-08-101-1/+7
| | | | | | * win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609]
* New Function: TkpDrawHighlightBorder. Use this in place of ↵jingham1999-08-101-1/+35
| | | | Tk_DrawFocusHighlight. The latter did not work on the Mac, since you need to know both foreground & background color when you draw the active focus ring.
* Fix configure scripts for beta version number (b2 instead of b1).redman1999-08-041-2/+2
|
* * win/makefile.vc: Corrected building threaded tktest.exe onredman1999-07-311-5/+7
| | | | | | Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build. Also added runtest target.
* * win/Makefile.in: Corrected building threaded tktest.exe onredman1999-07-291-7/+35
| | | | | Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build.
* * Changed version to 8.2b2redman1999-07-222-13/+22
| | | | | | | | | | | * win/tkWinPort.h: Block out include of sys/stat.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * library/menu.tcl: Applied patch from Jeff Hobbs to fix typo. [Bug: 2425]
* Added eval to EXESUFFIX value to resolve ${DBGX} immediately.wart1999-07-201-1/+2
| | | | The debug wish executable was missing the 'd' in its name.
* * unix/Makefile.in:redman1999-07-161-2/+2
| | | | | | | * win/Makefile.in: Copy the prolog.ps from the generic directory for install-libraries. * unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to the compiler to be -mieee. Patch from Don Porter.
* * 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
|