Alexandre Pereira Bühler
c95979971d
Fixed broken links
v2.0.1
2015-05-25 06:49:20 -03:00
Elizabeth M Smith
def8bf69e3
Change error on gtk_init to report the actual error from gtk for better debugging
...
Also line ending fixes for all tests and a .gitattributes file (really should have been it's own commit)
2014-06-24 11:50:11 -04:00
Elizabeth M Smith
6230d5d61f
Rest of missing gtkgenerator changes
2014-06-24 11:44:27 -04:00
Patrick D. Andersen
a6f4bb47ac
Normalize line endings for tests
2014-06-24 11:31:21 -04:00
Patrick D. Andersen
4d8069ba86
Improved gtk_init error handling
...
Replaced gtk_init_check with gtk_init_with_args so that we can return
the actual GTK error if it fails instead of a generic error.
2014-06-23 14:07:41 -04:00
Elizabeth M Smith
c1bf7a3279
Additional changes for generator.php => gtkgenerator.php rename
2014-06-23 11:37:31 -04:00
tantrum-junkie
4d8f24bb4c
Update docgen.php
...
Fixed forgotten renamed file generator.php --> gtkgenerator.php
2014-06-23 17:33:16 +02:00
tantrum-junkie
24176f2dff
Update Makefile.frag
...
Fixed forgotten renamed file generator.php --> gtkgenerator.php
2014-06-23 17:32:18 +02:00
tantrum-junkie
30bc0bc714
Update config.w32
...
Fixed forgotten renamed file generator.php --> gtkgenerator.php
2014-06-23 17:31:35 +02:00
tantrum-junkie
9793164af1
Update config.w32
...
Fixed forgotten renamed file generator.php --> gtkgenerator.php
2014-06-23 17:31:11 +02:00
tantrum-junkie
95caa854ad
Update Makefile.frag
...
Fixed forgotten renamed file generator.php --> gtkgenerator.php
2014-06-23 17:30:29 +02:00
tantrum-junkie
7daa93d3df
Update Makefile.frag
...
Fixed forgotten renamed file generator.php --> gtkgenerator.php
2014-06-23 17:30:06 +02:00
tantrum-junkie
321ba4b4f2
Update Makefile.frag
...
Fixed forgotten renamed file generator.php --> gtkgenerator.php
2014-06-23 17:29:47 +02:00
tantrum-junkie
c93f78b901
Update Makefile.frag
...
Fixed forgotten renamed file generator.php --> gtkgenerator.php
2014-06-23 17:29:23 +02:00
tantrum-junkie
977e59eacb
Update Makefile.frag
...
Fixed forgotten renamed file generator.php --> gtkgenerator.php
2014-06-23 17:28:55 +02:00
tantrum-junkie
699ca3fec1
Update Makefile.frag
...
Fixed forgotten renamed file generator.php --> gtkgenerator.php
2014-06-23 17:28:24 +02:00
Elizabeth M Smith
e29ec51a9d
cleanup of outdated files
...
libmozembed hasn't existed for years, we're in git not cvs, and .dsp files do not work
2014-06-23 11:05:25 -04:00
Patrick D. Andersen
2f32450597
Generator fix, round 2
...
Removed remaining references to generator.php (excluding changelog and
mozembed)
2014-06-23 10:07:54 -04:00
auroraeosrose
9251177c13
Fix generator now being a reserved word and support newer MSVC versions
2014-06-20 16:07:23 -04:00
auroraeosrose
8050b83c3a
add new override for gtk_window_group_list_windows
...
by xetrum
2014-06-20 16:04:33 -04:00
Zachary Reis
694fdabeb7
Fixed compile with 5.5. Added VC11 compatibility
...
*renamed generator.php and related functions/classes to get around
keyword issue in > 5.5
2013-06-27 22:49:21 -04:00
xektrum
96fa7ca893
g_list_free(list) added
2012-11-14 15:16:24 -03:00
xektrum
00f3715096
Changed error message on test file for GtkWindowGroup->list_windows
2012-11-14 09:02:35 -03:00
xektrum
2fe282dc4f
Added missing override gtk_window_group_list_windows override
2012-11-14 08:59:39 -03:00
Elizabeth M Smith
e972b2524a
Merge branch 'master' of git.php.net:/php/gtk-src
2012-11-08 11:55:21 -05:00
Elizabeth M Smith
a8a2fa1dcc
Added gtk_window_group_list_windows override - thanks to xektrum
2012-11-08 11:54:56 -05:00
Elizabeth M Smith
7d80230a58
Fixed the test expected output
2012-11-08 11:44:43 -05:00
Elizabeth M Smith
65590a3d1f
Merge branch 'pull-request/1'
2012-11-08 11:36:54 -05:00
Elizabeth M Smith
656ed847c9
Missed yet another gitignore for autotools junk
2012-11-08 11:33:55 -05:00
xektrum
d6ad87e817
Added gtk_window_group_list_windows override
2012-11-07 16:47:30 -03:00
orlando
bc19302b39
Added brackets around if on gtk_cell_layout_get_cells override in ext/gtk+/gtk-2.12.overrides
...
Added test/GtkCellLayout/get_cells.phpt
2012-11-07 14:53:44 -03:00
orlando
ec48a455fd
Added gtk_cell_layout_get_cells override
2012-11-02 18:06:43 -03:00
Elizabeth M Smith
806a8657de
Add little hack to make sure user classes get
...
their constructor's run when used with libglade or
gtkbuilder and that constructors ar never double
constructed
Also added signal example for using TYPE_PHP_VALUE
2012-08-15 11:39:11 -04:00
Elizabeth M Smith
b9901ae600
Segfault bug on win32 and windows build system
...
issue with the zend destructor using type and getting confused when
there was no type - only showed up on release builds on win32 (grrr
stupid thing) - also fixed the compiler detection and flags. This
probably breaks things for older then 2008 compilers, really don't care
2012-08-14 21:40:50 -04:00
Elizabeth M Smith
4cda109cf9
This officially breaks building with anything less then 5.3
...
with the generator since it uses closures
But I can't get rid the of the /e modifier in the regex
without using a closure to wrap up that array information
so I'm stuck - either I break the generator for 5.2
or it spews on 5.4
Note this doesn't mean you can't still build against 5.2
you just need php 5.3 cli or higher to do the build
2012-08-08 23:07:37 -04:00
Elizabeth Smith
c3eded3df0
rest of mac fix with nswindow id or null if another backend is used
2012-08-07 21:03:31 -04:00
Elizabeth Smith
96ef53adb1
Fix for quartz backend - should return nothing for gdkdrawable xid since the underlying item is an nswindow or nsview but only for gdkwindows
2012-08-07 20:43:33 -04:00
Elizabeth M Smith
71bd020452
win32 build fixes
...
buildconf needs to delete the right file, alterations to confutils so
the right gtk version is picked up, and fix for regex cause of - in the
name plus some missed gitignore entries
2012-08-06 21:10:20 -04:00
Elizabeth M Smith
e30bbce3b5
Add windows output dir to gitignore
2012-08-06 15:35:41 -04:00
Elizabeth M Smith
b61309dadb
Add new signal test - the skipif is a little flakey
...
but should skip properly for 2.24 only
2012-07-19 22:37:52 -04:00
Elizabeth M Smith
dd9dad8fe4
Tests for 2.24 features - gtknotebook and gtkrange
2012-07-19 22:15:12 -04:00
Elizabeth M Smith
1192f3565f
Add defs for gtk 2.22 and 2.24
2012-07-19 21:15:14 -04:00
Elizabeth M Smith
bf2dc33bef
Merge branch 'master' of https://github.com/php/php-gtk-src
2012-07-19 18:54:06 -04:00
Elizabeth M Smith
ca38c464c9
More tsrmls fixes
2012-07-18 21:49:57 -04:00
Elizabeth M Smith
b549cc2e46
Fixes bug #55225 - segfault on cleanup after dl load
...
makes the module information for php-gtk
available in RINIT when the classes are registered
as a nice side effect that extension reflection works
2012-07-18 16:08:08 -04:00
Elizabeth M Smith
68a733751e
More tsrmls_fetch removal
2012-07-18 15:19:05 -04:00
Elizabeth M Smith
598e23dcaf
Fixes bug #55225 - segfault on cleanup after dl load
...
makes the module information for php-gtk
available in RINIT when the classes are registered
as a nice side effect that extension reflection works
2012-07-18 15:03:24 -04:00
Elizabeth M Smith
ba6ed42850
Fixed more tsrmls stuff
...
Compiles now in ZTS mode
2012-07-18 12:58:11 -04:00
Elizabeth M Smith
0c07e80335
More tsrmls_fetch work
2012-07-18 11:53:14 -04:00
Elizabeth M Smith
d972807a2e
Beginning removal of tsrmls_fetch calls (ugh)
2012-07-18 11:40:53 -04:00