diff options
author | Richard Hult <richard@imendio.com> | 2006-07-29 11:05:15 +0000 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2006-07-29 11:05:15 +0000 |
commit | 571c4605032822aafd4bf24924fb9ee12df650db (patch) | |
tree | 0020c1ae821a35e8d4788e0cdb245c09f491fb3c /ChangeLog.pre-2-10 | |
parent | 441a86fe554737888d21018466064d6f11361a18 (diff) | |
download | gtk+-571c4605032822aafd4bf24924fb9ee12df650db.tar.gz |
Always set success to TRUE. (gdk_color_change): Implement.
2006-07-29 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkcolor-quartz.c (gdk_colormap_alloc_colors): Always
set success to TRUE.
(gdk_color_change): Implement.
* gdk/quartz/GdkQuartzWindow.c
([GdkQuartzWindow -canBecomeKeyWindow]): Add comment.
* gdk/quartz/gdkevents-quartz.c (gdk_screen_get_setting): Make the
default font a bit smaller until we have made this get the system
setting.
* gdk/quartz/gdkwindow-quartz.c (gdk_window_set_type_hint): Enable
shadows for the right window types.
* gdk/quartz/gdkprivate-quartz.h:
* gdk/quartz/gdkgc-quartz.c:
* gdk/quartz/gdkdrawable-quartz.c:
* gdk/quartz/gdkcolor-quartz.c: Expose the CGContext functions,
update callers.
* gdk/quartz/gdkmain-quartz.c: (_gdk_windowing_init): No need to
get the current process ID, use the right constant instead.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8af5d2b5f6..cf4ded3165 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,28 @@ +2006-07-29 Richard Hult <richard@imendio.com> + + * gdk/quartz/gdkcolor-quartz.c (gdk_colormap_alloc_colors): Always + set success to TRUE. + (gdk_color_change): Implement. + + * gdk/quartz/GdkQuartzWindow.c + ([GdkQuartzWindow -canBecomeKeyWindow]): Add comment. + + * gdk/quartz/gdkevents-quartz.c (gdk_screen_get_setting): Make the + default font a bit smaller until we have made this get the system + setting. + + * gdk/quartz/gdkwindow-quartz.c (gdk_window_set_type_hint): Enable + shadows for the right window types. + + * gdk/quartz/gdkprivate-quartz.h: + * gdk/quartz/gdkgc-quartz.c: + * gdk/quartz/gdkdrawable-quartz.c: + * gdk/quartz/gdkcolor-quartz.c: Expose the CGContext functions, + update callers. + + * gdk/quartz/gdkmain-quartz.c: (_gdk_windowing_init): No need to + get the current process ID, use the right constant instead. + 2006-07-28 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.c (gtk_recent_manager_init): Add the |