summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* try again. Got a server aborted message last time :(short-class-names-branchJames Henstridge2001-09-127-49/+54
* Also, changes to fix up pygtk-demo for this configuration.James Henstridge2001-09-125-24/+40
* few fixups to get things to import correctly.James Henstridge2001-09-113-7/+11
* same here.James Henstridge2001-09-119-1437/+1597
* update spec file for pygtk2short-class-names-branch-anchorPYGTK_1_99James Henstridge2001-09-101-30/+17
* add check and usage for AUTOMAKE and ACLOCAL.Johan Dahlin2001-09-102-4/+11
* fix up enums.James Henstridge2001-09-064-7/+15
* move constant.James Henstridge2001-09-062-6/+5
* various updates to make it compile.James Henstridge2001-09-066-196/+276
* add forth argument to PKG_CHECK_MODULES call so that configure doesn't dieJames Henstridge2001-08-232-1/+9
* fix small typos that prevented libglade module from working correctly.James Henstridge2001-08-222-8/+8
* add signal connection function overrieds.James Henstridge2001-08-228-1062/+227
* add checks for libglade.James Henstridge2001-08-216-265/+215
* update for autoconf 2.52James Henstridge2001-08-215-23/+28
* register a "PyObject" boxed type with glib.. (pyg_value_from_pyobject): ifJames Henstridge2001-07-083-6/+75
* fix argument type for return_type.James Henstridge2001-07-083-2/+5
* update to new format.James Henstridge2001-07-089-15614/+19032
* new program to convert v2 defs to v3 defs. It will probably only work withJames Henstridge2001-07-084-63/+233
* file I missed in yesterday's commitJames Henstridge2001-07-041-0/+10
* small fix to makefileJames Henstridge2001-07-031-1/+1
* fix up function call. (_wrap_gtk_tree_store_new): fix up function call.James Henstridge2001-07-032-2/+6
* add pygtk-codegen-2.0 to list of files to be processed.James Henstridge2001-07-038-25/+61
* add is-constructor-of arguments to some defs, and add fields to someJames Henstridge2001-07-028-294/+105
* fix up makefile rules to build the pango module.James Henstridge2001-07-024-1/+32
* add rules to build pango module.James Henstridge2001-07-016-2/+1718
* function to list the signals of an object type. From patch by SkipJames Henstridge2001-07-013-0/+183
* fix to use gtk_list_store_newv. (_wrap_gtk_tree_store_new): similar fixJames Henstridge2001-07-013-58/+36
* remove GdkDevice stuff from this file.James Henstridge2001-06-308-277/+236
* fix up to use PyGBoxed version of GdkEvent.James Henstridge2001-06-308-548/+269
* remove g_type_init() argument.James Henstridge2001-06-307-63/+42
* remove uses of GtkSelectionData.James Henstridge2001-06-309-151/+63
* add code to allow overriding the getter for a single attribute.James Henstridge2001-06-294-8/+60
* constructor for GdkCursor that handles both the standard and pixmap casesJames Henstridge2001-06-297-109/+91
* small changes to make it compileJames Henstridge2001-06-292-16/+39
* don't register a boxed handler for GtkTextIter here.James Henstridge2001-06-278-902/+622
* fix up toolbar constructor.James Henstridge2001-06-274-2/+61
* remove registrations for `custom' boxed types for objects converted toJames Henstridge2001-06-269-318/+125
* new function, based on implementation from Skip. Some small cleanupsJames Henstridge2001-06-253-2/+152
* remove dead code for GtkArg handling, etc. (also tidied up references toJames Henstridge2001-06-2515-959/+92
* removed all traces of GdkVisual.James Henstridge2001-06-249-146/+30
* remove all traces of GtkAccelGroup from this file -- GtkAccelGroup is nowJames Henstridge2001-06-247-104/+38
* generate wrappers for boxed types as well.James Henstridge2001-06-234-0/+298
* more fixups to use pyg_type_from_object.James Henstridge2001-06-2312-95/+129
* new arg type for GType and GtkType args that uses pyg_type_from_object.James Henstridge2001-06-2210-174/+241
* comment out, as container args have been switched to properties now.James Henstridge2001-06-217-124/+99
* add fields that were missing (pointed out by Skip).James Henstridge2001-06-123-56/+57
* correct signal name.James Henstridge2001-06-113-218/+518
* remove the constructor from interfaces. It is now provided by GInterface.James Henstridge2001-06-094-11/+150
* function to register a new boxed type ExtensionClass. (pyg_boxed_new): newJames Henstridge2001-06-085-2/+433
* install the code generatorJames Henstridge2001-05-298-71/+86