]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Improve handling of the small icon of the window class. (#152620, Kazuki
[~andy/gtk] / ChangeLog
index 3471c47ce714a8b9e41fcb0bae593d6dcbc7c42b..159e0b529b1cfea7622432ccbd518d7363c49f98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,115 @@
+2006-10-29  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Improve handling
+       of the small icon of the window class. (#152620, Kazuki Iwamoto)
+
+2006-10-27  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (validate_visible_area): rework the area_above == 0
+       case to not overwrite the variables in the lower scope (which are
+       used later on ...), get the path correctly and bail out when there
+       isn't a node above us. (#359231).
+
+2006-10-26  Christian Persch  <chpe@cvs.gnome.org>
+
+       * gtk/gtkaboutdialog.c: Put initial focus on Close button (#337261).
+
+2006-10-25  Johan Dahlin  <jdahlin@async.com.br>
+
+       * gtk/gtk.symbols: Add missing symbols to so make check can pass
+
+2006-10-23  Dom Lachowicz <domlachowicz@gmail.com>
+
+       * src/modules/engines/ms-windows/msw_style.c (draw_expander): Remember
+       to free GDI Pen resources, introduced by bug 340201.(#364514)
+       
+2006-10-18  Kristian Rietveld  <kris@imendio.com>
+
+       * tests/testcombo.c (main): connect to notify::popup-shown instead of
+       popup-show (the latter does not exist).
+
+2006-10-15  Paolo Borelli  <pborelli@katamail.com>
+
+       * gtk/gtkicontheme.c (pixbuf_supports_svg): plug memory leak.
+       Fixes bug #362439.
+
+2006-10-12  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_class_init): fix commit below
+       (committed the wrong patch).
+
+2006-10-12  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkcombobox.c: added "move-active" and "popup" signals and
+       bindings to trigger them. Removed gtk_combo_box_key_press(), it's
+       obsolete now. Fixes bug #358293.
+
+2006-10-11  Michael Emmel  <mike.emmel@gmail.com>
+
+       * gdkpixmap-directfb.c: add missing RGB24 case (#361176) 
+
+2006-10-11  Tor Lillqvist  <tml@novell.com>
+
+       * configure.in: Enable having some gdk-pixbuf loaders built-in
+       even if loading the others dynamically. Define Automake
+       conditional INCLUDE_FOO for each loader as TRUE if that loader is
+       built-in. See also gdk-pixbuf/ChangeLog.
+
+Wed Oct 11 14:31:30 2006  Tim Janik  <timj@imendio.com>
+
+       * docs/reference/gtk/gtk-sections.txt:
+       * gtk/gtkbindings.c: document gtk_binding_entry_skip().
+
+2006-10-11  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/gtk.symbols: Remove gtk_combo_string_key, which is a static
+       variable.
+
+2006-10-11  Tor Lillqvist  <tml@novell.com>
+
+       Merge from 2.10 branch:
+
+       * gtk/gtkmain.c (do_pre_parse_initialization): On Win32, if
+       environment variable LC_ALL or LANG is set, set the Win32 thread
+       locale to the corresponding locale. Then call the C library
+       setlocale() to set the C library locale accordingly. The
+       inconsistency mentioned below is gone. (#339756) Do some special
+       casing for Serbia and Montenegro. Handle the Latin and Cyrillic
+       scripts for Azeri, Uzbek and Serbian.
+       (enum_locale_proc): Helper function for the above functionality.
+
+       * gtk/gtkcalendar.c (gtk_calendar_init): No longer need to check
+       if the environment variables are set here, as they have already
+       been taken into account and the Win32 thread locale has been
+       set.
+
+Tue Oct 10 16:38:23 2006  Tim Janik  <timj@imendio.com>
+
+       * gtk/tmpl/gtkbindings.sgml: 
+       * gtk/gtkbindings.c: applied patch from Michael Natterer to move to 
+       inline docs. applied wording fixes suggested by Martyn Russell.
+
+2006-10-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
+       Update the docs to state which out parameters may be NULL.
+       (#360870, Attilio Fiandrotti)
+
+2006-10-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities): Fix
+       a typo.  (#359542, Ghee Teo)
+
+2006-10-08 Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_reorder_tab): Only
+       reorder tabs if the focus is in the tab.  (#350342, Carlos
+       Garnacho Parro)
+
+2006-10-08 Michael Emmel <mike.emmel@gmail.com>
+
+       * gdk/directfb/gdkproperty-directfb.c strdup atom name (#357611) 
+
 2006-10-08  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.[ch] (gtk_tree_view_set_property),