]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Fix typo (s/expansive/expensive) (#389183)
[~andy/gtk] / ChangeLog
index accf6dbea4cca2880905a784215ee8bd01af51c9..0a0f26400ef52253474fa025c465f754cc4170fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,436 @@
+2006-12-24  Bastien Nocera  <hadess@hadess.net>
+
+       * gtk/gtkrecentmanager.c: Fix typo (s/expansive/expensive)
+       (#389183)
+
+2006-12-24  Christian Persch  <chpe@cvs.gnome.org>
+
+       * docs/reference/gtk/gtk-sections.txt:
+       * gtk/gtk.symbols:
+       * gtk/gtkpagesetupunixdialog.c: (fill_paper_sizes_from_printer):
+       * gtk/gtkprinter-private.h:
+       * gtk/gtkprinter.c: (gtk_printer_list_papers):
+       * gtk/gtkprinter.h: Make gtk_printer_list_papers public. Bug #345587.
+
+2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * gtk/gtkpagesetupunixdialog.c: Don't ignore reverse portrait option
+       when is selected in page setup dialog. Fixes bug #365047.
+
+2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkentry.c (_gtk_entry_effective_inner_border):
+       Use gtk_border_free when freeing border.
+
+2006-12-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_button_press): When
+       shift-clicking, keep the larger part of the selection
+       selected.  (#353709, Benjamin Otte)
+
+       * gtk/gtkbutton.c (gtk_button_get_props): Use 
+       gtk_border_free when freeing borders.
+
+       * gtk/gtkbutton.c (gtk_button_grab_notify): Be more
+       careful when faking a button release.  (#323146,
+       Travis Abbott)
+
+       * gtk/gtkhandlebox.c (draw_textured_frame): Draw the
+       handle with the right orientation, depending on the
+       position of the handlebox.  (#159764, Benjamin Berg)
+
+2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkstyle.c (gtk_border_copy), (gtk_border_free): Use gslice for
+       GtkBorder (#383557).
+
+2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 340141 – Update to Pango 1.16 API
+
+       * gdk/gdkpango.c (layout_iter_get_line_clip_region),
+       (gdk_pango_layout_line_get_clip_region):
+       * gtk/gtkcalendar.c (gtk_calendar_size_request):
+       * gtk/gtkentry.c (gtk_entry_get_pixel_ranges),
+       (get_layout_position), (gtk_entry_find_position),
+       (gtk_entry_adjust_scroll):
+       * gtk/gtkiconview.c (get_pango_text_offsets):
+       * gtk/gtklabel.c (get_cursor_direction):
+       * gtk/gtkstyle.c (get_insensitive_layout):
+       * gtk/gtktextdisplay.c (render_para):
+       * gtk/gtktextlayout.c (allocate_child_widgets),
+       (find_display_line_below), (find_display_line_above),
+       (gtk_text_layout_move_iter_to_previous_line),
+       (gtk_text_layout_move_iter_to_next_line),
+       (gtk_text_layout_move_iter_to_line_end),
+       (gtk_text_layout_iter_starts_line),
+       (gtk_text_layout_move_iter_to_x):
+       * gtk/gtktextutil.c (limit_layout_lines):
+       Use the _readonly version of pango_layout_iter_get_line(),
+       pango_layout_iter_get_run(), pango_layout_get_line(), and
+       pango_layout_get_lines().
+
+       * gtk/gtkmain.c (gtk_get_default_language): Use
+       pango_get_default_language().
+
+2006-12-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_set_text): Emit changed
+       and notify:text only once. The same fix was applied
+       for replacing the selection via DND or copy-and-paste.
+       (#64998, Damon Chaplin, Sven Herzberg)
+
+>>>>>>> 1.8517
+2006-12-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkimmulticontext.c: Be careful to not override
+       GTK+ translations with the translations of the input
+       method.  (#317080, Tor Lillqvist)
+
+       * modules/input/imcedilla.c: Use standard macros
+       for translation domain and locale dir.
+
+       * gtk/gtkimcontextsimple.c: Allow composing l with 
+       stroke.  (#349638, Daniel Lublin)
+
+       * gtk/gen-paper-names.c: Fix a thinko in the suffix
+       calculation.  (#382369, Christian Persch)
+
+       * gtk/paper_names_offsets.c: Regenerated.
+
+2006-12-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/engines/pixbuf/pixbuf.h:
+       * modules/engines/pixbuf/pixbuf-rc-style.h:
+       * modules/engines/pixbuf/pixbuf-style.h: Move 
+       G_GNUC_INTERNAL before function declarations.  (#352276,
+       Damien Carbery)
+
+2006-12-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * demos/gtk-demo/*.c: Fix some leaks.  (#348108, Chris
+       Wilson)
+
+2006-12-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * *.c: Replace a lot of idle and timeout calls by
+       the new gdk_threads api. 
+
+       * gdk/gdk.symbols:
+       * gdk/gdk.h:
+       * gdk/gdk.c: Add functions to allow threadsafe handling
+       of idles and timeouts wrt. to the GDK lock.  (#321886,
+       Chris Wilson)
+       
+2006-12-22  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gdk/gdkpango.c: Use pango_cairo_show_error_underline.  
+       (#340141, Behdad Esfahbod)
+
+       * configure.in: Check for getc_unlocked.
+
+       * gtk/xdgmime/xdgmimemagic.c: Use getc if getc_unlocked is
+       unavailable.   (#381499)
+
+       * tests/teststatusicon.c: Fix a typo
+
+2006-12-22  Matthias Clasen  <mclasen@redhat.com>
+
+       Make it possible to track the embeddedness of
+       statusicon (#387215, Martyn Russell, patch by Christian
+       Persch)
+
+       * gtk/gtkstatusicon.c: Add orientation and embedded properties.
+       * gtk/gtkplug.c: 
+       * gtk/gtkplug-x11.c: Add an embedded property.
+       * tests/teststatusicon.c: Test the new properties.
+
+       * gtk/gtkwidget.c (gtk_widget_get_draw_rectangle): Don't
+       leak draw_border.  (#387170, Kjartan Maraas)
+
+2006-12-21  Matthias Clasen  <mclasen@redhat.com>
+
+        * gtk/gtkfilechooserembed.c (_gtk_file_chooser_embed_set_delegate()):
+       Typo fix.  (#388123, Murray Cumming)
+       
+       * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event):
+       Generate double-click events.  (#380421, Tommi Komulainen)
+
+       * gdk/x1/gdkinput-xfree.c (_gdk_input_configure_event):
+       (_gdk_input_enter_event): Correct return_if_fail checks.
+       (#379803, Tommi Komulainen)
+
+       * gdk/gdkdisplay.c: Improve the docs of some functions operating
+       on the default display.  (##353438, Mariano Suárez-Alvarez)
+
+2006-12-21  Matthew Barnes  <mbarnes@redhat.com>
+
+       * docs/reference/gdk/gdk-sections.txt:
+       * gdk/gdkcolor.[ch] (gdk_color_to_string): Add a function for
+       converting a GdkColor to a string (#373856).
+
+       * configure.in: Bump pango requirement to 1.15.2.
+
+2006-12-20  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gdk/keynames.txt: Mark arrow keys as translatable.  (#369506,
+       Bastian Nocera)
+
+       * gdk/keyname-table.h: Regenerated
+
+       * gtk/gtktextbuffer.c: Add signal documentation.  (#317064,
+       Søren Wedel Nielsen)
+
+       * gtk/gtktextview.c (gtk_text_view_start_selection_drag):
+       Silently return if a drag is already in progress, rather
+       than asserting.  (#335622, Li Yuan, testcase by Erwann Chenede)
+
+       * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog):
+       Allow any GtkDialog that implements GtkFileChooser as
+       dialog.  (#335473, Tommi Komulainen)
+
+2006-12-20  Mikael Hallendal  <micke@imendio.com>
+
+       * gtk/gtkstatusicon.c: (gtk_status_icon_init): Fixed a last minute
+       change in the quartz backend.
+
+2006-12-20  Mikael Hallendal  <micke@imendio.com>
+
+       * gtk/Makefile.am: Added gtkstatusicon-quartz.c
+       * gtk/gtkstatusicon-quartz.c: Implements the quartz backend for the
+       status icon.
+       * gtk/gtkstatusicon.c: Hooked in the new quartz backend. Bug #387874.
+
+2006-12-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintunixdialog.c: Add a tooltip explaining the
+       format of page ranges, and improve the page sequence icon
+       for the case of n_copies == 1.
+2006-12-19  Mikael Hallendal  <micke@imendio.com>
+
+       * gdk/quartz/gdkcursor-quartz.c: Splitted out the GdkPixbuf to NSImage
+       routine so that it can be used from libgtk as well (needed for
+       upcoming GtkStatusIcon support in the Quartz port).
+       * gdk/quartz/gdkevents-quartz.c: Don't assume that all NSWindows are
+       created from GDK, this is not true for the status icon.
+       * gdk/quartz/gdkprivate-quartz.h:
+       * gdk/quartz/gdkquartz.h: Added 
+       gdk_quartz_pixbuf_to_ns_image_libgtk_only so that it is available to 
+       the status icon code.
+
+2006-12-16  Tristan Van Berkom <tvb@gnome.org>
+
+       * gtk/gtkmessagedialog.c: Added return_if_fail (image) to
+       gtk_message_dialog_set_image ()
+
+       * gtk/gtkscrolledwindow.c: Fixed a bug in set_property()
+       (setting "window-placement-set" could result in a crash because
+       of boolean/enum mixup)
+
+2006-12-15  Federico Mena Quintero  <federico@novell.com>
+
+       Merged from gtk-2-10:
+
+       * gtk/gtkmenu.c (gtk_menu_set_title): Don't try to optimize for
+       the case where the new title is the same as the old title, to
+       preserve the behavior from GTK+ 2.8 (NULL and "" titles are not
+       equivalent).  Handle the case where title == priv->title.  This
+       was found by the LSB compatibility tests:
+       https://bugzilla.novell.com/show_bug.cgi?id=223882
+
+2006-12-15  Dom Lachowicz <domlachowicz@gmail.com>
+
+       * gtk/gtkcombobox.c: Make GtkComboBox in "appears-as-list" mode
+       more closely resemble its Win32 counterpart. Bug #340204.
+
+2006-12-14  Carlos Garnacho  <carlosg@gnome.org>
+
+       * gtk/gtkcalendar.c: draw arrows pointing to the right correctly
+       placed inside their GdkWindow. Bug #385672.
+
+2006-12-14  Christian Persch  <chpe@cvs.gnome.org>
+
+       * gtk/gtkiconview.c: Fix docs typo. Bug #385642.
+
+2006-12-13  Dom Lachowicz <domlachowicz@gmail.com>
+
+       * src/modules/engines/ms-windows/msw_style.c: Bug 351679 - Notebooks 
+       drawn with extra line below tab in MS-Windows theme. Patch by 
+       Cody Russell
+       
+2006-12-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/Makefile.am: Add --unlink-tempfile to the evince call
+       for print preview.  (#370041, Ghee Teo)
+
+2006-12-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprogressbar.c (gtk_progress_bar_paint_text): Be more
+       careful when overdrawing antialiased text.  (#352435, Alex Jones,
+       patch by Benjamin Otte)
+
+       * gtk/gtksettings.c: Change the way in which color scheme information
+       is merged to correctly handle vanishing colors.  (#374420, 
+       Benjamin Berg, patch by Callum McKenzie) 
+       Also allow to separate entries in color schemes by ';' 
+       instead of newline.  
+
+2006-12-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkcupsutils.c (gtk_cups_request_encode_option): 
+       Properly pass multi-value options to cups.  (#355350, Jürg Billeter) 
+
+2006-12-10  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event):
+       cancel editing (ie. don't accept changes) when the entry loses
+       focus. (Fixes #164494, reported by Chris Rouch).
+
+2006-12-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Correct a misapplied patch. 
+
+2006-12-10  Tor Lillqvist  <tml@novell.com>
+
+       * gtk-zip.sh.in: Put gdk-pixbuf-query-loaders.exe and
+       gtk-query-immodules-2.0.exe in the runtime zipfile instead of
+       developer zipfile. Users might add pixbuf loaders or immodules
+       even if they are not interested in developing gtk+-using software.
+
+2006-12-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Check for crt_extern.h and _NSGetEnviron.
+       * gdk/x11/gdkspawn-x11.c: Fix compilation on Darwin where
+       environ is not available.  (#384168, Min Sik Kim)
+
+2006-12-07  Paolo Maggi  <paolo@gnome.org>
+
+       Fixes bug #383407
+       
+       * gtk/gtkentry.c (gtk_entry_set_text): check for
+       completion->priv->changed_id > 0 before calling 
+       g_signal_handler_[un]block.
+       (gtk_entry_completion_key_press): does not block/unblock the "changed"
+       signal before calling gtk_entry_set_text.
+       
+2006-12-07  Carlos Garnacho  <carlosg@gnome.org>
+
+       * gtk/gtkcellrendererprogress (compute_dimensions): do not use
+       xthickness/ythickness, they aren't used any longer for drawing.
+
+2006-12-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkrc.c (_gtk_rc_init): Fix clipping of accelerator
+       underlines by giving labels a small draw-border.
+
+2006-12-06  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render):
+       draw progress bar through theme engine instead of using our own
+       custom cairo drawing code (#377244, patch from Carlos Garnacho).
+
+2006-12-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities):
+       Update the sensitivity of the collate checkbutton more frequently,
+       proposed by Tim Waugh.
+
+2006-12-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkmessagedialog.c (setup_type): Set a11y name and role
+       since we no longer set window titles.
+
+2006-12-04  Christian Persch  <chpe@cvs.gnome.org>
+
+       * gtk/gtkpagesetup.c: (gtk_page_setup_get_paper_size),
+       (gtk_page_setup_set_paper_size): Don't leak the old page size when
+       setting a new one. Bug #382314.
+
+2006-12-03  Michael Natterer  <mitch@gimp.org>
+
+       * gtk/gtktextview.c: remove FIXME #include that is no longer needed.
+
+2006-12-03  Kristian Rietveld  <kris@gtk.org>
+
+       Make sure [xy]_offset are always being initialized, fix pixbuf
+       renderer padding.  (#108235, Sven Neumann).
+
+       * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size),
+       (gtk_cell_renderer_pixbuf_render): add padding in _render instead
+       of _get_size.
+
+       * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_get_size):
+       always initialize [xy]_offset.
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto.
+       * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
+       ditto.
+
+2006-12-03  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (validate_visible_area): when not using an
+       explicit alignment, use the full area of the row (not just dy)
+       to determine how to implicitly align it.  (Fixes #363191, reported
+       by Federico Mena Quintero).
+
+2006-12-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (insert_theme): Properly clean up
+       if an icon theme index file has no directories.  (#381236)
+
+2006-12-02  Dom Lachowicz <domlachowicz@gmail.com>
+
+       * src/modules/engines/ms-windows/msw_style.c: Bug 351678 - Notebooks 
+       not with PositionType.Top drawn incorrectly. Patch by Cody Russell
+       
+2006-11-28  Behdad Esfahbod  <behdad@gnome.org>
+
+       Remove the broken Thai input method and add a functional Thai and Lao
+       input method by Theppitak Karoonboonyanan. (#81031)
+
+       * modules/input/imthai.c:
+       * modules/input/gtkimcontextthai.c:
+       * modules/input/gtkimcontextthai.h:
+       * modules/input/thai-charprop.c:
+       * modules/input/thai-charprop.h:
+       Added.
+
+       * modules/input/imthai-broken.c:
+       Removed.
+       
+       * modules/input/Makefile.am:
+       Updated.
+
+2006-11-27  Christian Persch  <chpe@cvs.gnome.org>
+
+       * gtk/gtkstatusicon.c: Notify when the screen changes. Bug #379793.
+
+Mon Nov 27 12:27:06 2006  Tim Janik  <timj@imendio.com>
+
+       * gtk/gtktextview.c: applied patch by  Colin Leroy for
+       Control+GDK_KP_Left to move one word to the left, #356255.
+
+2006-11-26  Benjamin Berg  <benjamin@sipsolutions.net>
+
+       * gtk/gtkstyle.c: (gtk_default_draw_flat_box): Protect against NULL
+         widget. (#379503)
+
+2006-11-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Make
+       print dialog work when 'BrowseShortNames Off' is specified
+       in cups configuration. Patch by Tim Waugh.
+
+2006-11-24  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): if we
+       can't go up/down, consult gtk_widget_keynav_failed() and leave the
+       widget if it returns FALSE (bug #322640).
+
+2006-11-23  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkmain.c: Fix minor typo in docs. (#378632, Hannes Mueller)
+
 2006-11-22  Emmanuele Bassi  <ebassi@gnome.org>
 
        * gtk/gtkrecentmanager.c: