]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Updated Slovenian translation
[~andy/gtk] / ChangeLog
index f6c5cdccb7ef5e171efa79215ea06398464c3c0d..4a4172cb29361ba0a0a0fba927cd9250bdd41455 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2008-04-25  Björn Lindqvist  <bjourne@gmail.com>
+
+       * gtk/gtkentry.c: (gtk_entry_expose) Use existing window size when
+       painting the flat box instead of recalculating it. (#437493,
+       Ricardo Cruz)
+
+2008-04-25  Michael Emmel  <mike.emmel@gmail.com>
+
+       Bug 529841 – incorrect position in directfb 
+
+       * gdk/directfb/gdkwindow-directfb.c: fix y = abs_x 
+
+2008-04-25  Johan Dahlin  <jdahlin@async.com.br>
+
+       * gtk/gtkwidget.h: include <atk/atk.h> instead of <atk/atkobject.h>
+
+2008-04-25  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkprintcontext.h: include <pango/pango.h> instead of
+       <pango/pango-layout.h>.
+
+       * gtk/gtkiconfactory.c
+       * gtk/gtkimmodule.c
+       * gtk/gtkmain.c
+       * gtk/gtkmodules.c
+       * gtk/queryimmodules.c: remove inclusion of single files from
+       pango, none of them was actually needed.
+
+       * modules/input/gtkimcontextime.c: include <pango/pango.h> instead of
+       <pango/pango-utils.h>.
+
+2008-04-25  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdkfont.h: include <pango/pango.h> instead of
+       <pango/pango-font.h>.
+
+2008-04-25  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
+       <gdk/gdkscreen.h>.
+
+2008-04-21  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkselection.c: add tons of g_return_if_fail() instead of
+       crashing when NULL pointers get passed.
+
+2008-04-18  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkenums.h: move a few '{' to their own lines so all enums
+       here have the same style.
+
+2008-04-18  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkicontheme.h
+       * gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of
+       <gdk/gdkscreen.h>.
+
+       * gtk/gtkbuilderparser.c
+       * gtk/gtklinkbutton.c
+       * gtk/gtkpreview.c
+       * gtk/gtkrecentchooserdefault.c
+       * gtk/gtkrecentchoosermenu.c
+       * modules/input/gtkimcontextthai.c: remove inclusion of single
+       files from gdk, none of the includes was actually needed.
+
+2008-04-18  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdk.h: reorder one include so they are all alphabetical.
+
 2008-04-18  Michael Natterer  <mitch@imendio.com>
 
        * modules/printbackends/cups/gtkprintercups.[ch]