AgeMessageFilesLinesAuthor
2008-08-24fix typo12Brian J. Tarricone
2008-08-24move some functions out to a separate file to reduce clutter4569Brian J. Tarricone
2008-08-23just proxy -setData:forKey: and -getDataForKey: to the go...222Brian J. Tarricone
2008-08-23add todo file113Brian J. Tarricone
2008-08-23move gobject dir to gobject-objc to make internal includi...18116Brian J. Tarricone
2008-08-22prelim gobject property wrappers, split out the boxed hol...8415Brian J. Tarricone
2008-08-22add preliminary sinal emission api273Brian J. Tarricone
2008-05-05change how custom types are registered (they aren't anymo...2143Brian J. Tarricone
2008-05-02add glib-objc.h header file, add guards to other headers ...546Brian J. Tarricone
2008-05-02add NSObject GObject wrapper so NSObjects can be stored i...4105Brian J. Tarricone
2008-05-02handle array types properly when converting from NSArray ...144Brian J. Tarricone
2008-05-02add macros to make init-ing a GObject wrapper a bit easie...247Brian J. Tarricone
2008-03-11preliminary signal registration2166Brian J. Tarricone
2008-03-07super lame. apparently +initialize is inherited by subcl...116Brian J. Tarricone
2008-03-07retain&autorelease existing wrappers, clean up g_warning(...248Brian J. Tarricone
2008-03-07cleaner switch() tree117Brian J. Tarricone
2008-03-07extend GLIBValue to be able to hold GBoxed types349Brian J. Tarricone
2008-03-07don't leak autoreleased objects when invoking a singal116Brian J. Tarricone
2008-03-07simplify the object wrapper system immensely2160Brian J. Tarricone
2008-03-07some cleanup2166Brian J. Tarricone
2008-03-07there's no need to pass the Class to -initCustomType:, as...28Brian J. Tarricone
2008-03-07in theory, the gtype wrapping system and gtype deriving s...271Brian J. Tarricone
2008-03-02partially implement GType <-> objc Class mapping262Brian J. Tarricone
2008-03-01add -getProperty: and -setProperty:toValue: methods to GL...274Brian J. Tarricone
2008-03-01add .pc file, don't include gnustep -fconstant-string-cla...330Brian J. Tarricone
2008-02-28remove evil changequote() and just quote stuff more112Brian J. Tarricone
2008-02-28make the macos check a little more and less sucky at the ...14Brian J. Tarricone
2008-02-28fix typo in @REVISION@ substitution12Brian J. Tarricone
2008-02-28some architectural changes re: subclassing, support GNUStep4156Brian J. Tarricone
2008-02-23use g_signal_connect_closure_by_id() since we've already ...16Brian J. Tarricone
2008-02-23fix more warnings; apparently G_GNUC_FUNCTION is deprecated118Brian J. Tarricone
2008-02-23fix some warnings, implement the _disconnect_by_func() an...189Brian J. Tarricone
2008-02-22it compiles. that's about all i can say at this point.13768Brian J. Tarricone
2008-02-22intermediate stage: i think the GLIBObject API is mostly ...6880Brian J. Tarricone
2008-02-22move GLIBSignalProxy code into GLIBObject2314Brian J. Tarricone
2008-02-22rename GLIBObject.c to have .m ext10Brian J. Tarricone
2008-02-22some musings on how to do signal proxying with GClosure a...1185Brian J. Tarricone
2008-02-21initial import. this isn't really representative of anyt...3614Brian J. Tarricone