Commit Graph

  • dbfc6473ff Mised one function name. Frank M. Kromann 2001-02-28 18:14:51 +00:00
  • 6dc60ddc0a Fixing gtk.php to run on windows. Second parameter in ->connect() should be a string ! Frank M. Kromann 2001-02-28 17:55:49 +00:00
  • 2be2f16207 Fix Bool_Arg parsing. Andrei Zmievski 2001-02-28 16:53:46 +00:00
  • ca3f44b276 Add labels test. Andrei Zmievski 2001-02-28 16:53:24 +00:00
  • 97777635af We do need to ref the wrapper before storing it. Andrei Zmievski 2001-02-28 16:14:20 +00:00
  • eadf4058d7 * Fix inline functions declarations * Fix php_gtk_check_callable() to allow array('Class', 'method') call Andrei Zmievski 2001-02-28 04:48:23 +00:00
  • b2dbb6161a Started porting testgtk.c to PHP. Window destruction is screwed up, need to fix. Andrei Zmievski 2001-02-28 04:47:06 +00:00
  • 528850b20a Removing compiler warnings Frank M. Kromann 2001-02-27 21:43:13 +00:00
  • 9ba7f19651 Ignore some gtk_draw_* functions to allow build on Win32 Frank M. Kromann 2001-02-27 17:56:24 +00:00
  • 3d928adc10 Adding build directories to cvsignore Frank M. Kromann 2001-02-27 17:54:12 +00:00
  • 24a15a0ec4 Adding a simple install script Frank M. Kromann 2001-02-27 17:53:20 +00:00
  • bcc4ef86a4 Fixing unresolved symbols on Win32 Frank M. Kromann 2001-02-27 17:44:42 +00:00
  • ccfe067539 Implement GtkContainer::children. Andrei Zmievski 2001-02-27 17:16:54 +00:00
  • e63e57183f Done. Andrei Zmievski 2001-02-27 16:54:22 +00:00
  • 65e754509f Generic property handlers now percolate up the inheritance chain to see whether parent objects have the needed property. Andrei Zmievski 2001-02-27 16:54:01 +00:00
  • f4feb86513 Readding dependence between projects Frank M. Kromann 2001-02-27 09:02:19 +00:00
  • 1f64bc31e4 Fixing compilation on Win32. TODO fix 14 unresolved symbols. Frank M. Kromann 2001-02-27 08:23:21 +00:00
  • 815156997b * Fixed up marshallers for idle, timeout, and input handlers. * Implemented access to object fields/properties. Andrei Zmievski 2001-02-27 05:16:35 +00:00
  • 6c8ddb2d8a That was a stupid idea. Andrei Zmievski 2001-02-26 22:52:41 +00:00
  • ca98449474 Implement better abstraction of property handlers, thus allowing for object field access in the near future. Andrei Zmievski 2001-02-26 21:21:20 +00:00
  • e23795ca67 Allow GtkStyle constructor. Andrei Zmievski 2001-02-26 17:38:13 +00:00
  • cb2df20aef Label is optional. Andrei Zmievski 2001-02-26 14:16:29 +00:00
  • 746722d833 allow GtkMenuItem to take one argument (string) which is labels the GtkMenuItem Jan Lehnardt 2001-02-25 23:15:20 +00:00
  • 5fdc442d75 Added support for GdkDragContext and GtkStyle. Andrei Zmievski 2001-02-24 23:55:07 +00:00
  • c5e214b6dd test Andrei Zmievski 2001-02-23 04:54:14 +00:00
  • 87b42ecd80 * Support for GtkAccelGroup * Disabled direct construction of certain classes * Added GdkWindow property handling functions Andrei Zmievski 2001-02-23 04:48:03 +00:00
  • 86ff81a25a test Andrei Zmievski 2001-02-20 02:18:12 +00:00
  • 8d7c247895 * Added support for GdkGC, GtkSelectionData, GtkCTreeNode. * Added format specifier to argument parser to allow separation of zval's. * Added GtkCTree constructor and node insertion function. * Added GdkWindow::new_gc method Andrei Zmievski 2001-02-20 01:55:03 +00:00
  • e515041835 Override gtk_tree_item_new to allow specifying a label. Andrei Zmievski 2001-02-19 20:41:11 +00:00
  • fea2d4e6d3 * Deal with non-pseudocolor colormaps properly. * Implemented GdkFont functions. * Added support for 's#' parse arg spec. Andrei Zmievski 2001-02-10 05:10:44 +00:00
  • 4609cecd2c * Partial GdkFont support. * Andrei Zmievski 2001-02-09 05:31:34 +00:00
  • e11a26f080 * Support for GdkCursor, GdkVisual * Rewrote a lot of overridden functions Andrei Zmievski 2001-02-08 05:02:17 +00:00
  • b92516f171 Don't rely on globals. Andrei Zmievski 2001-02-06 14:07:17 +00:00
  • 73fdbf45b2 * Added a couple of GdkWindow methods. * Added GdkPixmap, GdkBitmap, and GdkDrawable handling. Andrei Zmievski 2001-02-06 03:56:52 +00:00
  • 6e49252724 Implement support for GdkAtom boxed type. Andrei Zmievski 2001-02-05 04:26:58 +00:00
  • bb558c0a49 php_gtk_gen.h is generated too. Andrei Zmievski 2001-02-04 01:03:34 +00:00
  • 45f2823a2b * Fixed constructor generation * Overrode GtkButton() and GtkListItem() constructors so that a text label can be optionally passed in. Andrei Zmievski 2001-02-04 00:41:23 +00:00
  • 2052db1c02 * Added LGPL license * Fixed enum/flags code generation properly * Fixed a bug that would not recognize default value of 0 * Added GtkList::append_items method * Added a couple of example scripts Andrei Zmievski 2001-02-04 00:08:49 +00:00
  • 861aba02e2 Check for NULL object before trying to use it. Andrei Zmievski 2001-02-03 06:57:13 +00:00
  • 0a81509b9c * gdk_ and gtk_ are stripped from the PHP visible method names * made it possible to override PHP visible function name from gtk.overrides * if parsing enum/flags value fails in the constructor, the object is invalidated Andrei Zmievski 2001-02-03 06:56:17 +00:00
  • 7e2a734ef7 Initial work on GdkColormap and also trying to support array offset overloading. Andrei Zmievski 2001-02-03 04:55:29 +00:00
  • 722e3db06f *** empty log message *** Andrei Zmievski 2001-02-01 17:56:29 +00:00
  • 63341faafd *** empty log message *** Andrei Zmievski 2001-02-01 05:14:14 +00:00
  • 29cc7d51e9 - Added php_gtk_parse_args_quiet() to allow parsing arguments without outputting errors. - More work on GdkColor - pretty much implemented. - Added generic set property handler. Andrei Zmievski 2001-02-01 05:11:11 +00:00
  • 71c482f42a Test. Andrei Zmievski 2001-01-29 22:28:34 +00:00
  • c72f03f396 Initial check-in Andrei Zmievski 2001-01-29 22:15:59 +00:00
  • d5e662503c Standard project directories initialized by cvs2svn. SVN Migration 2001-01-29 22:15:59 +00:00