summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
...
* removed deletehandler for transient master so that they willhobbs2000-01-211-1/+3
| | | | | | always trigger children when made visible FossilOrigin-Name: 0a3070379b24c57165a4e203b39f6e0759d5637b
* * win/tkWinWm.c (TkWmProtocolEventProc): cached atom name as thehobbs2000-01-211-33/+24
| | | | | | window could get destroyed during eval [Bug: 2513] FossilOrigin-Name: aa8ee77f09b31f11a5ebba018aee553a33cc9175
* fixed masterPtr reference problemhobbs2000-01-141-2/+2
| | | FossilOrigin-Name: 295b02e79f3fd8c972c54e08f2adc262dbcea691
* * unix/configure.in:core-8-3-b2hobbs2000-01-142-10/+77
| | | | | | | | | * win/configure.in: updated to patchlevel 8.3b2 * win/tkWinWm.c: added visibility event handler to make sure that transient window wrappers would be updated when the master was initially mapped. FossilOrigin-Name: c7f04d692db48c46f037743213476263dcda0d4c
* * win/tkWinScrlbr.c: added check for valid hwnd in ModalLoopProchobbs2000-01-131-10/+12
| | | | | | to avoid crash when building statically FossilOrigin-Name: 5f3e690021d3afded504ae9ff30d98c409028617
* * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377]hobbs2000-01-121-51/+151
| | | | | | | | | | * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win. FossilOrigin-Name: 7b90c5d67202ebdffc3b1373824607e536f635a0
* * win/tkWinImage.c: added static declaration to functionhobbs2000-01-061-3/+3
| | | FossilOrigin-Name: d765d110402145e53ba218ee992ab8ac72d3c41a
* * win/configure.in:hobbs1999-12-212-14/+14
| | | | | | | * win/aclocal.m4: * README: updated for patch level 8.3b1 FossilOrigin-Name: 3f8fd1559167a4ce14dcbd63e93cfbd127e8e604
* Removed tcl.hpj from list of output files.wart1999-12-161-2/+2
| | | FossilOrigin-Name: e532354d9626778fe6e5287d56cc23b68a334fb5
* * win/tkWinCursor.c: added support for Windows cursors tohobbs1999-12-163-6/+46
| | | | | | | | | | | | TkGetCursorByName (.ani, .cur) using -cursor @<filename> (Ascher) [Bug: 1350] * win/tkWinWm.c: fixed 'wm deiconify' to update position of the toplevel if event is waiting before mapping. (Mao) [Bug: 3687] This removes the need for 'update idle' before 'wm deiconify' on Windows. FossilOrigin-Name: e7aa2a517ac9d86186daa5274230776997172f85
* * win/tkWinDraw.c:hobbs1999-12-142-40/+131
| | | | | | | * win/tkWinPointer.c: added support for pointer warping and platform specific support for dash patch items FossilOrigin-Name: 182e9eb9199a03d0b4a6634ebe00d9871ecbadb2
* Fixed "doc" target so that it copies man.macros from Tclwart1999-12-131-3/+3
| | | FossilOrigin-Name: 312768a83a8e43e06d0d6fab46911ca97e4c955d
* * win/makefile.vc: removed 16bit stuff, simplified makefile.hobbs1999-12-091-82/+45
| | | FossilOrigin-Name: fd4f9e17e78e40d5ff9cfda6181dd8f3a7057679
* Added support for building Windows winhelp files.wart1999-12-073-4/+77
| | | FossilOrigin-Name: 7780fdd167defaf17c8261cfaa606417cbd377f9
* * 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. FossilOrigin-Name: b63cb594110edc0757028e2f29b0b026628982fa
* Replaced references to mkinstalldirs with mkdir -pwart1999-11-231-5/+4
| | | FossilOrigin-Name: 85419951cd822cfa0a7d1602947bcf81e2b4532d
* Removed bogus dependency on "installdirs"wart1999-11-231-2/+2
| | | FossilOrigin-Name: 5474205071f5af40effbc2a0adcd33b8b391c550
* * 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] FossilOrigin-Name: 9817763038db6ca12771e36e2114bdb5b71fd3ca
* Use mkdir -p to create the install directories (like Tcl already does)wart1999-11-181-6/+7
| | | FossilOrigin-Name: 8cfa27a82e2ccb65fba46b85c97b5749d8b16c0e
* * 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. FossilOrigin-Name: ca26a18f317d56513dbd0b49b8a82c1c112668a1
* * win/winMain.c: corrected winMain to not do a DebugBreak whenhobbs1999-11-101-2/+6
| | | | | | returning an error message from the top level FossilOrigin-Name: 573f3d0c33b3530b217d41afa5aa1b55af4df38c
* * win/tkWinKey.c: fixed XKeysymToKeycode to handle mapping ofhobbs1999-10-301-10/+13
| | | | | | symbolic keysyms (Left, Home, ...) with event generate FossilOrigin-Name: 1a19e736c078e6010a7f3613c9b8841d569ffee3
* * makefile.vc: changed 'c:/program files' to c:/progra~1hobbs1999-10-292-8/+6
| | | FossilOrigin-Name: 64b1cc54ed0f91d4e5eb1574f953ec7824f674f8
* 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. FossilOrigin-Name: 0d267eb835a566c144fae8e05ddbbc61f8451f1c
* 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] FossilOrigin-Name: 8b23a0f7f176faa57f568a25735ed084b2666a90
* added DEMOPROGSstanton1999-09-181-1/+3
| | | FossilOrigin-Name: 9e45d573ac1f12a08cae1a21ce29ddf295265d5d
* 1999-09-14 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-151-2/+2
| | | | | | * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909] FossilOrigin-Name: 11691dc388f86271349dd713e89eef4780c93b3f
* 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. FossilOrigin-Name: 80e6cb780519b75e9d47cfe0c038c6a5958ece1f
* * 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 FossilOrigin-Name: 3cf8a372fcc82ce1adb12643187e3a468bbd894b
* Added "make doc" target that copies the man.macros file from Tcl.wart1999-08-261-2/+5
| | | FossilOrigin-Name: f1364e76b9c4732ee8eadfdf81128f9e7f3b1f48
* Change version numbers to 8.2.0redman1999-08-101-2/+2
| | | FossilOrigin-Name: 732af4c744482f60d74133cc0710e842be88bf0c
* 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] FossilOrigin-Name: 34dd58bbd57e44100a9a45f4cf5f0e20b8492d33
* 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. FossilOrigin-Name: 9bb078186f93162afcdcd453066e44b705aa8186
* Fix configure scripts for beta version number (b2 instead of b1).redman1999-08-041-2/+2
| | | FossilOrigin-Name: 9e75ad9273063eb2777525e65489150b6e57ec29
* * 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. FossilOrigin-Name: 0976632cca8aed23dd1bd9244dd577b47b56f2be
* * 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. FossilOrigin-Name: cecce6d085978c517541d7b923e7b4c8d5838028
* * 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] FossilOrigin-Name: 8d1544514d4de7b610d7ad3f699f05aba70712c7
* 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. FossilOrigin-Name: 8c02635cab8d5e03f2926021de8381387716b762
* * 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. FossilOrigin-Name: 61995a50492a62eda2701ad222f123bd835607ed
* * 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. FossilOrigin-Name: bc661b9f3a4ccb0207118496cfb6dace7bc92482
* Patches from Bug: 2068 2080 2269redman1999-07-011-2/+15
| | | FossilOrigin-Name: 4bec4dc6eedf8f345bec167088cd8c7d76a49829
* Add prolog.ps to windows install-librariesredman1999-06-301-2/+3
| | | FossilOrigin-Name: 5ed3d494217efe45c7e4398245943799368ec066
* Don't install the DLL if it wasn't being built, by checkingredman1999-06-291-4/+7
| | | | | | the DLLSUFFIX variable. FossilOrigin-Name: 73668762fb28ea292a6f7affb85be23ca8f89f25
* install-binaries was nto installing the Tk DLL on Windowssurles1999-06-291-1/+3
| | | FossilOrigin-Name: f2feef42549278b93915ffbf52cfdb7a7456a842
* minor bug in tk Makefile.insurles1999-06-261-2/+2
| | | FossilOrigin-Name: eefdc29617f52f43a9a1bd3915d7556f2437b906
* Changed to Tk 8.2b1welch1999-06-251-4/+4
| | | FossilOrigin-Name: 8e58d3ef122b9b3593ed05506e78acc7b3e1499d
* Changed to Tk 8.2b1welch1999-06-252-6/+6
| | | FossilOrigin-Name: 308db5557afbc64d546838a86d6d0a598b03675b
* Modifications to CC_EXENAME macro (aclocal.m4).redman1999-06-182-8/+10
| | | | | | Fix static builds and installation macros. FossilOrigin-Name: 7378f60b7e75ff230a6414d6188388b5446cac22
* added Makefile.in files for windowssurles1999-06-164-18/+619
| | | FossilOrigin-Name: 2ff6b28d249c33b7b584958e0f728bd3a290cc2e
* merged unix and windows stylessurles1999-06-161-2/+1
| | | FossilOrigin-Name: fb387ec31de7e7d0e8c66183d58a07d648374e0d