]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
- Remove unused code/options from the code. Warn about their usage while
[~andy/gtk] / ChangeLog
index 3e2ab205be376645157d2162094f3e91c01cca7a..77857f444cc51a79c3a3be0f613a164a542469a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+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