php.gtk.cvs archive

429 archived articles, newest first (page 5 of 5). Latest articles →

com gtk/php-gtk: Added some more defs for sourceview and some misc fixes. Coverage now at 80% :): ext/sourceview/modifyGenerated.php ext/sourceview/sourceview.defs ext/sourceview/sourceview.overrides
Thu, 23 Mar 2006 23:19:30 +0000
[email protected] (David Soria Parra) • #4497
com gtk/php-gtk: ChangeLog update: ChangeLog
Thu, 23 Mar 2006 06:32:07 +0000
[email protected] (David Soria Parra) • #4496
com gtk/php-gtk: *** empty log message ***: generator/generator.php generator/override.php
Mon, 27 Mar 2006 04:23:11 +0000
[email protected] (David Soria Parra) • #4495
com gtk/php-gtk: Add rudimentary support for exceptions thrown inside callbacks. We just quit the current main loop and let PHP take it from there: ext/gtk+/gtk.overrides ext/gtk+/gtktreeview.overrides main/php_gtk.h main/phpg_closure.c main/phpg_supp ort.c
Mon, 27 Mar 2006 04:25:50 +0000
[email protected] (David Soria Parra) • #4494
com gtk/php-gtk: Add $obj->gtype property.. I think we've been missing a way to get at the actual GType of an object.: main/phpg_gobje ct.c
Tue, 28 Mar 2006 00:55:41 +0000
[email protected] (David Soria Parra) • #4493
com gtk/php-gtk: ChangeLog update: ChangeLog
Tue, 28 Mar 2006 06:31:55 +0000
[email protected] (David Soria Parra) • #4492
com gtk/php-gtk: ChangeLog update: ChangeLog
Wed, 29 Mar 2006 06:31:55 +0000
[email protected] (David Soria Parra) • #4491
com gtk/php-gtk: Override GdkDrawable::draw_rgb_image () and draw_rgb_32_image().: ext/gt k+/gdk.overrides
Thu, 30 Mar 2006 17:15:24 +0000
[email protected] (David Soria Parra) • #4490
com gtk/php-gtk: ChangeLog update: ChangeLog
Fri, 31 Mar 2006 06:31:56 +0000
[email protected] (David Soria Parra) • #4489
com gtk/php-gtk: Gtk+ errors on GtkFileChooserButton construction with Gtk::FILE_CHOOSER_ACTION_SELECT_FOLDER action. : test/bug_gtkfilechooserbutton_actionselectfolder.ph pw
Fri, 31 Mar 2006 14:52:45 +0000
[email protected] (David Soria Parra) • #4488
com gtk/php-gtk: Destroy guards.: ext/gtk+/php_gtk+_types .c main/php_gtk_util.c main/phpg_atom.c main/ phpg_gboxed.c main/phpg_gobject.c main/phpg_gpoin ter.c main/phpg_gtype.c
Fri, 31 Mar 2006 18:10:22 +0000
[email protected] (David Soria Parra) • #4487
com gtk/php-gtk: ChangeLog update: ChangeLog
Sat, 01 Apr 2006 06:31:55 +0000
[email protected] (David Soria Parra) • #4486
com gtk/php-gtk: ChangeLog update: ChangeLog
Wed, 05 Apr 2006 05:31:57 +0000
[email protected] (David Soria Parra) • #4485
com gtk/php-gtk: Add GtkIconView::get_selected_items( ) override. (patch by Christian): ext/gtk+/ gtk.overrides
Tue, 04 Apr 2006 07:34:26 +0000
[email protected] (David Soria Parra) • #4484
com gtk/php-gtk: Add GtkWidget::set_visible() metho d, which is not in Gtk+. (patch by ScottM , fixed by Andrei): ext/gtk+/gtk.overrides
Thu, 06 Apr 2006 04:32:18 +0000
[email protected] (David Soria Parra) • #4483
com gtk/php-gtk: Override some GtkAboutDialog functions. (patch by Anant N): ext/gtk+/gtk.overrides
Thu, 06 Apr 2006 06:20:11 +0000
[email protected] (David Soria Parra) • #4482
com gtk/php-gtk: Little image browser: demos/imgbrowser.php
Thu, 06 Apr 2006 06:43:35 +0000
[email protected] (David Soria Parra) • #4481
com gtk/php-gtk: Fixed description: demos/imgbrowser.php
Thu, 06 Apr 2006 06:46:18 +0000
[email protected] (David Soria Parra) • #4480
com gtk/php-gtk: Image browser has preview images in the list and the ability to deactivate them: demos/imgbrowser.php
Thu, 06 Apr 2006 10:50:54 +0000
[email protected] (David Soria Parra) • #4479
com gtk/php-gtk: - Add set_column_types() method fo r GtkListStore and GtkTreeStore. - Allow construc tors of those classes to take 0 arguments.: ext/gtk+/gtktreeview.overrides
Fri, 07 Apr 2006 05:18:57 +0000
[email protected] (David Soria Parra) • #4478
com gtk/php-gtk: ChangeLog update: ChangeLog
Fri, 07 Apr 2006 05:32:00 +0000
[email protected] (David Soria Parra) • #4477
com gtk/php-gtk: ChangeLog update: ChangeLog
Sat, 08 Apr 2006 05:32:00 +0000
[email protected] (David Soria Parra) • #4476
com gtk/php-gtk: Add Christian's patches for new GdkPixbuf methods: get_pixel(), put_pixel(), and fill_area (). The last one may need some checking o f area calculations.: ext/gtk+/gdk.overrides
Sat, 08 Apr 2006 18:25:17 +0000
[email protected] (David Soria Parra) • #4475
com gtk/php-gtk: Fix construction of GtkListStore() with 0 columns.: ext/gtk+/gtktreeview.overrides
Sat, 08 Apr 2006 18:48:28 +0000
[email protected] (David Soria Parra) • #4474
com gtk/php-gtk: Add patch for GdkPixbuf::save() from Christian, with some modifications.: ext/gtk+/gdk.overrides
Sat, 08 Apr 2006 19:17:27 +0000
[email protected] (David Soria Parra) • #4473
com gtk/php-gtk: ChangeLog update: ChangeLog
Sun, 09 Apr 2006 05:31:57 +0000
[email protected] (David Soria Parra) • #4472
com gtk/php-gtk: Make the scintilla extension work again.: ext/scintilla/Makefile.frag ext/scintilla/modifyGenerated.php
Sun, 09 Apr 2006 21:51:18 +0000
[email protected] (David Soria Parra) • #4471
com gtk/php-gtk: Updated defs for GtkScintilla. Amazingly, this extension is now 99.7% complete :): ext/scintilla/scintilla.defs
Sun, 09 Apr 2006 23:58:24 +0000
[email protected] (David Soria Parra) • #4470
com gtk/php-gtk: Override for GtkScintilla::get_text( ). This makes basic code completion possible. : ext/scintilla/scintilla.overrides
Mon, 10 Apr 2006 01:04:23 +0000
[email protected] (David Soria Parra) • #4469
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.