cvs: php-gtk-web / changelog.php

[email protected] ("Andrei Zmievski")
Newsgroups php.gtk
Message-ID <cvsandrei996771424@cvsserver>
andrei		Thu Aug  2 12:57:04 2001 EDT

  Modified files:              
    /php-gtk-web	changelog.php 
  Log:
  Update.
  
  
Index: php-gtk-web/changelog.php
diff -u php-gtk-web/changelog.php:1.1 php-gtk-web/changelog.php:1.2
--- php-gtk-web/changelog.php:1.1	Thu Aug  2 12:50:07 2001
+++ php-gtk-web/changelog.php	Thu Aug  2 12:57:04 2001
@@ -30,8 +30,76 @@
 
 <?php echo hdelim(); ?>
 
+<a name="0.0.4"></a>
+<h3>Version 0.0.4 "indistinguishable from magic"</h3>
+<b>5-May-2001</b>
+<ul>
+<li>improved speed/memory efficiency by having only one wrapper for boxed types, except for GdkEvent, GdkColor and GdkAtom. (Andrei)</li>
+<li>implemented object overloading emulation layer to correct for Zend engine's problems, now it's possible to assign and read custom properties on Gtk+ objects. (Andrei)</li>
+<li>added GtkAspectFrame class definition. (Andrei)</li>
+<li>added GtkCTree traversal functions. (Andrei)</li>
+<li>optimized internal resource handling, this should save on memory. (Andrei)</li>
+<li>fixed a bug that would corrupt object type when setting cascaded property.  (Andrei)</li>
+<li>added a few more properties to GtkCTree and GtkCList. (Andrei)</li>
+<li>implemented GtkMenu::popup(). (Andrei)</li>
+<li>fixed GtkCTree::insert_row() for good, added GtkCTree methods node_set_row_data() and node_get_row_data(). (Andrei)</li>
+<li>added helper GtkCListRow class. (Andrei)</li>
+<li>separated GdkWindow, GdkBitmap, GdkPixmap implementations to allow for more flexibility and clarity. (Andrei)</li>
+<li>implemented GtkObject methods get_data(), set_data, connect_after(), connect_object_after(). (Andrei)</li>
+<li>added several more widget examples to gtk.php. (Andrei)</li>
+<li>added ability to get and set color for GtkColorSelection. (Andrei)</li>
+</ul>
+
+<?php echo hdelim(); ?>
+
+<a name="0.0.3"></a>
+<h3>Version 0.0.3 "slow glass"</h3>
+<b>20-Mar-2001</b>
+<ul>
+<li>added libglade support. (Andrei)</li>
+<li>fixed cascading property access in objects. (Andrei)</li>
+<li>added GtkRadioMenuItem, GtkRadioButton constructors. (Andrei)</li>
+<li>added Gdk::pixmap_create_from_xpm_d(). (Andrei)</li>
+<li>added GtkCList::prepend(), GtkClist::insert(). (Andrei)</li>
+<li>added GtkCList example to gtk.php. (Andrei)</li>
+<li>made Gdk::input_add() work with file resources. (Andrei)</li>
+<li>fixed GDK locale support. (Alex Bokovoy)</li>
+<li>reworked the generator to make it more generalized. (Andrei)</li>
+<li>re-engineered the build system a bit to accomodate the need to build additional modules. (Andrei)</li>
+<li>added helper GtkBoxChild, GtkFixedChild classes. (Andrei)</li>
+<li>added some properties for GtkWidget, GtkBin, GtkMisc, GtkArrow, GtkBox, GtkCalendar, GtkCTree, GtkList, and GtkCList classes. (Andrei)</li>
+</ul>
+
+<?php echo hdelim(); ?>
+
+<a name="0.0.2"></a>
+<h3>Version 0.0.2 "primordial nucleosynthesis"</h3>
+<b>7-Mar-2001</b>
+<ul>
+<li>added 'child' property to GtkBin and its descendants. (Andrei)</li>
+<li>all callbacks now take user supplied extra arguments and better error messages are shown if the callbacks are not valid. (Andrei)</li>
+<li>added GtkCombo::set_popdown_strings(), GdkPixmap::create_from_xpm().  (Andrei)</li>
+<li>implemented support for creating menus via GtkItemFactory. (Andrei)</li>
+<li>fixed loading of the extension via php.ini. (Andrei)</li>
+<li>fixed timeout and idle handler marshaller so that they are called more than once. (Andrei)</li>
+<li>added connect_object() method that allows calling an object method as a signal callback. (Andrei)</li>
+<li>fixed a silent crash that was happening due to object corruption. (Andrei)</li>
+<li>implemented GtkTipsQuery class. (Andrei)</li>
+</ul>
+
+<?php echo hdelim(); ?>
+
+<a name="0.0.1"></a>
+<h3>Version 0.0.1 "Genesis"</h3>
+<b>1-Mar-2001</b>
+<ul>
+<li>first release. (Andrei)</li>
+</ul>
+
 <?php
 
 commonFooter();
+
+/* s/^\s*-\s*\(.\+\)$/<li>\1<\/li>/g */
 
 ?>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.