86 Commits

Author SHA1 Message Date
Kalle Sommer Nielsen 35d77016a1 Fixed bug #51093 (segfault with signal_autoconnect function of class GladeXML) (Kalle, jboffel at gmail dot com) 2010-04-30 12:34:13 +00:00
Kalle Sommer Nielsen ac821f3723 Fixed bug #50889 (Fixes to confutils.js) - Patch by thomas dot worm at thomas-worm dot de 2010-03-25 03:49:05 +00:00
Kalle Sommer Nielsen f3a76d3031 Improve Windows build system take #1
* Generate configure.bat
 * Use php_gtk_build as first priority build folder to prevent interfering with php-src builds
 * Write 2 blank lines before the error message in ERROR() to prevent error messages while detecting locations to look screwy
 * Proper detect MSVC versions, merged from php-src (Fixes #50888)
2010-03-17 16:00:11 +00:00
Elizabeth Marie Smith 0dc4a97619 Apparently my cut and paste skills are poor 2010-03-06 22:50:29 +00:00
Elizabeth Marie Smith 47e551464c Preparation for new release 2010-03-06 18:55:36 +00:00
Andrei Zmievski 76b711d88c Update for 2.0.0 release. 2008-02-29 18:40:07 +00:00
Anant Narayanan 009cfcfac1 Retag beta 2007-06-16 21:57:12 +00:00
Anant Narayanan ad99e009de Credits for Tom. 2007-06-15 21:33:47 +00:00
Anant Narayanan a92aba5d31 Prepare for beta release 2007-06-13 22:47:20 +00:00
Andrei Zmievski d6d3e0ec82 zeta -> alpha 2006-07-17 23:50:33 +00:00
Andrei Zmievski c3a44659fe Split NEWS. Update version. 2006-07-13 04:22:23 +00:00
Andrei Zmievski 6ebd719a11 *** empty log message *** 2006-07-13 04:18:35 +00:00
Alan Knowles c211553b06 updating News to match current situation at end of June 2003 2003-06-28 02:10:01 +00:00
Andrei Zmievski a94925dbfc New release. 2002-11-01 05:41:45 +00:00
Andrei Zmievski 48a11a5725 *** empty log message *** 2002-06-04 04:49:05 +00:00
Andrei Zmievski 10ced8bfdf *** empty log message *** 2002-05-28 17:07:28 +00:00
Andrei Zmievski 7868e5ada7 Prepare for release. 2002-04-26 19:54:23 +00:00
Andrei Zmievski 2e45db54da *** empty log message *** 2002-04-17 17:45:35 +00:00
Andrei Zmievski 4f101218f4 *** empty log message *** 2002-04-15 21:09:35 +00:00
Andrei Zmievski 73ee21c6c0 *** empty log message *** 2002-04-03 19:13:59 +00:00
Andrei Zmievski 7174a7a67a *** empty log message *** 2002-03-28 21:52:43 +00:00
Andrei Zmievski 98b3d252e8 Fix. 2002-01-24 03:50:59 +00:00
Andrei Zmievski 2eb2172d58 Fix date. 2002-01-23 19:28:54 +00:00
Andrei Zmievski 9897cbfcfd fix version 2002-01-23 03:21:10 +00:00
Andrei Zmievski 0c21cc74b7 Prepare for 0.5.0 release. 2002-01-22 23:41:50 +00:00
Markus Fischer 1fb620ea34 - added new widgets with samples: GtkComboButton, GtkSPaned, GtkScrollPane
and GtkPieMenu. (Markus)
2001-12-07 00:23:03 +00:00
Markus Fischer ef8f5b5b1b - Fix last NEWS entry. 2001-12-05 14:34:57 +00:00
Markus Fischer 6bd0fe9130 - Update News. 2001-12-05 06:55:03 +00:00
Andrei Zmievski 7a4fe43e6c Implemented GdkPixbuf::new_from_data(). 2001-12-01 02:50:56 +00:00
Andrei Zmievski e5b61271b5 Implemented gdk-pixbuf extension. 2001-11-30 04:34:50 +00:00
Andrei Zmievski e711b49f14 - Added GtkCTree::find_by_row_data(), find_all_by_row_data(). 2001-11-29 21:02:12 +00:00
Andrei Zmievski 66fad468e1 One more extension. 2001-11-29 16:44:25 +00:00
Andrei Zmievski 998648b3f3 Added GtkClist::get_pixmap(). 2001-11-27 19:35:52 +00:00
Andrei Zmievski a60913c22f Added GtkList::remove_items() method. 2001-11-27 19:12:21 +00:00
Andrei Zmievski 84c612080f Implemented ability to build shared extensions. 2001-11-20 20:36:32 +00:00
Andrei Zmievski fba69b6326 Update news. 2001-10-19 02:34:30 +00:00
Andrei Zmievski e70d694186 - Modified generator to allow omitting struct based classes for specified
functions.
- Made GdkRectangle argument to GtkWidget::draw() optional.
2001-10-19 02:31:26 +00:00
Andrei Zmievski 658a5ea75b *** empty log message *** 2001-10-04 16:22:31 +00:00
Andrei Zmievski 5c496fa05e forgot that one 2001-09-25 02:34:44 +00:00
Andrei Zmievski 73c226a09e Releasing 0.1.1. 2001-09-25 02:30:29 +00:00
Andrei Zmievski df4fb37eff - Fixed a crash bug in type translation.
- Added TODO item.
2001-08-24 17:25:47 +00:00
Andrei Zmievski 4f88704040 Made type checking of function parameters more forgiving. It won't complain
now that you passed an integer instead of a double, and so on. Only some
rules have been relaxed, the rest still stand.
2001-08-24 04:19:25 +00:00
Andrei Zmievski 742940f2dd - Fixed GtkWidget::intersect().
- Fixed GtkWidget::size_request() and GtkWidget::get_child_requisition().
- Added GtkBox::query_child_packing() and
  GtkNotebook::query_tab_label_packing(). (patch from Markus)
- Added notebook example to gtk.php. (patch from Markus)
2001-08-21 04:37:54 +00:00
Andrei Zmievski efea9287fb *** empty log message *** 2001-08-18 05:51:17 +00:00
Andrei Zmievski cfb000fd50 - Remove GtkArgFlags, as they are not useful in PHP-GTK.
- Added GtkCList::get_selection_info() method. (Andrei)
2001-08-15 17:05:15 +00:00
Andrei Zmievski da8202aa54 Patch from Markus that addds GtkCList methods set/get_row_data. 2001-08-13 20:39:38 +00:00
Andrei Zmievski de8a704cf3 *** empty log message *** 2001-08-11 05:44:11 +00:00
Andrei Zmievski 17456722e0 For now, implement separate GladeXML methods that can be used to connect
to callbacks without passing emitting object as the first arg.
2001-08-10 05:28:05 +00:00
Andrei Zmievski 78b0f6d59c Changed PHP-visible extension name to 'php-gtk'. 2001-08-08 20:49:09 +00:00
Andrei Zmievski 9a8c3169fc nitpick 2001-08-02 05:11:33 +00:00