changelog Thu Jan 27 20:36:14 2005 EDT
Modified files:
/php-gtk ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-gtk/ChangeLog?r1=1.263&r2=1.264&ty=u
Index: php-gtk/ChangeLog
diff -u php-gtk/ChangeLog:1.263 php-gtk/ChangeLog:1.264
--- php-gtk/ChangeLog:1.263 Tue Jan 25 20:42:47 2005
+++ php-gtk/ChangeLog Thu Jan 27 20:36:14 2005
@@ -1,3 +1,37 @@
+2005-01-27 Andrei Zmievski <andrei@xxxxxxxxxxxxxx>
+
+ * ext/gtk+/gtk.overrides
+ generator/generator.php:
+ - Stop ignoring gtk_style_new constructor.
+ - Fix the class entry flags for abstract classes.
+
+ * main/php_gtk.c
+ main/phpg_gobject.c:
+ - Merge parent's properties into child's table upon registration. This
+ way we can look at any property in the chain quickly.
+ - Fix access to nested properties, like $separator->style->ythickness.
+ - NULL-out the get_property_ptr_ptr handler for now so that writes to
+ nested properties work correctly.
+
+ * ext/gtk+/gdk.overrides
+ ext/gtk+/gtk.overrides
+ generator/generator.php
+ generator/override.php
+ generator/templates.php
+ main/php_gtk.h
+ main/phpg_gobject.c
+ main/phpg_gvalue.c:
+ This started as an attempt to implement property access for boxed types,
+ but turned out supporting regular properties as well. Writing to
+ properties is not yet implemented. Testing is appreciated. Now I damn
+ well deserve a beer.
+
+ * generator/arg_types.php:
+ Switch to using RETVAL_*() macros instead of RETURN_*().
+
+ * TODO2:
+ -** empty log message ***
+
2005-01-25 Andrei Zmievski <andrei@xxxxxxxxxxxxxx>
* ext/gtk+/gdk.overrides:
--
PHP-GTK CVS Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|