Tk Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

45 check-ins using file win/configure.in version bd59939a

2002-07-14
15:45
* tests/focustTcl.test: Conversion bug: Corrected backwards logic. * tests/imgPhoto.test: Conversion bug: overwrote unix/README.
check-in: 075080eb user: dgp tags: trunk
05:48
* Completed conversion of Tk test suite to use tcltest.
check-in: c483179b user: dgp tags: trunk
2002-07-13
21:52
* Converted more files to tcltest and factored out common code.
check-in: d09771c3 user: dgp tags: trunk
20:28
* Converted more files to tcltest and factored out common code.
check-in: d5cee69d user: dgp tags: trunk
00:30
* Converted several files in the test suite for testing by tcltest 2.1.
check-in: 2813f972 user: dgp tags: trunk
2002-07-12
21:08
* Converted several files in the Tk test suite for testing by tcltest 2.1.
check-in: 4b0cdc1b user: dgp tags: trunk
13:40
* Converted several files in the Tk test suite for testing by tcltest 2.1.
check-in: 3892bfbf user: dgp tags: trunk
2002-07-11
22:42
* win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): initialize utfTitle to NULL, add a few more notes about limitations of possible new Tk_ChooseDirectoryObjCmd function.
check-in: ebbd6e32 user: hobbs tags: trunk
13:01
tests/visual_vv.test: Removed some dependence on [exec]ed utilities

generic/tkImgPhoto.c: Allowed photo image buffer allocation to fail more tests/imgPhoto.test: gracefully in some cicumstances. The remaining ones require API changes before they can fail nicely. check-in: 55680eeb user: dkf tags: trunk

2002-07-09
17:53
* generic/tkTest.c: Removed unused dependence on TclThread_Init() * tests/defs.tcl: and [testthread]. [Bug 578165, Tcl Bug 531413]
check-in: 2ba1c04b user: dgp tags: trunk
2002-07-08
22:10
no message check-in: 134affa7 user: davygrvy tags: trunk
22:08
Added missing win/lamp.bmp to the dist target. check-in: eb5e2eb2 user: davygrvy tags: trunk
2002-07-05
20:19
* added incompatibility note about photo compositing
check-in: d40dd370 user: dgp tags: trunk
07:20
updated for 8.4b1 release check-in: d26d54b5 user: hobbs tags: trunk, core-8-4-b1
2002-07-04
09:25
Improvements to bgerror dialog layout. [Bug #577086] check-in: 529a4bc8 user: dkf tags: trunk
01:09
minor doc clarification (lester) check-in: 87569a13 user: hobbs tags: trunk
2002-07-01
17:12
Updated to latest tcl.m4 from Tcl. check-in: 24ac0b9d user: dgp tags: trunk
2002-06-28
09:01
Force the message box to have consistent background colours. [Bug#552515] check-in: 76571323 user: dkf tags: trunk
2002-06-27
20:09
* win/Makefile.in (install-binaries): Fix of troubled Makefile quoting introduced by [Patch 521356] causing the installed to fail. check-in: 3b8c5ad9 user: andreas_kupries tags: trunk
2002-06-26
23:02
* (Tk_DrawChars) silence compiler warning.
check-in: 8713088a user: dgp tags: trunk
22:57
* generic/tkStyle.c: <eol> of the committing cvs client didn't match the <eol> of the file itself. Windows users where getting \r\r\n. Problem fixed. check-in: 44d71b5c user: davygrvy tags: trunk
22:53
incorrect <eol> fixed. check-in: a9fe600c user: davygrvy tags: trunk
22:12
Fixed potential buffer overflow from patch#546910 check-in: 2b68c98d user: a_kovalenko tags: trunk
08:22
Updated font.test to expect new behavior of canvas postscript (patch #546910) check-in: 434d8505 user: a_kovalenko tags: trunk
02:38
* Expanded install-binaries target to create and install a pkgIndex.tcl file to enable Tk as a loadable package [Patch 521356]
check-in: 0f8555e7 user: dgp tags: trunk
2002-06-25
16:45
* unix/tcl.m4: New macro SC_CONFIG_MANPAGES. * unix/configure.in: Added support for symlinks and compression * unix/Makefile.in: when installing the manpages. [Patch 518052] Default is still hardlinks and no compression.
* unix/mkLinks: generated * unix/configure:
* unix/README: Added documentation for the new features.
check-in: 4786c9fe user: rmax tags: trunk
16:27
Applied patch #546910 -- international postscript output check-in: 3213f87f user: a_kovalenko tags: trunk
14:39
* unix/configure: Replaced ${exec_prefix}/lib * unix/tcl.m4 (SC_PATH_TCLCONFIG): by ${libdir}.
check-in: ab620e42 user: rmax tags: trunk
2002-06-24
20:34
* tests/winWm.test: Verify that both an unmapped and already mapped toplevel are raised and receive the focus when deiconified. * tests/wm.test: Add wm deiconify tests. Check that a toplevel that has never been mapped is not mapped by the deiconify command since it should be done at idle by MapFrame. * win/tkWinWm.c (Tk_WmCmd): Check the WM_NEVER_MAPPED flag while processing the wm deiconify command. The WM_UPDATE_PENDING flag should never be set when WM_NEVER_MAPPED is set, but double check so that the implementation is more explicit and matches the comment just above. Return without invoking TkWmRestackToplevel or TkSetFocusWin on a toplevel that has never been mapped. This fixes a bug where a toplevel is mapped with the wrong size and is then resized by the idle call to MapFrame. [Tk bug 233150]
check-in: 1dd500e6 user: mdejong tags: trunk
06:50
Updated tk changes from ChangeLog. check-in: 6012c9a8 user: andreas_kupries tags: trunk
06:24
Mention Tk patch numbers in ChangeLog entries. check-in: 7c8f7547 user: mdejong tags: trunk
05:31
* win/tkWinWm.c (UpdateGeometryInfo): remove the check for a null wrapper introduced in r1.41 on 2002-06-15 because it prevented geometry setting from taking effect if the window was not on the screen. Another check may go in it's place as IsIconic and IsZoomed should not be passed NULL.
check-in: baa8df33 user: hobbs tags: trunk
02:17
* tests/wm.test: Remove invalid minsize test. Add update calls to wm transient tests so that idle handlers get run. This is needed to get the tests to pass under Win32. * unix/tkUnixWm.c (WmWaitMapProc): Move the special transient withdrawn check into the if body to make it easier to set a breakpoint on this test inside a debugger. No functional changes. * win/tkWinWm.c (WmWaitVisibilityOrMapProc): Ditto.
check-in: 033a5a14 user: mdejong tags: trunk
2002-06-22
10:13
* doc/wm.n: TIP #95 Windows implementation and * mac/tkMacWm.c (Tk_WmCmd): docs with mac and unix stubs. * unix/tkUnixWm.c (Tk_WmCmd): * win/tkWinWm.c (Tk_WmCmd): * tests/unixWm.test: * tests/winWm.test: more wm attr tests will be needed.
check-in: 724d114e user: hobbs tags: trunk
09:31
see changelog check-in: f2bf7459 user: hobbs tags: trunk
09:15
* generic/tkGrid.c (GridReqProc): check that gridPtr is not NULL (may be when embedded). [Bug #548791] (halliday)
check-in: 4f397fd7 user: hobbs tags: trunk
09:13
* generic/tkFont.c (TkFontPkgFree): changed panic on freeing fonts to an assert, and wrapped panic in #ifdef PURIFY. [Bug #568701]
check-in: 5333cc42 user: hobbs tags: trunk
09:08
* library/menu.tcl: corrected menus from being posted offscreen on Windows. [Bug #464451] (darley)
check-in: 82b80c76 user: hobbs tags: trunk
08:50
* library/console.tcl: corrected the defaultPrompt substitution [Bug #553207] and made Tab a default expansion key (like Escape).
check-in: f5add5ca user: hobbs tags: trunk
08:37
* win/tkWinEmbed.c (EmbedWindowDeleted): added a check for a null containerPtr. The core of this bug is likely elsewhere. [Bug #476176]
check-in: 8d0dc1e2 user: hobbs tags: trunk
08:21
* doc/text.n: TIP #93 implementation that * generic/tkText.c (TextWidgetCmd): enhances the text get and * generic/tkTextIndex.c (TkTextGetIndex): delete methods to accept * tests/text.test: multiple range pairs. This handles the delete case in an atomic, fixed-index fashion.
check-in: 56373b17 user: hobbs tags: trunk
01:43
* tests/wm.test: Add tests to make sure a withdrawn transient does not get remapped by state changes in the master. * unix/tkUnixWm.c (Tk_WmCmd, WmWaitMapProc): * win/tkWinWm.c (Tk_WmCmd, WmWaitVisibilityOrMapProc): Add a WM_TRANSIENT_WITHDRAWN flag that gets set by the withdraw, deiconify, or state wm subcommands. Check this flag before mapping a transient when processing a MapNotify event. [Tk bug 570764]
check-in: 18c2fcbb user: mdejong tags: trunk
00:39
Regen. check-in: 0b436a8e user: dkf tags: trunk
00:37
Fixes to make HTML generation work better. check-in: 7adbb3d3 user: dkf tags: trunk
00:02
Tk patchlevel bumped to 8.4b1 in preparation for release. check-in: 2ea85743 user: dkf tags: trunk