]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Formatting fixes.
[~andy/gtk] / ChangeLog
index 7a24b1dae6e7d99514934e6e0a16bf39c769abed..6c7bc4d74b53a165a8f49a6c4f7a246a9f964ea5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,233 @@
+2007-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextmark.c:
+       * gtk/gtktextbuffer.c: Formatting fixes.
+
+2007-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       Allow to separate GtkTextMark creation from buffer insertion.
+       (#132818, Gustavo Giráldez, patch by Yevgen Muntyan)
+
+       * gtk/gtktextmarkprivate.h:
+       * gtk/gtktextmark.[hc] (gtk_text_mark_new): New function to 
+       create a GtkTextMark.
+
+       * gtk/gtktextbuffer.[hc] (gtk_text_buffer_add_mark): New 
+       function to add an existing mark to a buffer. 
+
+       * gtk/gtktextbtree.c: Allow adding existing marks.
+
+       * gtk/gtk.symbols: Add new functions.
+
+       * tests/testtextbuffer.c: Add some tests for new mark 
+       functionality.
+
+2007-05-25  Xan Lopez  <xan@gnome.org>
+
+       * gtk/gtkaction.c: (gtk_action_set_short_label):
+       Use private->data->short_label to update the proxies. (#440780)
+
+2007-05-25  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkimage-quartz.c: (_gdk_quartz_image_copy_to_image):
+       Implement copying from a window, part of bug #348493.
+
+2007-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintoperation-unix.c (unix_end_run): Hold a 
+       refence on the print operation until gtk_print_job_send()
+       is done.  (#440040, Chris Vine)
+
+2007-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c (gtk_icon_view_accessible_ref_child):
+       Don't crash and don't leak.  (#439565, Pedro Villavicencio)
+
+2007-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconfactory.c: Improve a warning
+       * gtk/gtkicontheme.c (gtk_icon_info_load_icon): Always
+       set the error when returning NULL.  (#440982, Carlos Garcia
+       Campos)
+
+2007-05-25  Michael Natterer  <mitch@imendio.com>
+
+       Merge fix from maemo-gtk:
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): open submenus
+       also if the menu item we're entering is already selected. Also, it
+       makes no sense to forward the event to the parent menu shell if we
+       are entering a menu item of *this* menu shell.
+
+2007-05-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/stock-icons/*: Make sure all svg icons are added
+       as pngs.
+
+2007-05-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/input/Makefile.am: Fix broken DESTDIR support
+
+2007-05-24  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtktooltip.c (find_widget_under_pointer): apply patch from
+       Bogdan Nicula which fixes a crash on GdkWindows which have no
+       GtkWidget as user_data (bug #440890).
+
+2007-05-24   Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+       * === Released 2.11.0 ===
+
+       * NEWS: Updates
+
+2007-05-23   Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols: 
+       * gdk/x11/xsettings-common.h: 
+       * gdk/gdk.symbols: Add some missing symbols.
+
+       * gtk/paper_names_offsets.c:
+       * gtk/gen-paper-names.c: Make variables static.
+
+       * gtk/gtktooltip.[hc]:
+       * gtk/gtkvolumebutton.c:
+       * gtk/gtkscalebutton.c:  Fix up symbol aliasing.
+
+2007-05-23  Yevgen Muntyan  <muntyan@tamu.edu>
+
+       * gtk/gtkprintunixdialog.c: missing #include <ctype.h>.
+
+       * gtk/gtkhandlebox.c (gtk_handle_box_paint):
+       * gtk/gtkpagesetupunixdialog.c (_gtk_load_custom_papers):
+       * gtk/gtkstatusbar.c (gtk_statusbar_get_context_id):
+       * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path):
+       * gtk/gtktrayicon-x11.c (gtk_tray_icon_send_dock_request):
+       * gtk/gtkpreview.c (gtk_preview_finalize):
+       * gtk/gtknotebook.c (gtk_notebook_set_group_id):
+       * tests/testnotebookdnd.c (window_creation_function):
+       * tests/testiconview.c (do_popup_menu):
+       Fixed some compiler warnings (#440689).
+
+2007-05-23  Kristian Rietveld  <kris@imendio.com>
+
+       * gtk/gtktooltip.c (find_widget_under_pointer): translate coordinates
+       from the window they were received on to the event widget's window;
+       correct for no-window widgets after that, bail out on failure.  This
+       makes the coordinates given by GtkWidget::query-tooltip truly relative
+       to widget->window.  (#435188).
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): update docs for
+       GtkWidget::query-tooltip.
+
+2007-05-22  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkprintcontext.c (gtk_print_context_finalize),
+       (_gtk_print_context_new), (_gtk_print_context_get_fontmap),
+       (gtk_print_context_set_cairo_context),
+       (gtk_print_context_get_pango_fontmap),
+       (gtk_print_context_create_pango_context):
+       Don't create new pango fontmaps.  Use the default pangocairo
+       fontmap and set resolution on PangoContext instead. (#417707)
+
+2007-05-21  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkdisplay-quartz.c: (gdk_display_open): Set the
+       resolution.
+       
+       * gdk/quartz/gdkscreen-quartz.c: Use the autorelease pool macros.
+
+2007-05-21  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_set_model): revert last change.
+
+Mon May 21 13:58:32 2007  Tim Janik  <timj@imendio.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_set_model): removed redundant check.
+
+2007-05-21  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/gtkscalebutton.c (gtk_scale_popup): Make it work better with
+       multiple monitors.
+
+2007-05-20  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
+
+        * gdk/directfb/gdkwindow-directfb.c:
+        * gdk/directfb/gdkdirectfb.h: Updated minimum DirectFB version
+        required to enable gdk_directfb_create_child_window.
+        (Closes: #437379)
+
+2007-05-20  Bastien Nocera  <hadess@hadess.net>
+
+       * gtk/Makefile.am:
+       * gtk/gtk.h:
+       * gtk/gtk.symbols:
+       * gtk/gtkvolumebutton.[ch]: Add the GtkVolumeButton widget,
+       a button that pops up a scale when clicked (Closes: #415775)
+       * tests/Makefile.am:
+       * tests/testvolumebutton.c: Add a test program for the
+       volume button
+
+2007-05-19  Bastien Nocera  <hadess@hadess.net>
+
+       reviewed by: Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/Makefile.am:
+       * gtk/gtk.h:
+       * gtk/gtk.symbols:
+       * gtk/gtkscalebutton.[ch]: Add the GtkScaleButton widget,
+       a button that pops up a scale when pressed
+
+2007-05-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtknotebook.[hc]: Deprecate gtk_notebook_[gs]et_group_id
+       in favour of new functions gtk_notebook_[gs]et_group, which
+       takes a pointer as group identifier and makes it easier to
+       avoid group id collisions.  (#386930, Christian Hammond)
+               
+       * tests/testnotebookdnd.c: Use new grouping api.
+
+2007-05-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkactiongroup.c: Warn and refuse to add actions with
+       duplicate names.  (#150877, Tommi Komulainen, patch by Kalle
+       Vahlman)
+
+2007-05-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtkentry.[hc]: Add gtk_entry_[gs]et_cursor_hadjustment()
+       to allow automatic scrolling in response to cursor movements
+       in the entry.  (#438651, Nate Nielsen)
+
+2007-05-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextview.c: Add a toggle-cursor-visibility keybinding
+       signal, and bind F7 to it.  (#380048, Tim Miao)
+
+2007-05-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtkicontheme.h:
+       * gtk/gtkicontheme.c: Add a function to look up an icon from
+       a list of icon names.  (#396901, Luca Ferretti)
+
+2007-05-18  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * gtk/gtkrecentchooserdefault.c:
+       (gtk_recent_chooser_default_dispose): Reset the state on dispose.
+
+       (cleanup_after_load): load_id != 0 && load_state == LOAD_EMPTY
+       is a valid state, if the main loop never had the chance to
+       properly spin at least once. (#438671)
+
+2007-05-18  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * gtk/gtkrecentchooserdefault.c (recent_meta_data_func): Mark
+       string for translation. (#439437)
+
 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkwindow.c (gtk_window_set_transient_for): Fix
        #425138 (Reported by Michail Crayson). Some code simplifications.
        (gtk_notebook_draw_arrow): code style fix.
 
->>>>>>> .r17863
 2007-05-16  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkpathbar.c: Add ATK names to the Up, Down, and Root