Commit Graph

  • a84ebad2cb ghm Andrei Zmievski 2001-03-14 14:13:39 +00:00
  • b54565b305 ChangeLog update 2001-03-14 02:09:02 +00:00
  • 1d99e3aa43 Adding override files to project Frank M. Kromann 2001-03-14 01:04:17 +00:00
  • 8201eb99bb Removing unneeded free statment Frank M. Kromann 2001-03-14 00:47:46 +00:00
  • 2a648dbbc9 Adding cList->get_text() function Frank M. Kromann 2001-03-14 00:18:04 +00:00
  • 8803288f8e So that we don't forget. Andrei Zmievski 2001-03-13 19:30:17 +00:00
  • 98a258e182 Use config.h instead of php_config.h. Andrei Zmievski 2001-03-13 17:59:27 +00:00
  • f9aa5087e5 Ws Andrei Zmievski 2001-03-13 17:08:25 +00:00
  • 0934fb8d84 Include it in appropriate file. Andrei Zmievski 2001-03-13 17:07:48 +00:00
  • 6287301d30 Removed prototype and added include of ext/standard/file.h Frank M. Kromann 2001-03-13 17:05:01 +00:00
  • ceba6ee608 Fixing debug build and adding dependency Frank M. Kromann 2001-03-13 17:00:04 +00:00
  • a02a94ee4a Fixing debug build and adding dependency Frank M. Kromann 2001-03-13 16:50:20 +00:00
  • d6e7a1a10a Adding missing prototype Frank M. Kromann 2001-03-13 16:43:38 +00:00
  • 8503b1ed0d We don't want to have static declarations for items we may not have, so let's have make_reg_items.php output appropriate info. Andrei Zmievski 2001-03-13 13:59:52 +00:00
  • af7fa15aec Adding missing prototypes Frank M. Kromann 2001-03-13 07:59:42 +00:00
  • 4216568630 Fixing Win32 build to match new generator functions. Frank M. Kromann 2001-03-13 07:59:11 +00:00
  • 3089bc4c47 * Re-engineered the build system a bit to accomodate the need to build additional modules. * Fixed GDK locale support (thanks to Alex Bokovoy). Andrei Zmievski 2001-03-13 05:52:38 +00:00
  • 3d5422b8be Generalized the generator system: * removed all static content into templates * everything is now generated just from defs, overrides, and prefix * removed byref parsing, since it will be transformed into something new * added ability to specify defs files to register types from * split out gdk part of overrides into gdk.overrides Andrei Zmievski 2001-03-13 05:48:58 +00:00
  • f8f2bc7a6a Properly return new GtkStyle from constructor. Andrei Zmievski 2001-03-13 05:41:18 +00:00
  • 8e12f576af * resource type argument parsing * improvements to php_gtk_is_callable Andrei Zmievski 2001-03-13 05:40:32 +00:00
  • 2785dfbe81 * properly parse object's parent's module as well. * added ability to merge parse trees. Andrei Zmievski 2001-03-13 05:38:42 +00:00
  • f4ce6be707 Added ability to specify header and register additional classes in the override file. Andrei Zmievski 2001-03-13 05:37:25 +00:00
  • 8e7ef6f063 Change regexp so that GladeXML is properly converted. Andrei Zmievski 2001-03-13 05:29:50 +00:00
  • 8e6404dedb ChangeLog update 2001-03-13 02:09:04 +00:00
  • a81a6211c0 CList example. Not finished yet. Andrei Zmievski 2001-03-12 04:28:06 +00:00
  • 51b9832424 ChangeLog update 2001-03-11 02:09:02 +00:00
  • c0f6f57248 ChangeLog update 2001-03-10 02:09:05 +00:00
  • f8705eeb99 Add 'has_selection' property to GtkEditable. Andrei Zmievski 2001-03-09 19:43:59 +00:00
  • 02841f1589 Added CTree properties. Andrei Zmievski 2001-03-09 16:13:16 +00:00
  • d8421825a9 Setting time limit to 5 min to allow build on slow computers. Frank M. Kromann 2001-03-09 06:56:31 +00:00
  • 3cf5ada1d7 Just in case, modifying php_gtk_build_value() to allow building associative arrays. Andrei Zmievski 2001-03-09 05:38:01 +00:00
  • 52596d2b2b * Modified generator to allow overriding object properties. * Added helper GtkBoxChild class. * Added properties for GtkMisc, GtkArrow, GtkBox, and GtkCalendar classes. * Modified GtkCalendar::get_date() to return an array of the results. Andrei Zmievski 2001-03-09 04:33:35 +00:00
  • a3a195a7d2 ChangeLog update 2001-03-09 02:09:02 +00:00
  • 57db3d3a4a Disable construction of abstract or unimplemented classes. Andrei Zmievski 2001-03-08 22:08:36 +00:00
  • 85ca3a2b2e Fixing warning on call to connect function Frank M. Kromann 2001-03-08 05:36:29 +00:00
  • a30e4c424f Minor fixes. Frank M. Kromann 2001-03-08 04:31:44 +00:00
  • 13a556831d Adding readme file for binary distribution Frank M. Kromann 2001-03-08 04:31:30 +00:00
  • 7da805d052 Adding script to create windows binary distribution Frank M. Kromann 2001-03-08 04:17:26 +00:00
  • 568e8dbadd Unimplemented macro. Andrei Zmievski 2001-03-08 04:01:27 +00:00
  • d9824ffa19 Conditionally include gdkx.h Andrei Zmievski 2001-03-08 03:57:02 +00:00
  • b8e6a2a0e6 Make versions have interesting names. Andrei Zmievski 2001-03-08 03:21:22 +00:00
  • 7d82e4a599 More clarification about not using it for Web stuff. Andrei Zmievski 2001-03-08 03:04:49 +00:00
  • bbb06c9cbf Fixing after API changes. Andrei Zmievski 2001-03-08 03:02:27 +00:00
  • 9925e4fe10 Fix date. Andrei Zmievski 2001-03-08 02:57:31 +00:00
  • 00555d47f2 Add example of using gtk::type_name() and get_type() Andrei Zmievski 2001-03-08 02:47:34 +00:00
  • a78c212cae * Added 'child' property to GtkBin and its descendants. * Added an internal function for querying color values (not used yet). Andrei Zmievski 2001-03-08 02:35:50 +00:00
  • 44598281a4 ChangeLog update 2001-03-08 02:09:03 +00:00
  • c1892ea8d4 Connect to proper method. Andrei Zmievski 2001-03-07 19:40:50 +00:00
  • d5087b8089 Missing parentheses. Andrei Zmievski 2001-03-07 19:38:30 +00:00
  • af501a126b ELS_FETCH() is not needed inside PHP functions. Andrei Zmievski 2001-03-07 16:38:01 +00:00
  • 22332fc52f Override GtkLabel::get() to return label text. Andrei Zmievski 2001-03-07 15:03:35 +00:00
  • f9058c3f1f * Fixed function entry name generation. * Added Gtk::true() and Gtk::false(). Yes, these are just what they look like - functions that return true and false. Handy for certain callbacks. * Fixed connect_object() semantics, it only requires two arguments now. * Standardized all callback marshallers - callbacks are now smoother than Jennifer Alba's bottom and they all take user supplied extra arguments. * Moved callback validation right up to the call time, so that callbacks included from other files could be used as well. * This necessitated better error messages - so now if it the callback is not valid, the filename and line number where it was specified are shown. * Updated gtk.php and list.php to use connect_object() as an example. Andrei Zmievski 2001-03-07 05:37:22 +00:00
  • 61b883d986 ChangeLog update 2001-03-07 02:09:02 +00:00
  • 5e8d4f0e6d Adding a small project that allows you to run Gtk applications without the console window. Frank M. Kromann 2001-03-06 18:56:24 +00:00
  • 3cd68f8f59 Adding sample code for GtkFileSelection Frank M. Kromann 2001-03-06 18:02:36 +00:00
  • bdac374cb2 Removing overridden constructor for GtkFileSelection Frank M. Kromann 2001-03-06 18:02:04 +00:00
  • 3b0604a4aa News entry. Andrei Zmievski 2001-03-06 04:55:09 +00:00
  • 1e4378d830 * Each factory item can now specify as the last entry an array of additional arguments to be passed to the callback. * Implemented GtkCombo::set_popdown_strings(), see gtk.php for example. * Added GdkPixmap::create_from_xpm(). * Added toggle buttons and entry examples to gtk.php. Andrei Zmievski 2001-03-06 04:53:39 +00:00
  • 5cb1fae72a ChangeLog update 2001-03-06 02:09:02 +00:00
  • de002f74b4 Fixing the return value of parameters passed by ref. Thsi has effect on clist_get_text() and other functions using gchar** types as argument. Frank M. Kromann 2001-03-05 21:25:37 +00:00
  • e6faebe1e7 Fixing crash when using file dialogs, caused by uninitialized variables. Frank M. Kromann 2001-03-05 19:53:09 +00:00
  • ec9007d590 Added label feature to GtkCheckMenuItem. I forgot nothing, hopefully ;-) Jan Lehnardt 2001-03-05 18:36:05 +00:00
  • 2230ca633c Allow specifying label for GtkCheckMenuItem. Andrei Zmievski 2001-03-05 17:23:54 +00:00
  • be4891ee6c VIM modeline changes and moving declaration a bit. Andrei Zmievski 2001-03-05 15:57:42 +00:00
  • c0b347a466 Fixing build on win32. Frank M. Kromann 2001-03-05 15:52:36 +00:00
  • 68f0450f9b More stuff. Andrei Zmievski 2001-03-05 04:55:46 +00:00
  • 5508f6ad3c * Renamed php_gtk_check_callable() to php_gtk_is_callable(). * Added an extra parameter to php_gtk_is_callable() that is filled in with the name of the callable. Now just need to use it everywhere. * Added php_gtk_parse_args_hash() internal function. Andrei Zmievski 2001-03-05 04:47:49 +00:00
  • b97558748c * Implemented support for menu creation via GtkItemFactory. * Implemented get_type() methods for every Gtk* class. * Enhanced overrides parsing to allow setting functions as class methods or moving methods from one class to another. * Renamed php_gtk_check_callable() to php_gtk_is_callable(). * Added an extra parameter to php_gtk_is_callable() that is filled in with the name of the callable. Now just need to use it everywhere. * Added php_gtk_parse_args_hash() internal function. Andrei Zmievski 2001-03-05 00:21:42 +00:00
  • 3a0669e506 ChangeLog update 2001-03-04 02:09:02 +00:00
  • e4ca317dae News entry. Andrei Zmievski 2001-03-03 21:13:33 +00:00
  • 707fb80a75 Move PHP-GTK initialization and shutdown into request functions. Andrei Zmievski 2001-03-03 21:12:51 +00:00
  • 6315bf220b Refixing overrides where function name is changed Frank M. Kromann 2001-03-03 19:13:22 +00:00
  • cdb8f5b4c9 added note, that dl() must be used instead of php.ini sttings Jan Lehnardt 2001-03-03 19:03:14 +00:00
  • 181e70d57c Removing PHP warnings from Hello World. Frank M. Kromann 2001-03-03 18:46:09 +00:00
  • 766c5f1f9b Adding cvs ID Frank M. Kromann 2001-03-03 18:42:16 +00:00
  • b143788a3d Removing php warnings while parsing gtk.overrides Frank M. Kromann 2001-03-03 18:41:57 +00:00
  • e551bf7d2d News entry. Andrei Zmievski 2001-03-03 16:13:55 +00:00
  • 3f705f1319 Fixed return value of timeout and idle handler marshaller. Andrei Zmievski 2001-03-03 16:12:11 +00:00
  • ea5720cb46 Move GtkCheckButton constructor closer to its peers and add ignore part. Andrei Zmievski 2001-03-03 15:49:29 +00:00
  • aaae36b766 allowing GtkCheckButton to be labeled. Jan Lehnardt 2001-03-03 12:46:22 +00:00
  • 906e8b0894 News entries. Andrei Zmievski 2001-03-03 06:28:29 +00:00
  • 94f9b0410d * Fixed returning objects from methods. * Implemented GtkTipsQuery class. * Added GtkObject::connect_object method. * Modified GtkToggleButton constructor to accept optional label. Andrei Zmievski 2001-03-03 06:25:22 +00:00
  • 517ce815cc * Added GtkTooltips and GtkTipsQuery examples to gtk.php. * Added sample RC files. Andrei Zmievski 2001-03-03 06:25:03 +00:00
  • 5edfe6a2e6 ChangeLog update 2001-03-03 02:09:04 +00:00
  • c6d0d4fd4a test 2001-03-02 23:47:50 +00:00
  • ff4410445f ChangeLog update. 2001-03-02 22:07:06 +00:00
  • e8f52c4944 Adding empty ChangeLog. Andrei Zmievski 2001-03-02 22:00:53 +00:00
  • 300f001f1f Hopefully, correct some confusion. Andrei Zmievski 2001-03-02 20:06:06 +00:00
  • e78a331162 changed use of $OS for os detection to use of constant PHP_OS, $OS didnt work for detecting windows here, and i couldnt find any documentation about it. PHP_OS is a constant which shows right OS... Peter Petermann 2001-03-02 13:18:36 +00:00
  • e19526230e Make a note of PHP version required. Andrei Zmievski 2001-03-01 22:21:19 +00:00
  • 244066fcf6 * Fixing makedist. * Updating README to assuage certain qualms people may have about those "Could not write.." messages. Andrei Zmievski 2001-03-01 17:01:38 +00:00
  • ff0844c13a Convert the package name as well. Andrei Zmievski 2001-03-01 16:47:55 +00:00
  • 440c15895c Changing my email address. Andrei Zmievski 2001-03-01 16:43:33 +00:00
  • 21365c6d85 Adding README file. Andrei Zmievski 2001-03-01 16:40:21 +00:00
  • ec020b6f30 Adding distribution generation file. Andrei Zmievski 2001-03-01 15:03:22 +00:00
  • 91d8f58c19 Adding NEWS file. Andrei Zmievski 2001-03-01 15:03:05 +00:00
  • 6ef9dc754b Adding info about gtk-dll's Frank M. Kromann 2001-03-01 04:54:48 +00:00
  • 8f1512342c Adding 'howto' information for Win32 Frank M. Kromann 2001-03-01 04:52:55 +00:00
  • 8475f3020e *** empty log message *** Andrei Zmievski 2001-02-28 21:49:55 +00:00
  • d0b75c6d92 Button box test. Andrei Zmievski 2001-02-28 21:33:19 +00:00