kelnos/glib-objc
Objective-C bindings for Glib 2.x
owner
kelnos
navigate
summary
log
tree
commit
diff
branch
master
search
log msg
author
committer
Age
Message
Files
Lines
Author
2008-08-24
fix typo
1
2
Brian J. Tarricone
2008-08-24
move some functions out to a separate file to reduce clutter
4
569
Brian J. Tarricone
2008-08-23
just proxy -setData:forKey: and -getDataForKey: to the go...
2
22
Brian J. Tarricone
2008-08-23
add todo file
1
13
Brian J. Tarricone
2008-08-23
move gobject dir to gobject-objc to make internal includi...
18
116
Brian J. Tarricone
2008-08-22
prelim gobject property wrappers, split out the boxed hol...
8
415
Brian J. Tarricone
2008-08-22
add preliminary sinal emission api
2
73
Brian J. Tarricone
2008-05-05
change how custom types are registered (they aren't anymo...
2
143
Brian J. Tarricone
2008-05-02
add glib-objc.h header file, add guards to other headers ...
5
46
Brian J. Tarricone
2008-05-02
add NSObject GObject wrapper so NSObjects can be stored i...
4
105
Brian J. Tarricone
2008-05-02
handle array types properly when converting from NSArray ...
1
44
Brian J. Tarricone
2008-05-02
add macros to make init-ing a GObject wrapper a bit easie...
2
47
Brian J. Tarricone
2008-03-11
preliminary signal registration
2
166
Brian J. Tarricone
2008-03-07
super lame. apparently +initialize is inherited by subcl...
1
16
Brian J. Tarricone
2008-03-07
retain&autorelease existing wrappers, clean up g_warning(...
2
48
Brian J. Tarricone
2008-03-07
cleaner switch() tree
1
17
Brian J. Tarricone
2008-03-07
extend GLIBValue to be able to hold GBoxed types
3
49
Brian J. Tarricone
2008-03-07
don't leak autoreleased objects when invoking a singal
1
16
Brian J. Tarricone
2008-03-07
simplify the object wrapper system immensely
2
160
Brian J. Tarricone
2008-03-07
some cleanup
2
166
Brian J. Tarricone
2008-03-07
there's no need to pass the Class to -initCustomType:, as...
2
8
Brian J. Tarricone
2008-03-07
in theory, the gtype wrapping system and gtype deriving s...
2
71
Brian J. Tarricone
2008-03-02
partially implement GType <-> objc Class mapping
2
62
Brian J. Tarricone
2008-03-01
add -getProperty: and -setProperty:toValue: methods to GL...
2
74
Brian J. Tarricone
2008-03-01
add .pc file, don't include gnustep -fconstant-string-cla...
3
30
Brian J. Tarricone
2008-02-28
remove evil changequote() and just quote stuff more
1
12
Brian J. Tarricone
2008-02-28
make the macos check a little more and less sucky at the ...
1
4
Brian J. Tarricone
2008-02-28
fix typo in @REVISION@ substitution
1
2
Brian J. Tarricone
2008-02-28
some architectural changes re: subclassing, support GNUStep
4
156
Brian J. Tarricone
2008-02-23
use g_signal_connect_closure_by_id() since we've already ...
1
6
Brian J. Tarricone
2008-02-23
fix more warnings; apparently G_GNUC_FUNCTION is deprecated
1
18
Brian J. Tarricone
2008-02-23
fix some warnings, implement the _disconnect_by_func() an...
1
89
Brian J. Tarricone
2008-02-22
it compiles. that's about all i can say at this point.
13
768
Brian J. Tarricone
2008-02-22
intermediate stage: i think the GLIBObject API is mostly ...
6
880
Brian J. Tarricone
2008-02-22
move GLIBSignalProxy code into GLIBObject
2
314
Brian J. Tarricone
2008-02-22
rename GLIBObject.c to have .m ext
1
0
Brian J. Tarricone
2008-02-22
some musings on how to do signal proxying with GClosure a...
1
185
Brian J. Tarricone
2008-02-21
initial import. this isn't really representative of anyt...
3
614
Brian J. Tarricone