Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
320 check-ins using file generic/tkBind.c version d86a7551
2005-08-09
| ||
13:54 | whitespace police check-in: 355ec91a user: dkf tags: trunk | |
09:46 | clarify tab stop behaviour check-in: ce77064e user: vincentdarley tags: trunk | |
07:39 |
* macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon events sent directly to application event target via the general TkMacOSXProcessEvent() in the same way as events posted to the event loop. Moved existing app event handlers to tkMacOSXWindowEvent.c. (TkMacOSXInitCarbonEvents): register our application event handler for kEventWindowExpanded events to deal with uncollapsing from the dock. * macosx/tkMacOSXEvent.h: made TkMacOSXProcessEvent() non-static, added * macosx/tkMacOSXEvent.c: new interp field to TkMacOSXEvent struct for use by app event handler. * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): retrieve current window, partCode, modifiers and local cursor position from carbon mouse event if possible. Use new static GenerateButtonEvent() taking a MouseEventData struct instead of TkGenerateButtonEvent() to avoid recomputing already known values. Move process activation on MouseDown into BringWindowForward() to allow clicking on window titlebar widgets without activating process. Move code dealing with clicks in window titelbar into separate function HandleWindowTitlebarMouseDown() to avoid code duplication. Avoid repeated calls to TkMacOSXGetXWindow() by storing result in MouseEventData struct. (TkMacOSXButtonKeyState, XQueryPointer): try to get button and modifier state from currently processed carbon event (to avoid unnecessary IPC with the window server), otherwise use modern carbon API to get this info instead of Button() and GetKeys(); only retrieve info caller asks for (via non-NULL ptr passed to XQueryPointer). (ButtonModifiers2State): new static function converting carbon button and modifier state into tk state, allows detection of more than 3 mouse buttons (tk supports up to 5) and of NumLock and Fn modifier keys (NumLock is mapped to Mod3 and Fn to Mod4). * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessApplicationEvent): handle kEventWindowExpanded event to deal with window uncollapsing from the dock by generating tk Map event, handle kEventAppHidden and kEventAppShown events (moved here from tkMacOSXCarbonEvents.c). * macosx/tkMacOSXSubwindows.c (XUnmapWindow): only hide window when it is not iconified to avoid window flashing on collapse. * macosx/tkMacOSXWm.c: replaced Tk_DoWhenIdle() by Tcl_DoWhenIdle(). (TkMacOSXZoomToplevel): remove call to TrackBox(), now done in HandleWindowTitlebarMouseDown() in tkMacOSXMouseEvent.c. (TkpWmSetState): avoid window flashing on collapse by unmapping after calling CollapseWindow(); only uncollapse window if it is collapsed. * generic/tkInt.decls: changed TkMacOSXZoomToplevel() signature. * generic/tkIntPlatDecls.h: * macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): only call GetMenuItemCommandID() on KeyDown or KeyRepeat events. * macosx/tkMacOSXMenu.c (ReconfigureMacintoshMenu): remove call to obsolete AppendResMenu() API. * macosx/tkMacOSXKeyEvent.c: replaced all direct uses of expensive * macosx/tkMacOSXMenu.c: GetMouse() and TkMacOSXButtonKeyState() * macosx/tkMacOSXMenus.c: APIs by calls to XQueryPointer() * macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXScrlbr.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXDialog.c: replaced use of FrontNonFloatingWindow() * macosx/tkMacOSXKeyEvent.c: by ActiveNonFloatingWindow() as * macosx/tkMacOSXMenu.c: recommended by Carbon docs. * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXDialog.c: fixed warnings * macosx/tkMacOSXTest.c: * macosx/tkMacOSXCarbonEvents.c: added CVS Id line to file header. * macosx/tkMacOSXDebug.c: * macosx/tkMacOSXDebug.h: * macosx/tkMacOSXEntry.c: * macosx/tkMacOSXEvent.h: * macosx/tkMacOSXKeyEvent.c: * macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXWm.h: * macosx/tkMacOSXInt.h: declare macosx internal procs as MODULE_SCOPE. * macosx/tkMacOSXCarbonEvents.c: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXFont.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXWindowEvent.c * library/bgerror.tcl: sync with core-8-4-branch changes of 2005-07-28. * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXMouseEvent.c: * generic/tkFrame.c: sync with core-8-4-branch changes of 2005-07-27. * generic/tkIntDecls.h: * generic/tkStubInit.c: * generic/tkFrame.c: * win/tkWinDraw.c: * unix/tkUnixDraw.c: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXInt.h: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXButton.c: sync with core-8-4-branch. * macosx/tkMacOSXEntry.c: * macosx/tkMacOSXScale.c: * library/demos/menu.tcl: removed errant '}'.check-in: 10965e80 user: das tags: trunk | |
2005-08-04
| ||
10:01 | Added another example. check-in: 9036afc1 user: dkf tags: trunk | |
2005-07-29
| ||
13:43 | Oops, missed a few spots check-in: 0ca39083 user: dkf tags: trunk | |
13:35 | Getting more systematic about style check-in: 4d9baaee user: dkf tags: trunk | |
2005-07-28
| ||
17:20 | Remove unwanted tab from error info trace accidentally inserted during cleanup Fixes [Bug 1246936] check-in: d0c4ed66 user: dkf tags: trunk | |
2005-07-26
| ||
12:38 | Very minor whitespace fixes check-in: 77300191 user: dkf tags: trunk | |
2005-07-25
| ||
23:56 | Getting more systematic about style check-in: 5a53d27d user: dkf tags: trunk | |
15:31 | typo fix check-in: 31e01105 user: dgp tags: trunk | |
09:05 | Apply some of the changes suggested in [Patch 1237759] check-in: f4f7febb user: dkf tags: trunk | |
2005-07-23
| ||
03:06 |
* win/tkWinX.c: Define _WIN32_WINNT with NT SP 3 data to fix compiler error because SendInput was not defined. The new msys_mingw7 release is now needed to compile the HEAD with mingw gcc. [Bug 1210712]check-in: 2e9585f5 user: mdejong tags: trunk | |
2005-07-21
| ||
20:40 |
* macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): corrected if expression error (use of = instead of ==)check-in: 31222ef5 user: hobbs tags: trunk | |
15:42 | Assorted cleaning up relating to [Patch 1237759] check-in: 600dd1ba user: dkf tags: trunk | |
2005-07-18
| ||
22:11 | fix to text widget 'mark prev' segfault check-in: ea97e437 user: vincentdarley tags: trunk | |
2005-07-06
| ||
22:17 |
* doc/getOpenFile.n: correct -multiple docs (takes boolean)check-in: b0b64c1b user: hobbs tags: trunk | |
2005-07-05
| ||
20:56 |
* unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550].check-in: 128debcd user: dgp tags: trunk | |
2005-06-23
| ||
22:07 |
* generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref.check-in: 39474957 user: das tags: trunk | |
20:17 |
* macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2 to make default entry widgets in TkAqua look like in other aqua apps (and have same border dimensions as other platforms). [Bug 1176610]check-in: e846b1f8 user: das tags: trunk | |
2005-06-21
| ||
22:58 | Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj doc [1224983] check-in: 1c7be672 user: dkf tags: trunk | |
2005-06-19
| ||
21:54 | Typos check-in: 6727702c user: dkf tags: trunk | |
21:49 | Get rid of statics; replaced with stack-allocated structures which are automatically thread-safe. Also squelched a buffer overrun in binary string data handling... check-in: a9d828fe user: dkf tags: trunk | |
2005-06-18
| ||
21:46 |
* macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish symbolic link. * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to ensure we can always relocate binaries with install_name_tool. * unix/configure: autoconf-2.59check-in: 0719c571 user: das tags: trunk | |
2005-06-07
| ||
14:30 | autoconf check-in: e7ee1b13 user: dgp tags: trunk | |
14:20 | Bumped patchlevel check-in: 7a425148 user: dkf tags: trunk | |
2005-06-04
| ||
20:53 | note tag date and rewrap changes check-in: 3dcd8262 user: hobbs tags: trunk, core-8-5-a3 | |
2005-06-03
| ||
20:08 | update changes for 8.5a3 release check-in: 01378482 user: dgp tags: trunk | |
19:03 | On Mac OS X scrollwheel events are sent to the window under the mouse, not to the focus window. check-in: 73cfb2c8 user: wolfsuit tags: trunk | |
17:06 |
2005-06-02 Jim Ingham <[email protected]>
Another patch from M. Kirkham. * macosx/tkMacOSXScrlbr.c (ThumbActionProc, ScrollBarBindProc): Record the first mouse down point, and compute differences from that, rather than getting the mouse down each time through the loop. The old method would get fooled if you moved the mouse less than a text line height in the text widget. [Bug 1083728]check-in: 5809cc44 user: wolfsuit tags: trunk | |
08:52 |
* macosx/Makefile: fixed 'embedded' target.check-in: 1c525fb9 user: das tags: trunk | |
2005-06-02
| ||
10:07 | * unix/tkUnix.c (Tk_GetUserInactiveTime): Improvements to get it working on Solaris, and panic if we run out of memory. * unix/configure.in: Rework the searching for Xss, to make it work on Solaris and provide more useful output. Use AC_HELP_STRING where appropriate. * unix/tcl.m4: synced from Tcl. * unix/configure: regenerated with autoconf 2.59. check-in: fc8a5c9c user: rmax tags: trunk | |
2005-06-01
| ||
19:44 | silence compiler warning check-in: ccf56ad1 user: dgp tags: trunk | |
18:14 | Checking the return value of XScreenSaverQueryInfo. check-in: 3df5c3cd user: rmax tags: trunk | |
17:54 |
* win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND, Tk_GetMenuHWND, TkWinCleanupContainerList, and TkpWmGetState to that are used across source files.check-in: a863ed88 user: hobbs tags: trunk | |
17:52 |
* win/tkWinX.c (Tk_ResetUserInactiveTime): cast to squelch compiler warning.check-in: 7310dadc user: hobbs tags: trunk | |
16:36 | Some versions of X seem to crash if XScreenSaverQueryVersion() isn't called before calling XScreenSaverQueryInfo(). check-in: 0d77a23c user: rmax tags: trunk | |
15:48 | Corrected the numbering of the [tk inactive] tests. check-in: 7b7b8013 user: rmax tags: trunk | |
2005-05-31
| ||
15:24 | * doc/Inactive.3 (new file): C level API documentationn for TIP#245 (Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime). * tests/tk.test: Added tests for the TIP#245 implementation. check-in: ebfd1e32 user: rmax tags: trunk | |
05:23 |
* generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes to panedwindow from Daniel South. Improved auto-size to fit internal windows, fixed sash placement at edge of pane, fixed calculation of stretch amount for internal windows. [Bug 1124198 1161543 1054117 1010941 795869 690169 1192323]check-in: 42953d6c user: hobbs tags: trunk | |
05:11 |
* generic/tkMenu.c (MenuCmd): create event handler earlier to ensure proper destruction of menu through DestroyNotify. [Bug 1159367]check-in: 83ed786e user: hobbs tags: trunk | |
04:59 | more elaborate variant to get first prompt displayed without a puts call check-in: 01d021c6 user: hobbs tags: trunk | |
2005-05-30
| ||
23:41 |
* library/console.tcl (::tk::ConsoleInit): print out first prompt and swallow the extra "% " that comes once from Tcl on Windows.check-in: 0dd38a01 user: hobbs tags: trunk | |
2005-05-29
| ||
10:32 |
* macosx/tkMacOSXFont.c: use Tcl_Panic instead of panic.check-in: c7d6f4db user: das tags: trunk | |
07:53 |
* unix/configure.in: added description of HAVE_XSS for autoheader. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 * macosx/Wish.pbproj/project.pbxproj: * macosx/Wish.xcode/project.pbxproj: added missing FRAMEWORK defines introduced with configure/make based build.check-in: 86b6f5a6 user: das tags: trunk | |
07:00 |
* macosx/tkMacOSXInit.c: * macosx/tkMacOSXNotify.c: fixed warnings.check-in: e6448289 user: das tags: trunk | |
06:46 |
* generic/tkDecls.h: * generic/tkIntPlatDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c: ran missing 'make genstubs' for TIP245 changes to tk.decls * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use symbolic constant argument in call to UpdateSystemActivity(); * macosx/Wish.pbproj/project.pbxproj: * macosx/Wish.xcode/project.pbxproj: * unix/configure.in: added/corrected linking to IOKit.framework for TIP245. * unix/configure.in: skip X11 configure checks when building tk_aqua. * unix/configure: autoconf-2.59check-in: bab254be user: das tags: trunk | |
2005-05-27
| ||
23:14 | Partial implementation of TIP#245; thanks Reinhard! check-in: dd7b27e6 user: dkf tags: trunk | |
18:06 | change tk_popup to have sticky menus check-in: 43d51508 user: tmh tags: trunk | |
2005-05-26
| ||
11:18 |
* macosx/tkMacOSXInit.c (TkpInit): fixed resource file extraction from __tk_rsrc section to work with non-prebound .dylib and .bundle. * macosx/Makefile: corrected EMBEDDED_BUILD check, use separate tcl and tk version vars to properly support tk/x11 framework version overriding, rewrite tkConfig.sh when overriding tk version, corrected Wish.app symlink in tk build dir. * unix/configure.in: corrected framework finalization to softlink stub library to Versions/8.x subdir instead of Versions/Current. * unix/configure: autoconf-2.59check-in: 3ff02d4a user: das tags: trunk | |
2005-05-25
| ||
20:32 |
* unix/Makefile.in (install-libraries): protect possible empty list in for with list= trick for older shells.check-in: d4310642 user: hobbs tags: trunk | |
2005-05-24
| ||
02:32 |
* generic/tkTest.c: disable commands not available on TkAqua.check-in: e05aa9e4 user: das tags: trunk | |
02:32 | fix for non-framework TkAqua build check-in: 7f3325f8 user: das tags: trunk | |
01:34 | minor formatting sync with tcl/unix/configure.in check-in: 36ea303b user: das tags: trunk | |
00:32 | small comments & whitespace fix check-in: 01b6f524 user: das tags: trunk | |
2005-05-23
| ||
23:19 |
* generic/tkFileFilter.c (FreeGlobPatterns): s/null/NULL/check-in: 935d3044 user: hobbs tags: trunk | |
20:24 |
* macosx/Makefile: * macosx/README: * macosx/Tk-Info.plist.in (new file): * macosx/Wish-Info.plist.in (new file): * unix/Makefile.in: * unix/configure.in: * unix/tcl.m4: * unix/tkUnixInit.c: moved all Darwin framework and TkAqua build support from macosx/Wish.pbproj and macosx/Makefile into the standard unix configure/make buildsystem, the project and macosx/Makefile are no longer required to build Tk.framework and/or TkAqua. TkAqua is now enabled by the --enable-aqua configure option, and static and non-framework builds of TkAqua are now available via the standard configure switches. Tk/X11 can also be built as a framework. The macosx/Makefile now wraps the unix buildsystem and no longer uses the projects, embedded builds are still only available via this Makefile, but for other builds it is not longer required (but its current functionality is still available for backwards compatibility). The projects currently do not call through to the Makefile to build (unlike Tcl.pbproj) so project builds may differ from makefile builds. Due to issues with spaces in pathnames, 'Wish Shell.app' has been renamed to 'Wish.app', the macosx/Makefile installs backwards compatibility symlinks for the old name. * macosx/tkMacOSXInit.c (TkpInit): added support for Tk resource file in non-framework and static builds: the resource file is copied into a __tk_rsrc MachO segment of the library or executable at link time and extracted into a temporary location at initialization. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in (new file): autoheader-2.59check-in: a9562fc8 user: das tags: trunk | |
20:23 |
* macosx/Wish.pbproj/project.pbxproj: * macosx/Tk-Info.plist: * macosx/Wish-Info.plist: * macosx/tkAboutDlg.r: updated copyright years to 2005.check-in: 08761433 user: das tags: trunk | |
2005-05-21
| ||
23:29 | Parse all filters, not just the first one. [Bug 1206133] check-in: 0d90db66 user: dkf tags: trunk | |
2005-05-15
| ||
21:09 |
Fixes from Michael Kirkham: * macosx/tkMacOSXMenu.c (TkpConfigureMenuEntry): Thinko in clearing the ENTRY_ACCEL_MASK before re-parsing it. [Tk Bug 1012852] * macosx/tkMacOSXScrlbr.c (UpdateControlValues): Don't set the control value BEFORE setting the min and max or the control manager will reset it for you. [Tk Bug 1202181] * macosx/tkMacOSXXStubs.c (TkMacOSXXGetPixel, TkMacOSXXPutPixel): Restore the port to what it was before putting we were called. [Tk Bug 1202223]check-in: bb6df263 user: wolfsuit tags: trunk | |
04:18 | Add a missing Tcl_Release to ThumbActionProc. Thanks to Micheal Kirkham for pointing this out. check-in: fac4c372 user: wolfsuit tags: trunk | |
2005-05-14
| ||
20:48 |
* macosx/tkMacOSXInit.c: * macosx/tkMacOSXNotify.c: introduction of new tcl notifier based on CFRunLoop allows replacement of the custom TkAqua notifier by a standard tcl event source. Removes requirement of threaded tcl core for TkAqua, allows to stub-link TkAqua against Tcl by removing use of the unstubbed TclInitNotifier & TclFinalizeNotifier. [Tcl Patch 1202052] * macosx/Wish.xcode/project.pbxproj: * macosx/Wish.pbproj/project.pbxproj: stub-link TkAqua: build with USE_TCL_STUBS and link against libtclstub instead of Tcl.framework, unexport libtclstub symbols from Tk to avoid duplicate symbol warnings when linking with both Tcl and Tk, fixes for gcc4.0 warnings. * macosx/Wish.xcode/project.pbxproj: sync with Wish.pbproj changes since 2004-11-19. NOTE: to use this project, need to uncomment the tclConfig.h settings at the top of tcl/unix/configure.in, autoconf and rebuild tcl ! * macosx/tkMacOSXBitmap.c: * macosx/tkMacOSXButton.c: * macosx/tkMacOSXDialog.c: * macosx/tkMacOSXFont.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXKeyboard.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXXStubs.c: fixed gcc 4.0 warnings. * unix/tcl.m4: sync with tcl * unix/configure: autoconf-2.59check-in: f9a3b027 user: das tags: trunk | |
2005-05-13
| ||
13:47 | fix to two text widget bugs check-in: dad448e9 user: vincentdarley tags: trunk | |
13:46 | fix to two text widget bugs check-in: d5f52dda user: vincentdarley tags: trunk | |
2005-05-12
| ||
22:51 | Updated out-of-date references to "Tk_GetBoolean" check-in: 195c8aee user: dgp tags: trunk | |
2005-05-10
| ||
22:26 | More improvements to test robustness; problems exposed by changes to precision of doubles (TIP 132). check-in: d94e237e user: dgp tags: trunk | |
21:36 |
* generic/tkTextDisp.c (GetXView): Improved numerical precision of calculation of [.t xview] return values. * tests/textDisp.test: Match greater precisions of [.t xview] and [.t yview] values in tests.check-in: 62b8c4c9 user: dgp tags: trunk | |
2005-05-07
| ||
00:35 | fixed pkg-config xft check, needed reset of enable_xft first check-in: dd1260da user: hobbs tags: trunk | |
00:28 |
* unix/configure: regen * unix/configure.in: add AC_C_BIGENDIAN check and pkg-config xft checks to extend xft search. * unix/tcl.m4: correct Solaris 10 (5.10) check and add support for x86_64 Solaris cc builds.check-in: 72ad192c user: hobbs tags: trunk | |
2005-04-28
| ||
08:37 | Fix [1191097], factor, and tidy up. check-in: fcb03565 user: dkf tags: trunk | |
02:40 | Fixed bug # 1189939 check-in: 27b4784b user: chengyemao tags: trunk | |
2005-04-26
| ||
00:46 |
* macosx/tkMacOSXNotify.c: sync with tclUnixNotfy.c changes since 2004-06-22, added compile time check for threaded tcl core, removed unthreaded code paths as they are never used anyway, fixed TkMacOSXAlertNotifier() implementation. * unix/Makefile.in: added TCL_STUB_LIB_FILE, needed for unexporting of symbols from libtclstub to avoid duplicate symbol warnings. * unix/tcl.m4 (Darwin): added configure checks for recently added linker flags -single_module and -search_paths_first to allow building with older tools (and on Mac OS X 10.1), use -single_module in SHLIB_LD and not just T{CL,K}_SHLIB_LD_EXTRAS, added unexporting from Tk of symbols from libtclstub to avoid duplicate symbol warnings, added PLAT_SRCS definition for Mac OS X, defined MODULE_SCOPE to __private_extern__. (SC_MISSING_POSIX_HEADERS): added caching of dirent.h check. * unix/configure: autoconf-2.59check-in: 31065bce user: das tags: trunk | |
2005-04-22
| ||
21:33 | added an entry for the FontId.3 typo fix check-in: 63bcdafc user: georgeps tags: trunk | |
21:32 | fixed a typo check-in: c4b27266 user: georgeps tags: trunk | |
2005-04-19
| ||
05:50 | Tk_MeasureChars: Use Tcl_UtfToUnichar() for lax UTF-8 parsing instead of strict parsing with FcUtf8ToUcs4() [fix/workaround for #1185640] check-in: 437a4bc8 user: jenglish tags: trunk | |
2005-04-18
| ||
11:34 | fix to Home/End and display lines check-in: 503637c7 user: vincentdarley tags: trunk | |
2005-04-14
| ||
22:39 |
* unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls to avoid possible segv. Minimal fix for [Bug 1122671]check-in: fbc484dd user: hobbs tags: trunk | |
2005-04-12
| ||
20:33 |
* library/tkfbox.tcl (::tk::dialog::file::): fix typeMenuLab ref. Add undoc'd ::tk::dialog::file::showHiddenBtn var (default 0) that will add a "Show Hidden" checkbutton to tk_get*File and tk_chooseDirectory if set to true. * library/choosedir.tcl (::tk::dialog::file::chooseDir::): fix cancelBtn ref, add hiddenBtn ref for "Show Hidden" button.check-in: 73207379 user: hobbs tags: trunk | |
2005-04-09
| ||
15:39 |
* macosx/README: updated requirements for OS & developer tool versions + other small fixes/cleanup.check-in: 8bf4e808 user: das tags: trunk | |
11:40 |
* macosx/tkMacOSXEntry.c (ComputeIncDecParameters): manually define constants present only in 10.3 headers so that we can build on 10.2.check-in: f164cf4e user: das tags: trunk | |
11:18 |
* macosx/Wish.pbproj/project.pbxproj: fixed absolute path to tkEntry.h that confused 10.2 PBX.check-in: ef37dbbb user: das tags: trunk | |
10:16 |
* unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EXTRAS. * unix/configure: autoconf-2.59check-in: 807a33c9 user: das tags: trunk | |
2005-04-07
| ||
20:14 |
* macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): * unix/tkUnixWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): * win/tkWinWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Fix panic in wm stackorder when a toplevel is created on another diplay. The code now ignores toplevels that have a display that does not match the display of the parent window. [Bug 1152809]check-in: 72350ca5 user: mdejong tags: trunk | |
2005-04-06
| ||
21:11 | Purge old and inaccurate .VS/.VE macros. check-in: 326b9e3f user: dkf tags: trunk | |
2005-04-05
| ||
13:56 |
* library/comdlg.tcl: Added Macintosh file type validation to [::tk::FDGetFileTypes]. [Bug 1083878] (Thanks, Vince Darley)check-in: 7058b664 user: dgp tags: trunk | |
2005-04-04
| ||
21:58 | fix to elide search and insertofftime 0 text widget bugs check-in: ce92a068 user: vincentdarley tags: trunk | |
08:53 | Style&clarity fixes check-in: 2eb65c7a user: dkf tags: trunk | |
2005-04-03
| ||
15:21 | Fixed bug in geometry calculations for widgets that span multiple columns/row. Bug was introduced in 8.5a1 when fixing 792387. [Bug 1175092] check-in: 40c1accf user: pspjuth tags: trunk | |
2005-03-30
| ||
06:26 |
* win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternative.check-in: abab2598 user: hobbs tags: trunk | |
2005-03-27
| ||
15:03 | added text widget test check-in: dc61974c user: vincentdarley tags: trunk | |
2005-03-24
| ||
22:15 | Dopey bug, I should only reset the widget width for spinboxes, since I only change it for them... check-in: fdc7b2c2 user: wolfsuit tags: trunk | |
15:25 | Syntax/Style Guide fixes check-in: 6f2f46b2 user: dgp tags: trunk | |
07:16 | Get the Entry and Spinbox widgets to draw with the native look & feel on Mac OS X. Also contains some more work on tkMacOSXScale.c, but this doesn't work all the way yet, so it's not currently built. check-in: 6f29fa6e user: wolfsuit tags: trunk | |
2005-03-23
| ||
22:15 |
2005-03-23 Jim Ingham <[email protected]>
This is cleanup thanks to Neil Madden <[email protected]>. * macosx/tkMacOSXWm.c (TkMacOSXWinStyle) New function. (TkUnsupported1ObjCmd): New function, replaces the un-objectified version of the command. * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. * generic/tkWindow.c (): Ditto. This adds a "-notify" flag to "wm attributes" that will bounce the dock icon on Mac OS X. This is from Revar Desmera <[email protected]> * macosx/tkMacOSXWm.c (WmAttrGetNotifyStatus, WmAttrSetNotifyStatus): New functions. (WmAttributesCmd): Add the -notify. * doc/wm.n: Document -notify.check-in: 5217c00c user: wolfsuit tags: trunk | |
2005-03-19
| ||
08:02 | Use Tcl_Set/GetAssocData to remove use of fragile Tcl_GetCommandInfo from TkConsolePrint. [Bug 1016385] check-in: a4bdf24e user: dkf tags: trunk | |
2005-03-15
| ||
14:07 | fix for display lines bug and panic check-in: 0c51bd29 user: vincentdarley tags: trunk | |
02:11 |
2005-03-14 Jim Ingham <[email protected]>
* macosx/tkMacOSXScrlbr.c (ThumbActionProc): No need to use "update idletasks" here, TclServiceIdle will do as well and it is simpler. These changes implement a change on the Mac OS X side. When we unmap a window we mark all its children as unmapped (not following toplevels. But we preserve whether they had been mapped before, and when the parent is remapped, we remap the children as well. [Bug 940117] * macosx/tkMacOSXInt.h: Added TK_MAPPED_IN_PARENT * macosx/tkMacOSXSubwindows.c (FixMappingFlags): New function. (XMapWindow): Call FixMappingFlags. (XUnMapWindow): Ditto. * tkMacOSXSubWindows.c (XMoveResizeWindow): Update the xOff & yOff data in the Macdrawable even if the native window hasn't been created yet. [Bug 700305] (XMoveWindow): Ditto. (XResizeWindow): Ditto.check-in: d6860e02 user: wolfsuit tags: trunk | |
01:43 | Updated the OpenBSD configuration and regenerated configure script. check-in: 4ebc2ce1 user: patthoyts tags: trunk | |
2005-03-14
| ||
01:59 | Correct the InvokeClientMessageHandlers logic. [Bug 1162356] Also many style fixups to approach the Engineering Manual. check-in: 87ca0f62 user: dkf tags: trunk | |
2005-03-12
| ||
00:28 | ChangeLog for the previous two commits check-in: 25d6bf99 user: wolfsuit tags: trunk | |
00:28 | Fix for 1124237. check-in: 9fcbae4b user: wolfsuit tags: trunk | |
00:27 | Fix the mysterious "sometimes one button doesn't draw" bug. check-in: 05caeb12 user: wolfsuit tags: trunk | |
2005-03-10
| ||
07:36 | Fix for 1160025 check-in: c860df55 user: wolfsuit tags: trunk | |
2005-03-09
| ||
19:40 | Add a hack to work around some issues with remote debugging with Xcode. Xcode requires that stdin & stdout be closed or you won't be able to interrupt the running program. So I added a check for XCNOSTDIN environment variable in the startup, and I force them closed if it is set. With that, remote debugging works pretty well. check-in: d853b789 user: wolfsuit tags: trunk | |
2005-03-08
| ||
21:55 |
* win/makefile.vc: clarify necessary defined vars that can come from MSVC or the Platform SDK.check-in: 2cbeb0cf user: hobbs tags: trunk | |
21:54 | (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSM check-in: 0fc4df36 user: hobbs tags: trunk | |
2005-03-04
| ||
01:13 | correct xany -> xkey typo from 2005-02-28 commit check-in: 7b64f274 user: hobbs tags: trunk | |
2005-02-28
| ||
22:11 |
* win/tkWinX.c (GenerateXEvent): correct %A translation on MouseWheel [Bug 1118340]check-in: 01b5ef3f user: hobbs tags: trunk | |
2005-02-24
| ||
00:41 |
* macosx/tkMacOSX.h: fixed incorrect inclusion of internal header. * macosx/tkMacOSXNotify.c: corrected included headers.check-in: 1422b703 user: das tags: trunk | |
2005-02-22
| ||
08:48 |
* macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd, NavServicesGetFile): fixed encoding problems with -initialfile & -filetypes and corrected potential buffer overrun with -initialdir/-initialfile. [Bug 1146057]check-in: 11f0a565 user: das tags: trunk | |
2005-02-17
| ||
00:06 |
* doc/wm.n: Add documentation for -fullscreen attribute. * tests/winWm.test: Add -fullscreen to wm attribute usage message. * tests/wm.test: Add -fullscreen to wm attribute usage message. Add -fullscreen attribute test cases for Windows. * win/tkWinWm.c (WmInfo, UpdateWrapper, TkpWmSetFullScreen, WmAttributesCmd, UpdateGeometryInfo): Implement TIP 223 [wm attributes -fullscreen].check-in: ccc511b0 user: mdejong tags: trunk | |
2005-02-15
| ||
03:22 | Modified for the latest embedded/container window implementation for Windows platform check-in: aafb22fa user: chengyemao tags: trunk | |
2005-02-14
| ||
23:00 | fix to newline eliding in text widget check-in: 46ac803a user: vincentdarley tags: trunk | |
20:40 |
* doc/options.n: note -cursor {} behavior. [Bug 965618]check-in: ce155de2 user: hobbs tags: trunk | |
09:21 | Encourage missing-DISPLAY errors to be early in run of test suite. check-in: 9502cd2c user: dkf tags: trunk | |
2005-02-12
| ||
00:48 |
* library/panedwindow.tcl (::tk::panedwindow::Cursor): check window existence on delayed call. [Bug 949792]check-in: 2117577e user: hobbs tags: trunk | |
2005-02-11
| ||
21:04 |
* doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]check-in: d80ba20d user: hobbs tags: trunk | |
20:36 |
* win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval for determining icon ref (potential crash). [Bug 1105738]check-in: d5dd0229 user: hobbs tags: trunk | |
19:30 |
* generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixed possible crash with disabled bmap and bbox handling [Bug 1119460] (BitmapToPostscript): made aware of various bitmap typescheck-in: 22a2bd63 user: hobbs tags: trunk | |
18:31 |
* unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Correct gcc builds for AIX-4+ and HP-UX-11. autoconf-2.59 gen'd.check-in: 266acbb5 user: hobbs tags: trunk | |
2005-02-09
| ||
10:35 | Use more tcltest 2 features so test contents can be less cluttered... check-in: a42668eb user: dkf tags: trunk | |
10:19 | Use more tcltest 2 features so test contents can be less cluttered... check-in: cc18c3fe user: dkf tags: trunk | |
09:32 | Tidy up coding style (better grouping of related tests) check-in: ec83248e user: dkf tags: trunk | |
2005-02-07
| ||
10:32 | Fix silly mistake. :^} check-in: f4a19efe user: dkf tags: trunk | |
2005-02-03
| ||
13:46 | D'oh check-in: b931db11 user: dkf tags: trunk | |
13:44 | Ensure that the canvas's static data is either protected by a mutex or in a thread-local variable. [Bug 1114977] check-in: 96cea967 user: dkf tags: trunk | |
2005-01-31
| ||
19:22 |
* unix/tcl.m4, unix/configure: add solaris-64 gcc build support. [Bug 1021871]check-in: 8c8f477a user: hobbs tags: trunk | |
16:22 | Doc fix [Bug 110553] check-in: 1fcb9f4c user: dkf tags: trunk | |
09:27 | Forgot newline at end check-in: 0a6de1b9 user: dkf tags: trunk | |
09:21 | Add es_ES-specific localization. [Bug 1111213] check-in: 47521c0c user: dkf tags: trunk | |
04:08 | Modified to handle a wide-character title string of a toplevel check-in: 35f9eb75 user: chengyemao tags: trunk | |
2005-01-27
| ||
15:29 | Flushed idle events before mapping an embedded window check-in: ad9c4c9b user: chengyemao tags: trunk | |
2005-01-25
| ||
06:54 |
* macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to show console at startup instead of directly calling [console show]. * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.57check-in: 299ef497 user: das tags: trunk | |
2005-01-19
| ||
02:25 | Updated check-in: 0f5f997b user: chengyemao tags: trunk | |
2005-01-18
| ||
15:24 | Fixed a bug by adding code the check menu index in selection. This bug caused an access violation in an embedded menu testing when the mouse clicked the last pull-down menu entry check-in: 1d75b685 user: chengyemao tags: trunk | |
15:19 | Minor change for correct initial embeddedMenuHwnd check-in: 70156feb user: chengyemao tags: trunk | |
11:56 | Fixed dialog parenting problem described by Keith Nash. Also tidied up callbacks check-in: f936eea2 user: dkf tags: trunk | |
2005-01-17
| ||
07:08 | Simplified TkpUseWindow; got rid of unnecessary code for saving an embedded window info in a container struct; stopped using a destruction event handler for an embedded window since it has nothing to do check-in: aadd1c16 user: chengyemao tags: trunk | |
07:00 | minor bug fix: should return 0 and indicate handled after processing WM_MENUSELECT message check-in: 033a7728 user: chengyemao tags: trunk | |
2005-01-16
| ||
00:23 | Added TK_INFO message for use in an embedded window attachment protocol; modified TkpUseWindow to allow to attach to a legacy container with a warning; modified some return values of messages from an embedded window to differentiate a case of unprocessed check-in: 55603179 user: chengyemao tags: trunk | |
2005-01-13
| ||
14:20 | log check-in: ee4f3a8b user: dgp tags: trunk | |
10:16 | More fixing of [Bug 600313] check-in: 01c356f0 user: dkf tags: trunk | |
09:54 | Partial fix of [Bug 600313] check-in: 65680509 user: dkf tags: trunk | |
01:48 | Removed WM_UNINITMENUPOPUP that may cause compiling error in WINVER < 0x0500 check-in: 131f8634 user: chengyemao tags: trunk | |
2005-01-12
| ||
16:16 |
* unix/tcl.m4: Sync'ed to Tcl's copy. * unix/configure: autoconf-2.57check-in: 2577e426 user: dgp tags: trunk | |
11:03 | Added docs on predefined virtual events. [608115] check-in: 934dee1b user: dkf tags: trunk | |
04:30 | A better way to map an embbedded window check-in: 501f43f4 user: chengyemao tags: trunk | |
02:58 | Minor bug fix to support embedding/embedded check-in: 072e1db0 user: chengyemao tags: trunk | |
2005-01-11
| ||
16:04 | D'oh! check-in: 43b4b9a3 user: dkf tags: trunk | |
16:00 | fix to text widget bug check-in: bd5d31b4 user: vincentdarley tags: trunk | |
10:35 | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] check-in: 0474a61a user: dkf tags: trunk | |
2005-01-10
| ||
18:57 | Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595]. Re-synced with tcl/unix/tcl.m4. check-in: cd84c9bb user: jenglish tags: trunk | |
15:35 | corrected return values and added comments for embedded window messages check-in: eec353ca user: chengyemao tags: trunk | |
15:32 | properly handled returned value in wm for embedded check-in: 9708bfa9 user: chengyemao tags: trunk | |
04:15 | Correction of handling the return value of TkpUseWindow check-in: 6d07beb2 user: chengyemao tags: trunk | |
2005-01-09
| ||
19:17 | Modified to support a container of either a toplevel or a frame check-in: 9720a7ca user: chengyemao tags: trunk | |
18:50 | Updated check-in: 66b80295 user: chengyemao tags: trunk | |
18:28 | Changed to make platform implementation ready for a toplevel -use option; completed a full toplevel -use option configuration for Windows check-in: aa3768b5 user: chengyemao tags: trunk | |
17:55 | Updated check-in: 24a4a541 user: chengyemao tags: trunk | |
17:46 | bug fix [1098779] check-in: 941bfb9a user: chengyemao tags: trunk | |
07:04 | Updated check-in: bcf63830 user: chengyemao tags: trunk | |
06:59 | bug fix [637653] check-in: 30b3719b user: chengyemao tags: trunk | |
01:57 | Updated check-in: 39431551 user: chengyemao tags: trunk | |
00:26 | Bug fix in ReconfigureWindowsMenu. The bug caused a wrong geometry of a toplevel when created with a menu (bug# 1098625) check-in: 14d46ad1 user: chengyemao tags: trunk | |
00:22 | Modified to keep consistent state of an embedded window check-in: e99a0adc user: chengyemao tags: trunk | |
2005-01-07
| ||
15:41 | Updated check-in: e544ee83 user: chengyemao tags: trunk | |
15:18 | Implemented TK_STAT message to support {wm state} for embedded window check-in: 415d97e1 user: chengyemao tags: trunk | |
11:14 | Add missing Tcl_ResetResult [697915] check-in: a2a32b7e user: dkf tags: trunk | |
01:39 | Removed unnecsssary panic from TkpUseWindow and forced redraw container after the embedded detached check-in: a69c1fa3 user: chengyemao tags: trunk | |
2005-01-05
| ||
16:40 | Move emacs mode comment to end of file to stop problems with old man. check-in: 0fa45234 user: dkf tags: trunk | |
02:51 | Updated check-in: d27ab3b7 user: chengyemao tags: trunk | |
02:46 | Made the remarks of TkpUseWindow clearer regarding the embedding/embedded attachment protocol check-in: 52f33c0a user: chengyemao tags: trunk | |
2005-01-04
| ||
02:17 | Updated check-in: 6d956e98 user: chengyemao tags: trunk | |
02:09 | Modified for separating an embedded menu's window handler from a normal popup menu window's handler; improved an embedded menu display in Windows/XP check-in: d606bd9c user: chengyemao tags: trunk | |
01:29 |
* win/tkWinWm.c (TkWinWmCleanup): clean up layered window class. This caused crash in reinit of Tk (as seen in plugin).check-in: fb16796c user: hobbs tags: trunk | |
2004-12-30
| ||
21:39 | Updated check-in: 7a9cdfc6 user: chengyemao tags: trunk | |
02:01 |
* win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967]check-in: 2a21f211 user: hobbs tags: trunk | |
2004-12-28
| ||
09:04 | Updated check-in: 6f4bc0be user: chengyemao tags: trunk | |
08:45 | Modified to support embedded menu widget check-in: 5707cebc user: chengyemao tags: trunk | |
08:44 | Added functions to support embedded menu widget check-in: 50e2db17 user: chengyemao tags: trunk | |
2004-12-21
| ||
11:56 | Coding style improvements for the widget demo. [FRQ 815118] check-in: c58c953e user: dkf tags: trunk | |
05:58 | Bug fix in TkpWinToplevelMove and TkpWinToplevelIsControlledByWm check-in: e0523f1b user: chengyemao tags: trunk | |
2004-12-20
| ||
15:38 | Updated check-in: e3d03c4c user: chengyemao tags: trunk | |
15:30 | implemented overrideredirect for an embedded; corrected incorrect frame upper left x and y of an embedded toplevel check-in: e9c726fd user: chengyemao tags: trunk | |
10:34 | Corrected handling of MacOS filetypes in tk_*file dialogs check-in: 8816a878 user: vincentdarley tags: trunk | |
10:21 | Synthesize changelog entries check-in: 23a54427 user: dkf tags: trunk | |
10:04 | D'oh! Spotted another one! check-in: 87d290ce user: dkf tags: trunk | |
09:50 | Fix silly typo. [Bug 1087842] check-in: a7633bf9 user: dkf tags: trunk | |
01:22 | Updated check-in: 8ebda766 user: chengyemao tags: trunk | |
01:13 | featrue implementation of Tk container and embedded including TK_MOVEWINDOW, TK_ICONIFY, TK_DEICONIFY, TK_WITHDRAW; replaced TK_TITLE with TK_GETFRAMEWID for setting container's title across process boundary; bug fix in wm overrideredirect for TK_EMBEDDED window check-in: a3a3ca2a user: chengyemao tags: trunk | |
2004-12-19
| ||
18:14 | Bug fix and feature implementation of embedded/embedding Tk check-in: d4c1bde8 user: chengyemao tags: trunk | |
2004-12-18
| ||
20:40 | updated check-in: e7c95821 user: chengyemao tags: trunk | |
20:35 | Bug fix [222677] check-in: 19709ec0 user: chengyemao tags: trunk | |
20:21 | Added comments to embedded Window message definition check-in: 904c2f15 user: chengyemao tags: trunk | |
2004-12-17
| ||
14:59 | Updaged for new changes check-in: 998783fc user: chengyemao tags: trunk | |
14:30 | Added TkWinCleanupContainerList for platform support check-in: 7bf3fffa user: chengyemao tags: trunk | |
14:27 | bug fix (831627) check-in: 9d21cd4a user: chengyemao tags: trunk | |
14:17 | bug fix (842945,831627) check-in: 78709bf0 user: chengyemao tags: trunk | |
13:56 | Make the container draw its background to avoid an unpainted toplevel when the embedded window is NULL check-in: 3c39d815 user: chengyemao tags: trunk | |
2004-12-11
| ||
06:09 | ran autoconf-2.57 check-in: e15ca644 user: dgp tags: trunk | |
00:00 | Bump to 8.5a3 check-in: 1c33b0cf user: dkf tags: trunk | |
2004-12-09
| ||
10:59 |
* unix/tcl.m4: synced with tcl/unix/tcl.m4 * unix/configure: regencheck-in: b3ab4dfb user: das tags: trunk | |
10:13 | Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha check in degenerate (and common) cases. [Bug 1081966] check-in: 22092ce8 user: dkf tags: trunk | |
2004-12-08
| ||
03:02 |
* tests/canvPs.test: Cleaned up the matching of [makeFile] and * tests/choosedir.test: [removeFile] commands as indicated by the * tests/filebox.test: results of a -debug 1 run of the test suite. * tests/imgPPM.test: Tk test suite is now -debug 1 clean. This * tests/imgPhoto.test: completes fixing [1078648]. * tests/listbox.test: * tests/main.test:check-in: 27f85236 user: dgp tags: trunk | |
2004-12-07
| ||
21:22 | typos check-in: f4fe875d user: dgp tags: trunk | |
10:07 | More duplicate testname elimination. [1078648] check-in: c56ad282 user: dkf tags: trunk | |
00:35 | add older ChangeLogs to dist target check-in: d4bc7549 user: hobbs tags: trunk, core-8-5-a2 | |
00:15 | note 8.5a2 tag date check-in: 3ae7d4c7 user: hobbs tags: trunk | |
2004-12-06
| ||
22:54 |
* tests/safe.test: Trim auto_path to improve performance [1080039]check-in: d81228b9 user: dgp tags: trunk | |
20:27 | remove text change ref that was not in 8.4.9 check-in: d0d787a9 user: hobbs tags: trunk | |
2004-12-05
| ||
22:10 | updated for 8.4.9 release check-in: 4fbd42ca user: hobbs tags: trunk | |
2004-12-04
| ||
00:04 | Split duplicate test names [Bug 1078648] check-in: b6ab93bc user: dkf tags: trunk | |
2004-12-03
| ||
13:09 | Alpha blending fix. [Patch 848161] check-in: 3351718f user: dkf tags: trunk | |
2004-12-02
| ||
02:10 |
* unix/tkUnixButton.c (TkpDisplayButton): constrain coords to Tk_RedrawImage to display only portion that is valid. * generic/tkImgPhoto.c (ImgPhotoDisplay): add X error suppression around XGetImage to prevent app abort. [Bug 979239]check-in: 084cb1a1 user: hobbs tags: trunk | |
2004-11-28
| ||
19:00 | Tk_DrawChars: Check for short integer overflow in x,y coordinates [Fixes: #942320 "Tk, Xft, text and long lines"] check-in: 7e5be420 user: jenglish tags: trunk | |
2004-11-26
| ||
20:54 | no message check-in: d9ed87f7 user: davygrvy tags: trunk | |
20:53 | * win/makefile.vc: Shell targets needed more stack space. [Bug 1066755] check-in: 827d5915 user: davygrvy tags: trunk | |
2004-11-22
| ||
23:15 | Whitespace police check-in: 8c4a1a86 user: dkf tags: trunk | |
17:54 | fix a platform-sensitive test check-in: 18780ab9 user: vincentdarley tags: trunk | |
2004-11-20
| ||
15:55 | removed backslash quote check-in: 28e5c880 user: vincentdarley tags: trunk | |
15:49 | made test less timing sensitive check-in: 44e8ec98 user: vincentdarley tags: trunk | |
15:45 | fix to test's platform sensitivities check-in: b8935789 user: vincentdarley tags: trunk | |
2004-11-19
| ||
15:14 |
* macosx/Wish.pbproj/project.pbxproj: reverted earlier changes for tclConfig.h changes to tcl, since those have been reverted for now.check-in: 5252baa5 user: das tags: trunk | |
10:22 | Classic sed doesn't support | in REs. check-in: b2b5dff5 user: rmax tags: trunk | |
10:22 | changed the internal name to pack-old to avoid a name clash with the new pack manpage. check-in: edf463b2 user: rmax tags: trunk | |
06:50 |
* macosx/Wish.pbproj/project.pbxproj: reverted earlier changes for tclConfig.h changes to tcl, since those have been reverted for now.check-in: cd0ad475 user: das tags: trunk | |
2004-11-18
| ||
18:33 | some seds don't support comments :( check-in: 8a17443e user: rmax tags: trunk | |
13:22 | generated configure and fixed manpage installaton check-in: aff25cf7 user: rmax tags: trunk | |
00:43 |
2004-11-18 Reinhard Max <[email protected]>
* unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of
* unix/configure.in: patch #996085, that introduces
* unix/Makefile.in: --enable-man-suffix.
* unix/installManPage: added * unix/mkLinks: removedcheck-in: eea79b81 user: rmax tags: trunk | |
2004-11-17
| ||
22:46 |
* generic/tkCanvWind.c (ConfigureWinItem): unmap windows immediately when state hidden is requested. [Bug 982248]check-in: 52049d8a user: hobbs tags: trunk | |
22:17 | see changes check-in: 151b4f5d user: hobbs tags: trunk | |
22:17 |
* generic/tkCanvImg.c (ImageToPostscript): don't try ps generation of canvas image item without image specified. [Bug 1032300]check-in: 5225d669 user: hobbs tags: trunk | |
22:16 |
* generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under X attr to prevent expose events when moving sash. [Bug 1036963]check-in: 69af9655 user: hobbs tags: trunk | |
22:16 |
* library/console.tcl (::tk::console::ExpandVariable): correct array keyname expansion. [Bug 1004508] (bold)check-in: fad58976 user: hobbs tags: trunk | |
21:01 | Remove extra space after {BUILD_PRODUCTS. check-in: 8b91cbf1 user: wolfsuit tags: trunk | |
13:46 | improved documentation of -tabs check-in: baa5f279 user: vincentdarley tags: trunk | |
2004-11-16
| ||
17:52 |
* library/msgs/it.msg: Updated Italian message catalog. Thanks to Roberto Ugoccioni [Bug 1063675].check-in: c6ffe746 user: dgp tags: trunk | |
04:05 |
* macosx/Wish.pbproj/project.pbxproj: * macosx/buildTkConfig.tcl: fixes for tclConfig.h changes. * macosx/Wish.pbproj/project.pbxproj: fixed references to renamed bitmap files. * macosx/Wish.xcode/project.pbxproj (new): * macosx/Wish.xcode/default.pbxuser (new): * macosx/Wish-Info.plist (new): * macosx/Tk-Info.plist (new): added new Xcode 1.5 project using native targets, made possible by tclConfig.h changes. * generic/tk.h: added version number change comments for new files.check-in: b02b0320 user: das tags: trunk | |
2004-11-15
| ||
13:09 | fix to one multi-line search bug check-in: b1df8d15 user: vincentdarley tags: trunk | |
11:39 | Preparatory works for making Tk define its parameters via a config header. check-in: ec2c91e6 user: dkf tags: trunk | |
2004-11-13
| ||
03:41 |
* macosx/tkMacOSXXStubs.c: implemented XGetGeometry().check-in: aabd0f1b user: das tags: trunk | |
2004-11-12
| ||
23:53 |
* generic/tkCmds.c (Tk_TkObjCmd): use correct screen data when -displayof arg is passed to [tk scaling]. [Bug 800178]check-in: 710d4860 user: hobbs tags: trunk | |
09:03 |
* doc/SetOptions.3: * doc/text.n: fixed *roff errors uncovered by running 'make html'. * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug 618872]check-in: 951e50bd user: das tags: trunk | |
2004-11-11
| ||
11:33 | * generic/tkEvent.c (InvokeInputMethods): Call XSetICFocus whenever the window receives focus. This fixes bug #905830 but avoids #1000051. check-in: b769b452 user: rmax tags: trunk | |
01:24 |
* generic/tkMain.c: * macosx/tkMacOSXAppInit.c (removed): * macosx/Wish.pbproj/project.pbxproj: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: changes to make TkAqua dynamically loadable, enabling [package require Tk] from tclsh. Startup code from tkMacOSXAppInit.c moved into tkMacOSXInit.c, added code that notifies the window server that an unbundled executable is a full GUI application after loading Tk. [Patch 1035348] * doc/wm.n: documented [wm attributes] on Mac OS X. [Bug 606665] * macosx/tkMacOSXWm.c: implemented TIP 222 [wm attributes -alpha] on Mac OS X. [Patch 892194] WmIconbitmapCmd: adopted FSRef changes from [wm atttrs -titlepath]. * macosx/tkMacOSXSubwindows.c: synced spacing/formatting with core-8-4-branch. * generic/tkRectOval.c: * macosx/README: * macosx/tkMacOSXDefault.h: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXWm.c: forward port from core-8-4-branch of Jim's and my changes for CG drawing and [wm attributes] (corresponds to 8.4 changes dating from 09-18, 07-27, 07-24). * macosx/tkMacOSXMouseEvent.c: endianness fixes. * macosx/Wish.pbproj/project.pbxproj: corrected path to html help inside framework. * macosx/Makefile: prevent parallel make from building several targets at the same time.check-in: 2cb92ba5 user: das tags: trunk | |
2004-11-09
| ||
12:46 | fix to MacOSX compound button layout check-in: 468121ce user: vincentdarley tags: trunk | |
2004-11-08
| ||
21:57 | Added Keith Vetter's tkGoldberg as an animation demo. Thanks Keith! check-in: 5990fa31 user: dkf tags: trunk | |
2004-11-07
| ||
22:41 | More animation demos check-in: 33fceda0 user: dkf tags: trunk | |
22:21 | doc/frame.n: Added some info for -width/-height options. [Bug 1055423] check-in: 2e72c8be user: pspjuth tags: trunk | |
22:00 | Made handling of ^ a bit more consistent in corner cases. This makes ^ work without any widgets in the same command. [Bug 962589] check-in: 8a1c41a4 user: pspjuth tags: trunk | |
17:28 | Added a demo of simple animation to the widget tour. check-in: 7e4b17b3 user: dkf tags: trunk | |
2004-11-03
| ||
18:07 |
* tests/button.test: Update expected results to account for more verbose errorinfo from errors in variable traces [Tcl Bug 572164]check-in: 8a1b72b8 user: dgp tags: trunk | |
2004-11-01
| ||
16:51 |
* dialog.test (dialog-1.1): Update expected result to changes in the error messages produced by procs.check-in: 83eb7098 user: dgp tags: trunk | |
2004-10-29
| ||
22:28 |
* tests/wm.test: Add Win32 test cases for attributes subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand.check-in: ad5c91fd user: mdejong tags: trunk | |
07:53 | Minor format fix check-in: 44dec564 user: dkf tags: trunk | |
2004-10-28
| ||
19:51 |
* win/tkWin32Dll.c (DllMain, _except_dllmain_detach_handler): Rework pushing of exception handler function pointer so that compiling with gcc -O3 works. Remove empty function call to avoid compiler warning. Mark the DllMain function as noinline to avoid compiler error from duplicated asm labels in generated code.check-in: eed74dac user: mdejong tags: trunk | |
15:06 | * unix/tkUnixScale.c (DisplayHorizontalValue): Fix for #220927 by Michael Schlenker to keep the labels within the window. check-in: f30410b8 user: patthoyts tags: trunk | |
12:25 | More minor doc fixes check-in: da9814e9 user: dkf tags: trunk | |
10:22 | Assorted minor documentation fixes check-in: 3bb2aef6 user: dkf tags: trunk | |
2004-10-27
| ||
00:56 |
* win/tkWinX.c: Signature for tkWinXCleanup needed to be
* generic/tkInt.decls: changed so it matches the Tcl_ExitProc
* generic/tkIntPlatDecls.h: typedef to avoid a bad-style cast.
* win/makefile.vc: Force TCL_LIBRARY envar when calling tclsh check-in: f5ccb7aa user: davygrvy tags: trunk | |
2004-10-26
| ||
14:16 | Fix silly typo check-in: cf610d7c user: dkf tags: trunk | |
14:07 | * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax error * generic/tkImgPhoto.c (Tk_PhotoPutBlock): Removed unreferences vars. check-in: fa8e785e user: patthoyts tags: trunk | |
13:15 | Attempt to fix [Bug 919066] by allowing the code that creates the region much more knowledge of the platform functions available to it. check-in: 9e91a521 user: dkf tags: trunk | |
12:51 | Stop compiler warning check-in: 140771ac user: dkf tags: trunk | |
08:07 | Fix incorrect expected error message check-in: 57cb5278 user: dkf tags: trunk | |
2004-10-25
| ||
15:22 | Fix stupid brokenness inroduced by me. D'oh! check-in: 59c874f0 user: dkf tags: trunk | |
2004-10-24
| ||
17:22 | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) Thanks to Brian Griffin for developing these! [Patch 983886] check-in: 97c9d47d user: dkf tags: trunk | |
2004-10-21
| ||
01:13 |
* win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER to SetWindowPos when maintaining win Z order, to prevent parent from flashing (adjusting Z order).check-in: ba1a1a88 user: hobbs tags: trunk | |
2004-10-19
| ||
18:56 | TIP #204 "Virtual Events for Keyboard Traversal" (patch #976928) check-in: 50bf19de user: jenglish tags: trunk | |
15:24 | Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835] check-in: 243c90c3 user: dkf tags: trunk | |
2004-10-18
| ||
13:40 | remove debug code check-in: fb5c00f1 user: vincentdarley tags: trunk | |
2004-10-11
| ||
20:03 | Added missing changelog entry check-in: 463f6e1b user: dkf tags: trunk | |
14:25 | updated as of en.msg 1.14 check-in: 1b45edf8 user: bagnonm tags: trunk | |
14:23 | Swedish message catalog from Mats Bengtsson. check-in: 2d3ca51d user: bagnonm tags: trunk | |
2004-10-08
| ||
23:15 | Fill in missing part of sentence in [wm attributes] check-in: a1ab4e10 user: dkf tags: trunk | |
21:44 | Flagged TIP implementation points more clearly check-in: 2cdcc6d9 user: dkf tags: trunk | |
16:16 | TIP #205 "Use pkgconfig Database to Register Xft Support". (xref: patch #971980) check-in: 12ea6256 user: jenglish tags: trunk | |
2004-10-07
| ||
17:39 | add iconphoto notes about recommended usage check-in: d7c21cf3 user: hobbs tags: trunk | |
2004-10-06
| ||
13:27 | silence compiler warnings check-in: 314b2ec0 user: dgp tags: trunk | |
2004-10-05
| ||
22:04 |
* doc/wm.n (iconphoto): added support for Tk photo * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751]check-in: 96b7bb4f user: hobbs tags: trunk | |
01:26 | fix init warnings check-in: 957f9825 user: hobbs tags: trunk | |
2004-09-28
| ||
18:54 | clarify wm -alpha docs check-in: a8b23ec3 user: hobbs tags: trunk | |
2004-09-24
| ||
17:36 |
* generic/tkCursor.c: Add missing initialization in debug routine.check-in: 5ef3e9ca user: dgp tags: trunk | |
14:43 | more robust text widget display tests check-in: 0bcdab9c user: vincentdarley tags: trunk | |
14:03 | fix to mousewheel scrolling check-in: 8c2252a5 user: vincentdarley tags: trunk | |
01:15 | * win/tkWinX.c: Added declaration for advapi32 now that this file uses the Reg* functions (req'd for nmake build system). check-in: 07e29b8e user: patthoyts tags: trunk | |
2004-09-23
| ||
14:56 | text widget search fix check-in: 8d8ebd87 user: vincentdarley tags: trunk | |
01:08 |
* win/tkWinInt.h (TkWinDisplayChanged): added decl * win/tkWinX.c (TkWinDisplayChanged, TkpOpenDisplay): Correctly * win/tkWinWm.c (InvalidateSubTreeDepth, WmProc): handle color and screen resolution changes. Tested for 16/24/32 bpp changes on XP. May need more fixes for 8bpp switch, use of special colormaps, or other special palette handling cases. [Bug 223689]check-in: 0eb7a8a6 user: hobbs tags: trunk | |
2004-09-21
| ||
19:13 |
* generic/tkInt.decls: Add decl for TkWinGetPlatformTheme. It is only defined under Win32. * generic/tkIntPlatDecls.h: Regen. * generic/tkStubInit.c: Regen. * win/tkWinInt.h: Define TK_THEME_WIN_CLASSIC and TK_THEME_WIN_XP. * win/tkWinMenu.c (DrawMenuEntryAccelerator, DrawMenuEntryLabel): Draw a disabled 3D text highlight for the accelerator only with the Win95/98 look. Same goes for the menu entry text. * win/tkWinX.c (TkWinGetPlatformId, TkWinGetPlatformTheme): Automatically detect the Windows theme in use and return either TK_THEME_WIN_CLASSIC or TK_THEME_WIN_XP when the TkWinGetPlatformTheme function is invoked. [Patch 866194]check-in: 24901585 user: mdejong tags: trunk | |
18:23 |
* win/tkWinWm.c: Rework WS_EX_LAYERED and LWA_ALPHA defines so that compiling with mingw works again.check-in: a38c892c user: mdejong tags: trunk | |
00:09 |
* win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attribute settings prior to window mapping and resort to more forceful wrapper update again for -toolwindow (to remove it from taskbar).check-in: c355526f user: hobbs tags: trunk | |
2004-09-19
| ||
16:05 | Standardize style of section refs & public symbols. Remove displayed tabs check-in: 21e74dc1 user: dkf tags: trunk | |
00:11 |
(UpdateWrapper): don't adjust Z order of TOPMOST window. (WmAttributesCmd): don't call UpdateWrapper for -disabled or -toolwindow attr changes.check-in: 3973d2ae user: hobbs tags: trunk | |
00:10 | missed wm attr test check-in: 0a4b1ea2 user: hobbs tags: trunk | |
2004-09-18
| ||
22:51 |
* win/tkWinWm.c (WmAttributesCmd): correct -alpha 0.0/1.0 setting and round the value.check-in: 66705d8b user: hobbs tags: trunk | |
20:15 | no message check-in: 3e7955b6 user: davygrvy tags: trunk | |
2004-09-17
| ||
23:26 |
* doc/wm.n: * tests/winWm.test: Add 'wm attributes -alpha' to control toplevel * win/tkWinInt.h: alpha transparency on Win2K/XP+. * win/tkWinWm.c: TIP #222 [Patch 892194]check-in: b8d1edd4 user: hobbs tags: trunk | |
22:44 |
* win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z order * tests/winWm.test: and focus of preexisting window when replacing the wrapper window.check-in: 98ca232f user: hobbs tags: trunk | |
2004-09-16
| ||
21:04 | no message check-in: b6f0dea5 user: davygrvy tags: trunk | |
20:06 |
* generic/tkMenu.c (MenuWorldChanged): ensure that we recompute the menu geometry on WorldChanged to handle font size changes. [Bug 607649]check-in: 576e4aa8 user: hobbs tags: trunk | |
18:01 | Fixed a memory leak when a placed widget was forgotten. [Bug 1028888] check-in: 3c1692e8 user: pspjuth tags: trunk | |
17:52 | added VC7-safe environment check used in the Tcl makefile.vc check-in: 998d3bb4 user: davygrvy tags: trunk | |
2004-09-15
| ||
04:02 |
* win/tkWinWm.c (WmIconwindowCmd): Replace bogus call to XWithdrawWindow with proper code. This avoids a "couldn't send withdraw message to window manager" error when the iconwindow is already mapped. The wm iconwindow command does not seem to do much under Win32, but at least this avoids an error message.check-in: f48e49a4 user: mdejong tags: trunk | |
2004-09-13
| ||
22:54 |
* win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the right size for both icons ('?:' order of precedence mistake).check-in: 5d0c841e user: hobbs tags: trunk | |
2004-09-10
| ||
22:31 | Make sure the state is correctly reset on dialog startup. [Bug 845189] check-in: 8f1066e2 user: dkf tags: trunk | |
20:49 |
(UpdateWrapper): update to 2004-06-12 Kovalenko to account for whether the override window has a transient parent, and apply WS_POPUP in the correct case. The makes splash screens pop up as well as making dropdowns not grab focus away from the parent.check-in: c451fb5f user: hobbs tags: trunk | |
20:46 | Prevent tk_strictMotif poisoning of the Widget demo [Bug 1013942] check-in: ce3ce065 user: dkf tags: trunk | |
19:52 | Reformat and highlight TIP impl entry. check-in: 78cbe50f user: dkf tags: trunk | |
18:45 |
* win/tkWinWm.c (ActivateWindow): SetFocus to grab window when clicking outside the grab window hierarchy. [Bug 220908]check-in: a264e420 user: hobbs tags: trunk | |
13:42 | fixed a small typo in TextPeerCmd() check-in: fe5b1c98 user: rmax tags: trunk | |
12:32 | include tkTest.c in list of files which depend on tkText.h check-in: bba07cef user: vincentdarley tags: trunk | |
12:13 | text widget 'peer' subcommand -- TIP#169 implementation check-in: 24c87e87 user: vincentdarley tags: trunk | |
06:58 | bulletproof 23.2 result [Bug #1019100] check-in: 16331802 user: hobbs tags: trunk | |
04:50 |
* win/tkWinWm.c (ReadIconFromFile): when using SHGetFileInfo to retrieve icon, get regular icon as well for correct Alt-Tab icon.check-in: 854e5d62 user: hobbs tags: trunk | |
2004-09-09
| ||
12:17 | Clarify -use docs. [Bug 1024364] check-in: 72bead61 user: dkf tags: trunk | |
2004-09-06
| ||
23:22 |
* library/tkfbox.tcl (::tk::dialog::file::Create): use label instead of button for "File of type", as it properly handles -state disabled now.check-in: faa38196 user: hobbs tags: trunk | |
13:45 | Set TK_LIBRARY when execing Tk apps (test, runtest, rundemo). check-in: 73a8f188 user: patthoyts tags: trunk | |
2004-09-03
| ||
14:09 | Make sure user_data is NULL everywhere it isn't set. [Bug 1021812] check-in: 31bf19fe user: dkf tags: trunk | |
2004-09-01
| ||
10:00 | Fix general error-case test. [Bug 1019085] check-in: 21a81a60 user: dkf tags: trunk | |
09:37 | More doc fixes from Mikhail Kolesnitchenko check-in: d435eb90 user: dkf tags: trunk | |
2004-08-29
| ||
09:27 | TIP#165 (user data field) implementation. check-in: 86e0e80e user: dkf tags: trunk | |