Commit Graph

  • 0aa6e13dc8 Speed up parameter parsing for 0-arg functions by failing early. Andrei Zmievski 2006-12-21 07:28:15 +00:00
  • 277049c148 Implement a bunch of GtkImage::get_* methods. Andrei Zmievski 2006-12-21 07:23:26 +00:00
  • 2f02abd65f ChangeLog update 2006-12-18 01:31:03 +00:00
  • 6f1de29552 Clean up ignores. Andrei Zmievski 2006-12-17 22:16:56 +00:00
  • 28774b80a1 Ignore a lot of stuff in Gtk. This is surprisingly tedious work. Andrei Zmievski 2006-12-17 21:32:18 +00:00
  • 24e20aa961 Correct safe_emalloc() usage. Anant Narayanan 2006-12-17 19:11:26 +00:00
  • 3f523e51ef What the heck is gtk_menu_item_toggle_size_request() supposed to do? Remove this stub until we find out. Andrei Zmievski 2006-12-17 00:44:41 +00:00
  • 8f0b3423b9 Start the Grand Coverage Crusade [TM] (abbreviates to GCC, interestingly enough), since no one else seems eager to do it. The functions are untested; I only made sure that they compile, so please test on your own Andrei Zmievski 2006-12-17 00:42:32 +00:00
  • 6d4683c630 Support 'u' in php_gtk_build_value for adding UTF-8 strings Andrei Zmievski 2006-12-17 00:40:19 +00:00
  • 13586c3b0a ChangeLog update 2006-12-11 01:31:09 +00:00
  • 9d9016d0dc Clarify safe_emalloc() calls. Anant Narayanan 2006-12-10 17:22:03 +00:00
  • 85fced654b ChangeLog update 2006-12-10 01:31:07 +00:00
  • e245f465f0 GtkAction::list_actions(); patch from Elizabeth Anant Narayanan 2006-12-09 23:07:43 +00:00
  • 2da9c8007d get_cur_line, get_sel_text overrides; thanks to Pablo! Anant Narayanan 2006-12-09 22:57:42 +00:00
  • be3db21801 ChangeLog update 2006-12-08 01:31:04 +00:00
  • 4a67a94c65 Implement GObject::emit(). Andrei Zmievski 2006-12-07 07:14:20 +00:00
  • 91d335ddcd Implement GObject's freeze_notify() and thaw_notify(). Andrei Zmievski 2006-12-07 05:38:58 +00:00
  • 0b0508a229 Implement GObject::stop_emission()/emit_stop_by_name(). Andrei Zmievski 2006-12-07 05:29:31 +00:00
  • b4f1cc46fe ChangeLog update 2006-12-03 01:31:10 +00:00
  • 8051890520 Correct constructor for GtkListItem Anant Narayanan 2006-12-02 10:28:39 +00:00
  • 86ab97bdc1 ChangeLog update 2006-11-23 01:31:25 +00:00
  • 66c59ee704 Override for GtkAction::get_proxies() Anant Narayanan 2006-11-22 18:10:34 +00:00
  • f8fdaf69e1 ChangeLog update 2006-11-22 01:31:30 +00:00
  • 81cd86c11d That spinbutton was scott's test patch which shouldn't go live yet Christian Weiske 2006-11-21 07:58:46 +00:00
  • 45452764fb - GtkTreeView::get_cell_area() and get_background_area() - unit tests for both - Switch treeview test to phpunit3 Christian Weiske 2006-11-21 07:56:19 +00:00
  • a846a6b639 ChangeLog update 2006-11-14 01:31:30 +00:00
  • da13b73c91 GtkListStore::insert_before() Scott Mattocks 2006-11-13 15:04:31 +00:00
  • 00e2bd32b9 ChangeLog update 2006-11-01 01:31:14 +00:00
  • 2f93c67738 Kill few more gcc 4.1 warnings Anant Narayanan 2006-10-31 14:29:37 +00:00
  • f45bd9d64b ChangeLog update 2006-10-31 01:31:21 +00:00
  • 7caea01e3a Remove a few warnings for gcc 4.1 Anant Narayanan 2006-10-30 15:55:43 +00:00
  • 8d3b4ee222 Remove GtkSourceViewPrintJob and its methods since libgnomeprint isn't handy enough. Anant Narayanan 2006-10-30 15:30:48 +00:00
  • ff2b2e7af2 ChangeLog update 2006-10-27 01:31:17 +00:00
  • b817f9c2e4 Need to find a better way to fix this msvc warning - it seems to have broken gcc. Steph Fox 2006-10-26 15:30:26 +00:00
  • 3cd9393143 ChangeLog update 2006-10-25 01:31:09 +00:00
  • 3b270b7f0c ZTS fixes Steph Fox 2006-10-24 12:46:14 +00:00
  • 4e20a79851 ChangeLog update 2006-10-24 01:31:11 +00:00
  • 2dd5a4bd35 Using safe_emalloc() instead of explicit allocation Anant Narayanan 2006-10-23 16:17:59 +00:00
  • e71274a89a ChangeLog update 2006-10-22 01:31:06 +00:00
  • 81bf41ccf4 Patch for GtkListStore::insert_after (Scott M) Andrei Zmievski 2006-10-21 21:45:23 +00:00
  • 9b377fe1e8 ChangeLog update 2006-10-16 01:31:09 +00:00
  • 359c951110 Enhance GObject constructor to support creation of objects vai GType and properties. Andrei Zmievski 2006-10-15 00:48:48 +00:00
  • 0bf288797e ChangeLog update 2006-10-11 01:31:04 +00:00
  • 69f879a95d Allow NULL to be passesd to set_default_sort_func(). Andrei Zmievski 2006-10-10 01:24:41 +00:00
  • 900e5d2237 ChangeLog update 2006-10-09 01:31:04 +00:00
  • 22f0f503c5 Allow PhpGtkCustomTreeModel to expose itself through GtkTreeModelRow and GtkTreeModelRowIterator. Andrei Zmievski 2006-10-08 19:03:47 +00:00
  • bd849e042a Fix possible crash in iter_n_children handler. Andrei Zmievski 2006-10-08 02:35:36 +00:00
  • d7ae978afa ChangeLog update 2006-10-07 01:31:05 +00:00
  • b86ba549f1 Some error handling. Andrei Zmievski 2006-10-06 04:49:13 +00:00
  • 4a5370f1be Support for custom tree models. Andrei Zmievski 2006-10-06 04:21:13 +00:00
  • 761958cea8 ChangeLog update 2006-10-05 01:30:59 +00:00
  • 3d3e56c494 Overrides for GtkEntry::get/set_invisible_char Anant Narayanan 2006-10-04 19:08:05 +00:00
  • 766940834e ChangeLog update 2006-10-04 01:30:56 +00:00
  • 5ba738502c Ignore GtkTreeIter memory-related methods. Andrei Zmievski 2006-10-03 23:19:12 +00:00
  • 311eb45512 ChangeLog update 2006-10-03 01:30:56 +00:00
  • fd3070209f Reference isn't needed here Christian Weiske 2006-10-02 15:58:38 +00:00
  • a7b2503b00 Seems I forgot to commit Christian Weiske 2006-10-02 14:06:52 +00:00
  • 40c060d0c3 Overrides for GtkCurve::set/get_vector Anant Narayanan 2006-10-02 12:43:39 +00:00
  • 153ca79645 ChangeLog update 2006-10-02 01:30:57 +00:00
  • 56648b9fa8 Allow mozembed to build against firefox Anant Narayanan 2006-10-01 16:18:01 +00:00
  • 93538e57b5 ChangeLog update 2006-10-01 01:30:55 +00:00
  • 0ece5a8b5c Add phpg_custom_tree_model_class_init() stub Anant Narayanan 2006-09-30 18:03:24 +00:00
  • ff9fe8ef69 ChangeLog update 2006-09-29 01:31:02 +00:00
  • c9cecf6a4d Reflection for block() and unblock() Christian Weiske 2006-09-28 17:39:05 +00:00
  • c26d07be3a ChangeLog update 2006-09-28 01:31:01 +00:00
  • 1fdca1ba91 Allow nested extension directories Anant Narayanan 2006-09-27 21:42:18 +00:00
  • 545b143fa8 ChangeLog update 2006-09-24 01:31:06 +00:00
  • f6d69ad395 Framework for custom tree models. Andrei Zmievski 2006-09-23 19:35:41 +00:00
  • 00bf1efa66 A couple more clipboard methods. Andrei Zmievski 2006-09-23 19:06:34 +00:00
  • 3166d2fc43 ChangeLog update 2006-09-18 01:31:00 +00:00
  • be8a794110 Some clipboard support. Andrei Zmievski 2006-09-17 20:56:27 +00:00
  • c0d9bf92d5 ChangeLog update 2006-09-15 01:30:59 +00:00
  • 14602fa566 Bug: default value for spin buttons does not show properly. Scott Mattocks 2006-09-14 16:09:21 +00:00
  • 85544ea911 ChangeLog update 2006-09-10 01:30:57 +00:00
  • 17ef713027 Reverse the order of colors/alpha if on little-endian platform. Andrei Zmievski 2006-09-09 20:22:26 +00:00
  • db9df51e30 Clean-up after Gtk+ in case set_url_hook() was called. Andrei Zmievski 2006-09-09 17:58:57 +00:00
  • 42779cdf68 ChangeLog update 2006-09-03 01:30:56 +00:00
  • e00e5080c5 E_STRICT renamings: the last ones GtkCList::remove -> remove_row GtkCTree::is_ancestor -> row_is_ancestor GtkStatusbar::remove -> remove_message Christian Weiske 2006-09-02 10:32:41 +00:00
  • 1e7ecca93a E_STRICT renamings: GtkWindow::mnemonic_activate -> window_mnemonic_activate GtkMenu::set_accel_path -> set_menu_accel_path GtkMenuItem::set_accel_path -> set_item_accel_path Christian Weiske 2006-09-02 10:22:34 +00:00
  • 81dde73b96 E_STRICT renaming: GtkToolbar::get|set_style -> get|set_toolbar_style Christian Weiske 2006-09-02 10:06:46 +00:00
  • 77c3217822 ChangeLog update 2006-09-01 01:30:57 +00:00
  • ed47f7dd96 Fix GtkColorSelection::palette_to_string(). Andrei Zmievski 2006-08-31 01:50:02 +00:00
  • 2d2f6fd6c4 ChangeLog update 2006-08-12 01:31:02 +00:00
  • 481f490501 docgen uses &seealso; Christian Weiske 2006-08-11 07:36:48 +00:00
  • 3e5b0ddcc5 ChangeLog update 2006-08-07 01:31:04 +00:00
  • 5b0ef68875 Moving ignores to correct place Christian Weiske 2006-08-06 08:52:10 +00:00
  • 2bc6427f79 Merging some GtkRadioMenuItem constructors, and removing some Christian Weiske 2006-08-06 08:46:35 +00:00
  • 24bb4e0424 ChangeLog update 2006-08-06 01:31:07 +00:00
  • ec0444eb70 *** empty log message *** Andrei Zmievski 2006-08-05 20:20:57 +00:00
  • bb6c2d81a4 Fix crash: phpg_from_utf8() returns string allocated by Gtk+, not by Zend. (bug #37304). Andrei Zmievski 2006-08-05 19:49:56 +00:00
  • 670f5aadf2 ChangeLog update 2006-08-01 01:31:00 +00:00
  • 78fd1e586c Declare the atom_name var. Andrei Zmievski 2006-07-31 16:24:13 +00:00
  • 13f167deca ChangeLog update 2006-07-31 01:31:12 +00:00
  • 3cbda50878 Make GtkSelectionData GdkAtom fields be actual GdkAtom objects. Andrei Zmievski 2006-07-30 19:17:54 +00:00
  • 8b62eb8014 Implement GtkSelectionData's get_uris() and set_uris. (Patch by Christian W, updated by Andrei) Andrei Zmievski 2006-07-30 18:27:46 +00:00
  • 3ece63a903 ChangeLog update 2006-07-21 01:30:58 +00:00
  • 493c790f2c Fix Andrei Zmievski 2006-07-20 04:22:43 +00:00
  • ab1b2f6624 Update Andrei Zmievski 2006-07-20 04:08:27 +00:00
  • f51e1f26b2 ChangeLog update 2006-07-18 01:31:12 +00:00
  • 083d4ed7d6 Back to -dev. Andrei Zmievski 2006-07-17 23:51:41 +00:00