| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -0/+21 |
* | Allow to store half-open ranges. | Matthias Clasen | 2008-02-06 | 1 | -0/+5 |
* | Walk down the stack until we get to a window that is mapped. Otherwise | Cody Russell | 2008-02-05 | 1 | -0/+7 |
* | Fix typo in ChangeLog | Xan Lopez | 2008-02-05 | 1 | -1/+1 |
* | Ignore images in the toplevel theme directory, avoiding one source of | Matthias Clasen | 2008-02-05 | 1 | -0/+6 |
* | Fix the build | Matthias Clasen | 2008-02-05 | 1 | -0/+4 |
* | Install a printerr handler that prepends the program name, since | Matthias Clasen | 2008-02-05 | 1 | -0/+6 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.c | Cody Russell | 2008-02-05 | 1 | -0/+9 |
* | g_return_if_fail() is the cell is not part of the combo instead of | Michael Natterer | 2008-02-04 | 1 | -0/+6 |
* | modules/engines/ms-windows/xp_theme.[ch] | Cody Russell | 2008-02-01 | 1 | -0/+9 |
* | initialize GdkColor structs to fix warning about uninitialized "pixel" | Michael Natterer | 2008-02-01 | 1 | -0/+9 |
* | Refactored some of the window hiding/showing code from WM_ACTIVATE to | Cody Russell | 2008-01-31 | 1 | -0/+9 |
* | Change queue_resize() to queue_draw(), and add a check for child2 != NULL | Cody Russell | 2008-01-31 | 1 | -0/+7 |
* | applied patch from Denis Oliver Kropp <dok@directfb.org>. | Sven Neumann | 2008-01-31 | 1 | -0/+5 |
* | gdk/directfb/gdkdisplay-directfb.c gdk/directfb/gdkdrawable-directfb.c | Sven Neumann | 2008-01-31 | 1 | -0/+8 |
* | Another attempt at fixing focus issues with undecorated windows. Revert | Richard Hult | 2008-01-31 | 1 | -0/+8 |
* | gdk/directfb/gdkdrawable-directfb.c gdk/directfb/gdkwindow-directfb.c | Sven Neumann | 2008-01-30 | 1 | -0/+8 |
* | gdk/directfb/gdkdirectfb.h gdk/directfb/gdkdisplay-directfb.c | Sven Neumann | 2008-01-30 | 1 | -0/+16 |
* | use the right type for "subparser_data" and remove the (gpointer*) cast. | Michael Natterer | 2008-01-30 | 1 | -0/+14 |
* | Remove commas | Johan Dahlin | 2008-01-29 | 1 | -1/+1 |
* | Move the about dialog to the glade file, add accessible tags examples to | Johan Dahlin | 2008-01-29 | 1 | -0/+8 |
* | do not leak the pango layout, fixes #512375. | Paolo Borelli | 2008-01-28 | 1 | -0/+5 |
* | gtk/gtktextchild.c meant to use G_STRFUNC, not G_STRLOC... | Michael Natterer | 2008-01-28 | 1 | -0/+5 |
* | use gtk_about_dialog_set_program_name() instead of the deprecated | Michael Natterer | 2008-01-28 | 1 | -0/+6 |
* | gtk/gtktextchild.c use G_STRLOC instead of G_GNUC_FUNCTION (which is | Michael Natterer | 2008-01-28 | 1 | -0/+6 |
* | Rename textbuffer test and port it to the new test framework | Johan Dahlin | 2008-01-26 | 1 | -0/+6 |
* | Restore accidentally removed unsetting of GTK_MODULES. | Johan Dahlin | 2008-01-25 | 1 | -0/+3 |
* | Handle the case where there is no child text node. (GtkBuilderConverter): | Johan Dahlin | 2008-01-25 | 1 | -0/+7 |
* | Remove the items even if there are no items set. | Johan Dahlin | 2008-01-25 | 1 | -0/+10 |
* | Implement accessible support, fixes #454653. | Johan Dahlin | 2008-01-25 | 1 | -0/+17 |
* | Don't recreate a tracking rect if it didn't change, fixes focus event | Richard Hult | 2008-01-25 | 1 | -0/+5 |
* | Fix compile warnings (add missing const and remove unused variables). | Richard Hult | 2008-01-25 | 1 | -0/+5 |
* | Forgot to mention bug #. | Michael Natterer | 2008-01-25 | 1 | -0/+1 |
* | gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.h | Michael Natterer | 2008-01-25 | 1 | -0/+23 |
* | Reviewed by Johan Dahlin. | Sven Herzberg | 2008-01-25 | 1 | -0/+7 |
* | Chain up to parent, so widgets can have internal children. | Johan Dahlin | 2008-01-24 | 1 | -0/+5 |
* | Add gdk_app_launch_context_get_type() to gdk.symbols (#511308, Kazuki | Mathias Hasselmann | 2008-01-22 | 1 | -0/+7 |
* | Use pango_layout_set_height() for calendar details (#506049). | Mathias Hasselmann | 2008-01-22 | 1 | -0/+7 |
* | New method (GtkBuilderConverter._create_object): Conditionally take a node | Johan Dahlin | 2008-01-18 | 1 | -0/+10 |
* | Change GtkCalendarDetailFunc to return newly allocated string. (#339540) | Mathias Hasselmann | 2008-01-17 | 1 | -0/+8 |
* | Store the event mask and extension event mode directly in the gobject data | Christian Persch | 2008-01-16 | 1 | -0/+6 |
* | add "gio-2.0" because gdk-pixbuf now uses gio functions. | Michael Natterer | 2008-01-16 | 1 | -0/+5 |
* | Emit the notify::model signal. (#509819, David Zeuthen) | Matthias Clasen | 2008-01-16 | 1 | -0/+5 |
* | gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.h | Michael Natterer | 2008-01-15 | 1 | -1/+29 |
* | add cast to fix const warning. | Michael Natterer | 2008-01-14 | 1 | -0/+8 |
* | cast the return value of gdk_screen_get_font_options() to gpointer to get | Michael Natterer | 2008-01-14 | 1 | -0/+6 |
* | fix another call to gtk_selection_data_set(). | Michael Natterer | 2008-01-14 | 1 | -0/+5 |
* | fix signedness warning. | Michael Natterer | 2008-01-14 | 1 | -0/+5 |
* | remove unused variable. | Michael Natterer | 2008-01-14 | 1 | -1/+5 |
* | cast "uris" to guchar* when passing it to gtk_selection_data_set(). | Michael Natterer | 2008-01-14 | 1 | -0/+5 |