Commit Graph

101 Commits

Author SHA1 Message Date
44598281a4 ChangeLog update 2001-03-08 02:09:03 +00:00
Andrei Zmievski
c1892ea8d4 Connect to proper method. 2001-03-07 19:40:50 +00:00
Andrei Zmievski
d5087b8089 Missing parentheses. 2001-03-07 19:38:30 +00:00
Andrei Zmievski
af501a126b ELS_FETCH() is not needed inside PHP functions. 2001-03-07 16:38:01 +00:00
Andrei Zmievski
22332fc52f Override GtkLabel::get() to return label text. 2001-03-07 15:03:35 +00:00
Andrei Zmievski
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.
2001-03-07 05:37:22 +00:00
61b883d986 ChangeLog update 2001-03-07 02:09:02 +00:00
Frank M. Kromann
5e8d4f0e6d Adding a small project that allows you to run Gtk applications without the console window. 2001-03-06 18:56:24 +00:00
Frank M. Kromann
3cd68f8f59 Adding sample code for GtkFileSelection 2001-03-06 18:02:36 +00:00
Frank M. Kromann
bdac374cb2 Removing overridden constructor for GtkFileSelection 2001-03-06 18:02:04 +00:00
Andrei Zmievski
3b0604a4aa News entry. 2001-03-06 04:55:09 +00:00
Andrei Zmievski
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.
2001-03-06 04:53:39 +00:00
5cb1fae72a ChangeLog update 2001-03-06 02:09:02 +00:00
Frank M. Kromann
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.
2001-03-05 21:25:37 +00:00
Frank M. Kromann
e6faebe1e7 Fixing crash when using file dialogs, caused by uninitialized variables. 2001-03-05 19:53:09 +00:00
Jan Lehnardt
ec9007d590 Added label feature to GtkCheckMenuItem. I forgot nothing, hopefully ;-) 2001-03-05 18:36:05 +00:00
Andrei Zmievski
2230ca633c Allow specifying label for GtkCheckMenuItem. 2001-03-05 17:23:54 +00:00
Andrei Zmievski
be4891ee6c VIM modeline changes and moving declaration a bit. 2001-03-05 15:57:42 +00:00
Frank M. Kromann
c0b347a466 Fixing build on win32. 2001-03-05 15:52:36 +00:00
Andrei Zmievski
68f0450f9b More stuff. 2001-03-05 04:55:46 +00:00
Andrei Zmievski
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.
2001-03-05 04:47:49 +00:00
Andrei Zmievski
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.
2001-03-05 00:21:42 +00:00
3a0669e506 ChangeLog update 2001-03-04 02:09:02 +00:00
Andrei Zmievski
e4ca317dae News entry. 2001-03-03 21:13:33 +00:00
Andrei Zmievski
707fb80a75 Move PHP-GTK initialization and shutdown into request functions. 2001-03-03 21:12:51 +00:00
Frank M. Kromann
6315bf220b Refixing overrides where function name is changed 2001-03-03 19:13:22 +00:00
Jan Lehnardt
cdb8f5b4c9 added note, that dl() must be used instead of php.ini sttings 2001-03-03 19:03:14 +00:00
Frank M. Kromann
181e70d57c Removing PHP warnings from Hello World. 2001-03-03 18:46:09 +00:00
Frank M. Kromann
766c5f1f9b Adding cvs ID 2001-03-03 18:42:16 +00:00
Frank M. Kromann
b143788a3d Removing php warnings while parsing gtk.overrides 2001-03-03 18:41:57 +00:00
Andrei Zmievski
e551bf7d2d News entry. 2001-03-03 16:13:55 +00:00
Andrei Zmievski
3f705f1319 Fixed return value of timeout and idle handler marshaller. 2001-03-03 16:12:11 +00:00
Andrei Zmievski
ea5720cb46 Move GtkCheckButton constructor closer to its peers and add ignore part. 2001-03-03 15:49:29 +00:00
Jan Lehnardt
aaae36b766 allowing GtkCheckButton to be labeled. 2001-03-03 12:46:22 +00:00
Andrei Zmievski
906e8b0894 News entries. 2001-03-03 06:28:29 +00:00
Andrei Zmievski
94f9b0410d * Fixed returning objects from methods.
* Implemented GtkTipsQuery class.
* Added GtkObject::connect_object method.
* Modified GtkToggleButton constructor to accept optional label.
2001-03-03 06:25:22 +00:00
Andrei Zmievski
517ce815cc * Added GtkTooltips and GtkTipsQuery examples to gtk.php.
* Added sample RC files.
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
Andrei Zmievski
e8f52c4944 Adding empty ChangeLog. 2001-03-02 22:00:53 +00:00
Andrei Zmievski
300f001f1f Hopefully, correct some confusion. 2001-03-02 20:06:06 +00:00
Peter Petermann
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...
2001-03-02 13:18:36 +00:00
Andrei Zmievski
e19526230e Make a note of PHP version required. 2001-03-01 22:21:19 +00:00
Andrei Zmievski
244066fcf6 * Fixing makedist.
* Updating README to assuage certain qualms people may have about
  those "Could not write.." messages.
2001-03-01 17:01:38 +00:00
Andrei Zmievski
ff0844c13a Convert the package name as well. 2001-03-01 16:47:55 +00:00
Andrei Zmievski
440c15895c Changing my email address. 2001-03-01 16:43:33 +00:00
Andrei Zmievski
21365c6d85 Adding README file. 2001-03-01 16:40:21 +00:00
Andrei Zmievski
ec020b6f30 Adding distribution generation file. 2001-03-01 15:03:22 +00:00
Andrei Zmievski
91d8f58c19 Adding NEWS file. 2001-03-01 15:03:05 +00:00