summaryrefslogtreecommitdiff
path: root/codegen
Commit message (Expand)AuthorAgeFilesLines
* 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
* update to use this function. (ArgMatcher.register_boxed): short circuit ifJames Henstridge2002-07-071-21/+22
* constructors return ints.James Henstridge2002-06-181-1/+2
* if the ptype is different to self.typecode, cast the eventJames Henstridge2002-06-091-1/+9
* use 'O!' format code, so we can reduce the size of the extra code weJames Henstridge2002-05-141-34/+53
* increment version number.PYGTK_1_99_10James Henstridge2002-05-131-2/+2
* add handler for ownsreturn case for GObjects. (BoxedArg.write_return): andJames Henstridge2002-05-121-14/+31
* make this handler actually look at the ownsreturn argument. This fixes aJames Henstridge2002-05-101-7/+7
* get rid of gtk_gl and gdk_gl prefix on some functions.James Henstridge2002-05-093-22/+48
* pass model, path and iter to the callback. (_wrap_gtk_tree_model_foreach):James Henstridge2002-05-041-1/+6
* clean up that code a littleMatt Wilson2002-04-301-5/+0
* implemented an argtype to handle guint32 (on 32 bit platformas) and gulongMatt Wilson2002-04-301-2/+43
* remove wrapper, as arg type covers this case fine.James Henstridge2002-04-251-0/+39
* added parameter --errorfilename to allow redirection of stderr even withHans Breuer2002-04-212-3/+8
* add function to strip comments, and get rest of script to use it. This oneJames Henstridge2002-04-171-8/+20
* move type_tmpl to Wrapper class, saves 100 locJohan Dahlin2002-03-221-168/+61
* code generator refactoring. Reduces file length by 500 lines, and fixes aJames Henstridge2002-03-221-1109/+649
* allow override of autoconf and autoheaderMatt Wilson2002-03-192-21/+29