summaryrefslogtreecommitdiff
path: root/codegen
Commit message (Expand)AuthorAgeFilesLines
* Fixes Bug 137086 (gtk.gdk.window_lookup assertion)pygtk-2-2Gustavo J. A. M. Carneiro2004-06-201-1/+2
* Merge in changes from HEAD:Johan Dahlin2004-03-271-1/+35
* utility to scan the unmatched symbols from the binded libraries. WrittenXavier Ordoquy2004-03-091-0/+42
* avoid the non-uniform behavior of gtk-doc to have an imaginary returnsHagen Moebius2004-03-071-2/+8
* fix ifdef and ifndefGustavo J. A. M. Carneiro2004-03-061-4/+4
* (ifndef ...)Gustavo J. A. M. Carneiro2004-03-061-0/+5
* Cleaning up write_source and starting to refactor Wrapper a little bit, toJohan Dahlin2004-03-051-121/+110
* Fix a typo and remove module prefix from manually defined functions/methodsJohan Dahlin2004-03-022-9/+8
* Remove debugging spewJohan Dahlin2004-03-011-1/+0
* Check for defined methods in the override file. (Wrapper.write_functions):Johan Dahlin2004-03-012-16/+128
* don't expect a whitespace after the type name Fixes bug #128988, patchXavier Ordoquy2004-02-221-1/+1
* apply patch from Jon Willeke <willeke@users.sourceforge.net> to strip outJames Henstridge2003-12-231-0/+4
* code gen fix to honor caller_owns_return in GObject constructorsGustavo J. A. M. Carneiro2003-12-201-10/+13
* Wonder why these got missed last checkin?James Henstridge2003-12-191-1/+1
* same here.James Henstridge2003-07-241-1/+8
* print a real error if we find a string or identifier outside of aJames Henstridge2003-07-221-0/+6
* fixGustavo J. A. M. Carneiro2003-06-231-2/+2
* New files, splitted out from gtk.overrideJohan Dahlin2003-06-061-6/+41
* Make the third argument optional. This broke distutils.Johan Dahlin2003-05-281-1/+1
* simplify.James Henstridge2003-05-282-37/+42
* (ifdef ... )Gustavo J. A. M. Carneiro2003-05-262-4/+19
* convert to a generator to allow incremental parsing of defs files.James Henstridge2003-05-261-72/+91
* codegen can now read from stdinGustavo J. A. M. Carneiro2003-05-231-6/+9
* codegen/codegen.py (GObjectWrapper.get_initial_constructor_substdict)$Jeremy Katz2002-12-281-0/+2
* arg matcher for "PyObject*" args, from bug #98822.James Henstridge2002-11-201-0/+19
* From patch on bug #96950James Henstridge2002-11-161-7/+21
* wrap <methodsynopsis> in a <programlisting> element.James Henstridge2002-11-161-14/+14
* add bool arg that returns Py_True or Py_False (which are instances of theJames Henstridge2002-11-062-22/+36
* docs updates.James Henstridge2002-08-311-3/+6
* separate out the code that writes the variable list.James Henstridge2002-08-311-50/+21
* Add gsize and gssize as valid integer types.Joe Shaw2002-08-261-1/+2
* fix up misspelling.James Henstridge2002-08-261-15/+15
* show interfaces, boxes and pointers in class heirachy.James Henstridge2002-08-261-3/+39
* more documentation updates.James Henstridge2002-08-251-0/+83
* lots of docbuild updates.James Henstridge2002-08-251-65/+188
* (arg): More char* variants.Jon Kåre Hellan2002-08-211-0/+2
* fix up typo.James Henstridge2002-08-201-15/+27
* fix small typo.James Henstridge2002-08-191-0/+2
* ref the widget after constructing it. (_wrap_gtk_message_dialog_new): sameJames Henstridge2002-08-191-0/+3
* allow column to be None (fixes bug #91043).James Henstridge2002-08-181-1/+1
* don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here.James Henstridge2002-08-181-7/+0
* Add a time_t parameter type.Jonathan Blandford2002-08-181-0/+15
* Fixed typo in docextract_to_xml.pyMurray Cumming2002-07-171-1/+1
* parse template dirs for additional documentation.James Henstridge2002-07-131-1/+3
* Used jamesh's new extract_tmpl() function to get the sgml tmpl files. ThisMurray Cumming2002-07-101-0/+3
* add arg type. This one also from Thomas Leonard.James Henstridge2002-07-101-0/+2
* apply patch by David Lehn <dlehn@vt.edu> to correctly handle multi-lineJames Henstridge2002-07-101-2/+18
* function to extract docs from gtk-doc 'tmpl' files. Takes a list of tmpl/James Henstridge2002-07-091-1/+11
* fix up simple loading of tmpl files.James Henstridge2002-07-081-2/+12
* return a boxed type for gdk.Event.area for expose events.James Henstridge2002-07-071-0/+1