|
From: Don P. <dg...@us...> - 2007-09-17 14:58:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4145 Modified Files: ChangeLog Log Message: * generic/tkConsole.c: Revised callers of Tcl_InitStubs() to account * generic/tkMain.c: for restored compatible support for the call * generic/tkWindow.c: Tcl_InitStubs(interp, TCL_VERSION, 1). Also revised Tcl_PkgRequire() call for Tcl so that, for example, a Tk library built against Tcl 8.5.1 headers will not refuse to [load] into a Tcl 8.5.0 interpreter. [Tcl Bug 1578344]. * generic/tk.h: Revised Tk_InitStubs() to restore Tk 8.4 * generic/tkStubLib.c: source compatibility with callers of * generic/tkWindow.c: Tk_InitStubs(interp, TK_VERSION, 1). |
|
From: Don P. <dg...@us...> - 2007-09-17 15:35:15
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14732 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Joe E. <jen...@us...> - 2007-09-17 20:54:37
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2227 Modified Files: ChangeLog Log Message: Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries on current NetBSDs [#1749251]. |
|
From: Pat T. <pat...@us...> - 2007-09-17 22:40:23
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16742 Modified Files: ChangeLog Log Message: Add crt flags for tkStubLib now it makes use of C-library functions |
|
From: Pat T. <pat...@us...> - 2007-09-18 10:39:49
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31215 Modified Files: ChangeLog Log Message: Made ttk/all.tcl be the same as tk's all.tcl and make use of file normalize |
|
From: Donal K. F. <dk...@us...> - 2007-09-18 12:37:14
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26155 Modified Files: ChangeLog Log Message: Yet another step in the tidying up of the GIF code. |
|
From: Don P. <dg...@us...> - 2007-09-18 16:12:16
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23559 Modified Files: ChangeLog Log Message: * generic/tkStubLib.c: Remove C library calls from Tk_InitStubs() * win/makefile.vc: so that we don't need the C library linked in to libtkStub. |
|
From: Daniel A. S. <da...@us...> - 2007-09-18 19:38:34
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16934 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: *** 8.4.16 TAGGED FOR RELEASE *** * changes: updates for 8.4.16 release. |
|
From: Pat T. <pat...@us...> - 2007-09-19 10:54:16
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21903 Modified Files: ChangeLog Log Message: Replace isdigit call with an internal implementation to avoid libc linkage on windows |
|
From: Donal K. F. <dk...@us...> - 2007-09-20 22:59:37
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19997 Modified Files: ChangeLog Log Message: Only call callbacks that are not NULL. [Bug 1791052] |
|
From: Donal K. F. <dk...@us...> - 2007-09-26 21:19:08
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26940 Modified Files: ChangeLog Log Message: Added Hungarian messages. [Patch 1800742] |
|
From: Joe E. <jen...@us...> - 2007-09-30 16:54:34
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22282 Modified Files: ChangeLog Log Message: Fix private routines accidentally defined in global namespace [Bug 1803836] |
|
From: Don P. <dg...@us...> - 2007-10-02 18:28:11
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31045 Modified Files: ChangeLog Log Message: * generic/tk.h: Bump version number to 8.5b1.1 to distinguish * library/tk.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. Updated LOCALES. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: |
|
From: Pat T. <pat...@us...> - 2007-10-09 12:34:29
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16950 Modified Files: ChangeLog Log Message: Make Ttk_GetImage safe if called with NULL interp. Added some tests that crash on Windows without this fix. |
|
From: Don P. <dg...@us...> - 2007-10-11 02:58:34
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18725 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Daniel A. S. <da...@us...> - 2007-10-11 14:13:37
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29790 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): manually constrain resize limitBounds to maxBounds, works around SectRect() mis-feature (return zero rect if input rect has zero height/width). [Bug 1810818] |
|
From: Daniel A. S. <da...@us...> - 2007-10-11 14:13:57
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29802 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): manually constrain resize limitBounds to maxBounds, works around SectRect() mis-feature (return zero rect if input rect has zero height/width). [Bug 1810818] |
|
From: Don P. <dg...@us...> - 2007-10-11 16:04:42
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10020 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2007-10-11 22:53:31
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24569 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Added Hungarian message catalog. |
|
From: Daniel A. S. <da...@us...> - 2007-10-12 03:14:43
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv983 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXDraw.c: replace all (internal) use of QD region * macosx/tkMacOSXSubwindows.c: API by HIShape API, with conversion to * macosx/tkMacOSXWindowEvent.c QD regions only when required by legacy * macosx/tkMacOSXPrivate.h: Carbon or Tk API. * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXDebug.c: * macosx/tkMacOSXDebug.h: * macosx/tkMacOSXInt.h: replace MacDrawable's QD RgnHandles * macosx/tkMacOSXEmbed.c: clipRgn, aboveClipRgn & drawRgn by * macosx/tkMacOSXMenu.c: HIShapeRefs visRgn & aboveVisRgn and * macosx/tkMacOSXSubwindows.c: CGRect drawRect. * macosx/tkMacOSXWindowEvent.c: remove use of QD port vis rgn in window * macosx/tkMacOSXSubwindows.c: update rgn calculation, manually excise * macosx/tkMacOSXWm.c: growbox from toplevel clip rgn instead. * macosx/tkMacOSXDraw.c: replace use of QD port clip rgn by new * macosx/tkMacOSXPrivate.h: clipRgn fld in TkMacOSXDrawingContext; handle QD/CG drawing mismatches in XCopyArea, XCopyPlane and TkPutImage; cleanup/speedup CGContext setup in TkMacOSXSetupDrawingContext(). * macosx/tkMacOSXDraw.c: change TkMacOSXSetupDrawingContext() to * macosx/tkMacOSXEntry.c: return boolean indicating whether * macosx/tkMacOSXFont.c: drawing is allowed (and was setup) or * macosx/tkMacOSXMenu.c: not (e.g. when clipRgn is empty). * macosx/ttkMacOSXTheme.c: * macosx/tkMacOSXSubwindows.c: signal that drawable is a pixmap via * macosx/tkMacOSXInt.h: new explicit TK_IS_PIXMAP flag instead of a NULL cligRgn field. * macosx/tkMacOSXRegion.c: add wrappers for missing/buggy HIShape * macosx/tkMacOSXPrivate.h: API, and private helpers to operate on HIShapeRefs & convert to/from TkRegion. * macosx/tkMacOSXRegion.c: add Tkp{Retain,Release}Region() API for * macosx/tkMacOSXInt.h: TkRegion. |
|
From: Pat T. <pat...@us...> - 2007-10-12 09:29:21
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29427 Modified Files: ChangeLog Log Message: Make use of TkFixedFont and ttk widgets in the console. Try and select a better fixed font just for the console. |
|
From: Pat T. <pat...@us...> - 2007-10-12 14:14:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20898 Modified Files: ChangeLog Log Message: Mine all version information from headers. Sync tcl and tk and bring extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile. |
|
From: Jeffrey H. <ho...@us...> - 2007-10-15 01:05:24
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22291 Modified Files: ChangeLog Log Message: * win/configure, win/configure.in (TK_WIN_VERSION): Make sure the patchlevel doesn't contain extra dotted pairs (eg. interim release) |
|
From: Daniel A. S. <da...@us...> - 2007-10-15 07:22:45
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9822 Modified Files: ChangeLog Log Message: * macosx/Wish-Common.xcconfig: add 'tktest-X11' target. * macosx/Wish.xcode/project.pbxproj: * macosx/Wish.xcode/default.pbxuser: * macosx/Wish.xcodeproj/default.pbxuser: * macosx/Wish.xcodeproj/project.pbxproj: |
|
From: Daniel A. S. <da...@us...> - 2007-10-15 07:24:44
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10653 Modified Files: ChangeLog Log Message: * generic/tkArgv.c: Fix gcc warnings about 'cast to/from * generic/tkCanvUtil.c: pointer from/to integer of different * generic/tkCanvas.c: size' on 64-bit platforms by casting * generic/tkCursor.c: to intermediate types * generic/tkInt.h: intptr_t/uintptr_t via new PTR2INT(), * generic/tkListbox.c: INT2PTR(), PTR2UINT() and UINT2PTR() * generic/tkObj.c: macros. * generic/tkStyle.c: * generic/tkTextIndex.c: * generic/tkUtil.c: * generic/ttk/ttkTheme.h: * generic/ttk/ttkTreeview.c: * unix/tkUnixMenu.c: * unix/configure.in: * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 |