Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
98 check-ins using file generic/tkDecls.h version 614dbf06
2002-08-02
| ||
15:35 | Stopped a potential core dump from happening when a idle event outlives its clientdata. check-in: 42c56da3 user: dkf tags: trunk | |
15:12 | different method of silencing compiler warning. check-in: cdf795b7 user: dgp tags: trunk | |
03:18 | silenced compiler warning check-in: ea64d4e8 user: dgp tags: trunk | |
2002-07-31
| ||
14:10 | Postpone paned-window layout arrangement on geometry event until idle, as is done in other window managers, to fix problems with size calculations when the children don't already know their sizes anyway. Now the layout of the vertical pane demo works better (overall initial window width is right!) check-in: bc3f6cc1 user: dkf tags: trunk | |
10:52 | Resynch with Tcl check-in: e37a92a2 user: dkf tags: trunk | |
2002-07-29
| ||
23:03 |
* unix/configure: Regen. * unix/configure.in: Remove code that was setting CC_SEARCH_FLAGS and LD_SEARCH_FLAGS to try to account for cc vs ld linking. Tcl now handles this. * unix/tcl.m4: Update from Tcl.check-in: 90aa5158 user: mdejong tags: trunk | |
2002-07-28
| ||
03:23 |
* unix/Makefile.in: Add MAJOR_VERSION, MINOR_VERSION, PATCH_LEVEL, INSTALL_LIBRARY, STUB_LIB_FILE, and LIB_FILE to support changes in tcl.m4 related to library builds. Use MAKE_LIB macro to avoid dealing with RANLIB issues. Rename TK_CC_SEARCH_FLAGS to CC_SEARCH_FLAGS and rename TK_LD_SEARCH_FLAGS to LD_SEARCH_FLAGS. Use new INSTALL_LIB and INSTALL_STUB_LIB substs to deal with ranlib issues when install libraries. * unix/configure: Regen. * unix/configure.in: Remove AC_PROG_RANLIB since this is done by tcl.m4 now. Define CC_SEARCH_FLAGS instead of TK_CC_SEARCH_FLAGS and so on. Use MAKE_LIB and MAKE_STUB_LIB from tcl.m4. Remove AC_SUBST calls that are no done in tcl.m4. * unix/tcl.m4: Update from Tcl. * unix/tkConfig.sh.in: Subst CC_SEARCH_FLAGS and LD_SEARCH_FLAGS.check-in: dc30e106 user: mdejong tags: trunk | |
2002-07-25
| ||
22:12 | Last commit missed a few lines. check-in: e1335f01 user: pspjuth tags: trunk | |
21:36 | Objectifed wm. [Patch #564521] Note: this commit has not been tested. check-in: 6f427f77 user: pspjuth tags: trunk | |
21:35 | Objectifed wm. [Patch #564521] check-in: 92401d20 user: pspjuth tags: trunk | |
21:19 |
* tests/spinbox.test: added spinbox-22.[1-3] * generic/tkEntry.c (ConfigureEntry): made the textvariable value take precedence over changed -from/-to values, unless it must be constrained. [Bug #559078]check-in: fc1e3660 user: hobbs tags: trunk | |
20:57 |
* library/spinbox.tcl (MouseSelect): when not in the entry, just return instead of invoking - ButtonUp handles invoking already. [Bug #499168]check-in: 2bdb640b user: hobbs tags: trunk | |
20:36 |
* library/tk.tcl (RestoreFocusGrab): handle the case where the FocusGrab info is not set. [Bug #553283]check-in: b07eac11 user: hobbs tags: trunk | |
2002-07-24
| ||
20:35 | see changelog check-in: 4f6c3f6b user: hobbs tags: trunk | |
19:41 |
* tests/canvas.test: added canvas-14.[1-6] * generic/tkCanvas.c (CanvasWidgetCmd): corrected handling of 'scan' subcommand args. Also removed early return cases to goto done instead where the canvasPtr would be Tcl_Release'd. This may solve other problems with unreleased canvasPtr's. [Bug #581560]check-in: ee55f2eb user: hobbs tags: trunk | |
19:15 |
* win/tkWinButton.c (TkpDisplayButton): corrected display of focus ring around the actual text when the button is a compound button. [Bug #583691]check-in: 4ba93c31 user: hobbs tags: trunk | |
18:42 |
* unix/README: Corrected notes about running user interactive Tk tests. [Bug #462320]check-in: 192d0b47 user: hobbs tags: trunk | |
18:31 |
* generic/tkText.c (TextEditUndo): set isDirtyIncrement to -1 when reverting to note proper "dirtiness". [Bug #580362] (callewaert)check-in: de5310c1 user: hobbs tags: trunk | |
18:30 |
* generic/tkEntry.c (DisplayEntry): correct cursor position before calling Tk_SetCaretPos. (yamamoto)check-in: 0203a5d7 user: hobbs tags: trunk | |
2002-07-23
| ||
17:33 |
* unix/configure: Regen. * unix/tcl.m4: Update from Tcl.check-in: 739f9716 user: mdejong tags: trunk | |
17:24 |
* unix/configure: Regen. * unix/tcl.m4: Update from Tcl.check-in: 0090380c user: mdejong tags: trunk | |
09:05 | removed invalid ChangeLog entry check-in: c48d3b0f user: mdejong tags: trunk | |
2002-07-22
| ||
21:25 |
* library/choosedir.tcl (tk::dialog::file::chooseDir): * library/clrpick.tcl (tk::dialog::file::chooseDir): * library/msgbox.tcl (tk::MessageBox): * library/tkfbox.tcl (tk::dialog::file): * library/xmfbox.tcl (tk::MotifFDialog): Revert [Tk patch 568278]. The transient window workaround is no longer needed since the fix for [Tk bug 570764] solved the problem for withdrawn transients.check-in: 292849c2 user: mdejong tags: trunk | |
2002-07-19
| ||
20:31 |
* unix/configure: * unix/configure.in: * win/configure: * win/configure.in: Add AC_PREREQ(2.13) in an attempt to make it more clear that the configure scripts must be generated with autoconf version 2.13. [Tcl Bug 583573]check-in: b62109fb user: mdejong tags: trunk | |
14:37 | Oops. Minor fix to the previous fix. check-in: 5288fc9d user: drh tags: trunk | |
14:27 | Fix a bug in the Postscript encoding vector generator that was causing postscript generation to fail under Win2K. check-in: be10e67f user: drh tags: trunk | |
2002-07-18
| ||
16:02 |
* unix/tkUnixSend.c: Using Tcl_GetTime instead of TclpGetTime.check-in: e83e4b85 user: rmax tags: trunk | |
2002-07-17
| ||
21:33 | code cleanup check-in: ef406e53 user: vincentdarley tags: trunk | |
16:51 |
* library/unsupported.tcl: Extended ExposePrivateVariable, and ExposePrivateCommand to accept patterns as well.check-in: eac15e84 user: rmax tags: trunk | |
14:39 | log check-in: 56e53acc user: dgp tags: trunk | |
14:37 | corrected reversed logic in assert -> panic conversion check-in: 9dd7400d user: dgp tags: trunk | |
2002-07-16
| ||
23:29 |
* generic/tkFont.c (TkFontPkgFree): Call panic instead of assert since assert is not used in the rest of Tk. [Tk bug 579651]check-in: 2b56ce15 user: mdejong tags: trunk | |
23:17 |
* unix/Makefile.in: * win/Makefile.in: Add a more descriptive warning in the event `make genstubs` needs to be rerun.check-in: 20db6a87 user: mdejong tags: trunk | |
21:14 | ChangeLog police check-in: 38051be7 user: mdejong tags: trunk | |
18:06 | WinWm fixes check-in: c350236c user: vincentdarley tags: trunk | |
05:03 | no message check-in: a769e153 user: davygrvy tags: trunk | |
05:01 | re-add of the borland makefile. Submitted by Helmut Giese <[email protected]>. check-in: 39ae7cc0 user: davygrvy tags: trunk | |
2002-07-15
| ||
18:10 |
* Some tests needed "unix" constraint.check-in: f179e71c user: dgp tags: trunk | |
16:56 |
* Fixes for [Bug 581627]. * generic/tkTest.c: Test commands not supported on non-Unix platforms should not be defined there in the first place. * tests/constraints.tcl: Fixed "secureserver" constraint. * tests/unixWm.test: Some tests needed "unix" constraint. * win/tkWinWm.c: Typo in error message.check-in: 7c47575f user: dgp tags: trunk | |
2002-07-14
| ||
18:31 |
* tests/event.test: Fixes to enable testing of only userInteraction * tests/visual_bb.test: tests.check-in: d9d30520 user: dgp tags: trunk | |
17:29 |
* Bumped HEAD to version 8.4b2 in order to distinguish it from the 8.4b1 release. Also extended LOCALES to cover all message catalogs.check-in: 1248e4a3 user: dgp tags: trunk | |
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 compositingcheck-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 | |
2002-06-21
| ||
23:22 | added 8.4 version marker to -maxundo check-in: bd4ba973 user: hobbs tags: trunk | |
23:09 |
* doc/text.n: TIP #104 implementation which generalizes the * generic/tkText.c: undo/redo stack to not be tied solely to the * generic/tkText.h: text widget. The APIs are still private. * generic/tkUndo.c: This also adds a stack limiting ability and * generic/tkUndo.h: a -maxundo option to the text widget (in * library/text.tcl: addition to the options from TIP #26) should * mac/tkMacDefault.h: users want to limit the undo/redo stack * tests/text.test: (should not be necessary in most cases). * unix/Makefile.in: [Patch #554763] (callewart) * unix/tkUnixDefault.h: * win/Makefile.in: * win/makefile.vc: * win/tkWinDefault.h:check-in: 6a28d5bd user: hobbs tags: trunk | |
20:55 | changelog notes for TIP#94 check-in: 1928d44b user: hobbs tags: trunk | |
20:24 |
* Removed unnecessary dependence of tktest executable on the tcltest executable on Unix. If there are similar dependencies on other platforms, they can probably be removed as well. [Bug 572134].check-in: a659e493 user: dgp tags: trunk | |
02:38 |
* doc/listbox.n: * generic/tkListbox.c (DisplayListbox): * mac/tkMacDefault.h: TIP #94 implementation adding -activestyle * tests/listbox.test: option to the listbox. This adds the ability * unix/tkUnixDefault.h: to have listboxes look native on Windows, and * win/tkWinDefault.h: "nicer" elsewhere using the 'dotbox' style.check-in: f7610a44 user: hobbs tags: trunk | |
2002-06-20
| ||
21:18 | Corrected the test for grid propagate change. [Bug #571433] check-in: 98d6cad7 user: pspjuth tags: trunk | |
2002-06-19
| ||
23:17 |
* tests/panedwindow.test: * generic/tkPanedWindow.c: ensure that sash index is lower bounds checked. [Bug #548727]check-in: 6a6b8b23 user: hobbs tags: trunk | |
20:40 |
* generic/tkClipboard.c (TkClipCleanup): Add code to set dispPtr->clipWindow to NULL, this was accidently removed by last commit. Fixes a crash while running the tests under win32.check-in: a76152bb user: mdejong tags: trunk | |
19:39 | Add Tk patch id to ChangeLog entry. check-in: 6c79d250 user: mdejong tags: trunk | |
19:37 |
* generic/tkBind.c (TkBindDeadWindow): Handle case where Tk_DestroyWindow is invoked on clipboard and send windows. * generic/tkClipboard.c (TkClipCleanup): Invoke Tk_DestroyWindow to cleanup the dispPtr->clipWindow. Call Tcl_Preserve and Tcl_Release on the window to avoid an invalid memory ref on shutdown. * generic/tkEvent.c (Tk_HandleEvent): Panic if XCreateIC is invoked twice for the same window. This should never happen, the check were just added to make sure it does not since this could lead to crashes in XCloseIM. * generic/tkFocus.c (TkFocusDeadWindow): Handle case where Tk_DestroyWindow is invoked on clipboard and send windows. * generic/tkOption.c (TkOptionDeadWindow): Ditto. * generic/tkWindow.c (TkCloseDisplay): Move deletion of dispPtr->winTable after TkpCloseDisplay call since Tk_DestroyWindow uses it and could be called by TkpCloseDisplay for clipboard/send windows. Also invoke ckfree for the dispPtr instead of doing it in TkpCloseDisplay. (Tk_DestroyWindow): Check for a null winPtr->mainPtr before doing certain cleanup tasks so the we can invoke Tk_DestroyWindow on clipboard and send windows. We need to do this so that XDestroyIC will get invoked for the input contexts of each window. * mac/tkMacXStubs.c (TkpCloseDisplay): Don't free the displayPtr since this is now done in TkCloseDisplay. * unix/tkUnixEvent.c (TkpCloseDisplay, OpenIM): Remove conditional compilation around calls to XCloseIM since I am confident that the crashes related to input contexts has been fixed. Don't free the displayPtr since this is now done in TkCloseDisplay. * unix/tkUnixSend.c (TkSendCleanup): Invoke the Tk_DestroyWindow method to cleanup the special send window. This will call XDestroyIC and thereby avoid a crash in XCloseIM. The send window needs to be Tcl_Preserve and Tcl_Release to avoid an invalid memory ref on shutdown. * win/tkWinX.c (TkpCloseDisplay): Don't free the displayPtr since this is now done in TkCloseDisplay.check-in: 2b1442c6 user: mdejong tags: trunk | |
2002-06-18
| ||
23:54 | corrected copy/paste error check-in: 72bea0e4 user: dgp tags: trunk | |
23:51 | Added TIP#48 style engine implementation Frederic Bonnet to supply docs+tests as soon as possible. check-in: 11b69966 user: dkf tags: trunk | |