Andrei Zmievski
61f16601ba
- Don't include gen_libglade.h from php_libglade.h
...
- Adjust make files to remove extra gen_ prefix
2005-10-09 17:53:10 +00:00
Andrei Zmievski
be92a12e1c
Gah double.
2005-10-06 20:35:20 +00:00
Andrei Zmievski
e387f4e9a4
Gah!
2005-10-06 17:16:01 +00:00
Steph Fox
48cd835b90
Kill compiler warnings
2005-10-06 08:27:54 +00:00
Andrei Zmievski
8543e48464
I believe this should resolve the circular include problem.
2005-10-06 07:03:14 +00:00
Andrei Zmievski
ed31936da0
Generated files come first.
2005-10-04 16:45:15 +00:00
Andrei Zmievski
9b3e7758e1
Fix the compilation order, so that gen_gtk.c is compiled (and hence
...
generated first).
2005-10-04 05:58:53 +00:00
Steph Fox
8d947b87c1
libglade:: is now glade:: as per request from Andrei
2005-10-02 22:58:26 +00:00
Andrei Zmievski
f461fd7f22
Adjust paths to common defs.
2005-10-02 20:10:33 +00:00
Andrei Zmievski
95b2268939
- Silence StyleHelper get_properties handler.
...
- Finalize GdkEvent read_property handler (until GdkAtom support is
implemented)
2005-10-02 19:56:15 +00:00
Andrei Zmievski
ac26fb9525
- Require ATK 1.9.0.
...
- Add AtkRelationSet::add_relation_by_type().
2005-10-02 02:52:32 +00:00
Andrei Zmievski
f4cc3f5528
Restore xid warning.
2005-10-01 22:48:38 +00:00
Andrei Zmievski
28dcb5bda4
Implement GtkTreeModel::foreach()
2005-10-01 21:29:28 +00:00
Andrei Zmievski
7c55d6a636
Implement GtkTreeView::get_path_at_pos(). Untested.
2005-10-01 19:32:09 +00:00
Andrei Zmievski
a13a97aa11
- Include gen_gtk.h in php_gtk+.h
...
- Implement GtkCombo::set_popdown_strings() and GdkWindow::get_pointer()
(patch by Steph)
2005-10-01 19:13:26 +00:00
Andrei Zmievski
28aa7c2747
- Add '#' modifier to 'u' specifier so that the utf8 length can be
...
obtained.
- Make GtkTextBuffer::set_text() work. Note that PHP-GTK version has
only one parameter: text itself.
- Make GtkTextView constructor be generated.
2005-10-01 18:31:01 +00:00
Steph Fox
a2b591515d
Return NULL in unhandled cases. It's probably better not to return objects out of thin air...
2005-09-28 12:26:31 +00:00
Steph Fox
d49085ed27
We're behind the times. Adding GDK_OWNER_CHANGE
2005-09-27 16:46:17 +00:00
Steph Fox
4108e57c53
Handle the rest of the event types.
...
Note: GdkAtom, GdkRegion, GdkNativeWindow and GdkDragContext aren't real types at present. Marked.
2005-09-27 16:44:36 +00:00
Steph Fox
81580208a7
Allow ext/libglade to be configured on the --all switch
2005-09-24 14:17:12 +00:00
Steph Fox
90daf0ade5
Still need two minor changes in the core to make this build work.
2005-09-23 10:09:44 +00:00
Steph Fox
133e914ce2
libglade's _almost_ compiling - some export problems still.
2005-09-22 03:29:16 +00:00
Steph Fox
585ef8be2e
Kill C++ compiler warning
2005-09-21 15:42:29 +00:00
Steph Fox
f8fa4636c4
oops - this generates nicer files
2005-09-21 15:40:04 +00:00
Steph Fox
4646cdba60
Module isn't registered, so this has no way to work at present.
...
(config.m4 probably needs updating when it does work, there've been some function changes since 2.4)
2005-09-21 15:15:29 +00:00
Steph Fox
82c7b862cb
Include textview overrides
2005-09-21 15:02:14 +00:00
Steph Fox
aba816d81f
utf8 conversion for user input in existing gtk.overrides
2005-09-14 15:30:21 +00:00
Steph Fox
48486266cd
Typos.
2005-09-14 12:19:32 +00:00
Steph Fox
c867791875
GtkMenu::popup()
2005-09-13 20:31:05 +00:00
Steph Fox
3f6e219e72
say hello to gtk::get_version()
2005-09-13 17:56:15 +00:00
Steph Fox
44ce9819ed
say goodbye to the last win32 compile warning
2005-09-13 17:50:51 +00:00
Andrei Zmievski
aa47c30c1f
Kill warning.
2005-09-09 15:36:15 +00:00
Steph Fox
e202e871ef
Make buttons and menu items use_underline by default.
...
GtkLabel should _not_ be updated in the same way.
2005-09-09 11:02:47 +00:00
Steph Fox
7a7458764f
Removed unused arg infos
2005-09-09 10:57:09 +00:00
Steph Fox
f8ccdaa7a7
Expose gtk_get_current_event() and gtk_get_event_widget($event).
...
Both are useful for event/signal checking.
2005-09-09 10:48:25 +00:00
Steph Fox
1dd1b6f2c9
Clean up include paths, alter instructions to reflect changes. Give config.w32 dos line-endings.
2005-09-07 16:33:41 +00:00
Steph Fox
8bc2717c85
Typo
2005-09-05 22:56:33 +00:00
Steph Fox
0d0c5ef762
GtkColorSelection::get_current_color(), GtkColorSelection::get_previous_color()
...
Based on a patch by Tom Rogers <trogers@kwikin.com >
2005-09-04 08:16:20 +00:00
Steph Fox
c8ba2ba4e3
The win32 build system should now work out of the box. Instructions attached.
2005-09-04 06:02:28 +00:00
Steph Fox
8d652708b5
Generator fixes for win32
2005-09-03 19:06:13 +00:00
foobar
ec8e637055
- Merged ext/gtk+/config0.m4 and php_gtk.m4
...
- Moved all calls of macros and such from php_gtk.m4 to config.m4
and ext/gtk+/config.m4 files
- Nuked unnecessary creation of ext.m4
- Bye bye aclocal: aclocal.m4 is generated "manually" by concatenating
acinclude.m4, build/libtool.m4 and php_gtk.m4
2005-09-03 00:40:16 +00:00
foobar
f33ec07ff2
Generated files must always be referred to via builddir
2005-09-03 00:36:24 +00:00
foobar
f1a43064b9
Style cleanup (no operational changes)
2005-09-03 00:33:25 +00:00
foobar
06be568b8c
Nuked unused files
2005-09-03 00:32:10 +00:00
Steph Fox
afb94c671d
Slightly unconventional config.w32 file, but working.
2005-09-02 17:29:11 +00:00
Steph Fox
641c0d24dd
uint > int
2005-09-02 17:23:29 +00:00
Steph Fox
16897a92d1
ZTS fixes
2005-09-02 09:21:01 +00:00
Andrei Zmievski
1a3780c264
Fix ZTS.
2005-09-01 01:49:28 +00:00
Andrei Zmievski
1d9e606e56
Fix trimmed defs.
2005-08-31 23:59:29 +00:00
Andrei Zmievski
15e91810da
Don't define GdkColorSpace enum twice.
2005-08-31 23:58:23 +00:00