1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
support for unichar parameters More... almost 15 years ago
use "if" instead of "case", so that we can support dynamically assigned types More... almost 15 years ago
support for uint properties More... almost 15 years ago
support for char/uchar properties More... almost 15 years ago
added support for int, float properties More... almost 15 years ago
add support for double properties More... almost 15 years ago
removed irrelevant parts from test.php More... almost 15 years ago
support for long properties More... almost 15 years ago
handle boolean properties More... almost 15 years ago
move property-holder from class to instance + make it use php memory management More... almost 15 years ago
writing and reading gobject-properties works (only strings, for now) More... almost 15 years ago
clean memory on error More... almost 15 years ago
sync signature More... almost 15 years ago
more ignores More... almost 15 years ago
added support for "after" parameter on obj->connect() More... almost 15 years ago
allow NULL for signal-creation parameters More... almost 15 years ago
prefer long to int More... almost 15 years ago
wrote test for numeric accumulator More... almost 15 years ago
closures (and accumulators) work with arbitrary return-types More... almost 15 years ago
Win32 fonts are cloneable More... almost 15 years ago
Fixing some warnings More... almost 15 years ago
CLIP_DFA_OVERRIDE seems to be a myth. More... almost 15 years ago
accumulators work now. (only for string-values. TODO: fix to work for any data-types) More... almost 15 years ago
introducing HashTable for storing association between signal_id and Signal objects More... about 15 years ago
keep signal_id in Signal object More... about 15 years ago
verify, that object gets the same objects, not copies More... about 15 years ago
reuse existing php-object, if possible More... about 15 years ago
register pointer to php-object in gobject as "data" More... about 15 years ago
implemented handling of gobject-parameters to closures + tests More... about 15 years ago
free memory in error-case too More... about 15 years ago