Commit Graph

  • ca3f07876a GtkWidget::get_allocation() GtkWidget::class_path() GtkWidget::path() Christian Weiske 2006-06-12 17:45:42 +00:00
  • f4f1116a14 Last missing GdkDevice method: GdkDevice::get_history Christian Weiske 2006-06-12 17:19:54 +00:00
  • 5a6741082f gtk_tree_model_filter_new == new GtkTreeModelFilter() We have a problem: - gtk_tree_model_filter_new is the constructor of GtkTreeModelFilter - we used to have a GtkTreeModel::filter_new([path]) method that was an instance method for GtkTreeModel, constructing a filter with the object as childmodel. Both use gtk_tree_model_filter_new as base C function... Christian Weiske 2006-06-12 16:54:16 +00:00
  • ca2250a699 gtk_tree_model_filter_new != GtkTreeModelFilter::new Christian Weiske 2006-06-12 16:29:44 +00:00
  • 49366d9e85 Prop readers for GdkDevice::axes/keys Christian Weiske 2006-06-12 16:21:16 +00:00
  • b9927a0d76 Disabling gtk_tree_model_filter_set_visible_func until the Gtk people fix their mem error (as Andrei wanted) Christian Weiske 2006-06-12 13:13:14 +00:00
  • 43a1f1aa74 Adding GdkDevice::get_axis With that, you can do funny things, e.g. http://xml.cweiske.de/Magnifier.phps Christian Weiske 2006-06-11 09:31:25 +00:00
  • 598cc34d65 Adding GdkDevice::get_state(window) this allows us to track the location of the mouse pointers in the system, e.g. <?php $wnd = new GtkWindow(); $wnd->show(); $mouse = GdkDevice::get_core_pointer(); $val = $mouse->get_state($wnd->window); var_dump($val[0]); ?> Christian Weiske 2006-06-11 07:47:16 +00:00
  • d06109acdd Moving devices_list to GdkDevice::list_devices and list_visuals to GdkVisual::list_visuals Christian Weiske 2006-06-11 05:54:38 +00:00
  • 6b73504b60 Removing unused variable Christian Weiske 2006-06-11 04:54:55 +00:00
  • 6a3691d221 Changes for bundling generated sources. Andrei Zmievski 2006-06-10 20:41:58 +00:00
  • bf166e44d9 Add gen-sources target. Andrei Zmievski 2006-06-10 19:53:12 +00:00
  • 67404b672e Added last missing GtkTreeSortable method: get_sort_column_id() Christian Weiske 2006-06-10 11:31:54 +00:00
  • 08b31f1919 Some more renamings/movings to a class Christian Weiske 2006-06-10 05:27:48 +00:00
  • a89dab29da Moving some functions to classes and let them be methods Christian Weiske 2006-06-10 05:03:39 +00:00
  • a8a7ba8665 Ignoring gdk_pixbuf_savev as its already implemented in gdk_pixbuf_save Christian Weiske 2006-06-10 04:31:44 +00:00
  • 7e7b9dd347 Fixing GdkColorspace type (had an uppercase S) Christian Weiske 2006-06-10 04:27:53 +00:00
  • 1daf776480 Committing GtkTreeSortable::set_sort_func GtkTreeSortable::set_default_sort_func GtkTreeFilterModel constructor GtkTreeFilterModel::set_visible_func after applying Andrei's suggestions Christian Weiske 2006-06-09 18:19:00 +00:00
  • 203e28d382 Committing GtkContainer::get_focus_chain GtkContainer::set_focus_chain GtkWindow::get_icon_list GtkWindow::set_icon_list GtkWindow::get_default_icon_list GtkWindow::set_default_icon_list GtkIconTheme::list_icons after applying Andrei's suggestions. Christian Weiske 2006-06-09 17:44:02 +00:00
  • 6c73d102b5 Adding the patch for GtkComboBox/GtkTreeView::set_row_separator_func after changing it according to Andrei's suggestions. Also added the ability to unset the callbacks by passing NULL Christian Weiske 2006-06-09 16:55:16 +00:00
  • b8a411612f Adding GtkAboutDialog::set_email_hook(callback); GtkAboutDialog::set_url_hook(callback); after changing the code according to Andrei's suggestions: - allow unsetting the hook by passing NULL as callback - add marshaller declaration in headers section Christian Weiske 2006-06-09 16:33:04 +00:00
  • 6d22e0c50a Committing - GtkTextIter::get_tags - GtkTextIter::get_marks - GtkTextIter::get_toggled_tags after Andrei said I should commit Christian Weiske 2006-06-09 16:09:05 +00:00
  • 266f3b52b0 Committing the fixed generator as suggested by Andrei Christian Weiske 2006-06-09 15:50:45 +00:00
  • cad5535aae I found some missing things while doccing Christian Weiske 2006-06-08 21:04:34 +00:00
  • 928d13e484 Small Oops. Anant Narayanan 2006-06-07 10:21:05 +00:00
  • 17f0448a25 Override for set_text() to fix UTF8 issue Anant Narayanan 2006-06-07 10:05:23 +00:00
  • 00365e5b99 ChangeLog update 2006-06-04 05:32:02 +00:00
  • 1a5a2dfe48 Improve php_gtk_check_class() function. Andrei Zmievski 2006-06-03 19:33:24 +00:00
  • c51f943470 *** empty log message *** Andrei Zmievski 2006-06-03 19:24:28 +00:00
  • feccb19868 Fix type registration for GtkAllocation* Andrei Zmievski 2006-06-03 19:14:36 +00:00
  • 34600d000b Commit Steph's PHP_5_2 compat patch. Andrei Zmievski 2006-06-03 18:07:41 +00:00
  • 8104dade71 *** empty log message *** Andrei Zmievski 2006-06-03 18:05:55 +00:00
  • 29f11ee854 ChangeLog update 2006-06-02 05:32:06 +00:00
  • 997d681d0e Adding last missing GtkBox method: query_child_packing and unit tests for GtkBox::query_child_packing and GtkNotebook::query_tab_label_packing Christian Weiske 2006-06-01 05:58:53 +00:00
  • 9a633280a9 Implementing last missing GtkNotebook method: query_tab_label_packing Christian Weiske 2006-06-01 05:41:42 +00:00
  • b91e37163e ChangeLog update 2006-05-31 05:32:02 +00:00
  • 52a2f9fbf1 Added scott's text Christian Weiske 2006-05-30 19:04:05 +00:00
  • f20bc50dbf - Reflection info for a number of GdkPixbuf methods - Make fill() accept both pixel specification *and* rgba values Christian Weiske 2006-05-30 08:21:47 +00:00
  • 4404b94af8 GdkPixbuf::add_alpha note Christian Weiske 2006-05-30 07:37:12 +00:00
  • 049cf4a53d Added unittest for the crash reported earlier Christian Weiske 2006-05-22 20:13:46 +00:00
  • 5c4954a96d Adding simple sourceview demo to CVS so that people can test their installation Christian Weiske 2006-05-22 16:03:22 +00:00
  • a77fe282f7 ChangeLog update 2006-05-19 05:32:03 +00:00
  • bc1f92fbf0 Added GtkTreeView::get_columns() Christian Weiske 2006-05-18 06:02:08 +00:00
  • 468a82b3f2 ChangeLog update 2006-05-17 05:31:59 +00:00
  • b7566668e3 Fixed GtkMenu::popup reflection info Christian Weiske 2006-05-16 19:54:48 +00:00
  • 4d78022660 GtkWidget::size_requisition() needs to return a GtkRequisition object instead of modifying one Christian Weiske 2006-05-16 17:48:14 +00:00
  • e9279fc86d ChangeLog update 2006-05-14 05:32:00 +00:00
  • ce4ef07952 iter_parent reflection info Christian Weiske 2006-05-13 07:17:25 +00:00
  • ce5c6641ae ChangeLog update 2006-05-08 05:32:00 +00:00
  • 98e797dba5 Fixed reflection info for GtkTreeViewColumn constructor Christian Weiske 2006-05-07 20:41:13 +00:00
  • 392e0d031e ChangeLog update 2006-05-06 05:31:58 +00:00
  • 6ad4dd435c reflection info for iter_nth Christian Weiske 2006-05-05 10:04:02 +00:00
  • 8f0fbe6dba ChangeLog update 2006-05-04 05:31:58 +00:00
  • eee9203809 Adding missing GObject::notify(property) method Christian Weiske 2006-05-03 20:08:20 +00:00
  • 356e392b4f Allowing GtkWidget::drag_dest_find_target to omit the second parameter Christian Weiske 2006-05-03 16:56:31 +00:00
  • 3646021a98 added drag_source_add_uri_targets drag_source_add_image_targets Christian Weiske 2006-05-03 16:44:54 +00:00
  • fdf6c2091e Reflection for drag methods Christian Weiske 2006-05-03 16:12:55 +00:00
  • 1f4698db0c Removing *_menu methods removes functionality as supplying NULL as menu widget automatically creates one. This is not done when using append_page() or such. Christian Weiske 2006-05-03 16:02:13 +00:00
  • 90898b2fa3 GtkSelectionData is missing some important methods Christian Weiske 2006-05-03 14:38:03 +00:00
  • 8483da7c23 drag_dest_find_target note Christian Weiske 2006-05-03 07:50:52 +00:00
  • 2f54472936 Another segfault, this time when var_dumping a selection Christian Weiske 2006-05-03 07:44:40 +00:00
  • 73c4bb850e Two drag and drop segfault bugs Christian Weiske 2006-05-03 07:40:10 +00:00
  • 8a984d94fb ChangeLog update 2006-05-03 05:31:59 +00:00
  • 12f8394b36 Add GtkWidget::is_visible() method. (patch from Scott) Andrei Zmievski 2006-05-02 16:26:20 +00:00
  • 9de801e24c ChangeLog update 2006-05-02 05:32:01 +00:00
  • cce567b3bb GdkNativeWindow isn't used as class any more Christian Weiske 2006-05-01 18:30:56 +00:00
  • 12295a45ba ChangeLog update 2006-04-30 05:32:01 +00:00
  • 6cb7f00794 set_visible has reflection now Christian Weiske 2006-04-29 12:58:57 +00:00
  • 8b32485438 ChangeLog update 2006-04-29 05:31:58 +00:00
  • ad71341317 *** empty log message *** Andrei Zmievski 2006-04-28 13:47:37 +00:00
  • 624424b13b Fix compile error. Andrei Zmievski 2006-04-28 13:46:51 +00:00
  • 2ef8b1cabc ChangeLog update 2006-04-28 05:32:00 +00:00
  • cf48a91a48 Added reflection information Christian Weiske 2006-04-27 14:58:17 +00:00
  • fe5942e189 ChangeLog update 2006-04-27 05:31:57 +00:00
  • 457d72dcf7 Implement a bunch of GtkTreeModel methods. Andrei Zmievski 2006-04-26 21:09:47 +00:00
  • f0042b2d88 ChangeLog update 2006-04-25 05:32:05 +00:00
  • 593d436cda GtkSocket/GtkPlug stuff. Andrei Zmievski 2006-04-24 06:29:35 +00:00
  • 6b28e042b1 Register GdkNativeWindow as a long. Andrei Zmievski 2006-04-24 06:29:21 +00:00
  • 5e45165c19 *** empty log message *** Andrei Zmievski 2006-04-24 02:21:57 +00:00
  • 24275934cd Allow passing PHP NULL for objects which will result in C NULL. Andrei Zmievski 2006-04-24 02:10:39 +00:00
  • 58ae6088b5 Implement a bunch of get_group() and set_group() methods. Andrei Zmievski 2006-04-24 02:10:10 +00:00
  • 12ff112fc1 ChangeLog update 2006-04-15 05:31:56 +00:00
  • bd1cdd892f Make the extension building a little bit more smoother :) Anant Narayanan 2006-04-14 22:49:08 +00:00
  • b6e570b341 Kill two keysyms that shouldn't be there. Steph Fox 2006-04-14 16:55:31 +00:00
  • aec20d6eea Override for GtkSourceLanguagesManager::get_available_languages() Anant Narayanan 2006-04-14 00:15:19 +00:00
  • f39fcc53d8 ChangeLog update 2006-04-11 05:32:00 +00:00
  • 59a99cb4d9 Fix memory leak. Anant Narayanan 2006-04-10 15:46:21 +00:00
  • bf537ccfa7 Sample script and READMEs for GtkMozembed and GtkSourceView. Anant Narayanan 2006-04-10 06:14:11 +00:00
  • 2cee038494 ChangeLog update 2006-04-10 05:31:57 +00:00
  • 5ed7fa8010 Override for GtkScintilla::get_text(). This makes basic code completion possible. Anant Narayanan 2006-04-10 01:04:23 +00:00
  • a202db8a04 Updated defs for GtkScintilla. Amazingly, this extension is now 99.7% complete :) Anant Narayanan 2006-04-09 23:58:24 +00:00
  • ddea39286e Make the scintilla extension work again. Anant Narayanan 2006-04-09 21:51:18 +00:00
  • 474eef7ab4 ChangeLog update 2006-04-09 05:31:57 +00:00
  • 3729358005 Add patch for GdkPixbuf::save() from Christian, with some modifications. Andrei Zmievski 2006-04-08 19:17:27 +00:00
  • 9995336afa Fix construction of GtkListStore() with 0 columns. Andrei Zmievski 2006-04-08 18:48:28 +00:00
  • 25e154313e Add Christian's patches for new GdkPixbuf methods: get_pixel(), put_pixel(), and fill_area(). The last one may need some checking of area calculations. Andrei Zmievski 2006-04-08 18:25:17 +00:00
  • b4a1f70696 ChangeLog update 2006-04-08 05:32:00 +00:00
  • 7d628c6cb6 ChangeLog update 2006-04-07 05:32:00 +00:00
  • 63e6877616 - Add set_column_types() method for GtkListStore and GtkTreeStore. - Allow constructors of those classes to take 0 arguments. Andrei Zmievski 2006-04-07 05:18:57 +00:00
  • 3527207aee Image browser has preview images in the list and the ability to deactivate them Christian Weiske 2006-04-06 10:50:54 +00:00