| Commit message (Expand) | Author | Age | Files | Lines |
* | Add, and constructor of PangoTabArray. | Johan Dahlin | 2002-12-10 | 2 | -0/+15 |
* | point to gdk.threads_leave, not gdk.threads_enter! Fixes #100623. Thanks | Johan Dahlin | 2002-12-08 | 2 | -1/+4 |
* | Don't raise an exception when leaving this function, instead look in | Johan Dahlin | 2002-12-08 | 2 | -2/+56 |
* | New file | Johan Dahlin | 2002-12-06 | 1 | -0/+3 |
* | Impl. Fixes #100389. | Johan Dahlin | 2002-12-05 | 2 | -0/+33 |
* | caller owns return. (create_pango_layout): caller owns return. | James Henstridge | 2002-12-05 | 2 | -0/+7 |
* | gaah | Johan Dahlin | 2002-12-05 | 1 | -0/+2 |
* | ChangeLog | Johan Dahlin | 2002-12-05 | 1 | -1/+1 |
* | Do an extra check for the number of arguments. Fixes #100349 | Johan Dahlin | 2002-12-04 | 2 | -6/+32 |
* | Added gobject-2.0. Fixes #97727. | Johan Dahlin | 2002-12-04 | 2 | -0/+3 |
* | (_wrap_gtk_tree_model_iter_nth_child): Allow argument to be None, | Johan Dahlin | 2002-12-04 | 2 | -5/+11 |
* | Impl. Fixes #100077 | Johan Dahlin | 2002-12-04 | 2 | -0/+69 |
* | add caller-owns-returns false, this prevents the code generator from | Johan Dahlin | 2002-12-04 | 2 | -0/+4 |
* | Impl. Fixed #100302 | Johan Dahlin | 2002-12-04 | 2 | -0/+35 |
* | Impl. Fixes #100301 | Johan Dahlin | 2002-12-04 | 2 | -0/+63 |
* | Impl. (_wrap_gtk_tooltips__get_tips_data_list): | Johan Dahlin | 2002-12-02 | 3 | -0/+68 |
* | If the directory doesn't exist skip it. If not, it breaks when doing | Johan Dahlin | 2002-11-28 | 2 | -0/+6 |
* | allow you to get a row object from a TreeIter as model[iter]. | James Henstridge | 2002-11-24 | 3 | -0/+18 |
* | fix up ParseTuple call arguments (bug 99400). | James Henstridge | 2002-11-24 | 3 | -13/+14 |
* | Added. Fixes #97963. | Joe Shaw | 2002-11-20 | 3 | -1/+97 |
* | arg matcher for "PyObject*" args, from bug #98822. | James Henstridge | 2002-11-20 | 2 | -0/+24 |
* | add wrapper. | James Henstridge | 2002-11-19 | 2 | -0/+35 |
* | get rid of pyg_handler_marshal and pyg_input_marshal, which were the last | James Henstridge | 2002-11-19 | 6 | -206/+239 |
* | add a wrapper for g_idle_add. (pyg_timeout_add): and a wrapper for | James Henstridge | 2002-11-18 | 4 | -16/+386 |
* | set up closure correctly. Fix from bug #96922. | James Henstridge | 2002-11-16 | 3 | -4/+8 |
* | fix up previous commit so the new wrappers actually work ... | James Henstridge | 2002-11-16 | 1 | -6/+6 |
* | wrap functions. | James Henstridge | 2002-11-16 | 3 | -44/+91 |
* | fix up calls to pyg_enum_get_value() so that it doesn't throw an exception | James Henstridge | 2002-11-16 | 2 | -8/+13 |
* | (pyg_value_as_pyobject): when converting G_TYPE_BOOLEAN values to | James Henstridge | 2002-11-16 | 3 | -24/+29 |
* | if python object is None, set GValue to NULL for boxed, pointer and | James Henstridge | 2002-11-16 | 3 | -94/+111 |
* | From patch on bug #96950 | James Henstridge | 2002-11-16 | 4 | -27/+107 |
* | wrap <methodsynopsis> in a <programlisting> element. | James Henstridge | 2002-11-16 | 3 | -31/+64 |
* | caller owns return value. | James Henstridge | 2002-11-15 | 3 | -21/+8 |
* | Johan Dahlin <jdahlin@telia.com> | Johan Dahlin | 2002-11-11 | 2 | -0/+7 |
* | add bool arg that returns Py_True or Py_False (which are instances of the | James Henstridge | 2002-11-06 | 4 | -387/+46 |
* | Prevent NULL dereference by passing in local variables to PyArg_ParseTuple | Joe Shaw | 2002-11-04 | 2 | -1/+21 |
* | minor spec tweak | Matt Wilson | 2002-10-31 | 1 | -1/+4 |
* | Oops. we don't need this any longer | Johan Dahlin | 2002-10-17 | 1 | -49/+0 |
* | s/arg/argument/ in exception strings. (_wrap_gtk_box_query_child_packing): | Johan Dahlin | 2002-10-17 | 2 | -16/+34 |
* | Impl. | Johan Dahlin | 2002-10-16 | 1 | -13/+322 |
* | Impl. | Johan Dahlin | 2002-10-16 | 2 | -0/+116 |
* | GdkPixbuf.get_from_drawable doesn't actually leak pixbuf, remove | Matt Wilson | 2002-09-05 | 2 | -1/+5 |
* | more caller-owns-return. | Matt Wilson | 2002-09-02 | 2 | -0/+10 |
* | docs updates. | James Henstridge | 2002-08-31 | 8 | -9/+170 |
* | separate out the code that writes the variable list. | James Henstridge | 2002-08-31 | 2 | -50/+26 |
* | use automake-1.6/aclocal-1.6 unless otherwise requested | Sander Vesik | 2002-08-30 | 2 | -2/+7 |
* | caller-owns-return, to avoid leaking pixbufs | Matt Wilson | 2002-08-30 | 2 | -0/+10 |
* | Add gsize and gssize as valid integer types. | Joe Shaw | 2002-08-26 | 2 | -1/+7 |
* | add missing makefile. | James Henstridge | 2002-08-26 | 1 | -0/+25 |
* | fix up misspelling. | James Henstridge | 2002-08-26 | 5 | -25/+31 |