summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordas <das>2007-10-26 17:20:56 (GMT)
committerdas <das>2007-10-26 17:20:56 (GMT)
commit5da45b295e7c7587c84dbce12f860564f2c19e44 (patch)
treed77a3f532f7a313e1ab9d0b4d689c5504df034a4 /changes
parentb5f20276c18fd417219d970c8e0abb1e3af3091f (diff)
downloadtk-5da45b295e7c7587c84dbce12f860564f2c19e44.zip
tk-5da45b295e7c7587c84dbce12f860564f2c19e44.tar.gz
tk-5da45b295e7c7587c84dbce12f860564f2c19e44.tar.bz2
add Aqua changes for for 8.5b2
Diffstat (limited to 'changes')
-rw-r--r--changes58
1 files changed, 34 insertions, 24 deletions
diff --git a/changes b/changes
index a8b3572..cf0d892 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was
released on March 13, 1991. Changes that aren't backward compatible
are marked specially.
-RCS: @(#) $Id: changes,v 1.112 2007/10/26 16:51:59 dgp Exp $
+RCS: @(#) $Id: changes,v 1.113 2007/10/26 17:20:56 das Exp $
3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from
the interpreter when the main window is deleted (otherwise there will
@@ -6251,20 +6251,20 @@ ttk::radiobutton, ttk::checkbutton, ttk::treeview, ttk::separator,
ttk::scrollbar, ttk::entry, ttk::frame and ttk::labelframe widgets. Adds
ttk::style command.
-2006-11-02 (enhancement) Improve OS X Carbon Update event handling.
+2006-11-02 (enhancement) Improve OS X Carbon Update event handling (steffen).
2006-11-07 (configure change) Unix --enable-xft is enabled by default now.
2006-11-23 (bug fix)[1599877] Fix unicode character underline in menus.
2006-11-24 (bug fix)[1487701] Better handling of tcl_interactive on OS X to
-control display of console.
+control display of console (hobbs, steffen)
-2006-11-26 (platform support)[1230558] --enable-64bit on more systems.
+2006-11-26 (platform support)[1230558] --enable-64bit on more systems (steffen)
-2006-11-30 (bug fix) Fix handling of Escape binding on OS X dialogs.
+2006-11-30 (bug fix) Fix handling of Escape binding on OS X dialogs (steffen)
-2006-12-01 (new feature) Add -transparentcolor wm attribute on Windows.
+2006-12-01 (new feature) Add -transparentcolor wm attribute on Windows (hobbs)
2006-12-02 (new feature)[TIP 300] Added [font actual $font $char].
@@ -6273,56 +6273,57 @@ control display of console.
2006-12-11 (enhancement) Improved EWMH support for _NET_WM_PID and
_NET_WM_PING.
-2007-01-25 (configure change) Ensure CPPFLAGS env var is used when set.
+2007-01-25 (configure change) ensure CPPFLAGS env var used when set (steffen)
2007-02-19 (configure change) Use SHLIB_SUFFIX=".so" on HP-UX IA64 (was
".sl").
2007-04-10 (platform support) Correctly handle theming on Vista/Aero.
-2007-04-23 (enhancement) Allow empty value for -selectforeground option.
+2007-04-23 (enhancement) Allow empty value for -selectforeground opt (steffen)
2007-04-23 (platform support) Aqua: remove Tk-internal double buffering that is
wasteful on Aqua; allows direct-to-window CoreGraphics drawing (e.g. adding
-support for colors with alpha).
+support for colors with alpha) (steffen)
2007-04-23 (platform support) Aqua: add all OS theme colors/brushes (patterns)
-as system colors.
+as system colors (steffen)
-2007-04-23 (platform support) Aqua: use OS theme for tk_dialog and bgerror.
+2007-04-23 (platform support) Aqua: tk_dialog & bgerror use OS theme (steffen)
-2007-04-23 (platform support) Aqua: add 'none' cursor & missing theme cursors.
+2007-04-23 (platform support) Aqua: add 'none' & missing theme cursors (steffen)
-2007-04-23 (platform support) Aqua: [tk_getOpenFile -parent] uses sheet dialog.
+2007-04-23 (platform support) Aqua: [tk_getOpenFile -parent] et al use sheet
+dialog (steffen)
-2007-04-23 (bug fix) Aqua: fix custom MDEF and tearoff menu display.
+2007-04-23 (bug fix) Aqua: fix custom MDEF and tearoff menu display (steffen)
-2007-04-23 (bug fix)[1620826] Aqua: fix <<MenuSelect>> support.
+2007-04-23 (bug fix)[1620826] Aqua: fix <<MenuSelect>> support (steffen)
2007-04-23 (platform support) Aqua: add support for live window resizing and
asynchronous window dragging; prevent window from becoming inacessible
-offscreen or under Dock after dragging; use transparent grow box.
+offscreen or under Dock after dragging; use transparent grow box (steffen)
2007-04-23 (platform support) Aqua: improve event processing during nested
-event loops (e.g. modal dialogs, menu tracking, window resizing etc).
+event loops (e.g. modal dialogs, menu tracking, window resizing etc) (steffen)
2007-04-23 (bug fix) Aqua: add support for all possible aqua scrollbar arrow
positions, scrollbar variants and for "jump to here" scrollbar behaviour;
-correct scroll view size computation; enforce minimal scrollbar height.
+correct scroll view size computation; enforce minimal scrollbar height (steffen)
2007-04-23 (platform support) Aqua: add [wm attributes] -topmost, -fullscreen
-and -transparent (allows fully transparent window via -bg "systemTransparent").
+and -transparent (fully transparent win via -bg "systemTransparent") (steffen)
2007-04-23 (platform support) Aqua: determine win min/max sizes dynamically;
correct size handling of gridded windows; improve computation of initial
-window bounds; correct window size handling on multi-headed systems.
+window bounds; correct window size handling on multi-headed systems (steffen)
2007-04-23 (platform support) Aqua: correct composite attribute handling in
[tk::unsupported::MacWindowStyle] and add new attributes; allow changing
-window class of already existing windows.
+window class of already existing windows (steffen)
2007-04-23 (platform support) Aqua: add tcl document extensions and mime type
-to Wish.app's Info.plist.
+to Wish.app's Info.plist (steffen)
--- Released 8.5a6, April 25, 2007 --- See ChangeLog for details ---
@@ -6385,13 +6386,20 @@ project for Xcode 3.0 (steffen)
2007-10-11 (bug fix)[1810818] Aqua: [wm resizeable] (steffen)
+2007-10-12 (platform support) Aqua: replace RgnHandles by HIShapeRefs (steffen)
+ *** POTENTIAL INCOMPATIBILITY for C code acessing MacDrawable Rgns ***
+
+2007-10-15 (platform support) Mac OS X: 64-bit X11 support (steffen)
+
2007-10-15 (new feature)[TIP 125][998125] dockable frame support (hobbs)
2007-10-22 (bug fix)[1814778,1780286,1609168,1349586] combobox overhaul(english)
+2007-10-22 (platform support) Aqua: TIP 145 and Aqua Theme fonts (steffen)
+
2007-10-23 (bug fix)[1818441] combobox & reparentable frames (hobbs)
-2007-10-24 (bug fix)[1723362] transparent bitmaps (mcdonald,thoyts)
+2007-10-24 (bug fix)[1723362] Win: transparent bitmaps (mcdonald,thoyts)
2007-10-25 (bug fix)[1818491] crash in [place] manager (mcdonald)
@@ -6399,6 +6407,8 @@ project for Xcode 3.0 (steffen)
2007-10-25 (bug fix)[1817596] ttk::notebook (english)
-Improvements to demo suite to make more use of Tk 8.5 features.
+2007-10-26 (bug fix)[1816252] Aqua: [wm transient] (steffen)
+
+Improvements to demo suite to make more use of Tk 8.5 features (fellows,steffen)
--- Released 8.5b2, October 26, 2007 --- See ChangeLog for details ---