diff options
author | Tor Lillqvist <tml@novell.com> | 2005-01-23 01:23:10 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-01-23 01:23:10 +0000 |
commit | e9068f0fe51a72380e78d1f7be2834f9afc1c578 (patch) | |
tree | d5168cbd0a601ca55020ee41564fa4c170cf0b1f /ChangeLog.pre-2-8 | |
parent | 49205d1377732df0bc495390f17cf4a8f187ee99 (diff) | |
download | gdk-pixbuf-e9068f0fe51a72380e78d1f7be2834f9afc1c578.tar.gz |
Merged from HEAD:
2005-01-23 Tor Lillqvist <tml@novell.com>
Merged from HEAD:
Fix for #162790, by Iwan Wong:
* gdk/win32/gdkdrawable-win32.c: Implement dashed lines
correctly. Simplify the interface to render_line_horizontal() and
render_line_vertical(). Need to draw lines "manually" also on
NT-based Windowses if we have a dash offset or are drawing
double-dashed lines.
* gdk/win32/gdkprivate-win32.h: Keep also the dash offset,
double-dash flag, and a brush for the background colour (used by
the odd dashes in the double-dash line style) in the GdkGCWin32
struct.
* gdk/win32/gdkgc-win32.c: Set up above new fields.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 20fb52396..080f5cc5d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,24 @@ 2005-01-23 Tor Lillqvist <tml@novell.com> + Merged from HEAD: + + Fix for #162790, by Iwan Wong: + + * gdk/win32/gdkdrawable-win32.c: Implement dashed lines + correctly. Simplify the interface to render_line_horizontal() and + render_line_vertical(). Need to draw lines "manually" also on + NT-based Windowses if we have a dash offset or are drawing + double-dashed lines. + + * gdk/win32/gdkprivate-win32.h: Keep also the dash offset, + double-dash flag, and a brush for the background colour (used by + the odd dashes in the double-dash line style) in the GdkGCWin32 + struct. + + * gdk/win32/gdkgc-win32.c: Set up above new fields. + +2005-01-23 Tor Lillqvist <tml@novell.com> + * gdk/win32/gdkkeys-win32.c (update_keymap): Handle Greek tonos dead accent key. (#164859, reported and fix verified by Daniel Atallah.) |