Commit Graph

  • 048da97ccc supprised myself there - solved the polygon points problem - polygons now work.. Alan Knowles 2003-05-27 18:04:27 +00:00
  • 50d6c03064 first upload of gtk-canvas widget bindings - mostly working except polygon - which needs more brainpower than I have today :) Alan Knowles 2003-05-27 14:50:07 +00:00
  • bd730383d9 Accept any drawable here. Andrei Zmievski 2003-05-14 14:39:47 +00:00
  • 07f3833e78 generator should use _SERVER now, as it borks the build when using an old php.ini Alan Knowles 2003-05-07 13:51:41 +00:00
  • 53c2901c35 adding in bindings for get_wrap_mode and set_wrap_mode by benjamin smith Alan Knowles 2003-04-22 02:57:13 +00:00
  • c92b503004 ChangeLog update 2003-03-20 01:33:37 +00:00
  • 943a78d6ca *** empty log message *** Andrei Zmievski 2003-03-19 03:54:36 +00:00
  • c22e5d229f ChangeLog update 2003-02-08 01:33:17 +00:00
  • 1dda50747a ChangeLog update 2003-02-07 01:31:47 +00:00
  • 749b5c6840 Extend search to look for php.exe in the same directory where php_win.exe is located Frank M. Kromann 2003-02-07 00:12:42 +00:00
  • 34f674aac9 Move output to the same directory as the rest of the files Frank M. Kromann 2003-02-06 17:57:26 +00:00
  • a9494e9581 Fixing build Frank M. Kromann 2003-02-06 17:44:51 +00:00
  • e7fe358025 ChangeLog update 2003-01-31 01:33:28 +00:00
  • db352d06e9 Make property writing work. Except it doesn't work on something like: $style->fg[GTK_STATE_NORMAL] yet. Andrei Zmievski 2003-01-30 19:52:45 +00:00
  • feae1ed4b6 ChangeLog update 2003-01-26 01:32:52 +00:00
  • 30eb8dfe0b *** empty log message *** Andrei Zmievski 2003-01-25 20:17:41 +00:00
  • 5997cd373a ChangeLog update 2003-01-21 01:34:05 +00:00
  • 572c4fb56d Fixing the readme file a bit Frank M. Kromann 2003-01-20 22:22:56 +00:00
  • acea5b280d System32 directory is not used in the dist. Frank M. Kromann 2003-01-20 22:14:31 +00:00
  • e7f007c184 ChangeLog update 2003-01-11 01:34:43 +00:00
  • f04f833eae ok this is it - from dericks site: "What QA did you do on it?" "the usual?" "ah... none :)" Alan Knowles 2003-01-10 16:25:46 +00:00
  • 31ed6ca312 consolidate error message for array mismatch - ok going to get this right eventually Alan Knowles 2003-01-10 16:23:01 +00:00
  • b21f5df23f consolidate error message for array mismatch Alan Knowles 2003-01-10 16:21:18 +00:00
  • 6afa1cc81f fixed bug Bug #21538 - segfaults if you give ctree->insert_node too many elements in the text array Alan Knowles 2003-01-10 16:03:32 +00:00
  • ea5ae2cc43 ChangeLog update 2003-01-10 01:33:22 +00:00
  • 22c77dbe9b include the scintilla extension in the distribution Frank M. Kromann 2003-01-09 20:38:58 +00:00
  • ed29cdc194 Enabling the compilation of scintilla on WIn32 Frank M. Kromann 2003-01-09 20:35:11 +00:00
  • b4ebd7d662 ChangeLog update 2003-01-09 01:33:35 +00:00
  • aa186cf74a Clean up scheme.php: - &new to new - Redo serialization scheme as $this is not changeable in methods now. Andrei Zmievski 2003-01-08 21:50:51 +00:00
  • 1f07ff405f ChangeLog update 2003-01-05 01:33:56 +00:00
  • 415c0e7728 - Update property lists for boxed types. Now all properties are shown. Whether that's a good thing or not is debatable - a simple var_dump() on GtkWindow with a GtkButton inside produced over 16,000 lines of output due to highly nested nature of Gtk objects and the abundant properties. - Fix the infinite recursion problem when obtaining properties. Required a hack which seems to work for now. Andrei Zmievski 2003-01-04 05:18:41 +00:00
  • b64d5219b4 ChangeLog update 2003-01-03 01:37:55 +00:00
  • 9695d3ba02 Implement PHPGTKException object and use it when object construction fails. No idea what kind of interface to make for that exception - the class is empty for now. Andrei Zmievski 2003-01-02 20:28:25 +00:00
  • 546a54fbaf ChangeLog update 2003-01-02 20:01:31 +00:00
  • c447767253 - Once again cache the zval wrappers for GTK+ objects. No leaks so far. - Do some experimental work to support var_dump($gtkobj). It's nice to see all the properties, even the dynamic ones, but right now it results in an infinite recursion for a lot of objects since the children reference their parents, etc. Need to fix somehow. This work depends on some custom fixes to ZE2 that are not merged in yet. Andrei Zmievski 2002-12-31 20:23:59 +00:00
  • 645cc9f7c2 Update. 2002-12-30 18:26:39 +00:00
  • 9905f1606f Make boxed types work. This required some changes in php_gtk_object. Property setting still doesn't work. Andrei Zmievski 2002-12-28 23:11:44 +00:00
  • 97f94daeee ChangeLog update 2002-12-27 01:32:40 +00:00
  • 0e01ab6f1f Made property reading work, but not for boxed types yet. As expected, $button->child->get() works as a charm under ZE2. Andrei Zmievski 2002-12-26 20:45:31 +00:00
  • b02161c5f1 First shot at making the object system work under ZE2. Boxed types don't work yet, neither does property access. But hello.php runs. Andrei Zmievski 2002-12-26 17:15:22 +00:00
  • 66245b1042 This commit was manufactured by cvs2svn to create branch 'ZE2_PORT'. SVN Migration 2002-12-17 19:56:56 +00:00
  • f5efa201a2 Update. 2002-12-17 19:56:54 +00:00
  • 0efc28845c Change line breaks from 0d 0d 0a to 0d 0a Nuke compiler warnings Frank M. Kromann 2002-12-10 04:55:13 +00:00
  • 363ce7d75e Nuke compiler warnings Frank M. Kromann 2002-12-10 04:54:44 +00:00
  • 6fe896390f Removing unused variables Adding type casts to nuke warnings Frank M. Kromann 2002-12-10 04:42:14 +00:00
  • 05b681cd4b Removing unused variables Frank M. Kromann 2002-12-10 04:39:28 +00:00
  • fc7c1af405 Forcing some type casts Frank M. Kromann 2002-12-10 04:39:15 +00:00
  • 2d4810e322 Adding extra paramter to write_from_prop() function to avoid compiler warnings from missing type casts Frank M. Kromann 2002-12-10 04:37:58 +00:00
  • a8ee268bf2 Use the constant PHP_SHLIB_SUFFIX when loading the extension Frank M. Kromann 2002-12-04 17:31:50 +00:00
  • ea0a933080 Adding the new extensions to distribution Frank M. Kromann 2002-11-27 21:41:54 +00:00
  • 7aaf16689d Adding scrollpane related files to distribution and workspace Frank M. Kromann 2002-11-27 20:24:49 +00:00
  • 724257aeee Adding Win32 project for scrollpane Frank M. Kromann 2002-11-27 20:24:21 +00:00
  • ca921da0f3 Adding spaned related files to distribution and workspace Frank M. Kromann 2002-11-27 20:15:17 +00:00
  • d253ea2ebb Adding Win32 project for spaned Frank M. Kromann 2002-11-27 20:14:36 +00:00
  • 9989311d7a Exporting symbols to make spaned compilable on WIn32 Frank M. Kromann 2002-11-27 20:13:34 +00:00
  • b98d6c5ad6 Include the new pixpuf project in the workspace Frank M. Kromann 2002-11-27 19:57:09 +00:00
  • a0de8d80d3 Adding WIn32 project for gdk-pixbuf Addin a few files to the ignore file Frank M. Kromann 2002-11-27 19:56:35 +00:00
  • 400faea266 New version of the readme to match version 0.5.2a Frank M. Kromann 2002-11-27 03:32:16 +00:00
  • 976d70642e Adding CVS Id and changing <? to <?php Frank M. Kromann 2002-11-25 18:22:05 +00:00
  • 490c982772 Added an copy of php.ini-gth with gtk related options. Frank M. Kromann 2002-11-23 20:44:24 +00:00
  • 4d4bace640 Updating script to include new GTK+ dll's Adding extra samples and removing php4isapi.dll Frank M. Kromann 2002-11-23 19:59:17 +00:00
  • 21b8f1ed9f Well, spelling can be hard with both upper and lower case letters. Frank M. Kromann 2002-11-23 19:49:05 +00:00
  • 21c125a204 Fixing spelling of object name Frank M. Kromann 2002-11-23 19:40:53 +00:00
  • 65cfdb0377 adding combobutton.dll and php-gtk.codepage option to ini file Frank M. Kromann 2002-11-23 19:36:29 +00:00
  • 297a64ae72 Use libglade-0.1-lib to build. This will force the libglade extension to use same versions ofGTK+ libraries as used ing php_gtk Frank M. Kromann 2002-11-23 19:25:59 +00:00
  • 4a281ed52f Introducing a Win32 hack to avoid naming conflict with macros. Frank M. Kromann 2002-11-22 20:56:50 +00:00
  • 19d151f66f Updated to build with the latest version of GTK+ libraries. Frank M. Kromann 2002-11-22 20:15:30 +00:00
  • 1e196cee96 Updated source locations for libs needed to build this on Win32 Frank M. Kromann 2002-11-22 20:11:27 +00:00
  • 62799c33aa Don't bail out if argc/argv aren't found, just fall back onto an empty set. Andrei Zmievski 2002-11-14 13:59:38 +00:00
  • d2c399e8a5 Modify script for easy versioning and adding ComboButton to the distribution. Frank M. Kromann 2002-11-04 04:24:17 +00:00
  • 64f1f3d20f ChangeLog update 2002-11-02 01:36:16 +00:00
  • 581a9616a5 Make GdkPixmap constructor accept null for the mask. Andrei Zmievski 2002-11-01 21:51:00 +00:00
  • a94925dbfc New release. Andrei Zmievski 2002-11-01 05:41:45 +00:00
  • 8fdc003596 ChangeLog update 2002-10-30 01:35:18 +00:00
  • 59e6ee5bd3 - Simplify GdkPixbuf constructor parameters. - Fix check for GdkPixmap when setting style's bg_pixmap property. Andrei Zmievski 2002-10-29 04:36:46 +00:00
  • 819d7c40a5 ChangeLog update 2002-10-23 00:34:44 +00:00
  • e44f3c8da2 - Small fixes to gdk-pixbuf test script. - gdk-pixbuf 2.0 has a fill function. Implemented a manual emulation of it for now. - Made interpolation parameter for GdkPixbuf::scale_simple() optional. - Realized that the code to set tile/stipple/clip_mask of GdkGC was broken and only accepted GdkWindow's instead of GdkPixmap/GdkBitmap. Andrei Zmievski 2002-10-22 19:02:41 +00:00
  • a4896b16d9 ChangeLog update 2002-10-18 00:34:11 +00:00
  • 483a14981e Fix a bunch of compilation warnings. Helps to enable -Wall. Andrei Zmievski 2002-10-17 20:41:19 +00:00
  • fc35bedfbd - Make depth parameter of GdkPixmap() constructor optional. - Do better type checking of copy_area() src_window parameter. - Fixed up warnings unveiled with -Wall flag. Andrei Zmievski 2002-10-17 01:02:11 +00:00
  • a7a3bb5f58 - Failure to allocate color should really be a notice. - Fix GtkCheckButton constructor. Andrei Zmievski 2002-10-17 00:21:24 +00:00
  • 90d0037e88 ChangeLog update 2002-10-13 00:34:18 +00:00
  • 68fb7ac551 Added copy_area() method for GdkWindow/GdkPixmap/GdkBitmap classes. Andrei Zmievski 2002-10-12 04:39:24 +00:00
  • dddc0821f6 ChangeLog update 2002-10-11 00:34:34 +00:00
  • 0f97cc4c4c Added GtkRadioButton/GtkRadioMenuItem methods group() and set_group(). group() can be used to find out which group of radio buttons this one belongs to, and set_group() can be used to move button from one group to another. Andrei Zmievski 2002-10-10 17:35:41 +00:00
  • 210e7cfac9 Added gdk::pointer_grab(), gdk::pointer_ungrab(), gdk::keyboard_grab(), gdk::keyboard_ungrab(). Andrei Zmievski 2002-10-10 15:35:30 +00:00
  • 1c86ba6164 ChangeLog update 2002-09-24 00:34:59 +00:00
  • a97be2e6a5 fixing path to .overrides file Frank M. Kromann 2002-09-23 02:29:07 +00:00
  • 4993bbb533 Renaming object to avoid problems with wrong function names in autogenerated functions. gtk_combobutton_get_type becomes gtk_combo_button_get_type without this change. Frank M. Kromann 2002-09-23 02:28:29 +00:00
  • 322e02a234 ChangeLog update 2002-09-23 00:34:28 +00:00
  • 6ccafa622e Fixes needed to make GtkComboButton compile in WIn32 Frank M. Kromann 2002-09-22 01:32:07 +00:00
  • 4838f1fa41 ChangeLog update 2002-09-22 00:35:25 +00:00
  • 6e9c9ce8a8 Fixing ZTS build Frank M. Kromann 2002-09-21 17:26:02 +00:00
  • 6b8a83a1dd ChangeLog update 2002-09-20 00:36:09 +00:00
  • 10cab04cee Fixing php_array_merge() call for ZTS builds. Andrei Zmievski 2002-09-19 13:57:28 +00:00
  • 4a623e9428 ChangeLog update 2002-06-05 00:25:48 +00:00
  • 48a11a5725 *** empty log message *** Andrei Zmievski 2002-06-04 04:49:05 +00:00
  • c69a7c4a98 Fix GdkPixbuf generation. Fix UTF8 stuff for menu items and radio buttons. Andrei Zmievski 2002-06-04 04:47:55 +00:00
  • 0dc0a0d8ac ChangeLog update 2002-05-29 00:28:29 +00:00
  • 10ced8bfdf *** empty log message *** Andrei Zmievski 2002-05-28 17:07:28 +00:00