]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Fix comment. (gdk_window_set_title): Surround by release pool macros.
[~andy/gtk] / ChangeLog
index 7b4ea3b769127e45aaf4cdca8ae915c9b86121dc..ce58b379d0366f2fab5647fd06b7efdfdb4ac5de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2006-07-17  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkwindow-quartz.c:
+       (_gdk_windowing_window_destroy_foreign): Fix comment.
+       (gdk_window_set_title): Surround by release pool macros.
+       (gdk_window_get_type_hint): Fix return value.
+       (gdk_window_get_frame_extents): Implement.
+       (gdk_window_iconify): Use the release pool macros.
+       (gdk_window_deiconify): Likewise. 
+       (_gdk_windowing_get_pointer): Implement.
+       (gdk_window_get_deskrelative_origin, gdk_window_get_root_origin): 
+       Implement.
+
+       * gdk/quartz/gdkevents-quartz.c (create_crossing_event) 
+       (create_scroll_event, convert_window_coordinates_to_root): 
+       Set coordinates and root coordinates for crossing and scroll 
+       events.
+
+       * gdk/quartz/gdkcursor-quartz.c (gdk_cursor_new_for_display): 
+       Map some more cursors.
+
+2006-07-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkwindow.c (gdk_window_get_pointer): Add some more
+       detail to the docs.  (#311399, Nikos Kouremenos)
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func): 
+       * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column): 
+       Fix typos in the docs.
+
+2006-07-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkassistant.c: Some small documentation
+       fixups.  (#347711, Guillaume Cottenceau)
+
+       * gtk/gtkfilechooserdefault.c (browse_widgets_create): Mark
+       the text of the location label as translatable.  
+
+       * gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in 
+       the docs.  (#347211, Kouhei Sutou)   
+
+       * configure.in: Make the test for the sync extension
+       more robust.  (#347315, Tommi Komulainen)
+
+       * gtk/gtktextiter.c: Declare GtkTextRealIter as a type that 
+       may alias.  (#347585, Ed Catmur)
+
 2006-07-13  Michael Emmel  <mike.emmel@gmail.com>
 
        * gdk/directfb/gdkdrawable-directfb.c