| Commit message (Expand) | Author | Age | Files | Lines |
* | build with GTK_DISABLE_DEPRECATED. | Michael Natterer | 2008-06-17 | 12 | -17/+50 |
* | more tests for GtkRecentManager. | Paolo Borelli | 2008-06-17 | 1 | -2/+98 |
* | really move the GtkType typedef to an undeprecated section. | Michael Natterer | 2008-06-17 | 1 | -4/+2 |
* | deprecate GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST, GTK_CHECK_GET_CLASS, | Michael Natterer | 2008-06-17 | 1 | -6/+5 |
* | use G_TYPE macros for type checking instead of GTK_CHECK ones because it's | Michael Natterer | 2008-06-17 | 1 | -5/+5 |
* | gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbutton.c | Michael Natterer | 2008-06-17 | 6 | -15/+28 |
* | Fix dumb typo in the previous commit. | Emmanuele Bassi | 2008-06-17 | 1 | -1/+1 |
* | Increase the consistency of the errors returned by GtkRecentManager. | Emmanuele Bassi | 2008-06-17 | 1 | -5/+24 |
* | add some unit tests for GtkRecentManager. | Paolo Borelli | 2008-06-17 | 2 | -0/+161 |
* | Consistently use the same error when removing a URI from an empty | Emmanuele Bassi | 2008-06-17 | 1 | -3/+3 |
* | remove static integer variables which hold the number of members in | Michael Natterer | 2008-06-17 | 1 | -14/+4 |
* | move some deprecated symbols into #ifndef GTK_DISABLE_DEPRECATED. | Michael Natterer | 2008-06-17 | 1 | -2/+4 |
* | Remove the GtkRecentManager screen dance, as it has been deprecated since | Emmanuele Bassi | 2008-06-17 | 1 | -26/+1 |
* | cast menu's toplevel to GtkWindow when passing to | Michael Natterer | 2008-06-17 | 1 | -1/+1 |
* | #undef GTK_DISABLE_DEPRECATED, clean up includes a bit. | Michael Natterer | 2008-06-17 | 2 | -1/+4 |
* | use g_object_ref() and unref() instead of the deprecated gtk_widget_ref() | Michael Natterer | 2008-06-16 | 1 | -5/+5 |
* | removed function drag_begin_cb(), which was in svn since 2.8 but was never | Michael Natterer | 2008-06-16 | 1 | -8/+0 |
* | use gtk_binding_entry_clear() instead of gtk_binding_entry_add() (the | Michael Natterer | 2008-06-16 | 1 | -1/+1 |
* | don't include the deprecated (and unused) "gtkmarshal.h". | Michael Natterer | 2008-06-16 | 1 | -1/+0 |
* | Bug 538182 – pango_cairo_context_update_layout is not noop after | Behdad Esfahbod | 2008-06-16 | 1 | -2/+4 |
* | gtk/gtkfontsel.c gtk/gtkrc.c gtk/gtkstyle.c use g_object_unref() instead | Michael Natterer | 2008-06-16 | 4 | -9/+9 |
* | use _gtk_marshal_BOOLEAN__VOID instead of the deprecated | Michael Natterer | 2008-06-16 | 1 | -2/+1 |
* | gtk/gtkcellrendereraccel.h gtk/gtkiconview.h use G_TYPE macros instead of | Michael Natterer | 2008-06-16 | 3 | -19/+19 |
* | Add some symlinks to the builtin icon theme | Matthias Clasen | 2008-06-16 | 1 | -3/+15 |
* | Bug 538362 - Get Win32 icons back in the file chooser | Tor Lillqvist | 2008-06-16 | 1 | -0/+30 |
* | Add icons that are used by GtkVolumeButton | Matthias Clasen | 2008-06-16 | 5 | -0/+4 |
* | remove GtkTooltips member from the GtkFileChooserDefault struct. | Michael Natterer | 2008-06-16 | 2 | -11/+3 |
* | Bug 538519 – GtkCellRendererPixbuf doesn't allow unsetting the icon | Carlos Garnacho | 2008-06-16 | 1 | -20/+8 |
* | When pixel-size is specified, use GTK_ICON_LOOKUP_FORCE_SIZE when loading | Matthias Clasen | 2008-06-16 | 1 | -3/+9 |
* | Return full path here as expected, not just the basename. | Carlos Garnacho | 2008-06-15 | 3 | -57/+7 |
* | Fix docs | Matthias Clasen | 2008-06-15 | 1 | -1/+1 |
* | Add a gicon property | Matthias Clasen | 2008-06-15 | 1 | -79/+105 |
* | Add some docs | Matthias Clasen | 2008-06-13 | 1 | -2/+18 |
* | Avoid PLT entries | Matthias Clasen | 2008-06-13 | 1 | -0/+2 |
* | Really make GtkFileSystem private by _-prefixing all functions. | Matthias Clasen | 2008-06-13 | 7 | -383/+383 |
* | gtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk/gtkfilechooserdialog.h | Michael Natterer | 2008-06-13 | 22 | -37/+33 |
* | remove double inclusion of <gtk/gtktexttag.h>. | Michael Natterer | 2008-06-13 | 1 | -2/+0 |
* | change type of local "image" variable from GtkImage to GtkWidget to fix | Michael Natterer | 2008-06-13 | 1 | -4/+5 |
* | cast menu's toplevel to GtkWindow when passing to | Michael Natterer | 2008-06-13 | 1 | -2/+2 |
* | silently skip unknown attributes instead of bailing out with an error in | Michael Natterer | 2008-06-13 | 1 | -14/+3 |
* | check surface status after ceating a pdf. Avoids crashing when the target | Hans Breuer | 2008-06-13 | 2 | -2/+13 |
* | Fix frame size allocation | Matthias Clasen | 2008-06-13 | 1 | -9/+16 |
* | Open the default display even when gtk_parse_args() has already been | Matthias Clasen | 2008-06-13 | 1 | -1/+1 |
* | Improve appearance of "both vertical" mode toolbuttons. Patch by Peter | Matthias Clasen | 2008-06-13 | 1 | -1/+1 |
* | A11y descriptions for GtkVolumeButton | Matthias Clasen | 2008-06-13 | 1 | -0/+17 |
* | Set the image of a button proxy to the "icon-name" property. | Matthias Clasen | 2008-06-13 | 1 | -2/+17 |
* | gtk/gtkmain.c don't #include <libintl.h>, it's pulled in via "gtkintl.h" | Michael Natterer | 2008-06-12 | 2 | -5/+0 |
* | limit the number of displayed items by the actual screen height instead of | Michael Natterer | 2008-06-12 | 1 | -7/+12 |
* | Bug 503071 – Application direction changes to right to left even if | Behdad Esfahbod | 2008-06-11 | 9 | -32/+44 |
* | fix local prototype of _gtk_file_chooser_label_for_file() (takes a GFile, | Michael Natterer | 2008-06-11 | 1 | -1/+1 |