summaryrefslogtreecommitdiff
path: root/codegen/codegen.py
Commit message (Expand)AuthorAgeFilesLines
* same here.James Henstridge2003-07-241-1/+8
* (ifdef ... )Gustavo J. A. M. Carneiro2003-05-261-3/+11
* codegen/codegen.py (GObjectWrapper.get_initial_constructor_substdict)$Jeremy Katz2002-12-281-0/+2
* 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
* don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here.James Henstridge2002-08-181-7/+0
* get rid of gtk_gl and gdk_gl prefix on some functions.James Henstridge2002-05-091-2/+4
* added parameter --errorfilename to allow redirection of stderr even withHans Breuer2002-04-211-1/+6
* 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-191-20/+24
* fix up property listing.James Henstridge2002-03-161-3/+21
* return a GdkRectangle instance.James Henstridge2002-03-161-60/+83
* remove unused variable.James Henstridge2002-03-161-84/+131
* remove commented out GtkStyle code, as the GObject based code now providesJames Henstridge2002-03-101-8/+18
* register pointer types as well.James Henstridge2002-02-051-54/+312
* Fix comments so jed can highlight correctly.Johan Dahlin2002-01-221-2/+2
* add a --load-types argument that runs a python script before commencingJames Henstridge2002-01-141-2/+6
* added deprecation messagesMatt Wilson2001-12-121-4/+19
* ignore all functions that start with _Matt Wilson2001-12-071-228/+233
* output the args and kwargs to the wrapper function only if it takesMatt Wilson2001-12-061-5/+10
* split it get_varlist into get_varlist and get_kwlist to avoid unusedMatt Wilson2001-12-051-38/+81
* addedMatt Wilson2001-12-041-25/+31
* change write_return methods to simply add a "ret" variable to the varlistJames Henstridge2001-12-011-107/+94
* First part of code generator updates:James Henstridge2001-12-011-143/+68
* added start of atk wrapperMatt Wilson2001-11-271-5/+10
* fix indention. (write_getsets): use the handler's error handling codeMatt Wilson2001-11-191-4/+6
* pass in any error checking and handling code snippets into the returnMatt Wilson2001-11-181-44/+106
* at the end of the getattr function, we must use Py_FindMethod. This fixesMatt Wilson2001-10-231-3/+4
* comment out, as it is only for use by engines.James Henstridge2001-10-081-0/+21
* remove unused variable (the line number on the gcc warning matchedJames Henstridge2001-10-061-5/+66
* pass the filename to overrides.James Henstridge2001-10-061-2/+2
* added code to write out __members__ attribute so that dir(foo) works onMatt Wilson2001-10-011-0/+9
* use pyg_type_from_object instead. Based on patch from Elliot.James Henstridge2001-09-281-99/+124
* export this function.James Henstridge2001-09-181-5/+3
* fix name of init function.James Henstridge2001-09-151-0/+2
* don't import GTK.James Henstridge2001-09-151-0/+13
* merge from short-class-names-branchJames Henstridge2001-09-141-6/+7
* update to new format.James Henstridge2001-07-081-35/+30
* add pygtk-codegen-2.0 to list of files to be processed.James Henstridge2001-07-031-1/+1
* add is-constructor-of arguments to some defs, and add fields to someJames Henstridge2001-07-021-1/+1
* remove uses of GtkSelectionData.James Henstridge2001-06-301-8/+8
* add code to allow overriding the getter for a single attribute.James Henstridge2001-06-291-5/+34
* removed all traces of GdkVisual.James Henstridge2001-06-241-0/+1
* remove all traces of GtkAccelGroup from this file -- GtkAccelGroup is nowJames Henstridge2001-06-241-16/+16
* generate wrappers for boxed types as well.James Henstridge2001-06-231-0/+241
* remove the constructor from interfaces. It is now provided by GInterface.James Henstridge2001-06-091-9/+4
* install the code generatorJames Henstridge2001-05-291-6/+15
* interfaces don't have parents.James Henstridge2001-05-281-9/+2
* handle output of constructor and method docs. Use overrides file so as notJames Henstridge2001-05-031-2/+2