11
I Use This!
Very Low Activity

Commits : Listings

Analyzed 17 minutes ago. based on code collected about 11 hours ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
That's done now. More... over 24 years ago
* Added internal php_gtk_parse_args_hash_quiet() function. * Added GtkMenu::popup(). More... over 24 years ago
* Added GtkCTree 'selection' and 'row_list' properties. They are not really GtkCTree properties, but rather belong to underlying GtkCList, but GtkCTree overloads them. * Fixed a bug that would corrupt object type when setting cascaded property. * Fixed access of GtkCTreeNode 'children' property. * Adjusted gtk.php sample according to above changes. More... over 24 years ago
Note about #php-gtk More... over 24 years ago
ChangeLog update More... over 24 years ago
*** empty log message *** More... over 24 years ago
ChangeLog update More... over 24 years ago
ChangeLog update More... over 24 years ago
Fix More... over 24 years ago
* Fixed up boxed arg handling in the generator. * Moved helper structs/classes into php_gtk_types.c and created constructors for them. * A bit more work on GtkCTree example. More... over 24 years ago
ChangeLog update More... over 24 years ago
ChangeLog update More... over 24 years ago
ChangeLog update More... over 24 years ago
Updated contact info for the homepage. No need to bother Andrei with homepage problems now that Jared and I are on the job :o) More... over 24 years ago
Added "Where do I go from here?" to FAQ. More... over 24 years ago
ChangeLog update More... over 24 years ago
ChangeLog update More... over 24 years ago
ChangeLog update More... over 24 years ago
* Implemented better separation of GdkWindow, GdkPixmap, and GdkBitmap. * Added GtkCList 'row_list' property and GtkCListRow helper class. * Finally fixed GtkCTree::insert_row() for good. No wonder it wasn't working. * Added GtkCTree::node_set_row_data(), GtkCTree::node_get_row_data(). * More work on GtkCTree example in gtk.php. More... over 24 years ago
ChangeLog update More... over 24 years ago
Use PHP autoconf macros. More... over 24 years ago
ChangeLog update More... over 24 years ago
Making note on include path needed to build the system on Win32 More... over 24 years ago
* Added GtkCTree 'clist' property. * Implemented GtkObject::set_data(), GtkObject::get_data(), GtkObject::connect_after(), GtkObject::connect_object_after(). * Started on GtkCTree example, which incidentally shows a bunch of other GTK+ stuff. More... over 24 years ago
ChangeLog update More... over 24 years ago
Adding Can I use Themes under Win32 to FAQ. More... over 24 years ago
ChangeLog update More... over 24 years ago
ChangeLog update More... over 24 years ago
News update. More... over 24 years ago
* Added GtkColorSelection::get_color, GtkColorSelection::set_color(). * Added radio buttons, check buttons, color selection, and cursors examples to gtk.php. More... over 24 years ago