summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordas <das>2007-05-16 22:12:40 (GMT)
committerdas <das>2007-05-16 22:12:40 (GMT)
commit3b952c4b1a9933cae422980441e4638ef4eaf4c3 (patch)
tree5370cebe1e2106170a6f07819e193c13871fe9ec /changes
parent52b3f5e2efa0b77bd6da754e07945ae5c4541f80 (diff)
downloadtk-3b952c4b1a9933cae422980441e4638ef4eaf4c3.zip
tk-3b952c4b1a9933cae422980441e4638ef4eaf4c3.tar.gz
tk-3b952c4b1a9933cae422980441e4638ef4eaf4c3.tar.bz2
add Aqua changes for 8.4.15
Diffstat (limited to 'changes')
-rw-r--r--changes58
1 files changed, 56 insertions, 2 deletions
diff --git a/changes b/changes
index 577a04c..a0669a7 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.64.2.46 2007/05/15 19:10:47 dgp Exp $
+RCS: @(#) $Id: changes,v 1.64.2.47 2007/05/16 22:12:40 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
@@ -6004,20 +6004,74 @@ registered applevents (steffen)
2006-10-31 (platform support)[1582769] Fix build with VC2003 (thoyts)
+2006-11-02 (enhancement) Improve OS X Carbon Update event handling (steffen).
+
2006-11-23 (bug fix)[1599877] Win: multibyte menu item underlines (hobbs)
+2006-11-24 (bug fix)[1487701] Better handling of tcl_interactive on OS X to
+control display of console (hobbs, steffen)
+
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 (steffen)
+
2006-12-01 (new feature) Win: [wm attributes -transparentcolor] (hobbs)
2006-12-04 (performance)[1608046] [$listbox itemconfigure] (rezic,hobbs)
2006-12-22 (bug fix)[1522467] use fd_mask for 64bit support (fellow,vriezen)
-2007-01-30 (enhancement) new target: `make install-private-headers` (hobbs)
+2007-01-25 (configure change) ensure CPPFLAGS env var used when set (steffen)
+
+2007-01-30 (enhancement) new target: `install-private-headers` (hobbs, steffen)
2007-02-19 (bug fix)[1662959] [tk_getOpenFile] in empty dir (hobbs)
+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) (steffen)
+
+2007-04-23 (platform support) Aqua: add all OS theme colors/brushes (patterns)
+as system colors (steffen)
+
+2007-04-23 (platform support) Aqua: tk_dialog & bgerror use OS theme (steffen)
+
+2007-04-23 (platform support) Aqua: add 'none' & missing theme cursors (steffen)
+
+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 (steffen)
+
+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 (steffen)
+
+2007-04-23 (platform support) Aqua: improve event processing during nested
+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 (steffen)
+
+2007-04-23 (platform support) Aqua: add [wm attributes] -topmost, -fullscreen
+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 (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 (steffen)
+
+2007-04-23 (platform support) Aqua: add tcl document extensions and mime type
+to Wish.app's Info.plist (steffen)
+
2007-05-15 (bug fix)[1677608] list shimmer crash [grid *configure] (porter)
--- Released 8.4.15, May 25, 2007 --- See ChangeLog for details ---