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 |
|
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 |
|
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
|
2fe282dc4f
|
Added missing override gtk_window_group_list_windows override
|
2012-11-14 08:59:39 -03:00 |
|
Elizabeth M Smith
|
65590a3d1f
|
Merge branch 'pull-request/1'
|
2012-11-08 11:36:54 -05: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 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
|
1192f3565f
|
Add defs for gtk 2.22 and 2.24
|
2012-07-19 21:15:14 -04:00 |
|
Elizabeth M Smith
|
ca38c464c9
|
More tsrmls fixes
|
2012-07-18 21:49:57 -04:00 |
|
Elizabeth M Smith
|
68a733751e
|
More tsrmls_fetch removal
|
2012-07-18 15:19:05 -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 |
|
Elizabeth M Smith
|
7d73feb32c
|
Finish fixing segfaults and do the support for custom
signals and properties
PHP 5.4 support is now complete - still working on removing
all the rest of the TSRMLS_FETCH calls (why so many...)
|
2012-07-17 22:57:37 -04:00 |
|
Elizabeth M Smith
|
d06019f078
|
ecalloc all the structs
|
2012-07-17 09:48:46 -04:00 |
|
Elizabeth M Smith
|
0d19d4e184
|
Attempting to get it to stop segfaulting in 5.4
change the way destructors are done
|
2012-07-16 22:09:45 -04:00 |
|
Elizabeth M Smith
|
71f565cf86
|
TSRMLS_FETCH is the most evil thing in the world
remove where I can, also make 5.4 do class property
defaults correctly
|
2012-07-16 14:19:47 -04:00 |
|
Elizabeth M Smith
|
2e4c7ed3b7
|
Fix gtktoolpalette def to avoid E_STRICT naming collision
make sure to realize window before grab to avoid gdk assertion
|
2012-07-16 10:45:08 -04:00 |
|
Mark Skilbeck
|
c71a8585bd
|
Fixes bug #53871 - Typo: gtk_combo_box_new -> gtk_combo_box_entry_new
|
2011-01-28 20:27:32 +00:00 |
|
Mark Skilbeck
|
fd861ce054
|
Added defs for GTK 2.22
|
2010-12-03 21:51:08 +00:00 |
|
Mark Skilbeck
|
30f201318f
|
Added GDK 2.20 defs
|
2010-12-03 14:55:47 +00:00 |
|
Mark Skilbeck
|
db8e5d17f2
|
Adding GtkPrintContext overrides for cairo context stuff and fixed the printing example.
|
2010-11-29 19:24:38 +00:00 |
|
Mark Skilbeck
|
d999054ad6
|
GDK 2.18 defs
|
2010-11-26 01:49:52 +00:00 |
|
Mark Skilbeck
|
7f1db9a272
|
Adding GDK 2.16 defs
|
2010-11-25 02:27:20 +00:00 |
|
Mark Skilbeck
|
5afd8be65c
|
Adding GDK 2.14 defs
|
2010-11-25 02:07:22 +00:00 |
|
Mark Skilbeck
|
c8c7bd6f3e
|
gdk_cairo_set_source_color is now static
|
2010-10-20 20:59:23 +00:00 |
|
Mark Skilbeck
|
a1906b24f0
|
Pesky commas.
|
2010-06-10 14:57:23 +00:00 |
|
Mark Skilbeck
|
bda3f0b5ef
|
Object property stuff updated
|
2010-06-01 22:09:34 +00:00 |
|
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 |
|
Felipe Pena
|
631bdeebc7
|
- Fix crashes
|
2010-03-08 02:00:34 +00:00 |
|
Felipe Pena
|
07072b727d
|
- Fix compiler warning
|
2010-03-07 20:10:43 +00:00 |
|
Felipe Pena
|
bcba89ce4b
|
- Fixed memory leaks (GtkAccelGroup::find and GtkClipboard::request_contents)
|
2009-10-08 20:08:09 +00:00 |
|
Elizabeth Marie Smith
|
4ddd1c9cbf
|
beginning of 2.14 overrides with deprecations and compile fix
|
2009-10-08 18:24:01 +00:00 |
|
Elizabeth Marie Smith
|
babed928c2
|
Defs for 2.16 and 2.14 - still need a lot of overrides yet
|
2009-10-08 17:56:35 +00:00 |
|
Felipe Pena
|
fe3085df99
|
- Fixed crash when unserializing GdkColor class
|
2009-10-08 17:34:51 +00:00 |
|
Elizabeth Marie Smith
|
e0e5cee4de
|
Fixed defs and overrides for 2.18 items that don't generate - all 2.18 symbols are now done (need tests yet)
|
2009-10-08 15:16:23 +00:00 |
|
Elizabeth Marie Smith
|
a7fc38ed35
|
Rest of 2.18 defs - still need some overrides and tests for them
|
2009-10-08 14:26:05 +00:00 |
|
Elizabeth Marie Smith
|
b0a89e4672
|
Fix for gtkentry::set_invisible_char and gtkentry::get_invisible_char crashes Patch by Felipe Pena
|
2009-10-08 02:21:09 +00:00 |
|
Elizabeth Marie Smith
|
e8d3a22b29
|
Part 1 of gtk 2.18 defs including tests for new functionality (and newly deprecated items)
|
2009-10-07 22:32:56 +00:00 |
|
Elizabeth Marie Smith
|
ff4528026f
|
see if this fixes configure (I hate automake)
|
2009-10-07 22:19:14 +00:00 |
|
Elizabeth Marie Smith
|
012e34d14a
|
This isn't a real fix, but until a configure guru can help out, and we only generate two gtk files here, this works
|
2009-10-06 23:43:51 +00:00 |
|
Elizabeth Marie Smith
|
d816de5338
|
Fix for cairo configure issues - patch by Higor Eurípedes
|
2009-10-06 23:12:24 +00:00 |
|