summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* deprecate GtkType, GtkSignalFunc and GTK_SIGNAL_FUNC().Michael Natterer2008-06-181-12/+18
* deprecate gtk_type_class().Michael Natterer2008-06-185-13/+36
* Add deprecated version and change the deprecation markup used by ref/unrefJohan Dahlin2008-06-181-22/+22
* Add deprecated versions and fixup markup.Johan Dahlin2008-06-181-6/+6
* Don't markup deprecated in italics.Johan Dahlin2008-06-182-6/+6
* Remove GtkFileSystemError, use GtkFileChooserError instead. (#538378,Carlos Garnacho2008-06-172-29/+6
* remove bogus extern declaration of non-existing functionMichael Natterer2008-06-171-1/+0
* s/GtkType/GType/Michael Natterer2008-06-172-2/+2
* Need to do the GTK_DISABLE_DEPRECATED #undef/#define dance here, too,Tor Lillqvist2008-06-171-2/+9
* build with GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-1712-17/+50
* more tests for GtkRecentManager.Paolo Borelli2008-06-171-2/+98
* really move the GtkType typedef to an undeprecated section.Michael Natterer2008-06-171-4/+2
* deprecate GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST, GTK_CHECK_GET_CLASS,Michael Natterer2008-06-171-6/+5
* use G_TYPE macros for type checking instead of GTK_CHECK ones because it'sMichael Natterer2008-06-171-5/+5
* gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbutton.cMichael Natterer2008-06-176-15/+28
* Fix dumb typo in the previous commit.Emmanuele Bassi2008-06-171-1/+1
* Increase the consistency of the errors returned by GtkRecentManager.Emmanuele Bassi2008-06-171-5/+24
* add some unit tests for GtkRecentManager.Paolo Borelli2008-06-172-0/+161
* Consistently use the same error when removing a URI from an emptyEmmanuele Bassi2008-06-171-3/+3
* remove static integer variables which hold the number of members inMichael Natterer2008-06-171-14/+4
* move some deprecated symbols into #ifndef GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-171-2/+4
* Remove the GtkRecentManager screen dance, as it has been deprecated sinceEmmanuele Bassi2008-06-171-26/+1
* cast menu's toplevel to GtkWindow when passing toMichael Natterer2008-06-171-1/+1
* #undef GTK_DISABLE_DEPRECATED, clean up includes a bit.Michael Natterer2008-06-172-1/+4
* use g_object_ref() and unref() instead of the deprecated gtk_widget_ref()Michael Natterer2008-06-161-5/+5
* removed function drag_begin_cb(), which was in svn since 2.8 but was neverMichael Natterer2008-06-161-8/+0
* use gtk_binding_entry_clear() instead of gtk_binding_entry_add() (theMichael Natterer2008-06-161-1/+1
* don't include the deprecated (and unused) "gtkmarshal.h".Michael Natterer2008-06-161-1/+0
* Bug 538182 – pango_cairo_context_update_layout is not noop afterBehdad Esfahbod2008-06-161-2/+4
* gtk/gtkfontsel.c gtk/gtkrc.c gtk/gtkstyle.c use g_object_unref() insteadMichael Natterer2008-06-164-9/+9
* use _gtk_marshal_BOOLEAN__VOID instead of the deprecatedMichael Natterer2008-06-161-2/+1
* gtk/gtkcellrendereraccel.h gtk/gtkiconview.h use G_TYPE macros instead ofMichael Natterer2008-06-163-19/+19
* Add some symlinks to the builtin icon themeMatthias Clasen2008-06-161-3/+15
* Bug 538362 - Get Win32 icons back in the file chooserTor Lillqvist2008-06-161-0/+30
* Add icons that are used by GtkVolumeButtonMatthias Clasen2008-06-165-0/+4
* remove GtkTooltips member from the GtkFileChooserDefault struct.Michael Natterer2008-06-162-11/+3
* Bug 538519 – GtkCellRendererPixbuf doesn't allow unsetting the iconCarlos Garnacho2008-06-161-20/+8
* When pixel-size is specified, use GTK_ICON_LOOKUP_FORCE_SIZE when loadingMatthias Clasen2008-06-161-3/+9
* Return full path here as expected, not just the basename.Carlos Garnacho2008-06-153-57/+7
* Fix docsMatthias Clasen2008-06-151-1/+1
* Add a gicon propertyMatthias Clasen2008-06-151-79/+105
* Add some docsMatthias Clasen2008-06-131-2/+18
* Avoid PLT entriesMatthias Clasen2008-06-131-0/+2
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-137-383/+383
* gtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk/gtkfilechooserdialog.hMichael Natterer2008-06-1322-37/+33
* remove double inclusion of <gtk/gtktexttag.h>.Michael Natterer2008-06-131-2/+0
* change type of local "image" variable from GtkImage to GtkWidget to fixMichael Natterer2008-06-131-4/+5
* cast menu's toplevel to GtkWindow when passing toMichael Natterer2008-06-131-2/+2
* silently skip unknown attributes instead of bailing out with an error inMichael Natterer2008-06-131-14/+3
* check surface status after ceating a pdf. Avoids crashing when the targetHans Breuer2008-06-132-2/+13