diff options
author | hobbs <hobbs> | 2006-03-02 20:44:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-03-02 20:44:20 (GMT) |
commit | f9e049ac8b11d86f3f13b5db332dbd0f6b52a2b4 (patch) | |
tree | b6fcf8ccb127ad1e30dfe310e2ae94ae8b962322 /ChangeLog | |
parent | 45b133684957ab2a31753fb1503c2e7d1d18aa5a (diff) | |
download | tk-f9e049ac8b11d86f3f13b5db332dbd0f6b52a2b4.zip tk-f9e049ac8b11d86f3f13b5db332dbd0f6b52a2b4.tar.gz tk-f9e049ac8b11d86f3f13b5db332dbd0f6b52a2b4.tar.bz2 |
* macosx/tkMacOSXDraw.c (TkPutImage): fix endian issue on OS X x86
displaying images. Bitmap images still have a black/white
reversal issue, appears to be a general OS X issue (as seen in
frogger demo).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 53 |
1 files changed, 30 insertions, 23 deletions
@@ -1,3 +1,10 @@ +2006-03-02 Jeff Hobbs <jeffh@ActiveState.com> + + * macosx/tkMacOSXDraw.c (TkPutImage): fix endian issue on OS X x86 + displaying images. Bitmap images still have a black/white + reversal issue, appears to be a general OS X issue (as seen in + frogger demo). + 2006-03-02 Pat Thoyts <patthoyts@users.sourceforge.net> * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library @@ -25,29 +32,29 @@ 2006-01-25 Don Porter <dgp@users.sourceforge.net> - * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 1237759] - * library/button.tcl: - * library/choosedir.tcl: - * library/clrpick.tcl: - * library/comdlg.tcl: - * library/console.tcl: - * library/dialog.tcl: - * library/entry.tcl: - * library/focus.tcl: - * library/listbox.tcl: - * library/menu.tcl: - * library/msgbox.tcl: - * library/palette.tcl: - * library/panedwindow.tcl: - * library/safetk.tcl: - * library/scale.tcl: - * library/scrlbar.tcl: - * library/spinbox.tcl: - * library/tearoff.tcl: - * library/text.tcl: - * library/tk.tcl: - * library/tkfbox.tcl: - * library/xmfbox.tcl: + * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 1237759] + * library/button.tcl: + * library/choosedir.tcl: + * library/clrpick.tcl: + * library/comdlg.tcl: + * library/console.tcl: + * library/dialog.tcl: + * library/entry.tcl: + * library/focus.tcl: + * library/listbox.tcl: + * library/menu.tcl: + * library/msgbox.tcl: + * library/palette.tcl: + * library/panedwindow.tcl: + * library/safetk.tcl: + * library/scale.tcl: + * library/scrlbar.tcl: + * library/spinbox.tcl: + * library/tearoff.tcl: + * library/text.tcl: + * library/tk.tcl: + * library/tkfbox.tcl: + * library/xmfbox.tcl: 2006-01-23 Daniel Steffen <das@users.sourceforge.net> |