summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-0/+21
* Allow to store half-open ranges.Matthias Clasen2008-02-061-0/+5
* Walk down the stack until we get to a window that is mapped. OtherwiseCody Russell2008-02-051-0/+7
* Fix typo in ChangeLogXan Lopez2008-02-051-1/+1
* Ignore images in the toplevel theme directory, avoiding one source ofMatthias Clasen2008-02-051-0/+6
* Fix the buildMatthias Clasen2008-02-051-0/+4
* Install a printerr handler that prepends the program name, sinceMatthias Clasen2008-02-051-0/+6
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.cCody Russell2008-02-051-0/+9
* g_return_if_fail() is the cell is not part of the combo instead ofMichael Natterer2008-02-041-0/+6
* modules/engines/ms-windows/xp_theme.[ch]Cody Russell2008-02-011-0/+9
* initialize GdkColor structs to fix warning about uninitialized "pixel"Michael Natterer2008-02-011-0/+9
* Refactored some of the window hiding/showing code from WM_ACTIVATE toCody Russell2008-01-311-0/+9
* Change queue_resize() to queue_draw(), and add a check for child2 != NULLCody Russell2008-01-311-0/+7
* applied patch from Denis Oliver Kropp <dok@directfb.org>.Sven Neumann2008-01-311-0/+5
* gdk/directfb/gdkdisplay-directfb.c gdk/directfb/gdkdrawable-directfb.cSven Neumann2008-01-311-0/+8
* Another attempt at fixing focus issues with undecorated windows. RevertRichard Hult2008-01-311-0/+8
* gdk/directfb/gdkdrawable-directfb.c gdk/directfb/gdkwindow-directfb.cSven Neumann2008-01-301-0/+8
* gdk/directfb/gdkdirectfb.h gdk/directfb/gdkdisplay-directfb.cSven Neumann2008-01-301-0/+16
* use the right type for "subparser_data" and remove the (gpointer*) cast.Michael Natterer2008-01-301-0/+14
* Remove commasJohan Dahlin2008-01-291-1/+1
* Move the about dialog to the glade file, add accessible tags examples toJohan Dahlin2008-01-291-0/+8
* do not leak the pango layout, fixes #512375.Paolo Borelli2008-01-281-0/+5
* gtk/gtktextchild.c meant to use G_STRFUNC, not G_STRLOC...Michael Natterer2008-01-281-0/+5
* use gtk_about_dialog_set_program_name() instead of the deprecatedMichael Natterer2008-01-281-0/+6
* gtk/gtktextchild.c use G_STRLOC instead of G_GNUC_FUNCTION (which isMichael Natterer2008-01-281-0/+6
* Rename textbuffer test and port it to the new test frameworkJohan Dahlin2008-01-261-0/+6
* Restore accidentally removed unsetting of GTK_MODULES.Johan Dahlin2008-01-251-0/+3
* Handle the case where there is no child text node. (GtkBuilderConverter):Johan Dahlin2008-01-251-0/+7
* Remove the items even if there are no items set.Johan Dahlin2008-01-251-0/+10
* Implement accessible support, fixes #454653.Johan Dahlin2008-01-251-0/+17
* Don't recreate a tracking rect if it didn't change, fixes focus eventRichard Hult2008-01-251-0/+5
* Fix compile warnings (add missing const and remove unused variables).Richard Hult2008-01-251-0/+5
* Forgot to mention bug #.Michael Natterer2008-01-251-0/+1
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-0/+23
* Reviewed by Johan Dahlin.Sven Herzberg2008-01-251-0/+7
* Chain up to parent, so widgets can have internal children.Johan Dahlin2008-01-241-0/+5
* Add gdk_app_launch_context_get_type() to gdk.symbols (#511308, KazukiMathias Hasselmann2008-01-221-0/+7
* Use pango_layout_set_height() for calendar details (#506049).Mathias Hasselmann2008-01-221-0/+7
* New method (GtkBuilderConverter._create_object): Conditionally take a nodeJohan Dahlin2008-01-181-0/+10
* Change GtkCalendarDetailFunc to return newly allocated string. (#339540)Mathias Hasselmann2008-01-171-0/+8
* Store the event mask and extension event mode directly in the gobject dataChristian Persch2008-01-161-0/+6
* add "gio-2.0" because gdk-pixbuf now uses gio functions.Michael Natterer2008-01-161-0/+5
* Emit the notify::model signal. (#509819, David Zeuthen)Matthias Clasen2008-01-161-0/+5
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-1/+29
* add cast to fix const warning.Michael Natterer2008-01-141-0/+8
* cast the return value of gdk_screen_get_font_options() to gpointer to getMichael Natterer2008-01-141-0/+6
* fix another call to gtk_selection_data_set().Michael Natterer2008-01-141-0/+5
* fix signedness warning.Michael Natterer2008-01-141-0/+5
* remove unused variable.Michael Natterer2008-01-141-1/+5
* cast "uris" to guchar* when passing it to gtk_selection_data_set().Michael Natterer2008-01-141-0/+5