summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-25added shim for g_object_class_list_properties and converted -inspect and ↵GOBJECT1-200106241-ROOTErik Walthinsen4-34/+25
-compprep to use it Original commit message from CVS: added shim for g_object_class_list_properties and converted -inspect and -compprep to use it
2001-06-24ported example plugin to gobjectErik Walthinsen4-84/+82
Original commit message from CVS: ported example plugin to gobject
2001-06-24ported to gobjectErik Walthinsen2-20/+20
Original commit message from CVS: ported to gobject
2001-06-24Merge from HEAD to BRANCH-GOBJECT1 at 200106241BRANCH-GOBJECT1-200106241Erik Walthinsen93-13825/+2497
Original commit message from CVS: Merge from HEAD to BRANCH-GOBJECT1 at 200106241
2001-06-24Commented out the Gtk widget stuff.BRANCH-GOBJECT1-200106241-FREEZEWim Taymans1-6/+12
Original commit message from CVS: Commented out the Gtk widget stuff.
2001-06-24Some compile fixes.Wim Taymans1-10/+10
Original commit message from CVS: Some compile fixes.
2001-06-24Added the festival plugin and udp.Wim Taymans1-0/+2
Original commit message from CVS: Added the festival plugin and udp.
2001-06-24Added some random ramblings about a the design of an event system.Wim Taymans1-0/+140
Original commit message from CVS: Added some random ramblings about a the design of an event system.
2001-06-24Removed some debug noise.Wim Taymans1-2/+2
Original commit message from CVS: Removed some debug noise.
2001-06-24Compile fixes for gtk.Wim Taymans5-6/+6
Original commit message from CVS: Compile fixes for gtk.
2001-06-22Fixed the examples for glib2Wim Taymans24-62/+66
Original commit message from CVS: Fixed the examples for glib2 Removed plugins for now (need to run the script on it)
2001-06-22Lots of compile fixes for glib2.0Wim Taymans19-75/+75
Original commit message from CVS: Lots of compile fixes for glib2.0
2001-06-22Lots of compile fixes against glib2.0Wim Taymans19-137/+135
Original commit message from CVS: Lots of compile fixes against glib2.0
2001-06-22Disable most of the gnome/gtk stuff when compiling with glib2Wim Taymans1-41/+73
Original commit message from CVS: Disable most of the gnome/gtk stuff when compiling with glib2
2001-06-21marked up the function pointers with GST_DEBUG_FUNCPTRErik Walthinsen2-14/+14
Original commit message from CVS: marked up the function pointers with GST_DEBUG_FUNCPTR
2001-06-21Compile fixes for GObject.Wim Taymans1-9/+29
Original commit message from CVS: Compile fixes for GObject.
2001-06-21Fixed a compileation error for GObject.Wim Taymans1-1/+1
Original commit message from CVS: Fixed a compileation error for GObject.
2001-06-21Compile fixes for gobject.Wim Taymans3-3/+3
Original commit message from CVS: Compile fixes for gobject.
2001-06-20Added some signal shims.Wim Taymans3-14/+19
Original commit message from CVS: Added some signal shims. Fixed the queue state_change stuff.
2001-06-20Added a shim for a marshaller.Wim Taymans1-0/+1
Original commit message from CVS: Added a shim for a marshaller.
2001-06-20Added som shims for GTypeFlags and GParamFlagsWim Taymans1-0/+2
Original commit message from CVS: Added som shims for GTypeFlags and GParamFlags
2001-06-20Fixed an arg called "class", it's a C++ reserved word..Wim Taymans1-1/+1
Original commit message from CVS: Fixed an arg called "class", it's a C++ reserved word..
2001-06-20Added g_type_from_name to the shims.Wim Taymans1-4/+2
Original commit message from CVS: Added g_type_from_name to the shims.
2001-06-20Renamed the shortname field in GParamSpec to name to match the glib2.0 ↵Wim Taymans1-12/+12
implementation. Original commit message from CVS: Renamed the shortname field in GParamSpec to name to match the glib2.0 implementation.
2001-06-20Added object properties introspection.Wim Taymans1-12/+23
Original commit message from CVS: Added object properties introspection.
2001-06-20Added a better shim for g_object_get_propertyWim Taymans1-2/+18
Original commit message from CVS: Added a better shim for g_object_get_property
2001-06-19fixed signal registration problem in gobject2gtk shimErik Walthinsen4-5/+69
Original commit message from CVS: fixed signal registration problem in gobject2gtk shim
2001-06-19More GObject updates, cleanups to some of the elements to make the port correct.Erik Walthinsen6-13/+39
Original commit message from CVS: More GObject updates, cleanups to some of the elements to make the port correct.
2001-06-17Updated the params a bit.Wim Taymans2-22/+18
Original commit message from CVS: Updated the params a bit.
2001-06-17Fixed the utils for getting properties again.Wim Taymans2-27/+45
Original commit message from CVS: Fixed the utils for getting properties again. Added come const directives to the arguments again. Check for non exiting properties.
2001-06-17Print out the enum values too.Wim Taymans1-12/+16
Original commit message from CVS: Print out the enum values too.
2001-06-17Mostly went around converting G_OBJECT_TYPE(klass) to G_TYPE_FROM_CLASS(klass)Erik Walthinsen4-17/+18
Original commit message from CVS: Mostly went around converting G_OBJECT_TYPE(klass) to G_TYPE_FROM_CLASS(klass)
2001-06-17removed configure.ac and configure.inErik Walthinsen2-2454/+0
Original commit message from CVS: removed configure.ac and configure.in
2001-06-17Added enums to inspect.Wim Taymans1-11/+9
Original commit message from CVS: Added enums to inspect.
2001-06-17Added gobject to gtkobject bridge (gobject2gtk.[ch]) and configure-time ↵Erik Walthinsen17-101/+633
support for selecting between glib and gtk (-... Original commit message from CVS: Added gobject to gtkobject bridge (gobject2gtk.[ch]) and configure-time support for selecting between glib and gtk (--enable-glib2 to build with gobject).
2001-06-17Fixed the utils for getting properties.Wim Taymans2-18/+25
Original commit message from CVS: Fixed the utils for getting properties. Added come const directives to the arguments.
2001-06-17Figured out how to get a property from an object.Wim Taymans1-2/+3
Original commit message from CVS: Figured out how to get a property from an object.
2001-06-16Pff, this doesn't seem to work...Wim Taymans1-2/+2
Original commit message from CVS: Pff, this doesn't seem to work... Can someone try to get a property from a GObject?
2001-06-16Somewhat fixed -inspectWim Taymans1-24/+30
Original commit message from CVS: Somewhat fixed -inspect
2001-06-16Removed the obsolete libs.Wim Taymans1-3/+17
Original commit message from CVS: Removed the obsolete libs.
2001-06-15Mega patch updates almost all the plugins to GObject. This was done with a ↵Erik Walthinsen6-185/+400
Perl script, with only a few minor manual... Original commit message from CVS: Mega patch updates almost all the plugins to GObject. This was done with a Perl script, with only a few minor manual tweaks where the perl didn't catch the code just right. There may be a few minor issues remaining from this, but they should be easy to catch (plugin doesn't work). There are several plugins that have GDK/GTK code in them that shouldn't, these need to be dealt with next.
2001-06-15Removed old unused libs.Wim Taymans34-9162/+2
Original commit message from CVS: Removed old unused libs.
2001-06-14various fixes needed to get to sinesrc ! osssinkErik Walthinsen13-33/+77
Original commit message from CVS: various fixes needed to get to sinesrc ! osssink
2001-06-14Fixed some minor compiler warnings.Wim Taymans4-19/+24
Original commit message from CVS: Fixed some minor compiler warnings.
2001-06-14added gmodule to glib-2.0 stuffErik Walthinsen1-1/+1
Original commit message from CVS: added gmodule to glib-2.0 stuff
2001-06-14new files that need to be removed at some point because they are to be ↵Erik Walthinsen2-0/+59
autogenerated Original commit message from CVS: new files that need to be removed at some point because they are to be autogenerated
2001-06-14Bring all the other stuff in gst/ up to match libgst.la's GObject port.Erik Walthinsen71-1276/+1313
Original commit message from CVS: Bring all the other stuff in gst/ up to match libgst.la's GObject port. Fixed some minor problems with the signalling stuff in the core. IT WORKS!
2001-06-13new configure check for glib 2.0, now requires pkg-config to be installedErik Walthinsen1-13/+3
Original commit message from CVS: new configure check for glib 2.0, now requires pkg-config to be installed
2001-06-13First round of changes to port to GObject. libgst.la compiles, though there ↵Erik Walthinsen30-806/+849
are a few things commented out. Specifi... Original commit message from CVS: First round of changes to port to GObject. libgst.la compiles, though there are a few things commented out. Specifically object destruction is probably broken, but wtay gets to fix that because he researched the problem of glib 2.0 object destruction while doing the first round. Some of the XML stuff is commented out, but that's an easy fix. Next is the rest of the gst/ directory, then on to the plugins.
2001-06-11changed indent and argnames to trigger gtk2gobject.shErik Walthinsen3-6/+2283
Original commit message from CVS: changed indent and argnames to trigger gtk2gobject.sh