summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes56
1 files changed, 50 insertions, 6 deletions
diff --git a/changes b/changes
index f78c017..66561fe 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.104 2007/04/22 07:04:41 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.105 2007/04/23 21:24:32 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,7 +6251,7 @@ 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 event handling
+2006-11-02 (enhancement) Improve OS X Carbon event handling.
2006-11-07 (configure change) Unix --enable-xft is enabled by default now.
@@ -6262,7 +6262,7 @@ control display of console.
2006-11-30 (bug fix) Fix handling of Escape binding on OS X dialogs.
-2006-12-01 (new feature) add -transparentcolor wm attribute on Windows.
+2006-12-01 (new feature) Add -transparentcolor wm attribute on Windows.
2006-12-02 (new feature)[TIP 300] Added [font actual $font $char].
@@ -6271,11 +6271,55 @@ control display of console.
2006-12-11 (enhancement) Improved EWMH support for _NET_WM_PID and
_NET_WM_PING.
-2007-01-19 (configure change) ensre CPPFLAGS env var is used when set.
+2007-01-19 (configure change) Ensure CPPFLAGS env var is used when set.
-2007-02-19 (configure change) use SHLIB_SUFFIX=".so" on HP-UX IA64 (was
+2007-02-19 (configure change) Use SHLIB_SUFFIX=".so" on HP-UX IA64 (was
".sl").
-2007-04-10 (platform support) correctly handling theming on Vista/Aero.
+2007-04-10 (platform support) Correctly handle theming on Vista/Aero.
+
+2007-04-23 (enhancement) Allow empty value for -selectforeground option.
+
+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).
+
+2007-04-23 (platform support) Aqua: add all OS theme colors/brushes (patterns)
+as system colors.
+
+2007-04-23 (platform support) Aqua: use OS theme for tk_dialog and bgerror.
+
+2007-04-23 (platform support) Aqua: add 'none' cursor.
+
+2007-04-23 (platform support) Aqua: [tk_getOpenFile -parent] uses sheet dialog.
+
+2007-04-23 (bug fix) Aqua: fix custom MDEF and tearoff menu display.
+
+2007-04-23 (bug fix)[1620826] Aqua: fix <<MenuSelect>> support.
+
+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.
+
+2007-04-23 (platform support) Aqua: improve event processing during nested
+event loops (e.g. modal dialogs, menu tracking, window resizing etc).
+
+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.
+
+2007-04-23 (platform support) Aqua: add [wm attributes] -topmost, -fullscreen
+and -transparent (allows fully transparent window via -bg "systemTransparent").
+
+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.
+
+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.
+
+2007-04-23 (platform support) Aqua: add tcl document extensions and mime type
+to Wish.app's Info.plist.
--- Released 8.5a6, April 25, 2007 --- See ChangeLog for details ---