Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around b24e9839a85852ea.
2002-09-04
| ||
17:44 | * win/Makefile.in (install-libraries): Added code section to install the message catalogs. Copied same section from unix/Makefile.in and adapted it to the slightly different environment. check-in: 106f720e user: andreas_kupries tags: trunk | |
02:05 |
* library/button.tcl: further restrict buttons to not resetting the "original" relief if it has changed in the interim. This prevents code that simulated overrelief buttons from not working in 8.4. [Bug #604270]check-in: 2054f3e5 user: hobbs tags: trunk | |
2002-09-03
| ||
15:08 |
* macosx/Wish.pbproj/project.pbxproj: Bumped version number to 8.4.0 and updated copyright info.check-in: 6d77900e user: das tags: trunk | |
11:48 | wm attributes macosx fix check-in: 771dc762 user: vincentdarley tags: trunk | |
05:15 | Update changes for 8.4.0 release check-in: 5f654d35 user: dgp tags: trunk | |
01:05 | correction to r1.19 fix to only incr inset when no image is used check-in: 3cfb6a24 user: hobbs tags: trunk | |
00:22 |
* tests/cursor.test: reverted 2002-08-31 change for OS X to use 'heart' cursor because 'arrow' on windows has a pre-skewed use count. [Bug #602667]check-in: 2b947ce8 user: hobbs tags: trunk | |
2002-09-02
| ||
23:39 | see changes check-in: f5780ba6 user: hobbs tags: trunk | |
23:32 |
* tests/button.test: added button-14.1 * win/tkWinButton.c (TkpComputeButtonGeometry): correct Win button sizing to be equal for one-line buttons with -height of 0 or 1, as well as -height 0 buttons with empty text and no image, which should be the same as single-line text buttons. [Bug #565485]check-in: 0c303d23 user: hobbs tags: trunk | |
22:00 |
* library/button.tcl (::tk::ButtonLeave): correctly restore state of button to normal for unix bindings. [Bug #597920]check-in: 9034f661 user: hobbs tags: trunk | |
22:00 | added tk windowingsystem docs check-in: a822075e user: hobbs tags: trunk | |
21:21 | make sure to substitute LD_LIBRARY_PATH_VAR check-in: debadbbc user: hobbs tags: trunk | |
21:21 | add support for 64-bit builds on HP-11 with gcc check-in: 2b462bca user: hobbs tags: trunk | |
21:21 |
* tests/wm.test: * unix/tkUnixWm.c: remove possible 2-second delay in 'raise'. [Patch #601518] (english) TIP #107check-in: 1d77e81a user: hobbs tags: trunk | |
20:16 | Bumped version number to 8.4.0 check-in: 912aaecc user: hobbs tags: trunk | |
19:16 |
* generic/tkCmds.c: * generic/tkWindow.c: made 'tk' available in safe interpreters, but only the caret and windowingsystem subcommands may be called. * tests/safe.test (safe-1.2): noted that tk is now available in safe interps, but not the appname/scaling subcommands.check-in: bb0ef89d user: hobbs tags: trunk | |
19:15 | noted new tk windowingsystem subcommand check-in: c536d125 user: hobbs tags: trunk | |
19:14 | added int cast to prevent warning check-in: 28480d0b user: hobbs tags: trunk | |
19:13 | added size_t cast to prevent warning check-in: 9c0423f0 user: hobbs tags: trunk | |
2002-08-31
| ||
13:28 |
* unix/tcl.m4: update from Tcl * unix/Makefile.in: import of TK_SHLIB_LD_EXTRAS for Tk library specific linker settings. Added use of new LD_LIBRARY_PATH_VAR. * unix/configure: regencheck-in: 17a60be4 user: das tags: trunk | |
06:12 |
*** macosx-8-4-branch merged into the mainline [tcl patch #602770] *** * generic/tk.decls: * generic/tkInt.decls: added new "aqua" specific entries to the stubs tables. Changed all "unix" entries to "x11" to allow us to distinguish and build both "aqua" on MacOSX and "x11" on MacOSX. * generic/tk.h: added a #ifnded RESOURCE_INCLUDED so that tk.h can be passed to the resource compiler. * generic/tkCmds.c (Tk_TkObjCmd): added [tk windowingsystem] subcommand: returns "x11" when running on X11, "win32" on Windows, "classic" on MacOS9 and "aqua" on MacOSX Aqua (i.e. Carbon) * generic/tkFont.c (TkFontGetFirstTextLayout): new private function returning the first chunk of a Tk_TextLayout, i.e. until the first font change on the first line (or the whole first line if there is no such font change). * generic/tkMain.c: made Tcl_ThreadDataKey static * library/demos/puzzle.tcl: fixed button metrics for aqua * tests/cursor.test: check for presence of arrow cursor instead of heart cursor * xlib/xcolors.c: changed xColors static initialization to more standard C * macosx/Wish.pbproj/jingham.pbxuser (new): * macosx/Wish.pbproj/project.pbxproj (new): project for Apple's ProjectBuilder IDE. * macosx/Makefile (new): simple makefile for building the project from the command line via the ProjectBuilder tool 'pbxbuild'. * macosx/tkMacOSXAppInit.c (new): macosx specific AppInit looking for a AppMain.tcl file in its bundled Resources/Scripts folder. If present, argv[1] is set to that file and the Scripts folder is added to the auto_path. This allows tk apps to embed scripts within their bundle directory structure. * macosx/tkMacOSXInit.c (new): macosx adapted version of tkUnixInit.c: we initialize & cache the Carbon native encoding (e.g. 'macRoman') and try to find the tk script library files inside Tk packaged as a framework. * macosx/tkMacOSXNotify.c (new): new macosx specific merged Carbon/select-based notifier. * macosx/tkMacOSXEvent.c (new): * macosx/tkMacOSXEvent.h (new): * macosx/tkMacOSXKeyEvent.c (new): * macosx/tkMacOSXMouseEvent.c (new): * macosx/tkMacOSXWindowEvent.c (new): new macosx specific event handling functionality. * macosx/tkMacOSX.h (new): * macosx/tkMacOSXBitmap.c (new): * macosx/tkMacOSXButton.c (new): * macosx/tkMacOSXClipboard.c (new): * macosx/tkMacOSXColor.c (new): * macosx/tkMacOSXConfig.c (new): * macosx/tkMacOSXCursor.c (new): * macosx/tkMacOSXDefault.h (new): * macosx/tkMacOSXDialog.c (new): * macosx/tkMacOSXDraw.c (new): * macosx/tkMacOSXEmbed.c (new): * macosx/tkMacOSXFont.c (new): * macosx/tkMacOSXHLEvents.c (new): * macosx/tkMacOSXInt.h (new): * macosx/tkMacOSXKeyboard.c (new): * macosx/tkMacOSXMenu.c (new): * macosx/tkMacOSXMenubutton.c (new): * macosx/tkMacOSXMenus.c (new): * macosx/tkMacOSXPort.h (new): * macosx/tkMacOSXRegion.c (new): * macosx/tkMacOSXScale.c (new): * macosx/tkMacOSXScrlbr.c (new): * macosx/tkMacOSXSubwindows.c (new): * macosx/tkMacOSXTest.c (new): * macosx/tkMacOSXUtil.c (new): * macosx/tkMacOSXUtil.h (new): * macosx/tkMacOSXWm.c (new): * macosx/tkMacOSXWm.h (new): * macosx/tkMacOSXXStubs.c (new): macosx ports of classic mac Tk implementation in tk/mac. * macosx/tkMacOSXSend.c (new): only send to local interp implemented currently. * macosx/tkMacOSXDebug.h (new): * macosx/tkMacOSXDebug.c (new): new macosx specific functions for debugging MacOS events, regions, etc. * macosx/tkAboutDlg.r (new): * macosx/tkMacOSXApplication.r (new): * macosx/tkMacOSXCursors.r (new): * macosx/tkMacOSXLibrary.r (new): * macosx/tkMacOSXMenu.r (new): * macosx/tkMacOSXResource.r (new): * macosx/tkMacOSXXCursors.r (new): * macosx/tclets.r (new): sources for Rez resource compiler. * macosx/Wish.icns (new): Wish application icon. * generic/tk.h: * generic/default.h: * generic/tkBind.c: * generic/tkCmds.c: * generic/tkGrab.c: * generic/tkPointer.c: * generic/tkPort.h: * generic/tkSelect.c: * generic/tkStubLib.c: * generic/tkTest.c: * generic/tkText.c: * generic/tkWindow.c: * unix/tkUnix3d.c: * xlib/xgc.c: * xlib/X11/X.h: * xlib/X11/Xlib.h: * xlib/X11/Xutil.h: added #includes and #ifdefs for macosx * library/bgerror.tcl: * library/button.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/text.tcl: * library/tk.tcl: * library/demos/menu.tcl: * library/demos/menubu.tcl: * library/demos/widget: check [tk windowingsystem] instead of and/or in addition to $tcl_platform(platform). * generic/tkInt.h: * mac/tkMacBitmap.c: * mac/tkMacWm.c: added missing CONSTification * generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c: regencheck-in: 6b4c1410 user: das tags: trunk, macosx-8-4-merge-2002-08-31-trunk | |
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 | |