summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add, and constructor of PangoTabArray.Johan Dahlin2002-12-102-0/+15
* point to gdk.threads_leave, not gdk.threads_enter! Fixes #100623. ThanksJohan Dahlin2002-12-082-1/+4
* Don't raise an exception when leaving this function, instead look inJohan Dahlin2002-12-082-2/+56
* New fileJohan Dahlin2002-12-061-0/+3
* Impl. Fixes #100389.Johan Dahlin2002-12-052-0/+33
* caller owns return. (create_pango_layout): caller owns return.James Henstridge2002-12-052-0/+7
* gaahJohan Dahlin2002-12-051-0/+2
* ChangeLogJohan Dahlin2002-12-051-1/+1
* Do an extra check for the number of arguments. Fixes #100349Johan Dahlin2002-12-042-6/+32
* Added gobject-2.0. Fixes #97727.Johan Dahlin2002-12-042-0/+3
* (_wrap_gtk_tree_model_iter_nth_child): Allow argument to be None,Johan Dahlin2002-12-042-5/+11
* Impl. Fixes #100077Johan Dahlin2002-12-042-0/+69
* add caller-owns-returns false, this prevents the code generator fromJohan Dahlin2002-12-042-0/+4
* Impl. Fixed #100302Johan Dahlin2002-12-042-0/+35
* Impl. Fixes #100301Johan Dahlin2002-12-042-0/+63
* Impl. (_wrap_gtk_tooltips__get_tips_data_list):Johan Dahlin2002-12-023-0/+68
* If the directory doesn't exist skip it. If not, it breaks when doingJohan Dahlin2002-11-282-0/+6
* allow you to get a row object from a TreeIter as model[iter].James Henstridge2002-11-243-0/+18
* fix up ParseTuple call arguments (bug 99400).James Henstridge2002-11-243-13/+14
* Added. Fixes #97963.Joe Shaw2002-11-203-1/+97
* arg matcher for "PyObject*" args, from bug #98822.James Henstridge2002-11-202-0/+24
* add wrapper.James Henstridge2002-11-192-0/+35
* get rid of pyg_handler_marshal and pyg_input_marshal, which were the lastJames Henstridge2002-11-196-206/+239
* add a wrapper for g_idle_add. (pyg_timeout_add): and a wrapper forJames Henstridge2002-11-184-16/+386
* set up closure correctly. Fix from bug #96922.James Henstridge2002-11-163-4/+8
* fix up previous commit so the new wrappers actually work ...James Henstridge2002-11-161-6/+6
* wrap functions.James Henstridge2002-11-163-44/+91
* fix up calls to pyg_enum_get_value() so that it doesn't throw an exceptionJames Henstridge2002-11-162-8/+13
* (pyg_value_as_pyobject): when converting G_TYPE_BOOLEAN values toJames Henstridge2002-11-163-24/+29
* if python object is None, set GValue to NULL for boxed, pointer andJames Henstridge2002-11-163-94/+111
* From patch on bug #96950James Henstridge2002-11-164-27/+107
* wrap <methodsynopsis> in a <programlisting> element.James Henstridge2002-11-163-31/+64
* caller owns return value.James Henstridge2002-11-153-21/+8
* Johan Dahlin <jdahlin@telia.com>Johan Dahlin2002-11-112-0/+7
* add bool arg that returns Py_True or Py_False (which are instances of theJames Henstridge2002-11-064-387/+46
* Prevent NULL dereference by passing in local variables to PyArg_ParseTupleJoe Shaw2002-11-042-1/+21
* minor spec tweakMatt Wilson2002-10-311-1/+4
* Oops. we don't need this any longerJohan Dahlin2002-10-171-49/+0
* s/arg/argument/ in exception strings. (_wrap_gtk_box_query_child_packing):Johan Dahlin2002-10-172-16/+34
* Impl.Johan Dahlin2002-10-161-13/+322
* Impl.Johan Dahlin2002-10-162-0/+116
* GdkPixbuf.get_from_drawable doesn't actually leak pixbuf, removeMatt Wilson2002-09-052-1/+5
* more caller-owns-return.Matt Wilson2002-09-022-0/+10
* docs updates.James Henstridge2002-08-318-9/+170
* separate out the code that writes the variable list.James Henstridge2002-08-312-50/+26
* use automake-1.6/aclocal-1.6 unless otherwise requestedSander Vesik2002-08-302-2/+7
* caller-owns-return, to avoid leaking pixbufsMatt Wilson2002-08-302-0/+10
* Add gsize and gssize as valid integer types.Joe Shaw2002-08-262-1/+7
* add missing makefile.James Henstridge2002-08-261-0/+25
* fix up misspelling.James Henstridge2002-08-265-25/+31