Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 35bb39313affe804.
2002-08-31
| ||
05:38 | added macosx-8-4-branch ChangeLog entries Closed-Leaf check-in: f7b1988b user: das tags: macosx-8-4-branch, macosx-8-4-premerge-2002-08-31-branch | |
01:16 | small fix to more reliably force relink of non-active buildstyle check-in: 9e439d95 user: das tags: macosx-8-4-branch | |
2002-08-30
| ||
19:18 | set SYMROOT in macosx/Makefile check-in: 045938f5 user: das tags: macosx-8-4-branch | |
18:18 | various project cleanups & enhancements added macosx/Makefile to facilitate building from cli added [tk windowingsystem] and removed $::tcl_plaform(windowingsystem) changed all runtime library references to the above removed duplicate entries in tk.decls & tkInt.decls CONSTification and other small changes in macosx/ to remove compiler warnings check-in: 3ee14f2c user: das tags: macosx-8-4-branch | |
15:36 | merged with trunk at tag macosx-8-4-merge-2002-08-30-trunk check-in: b24e9839 user: das tags: macosx-8-4-branch, macosx-8-4-merge-2002-08-30-branch | |
2002-08-28
| ||
01:08 | Fix for bug #582457: make radio and checkbuttons work like Windows when -relief is sunken, -offrelief is flat, and -overrelief is raised. check-in: 9abdf011 user: drh tags: trunk, macosx-8-4-premerge-2002-08-31-trunk, macosx-8-4-merge-2002-08-30-trunk | |
2002-08-26
| ||
21:57 |
08/26/2002 Jim Ingham < [email protected]>
tkMacOSXMenu.c: In ReconfigureIndividualMenu, guard against the CFStringFromCString returning NULL. In this case, insert "<error>" for the menu item text, for want of a better thing to do...check-in: 6b5cf758 user: wolfsuit tags: macosx-8-4-branch | |
21:55 |
08/26/2002 Jim Ingham < [email protected]>
tkMacScrlbar.c: Use kControlScrollBarLiveProc so we get live updates for the Scrollbar - rather than trying to hide the original position. Watch for the "dragged" as well as the "moved" message in the thumb action proc. 10.2 seems to only send the former.check-in: e3d46022 user: wolfsuit tags: macosx-8-4-branch | |
14:32 |
* win/Makefile.in: Removed dependence on the (parts of) the * win/winMain.c: tcltest executable on Windows. It was not used, and the dependency complicated the Makefile. [Bug 592638].check-in: e82e08ec user: dgp tags: trunk | |
2002-08-21
| ||
14:01 | bumped version to 8.0b3 added libstub.a target simplified framework build phases check-in: 5d062a7b user: das tags: macosx-8-4-branch | |
12:28 | whitespace & other cleanup wish startup code cleanup induced by new support in tcl for standard MacOSX tcl package locations renamed Tk_GetFirstTextLayout to private TkFontGetFirstTextLayout check-in: 67ad8b87 user: das tags: macosx-8-4-branch | |
2002-08-20
| ||
20:26 | merged with trunk at tag macosx-8-4-merge-2002-08-20-trunk check-in: 88ef5db9 user: das tags: macosx-8-4-branch, macosx-8-4-merge-2002-08-20-branch | |
15:39 |
* README: Bumped version number to 8.4b3 to distinguish * generic/tk.h: HEAD from the 8.4b2 release. * unix/configure.in: * win/configure.in: * unix/tk.spec: * unix/configure: autoconf * win/configure: * generic/tk.h: Added compile-time check that the tcl.h header file #included by Tk 8.4 is one from Tcl 8.4. This is needed to be sure that new #defines like CONST84 are available. [Bug 597432].check-in: da313789 user: dgp tags: trunk, macosx-8-4-merge-2002-08-20-trunk | |
14:37 | make mklinks check-in: 40b6870e user: dgp tags: trunk | |
2002-08-16
| ||
07:52 |
* unix/Makefile.in (install-binaries): simplified pkgIndex.tcl file created on installation. * win/Makefile.in (install-binaries): corrected and simplified creation of pkgIndex.tcl file on installation.check-in: 98f260cd user: hobbs tags: trunk | |
2002-08-14
| ||
15:31 | compilation, link fixes check-in: 9181c882 user: vincentdarley tags: trunk | |
2002-08-13
| ||
20:53 |
* library/button.tcl: change the bindings to use Priv($w,relief) instead of just Priv(relief). This ensures that neighboring buttons don't confuse (over)relief settings.check-in: 5bfad006 user: hobbs tags: trunk | |
16:20 |
* unix/tkUnixSend.c (Tk_SetAppName): Fixed a compiler warning.check-in: 40a616af user: rmax tags: trunk | |
2002-08-12
| ||
13:38 | Tweaked resizing behaviour of the image-viewer demo. check-in: 576f16ca user: dkf tags: trunk | |
2002-08-08
| ||
23:49 |
* unix/tkUnixWm.c (WmTransientCmd): Apply fix for wm transient assertion error that was applied to tkWinWm.c for Tk Bug #592201.check-in: c489a1d0 user: mdejong tags: trunk | |
23:45 |
* tests/wm.test: Add deleteWindows at start of new transient tests so they do not fail if the toplevels already exist. * unix/tkUnixWm.c: Revert patch for Tk Bug #592201 which incorrectly removed numTransients member.check-in: 8bf51665 user: mdejong tags: trunk | |
22:32 | Fix for Tk Bug #592201 "wm transient fails with two masters". check-in: 4e600e96 user: jenglish tags: trunk | |
21:02 |
* tests/unixWm.test: Corrected packaging of unixWm-50.3 so that [setupbg] and [cleanupbg] always balance, no matter what tests are skipped.check-in: a61cb297 user: dgp tags: trunk | |
11:43 | *** empty log message *** check-in: 7c5e6238 user: rmax tags: trunk | |
11:43 |
* unix/Makefile.in: Fixed typos in DISTNAME, and ZIPNAME.check-in: da67b924 user: rmax tags: trunk | |
10:47 | 8.4b2 tag note check-in: 35bb3931 user: hobbs tags: trunk, core-8-4-b2 | |
09:35 |
* generic/tkButton.c (TkButtonWorldChanged): added GCFont handling to the disabledGc of buttons when compound != none. The drawing appears to be incorrect across platforms still. [Bug #477740]check-in: 24bf8f80 user: hobbs tags: trunk | |
09:35 |
* generic/tkImgGIF.c (FileReadGIF): fixed -from handling for gifs [Bug #467524] (obermeier)check-in: ae52de43 user: hobbs tags: trunk | |
04:54 |
* generic/tkCanvUtil.c (TkSmoothParseProc): recognize the built-in bezier method by name. [Bug #578654] * doc/canvas.n: update to note that -smooth really doesn't take or return just booleans.check-in: 3c214554 user: hobbs tags: trunk | |
01:44 |
* win/configure: * win/tcl.m4: added shell32 to libs for updated native Windows tk_chooseDirectory dialog.check-in: f1e64387 user: hobbs tags: trunk | |
01:43 |
* tests/panedwindow.test: added -text foobar to some test buttons to enable correct testing of panedwindow across platforms. [Bug #582370]check-in: b96bae21 user: hobbs tags: trunk | |
01:43 |
* generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): * library/panedwindow.tcl: changed class from PanedWindow to Panedwindow to not conflict with existing bwidgets, but also to be more regular with other names used in the core.check-in: c5e500e1 user: hobbs tags: trunk | |
01:43 |
* doc/GetBitmap.3: removed doc refs to deprecated Tk_GetBitmapFromData. [Bug #590379]check-in: 00d9f161 user: hobbs tags: trunk | |
01:42 |
* win/tkWinMenu.c (TkpSetWindowMenuBar): fixed logic bug in when to idle call ReconfigureWindowsMenu.check-in: f8c3d249 user: hobbs tags: trunk | |
01:42 |
* win/tkWinDialog.c: enabled use of the updated native Windows directory browser (tk_chooseDirectory). This does require shell32.dll v4.71 or greater. [Patch #468139]check-in: 13676ed9 user: hobbs tags: trunk | |
2002-08-06
| ||
14:38 | Made panedwindow tests all work again; I'm fairly sure the current behaviour is still not right, but it is definitely better than it was when I first started tinkering with the panedwindow in that now it at least picks a sensible size in one dimension when working with widgets whose size is not known immediately. check-in: 5638f6f6 user: dkf tags: trunk | |
13:19 |
* tests/defs.tcl: removed file. No longer needed now that Tk is using the tcltest package to do its testing.check-in: d525d66a user: dgp tags: trunk | |
2002-08-05
| ||
14:01 |
* win/tkWinFont.c: Additional changes to fix CONST warnings on * win/tkWinWM.c: Windows due to latest patch. Tks Vince Darley.check-in: b4beb44e user: dgp tags: trunk | |
04:30 |
Applied companion patch for Tcl Patch 585105,
updating Tk to use Tcl 8.4's fully CONST-ified
interface, and fully CONSTifying Tk at the
same time.
This patch includes purging Tk of its last direct access to interp->result. [Bug 589853] The substantial changes include copying event sequence strings into Tcl_DStrings in tkBind.c, and copying [text] indices into Tcl_DStrings because parsing them involved overwriting them. If this causes performance trouble, that can be resolved by further converting them to Tcl_Obj's. The #defines USE_NON_CONST and USE_COMPAT_CONST have the same effect for Tk as they do for Tcl. (They actually change tcl.h) check-in: 5603f01a user: dgp tags: trunk | |
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 | |