summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-06-25added shim for g_object_class_list_properties and converted -inspect and -com...GOBJECT1-200106241-ROOTErik Walthinsen4-34/+25
2001-06-24ported example plugin to gobjectErik Walthinsen4-84/+82
2001-06-24ported to gobjectErik Walthinsen2-20/+20
2001-06-24Merge from HEAD to BRANCH-GOBJECT1 at 200106241BRANCH-GOBJECT1-200106241Erik Walthinsen93-13825/+2497
2001-06-24Commented out the Gtk widget stuff.BRANCH-GOBJECT1-200106241-FREEZEWim Taymans1-6/+12
2001-06-24Some compile fixes.Wim Taymans1-10/+10
2001-06-24Added the festival plugin and udp.Wim Taymans1-0/+2
2001-06-24Added some random ramblings about a the design of an event system.Wim Taymans1-0/+140
2001-06-24Removed some debug noise.Wim Taymans1-2/+2
2001-06-24Compile fixes for gtk.Wim Taymans5-6/+6
2001-06-22Fixed the examples for glib2Wim Taymans24-62/+66
2001-06-22Lots of compile fixes for glib2.0Wim Taymans19-75/+75
2001-06-22Lots of compile fixes against glib2.0Wim Taymans19-137/+135
2001-06-22Disable most of the gnome/gtk stuff when compiling with glib2Wim Taymans1-41/+73
2001-06-21marked up the function pointers with GST_DEBUG_FUNCPTRErik Walthinsen2-14/+14
2001-06-21Compile fixes for GObject.Wim Taymans1-9/+29
2001-06-21Fixed a compileation error for GObject.Wim Taymans1-1/+1
2001-06-21Compile fixes for gobject.Wim Taymans3-3/+3
2001-06-20Added some signal shims.Wim Taymans3-14/+19
2001-06-20Added a shim for a marshaller.Wim Taymans1-0/+1
2001-06-20Added som shims for GTypeFlags and GParamFlagsWim Taymans1-0/+2
2001-06-20Fixed an arg called "class", it's a C++ reserved word..Wim Taymans1-1/+1
2001-06-20Added g_type_from_name to the shims.Wim Taymans1-4/+2
2001-06-20Renamed the shortname field in GParamSpec to name to match the glib2.0 implem...Wim Taymans1-12/+12
2001-06-20Added object properties introspection.Wim Taymans1-12/+23
2001-06-20Added a better shim for g_object_get_propertyWim Taymans1-2/+18
2001-06-19fixed signal registration problem in gobject2gtk shimErik Walthinsen4-5/+69
2001-06-19More GObject updates, cleanups to some of the elements to make the port correct.Erik Walthinsen6-13/+39
2001-06-17Updated the params a bit.Wim Taymans2-22/+18
2001-06-17Fixed the utils for getting properties again.Wim Taymans2-27/+45
2001-06-17Print out the enum values too.Wim Taymans1-12/+16
2001-06-17Mostly went around converting G_OBJECT_TYPE(klass) to G_TYPE_FROM_CLASS(klass)Erik Walthinsen4-17/+18
2001-06-17removed configure.ac and configure.inErik Walthinsen2-2454/+0
2001-06-17Added enums to inspect.Wim Taymans1-11/+9
2001-06-17Added gobject to gtkobject bridge (gobject2gtk.[ch]) and configure-time suppo...Erik Walthinsen17-101/+633
2001-06-17Fixed the utils for getting properties.Wim Taymans2-18/+25
2001-06-17Figured out how to get a property from an object.Wim Taymans1-2/+3
2001-06-16Pff, this doesn't seem to work...Wim Taymans1-2/+2
2001-06-16Somewhat fixed -inspectWim Taymans1-24/+30
2001-06-16Removed the obsolete libs.Wim Taymans1-3/+17
2001-06-15Mega patch updates almost all the plugins to GObject. This was done with a P...Erik Walthinsen6-185/+400
2001-06-15Removed old unused libs.Wim Taymans34-9162/+2
2001-06-14various fixes needed to get to sinesrc ! osssinkErik Walthinsen13-33/+77
2001-06-14Fixed some minor compiler warnings.Wim Taymans4-19/+24
2001-06-14added gmodule to glib-2.0 stuffErik Walthinsen1-1/+1
2001-06-14new files that need to be removed at some point because they are to be autoge...Erik Walthinsen2-0/+59
2001-06-14Bring all the other stuff in gst/ up to match libgst.la's GObject port.Erik Walthinsen71-1276/+1313
2001-06-13new configure check for glib 2.0, now requires pkg-config to be installedErik Walthinsen1-13/+3
2001-06-13First round of changes to port to GObject. libgst.la compiles, though there ...Erik Walthinsen30-806/+849
2001-06-11changed indent and argnames to trigger gtk2gobject.shErik Walthinsen3-6/+2283