summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* interfaces don't have parents.James Henstridge2001-05-284-21/+16
* 2001-05-06 James Henstridge <james@daa.com.au>James Henstridge2001-05-065-9/+229
* Produce kind of nice docbook documentation. Example output available atJames Henstridge2001-05-043-46/+72
* Updates to the docbook generator.James Henstridge2001-05-041-10/+257
* handle output of constructor and method docs. Use overrides file so as notJames Henstridge2001-05-038-15/+131
* fix up autogen script to call autoheaderJames Henstridge2001-05-023-22/+16
* only run the AC_PATH_PROGS check if we don't have a PYTHON environmentMatthew Wilson2001-05-013-1/+9
* s/AC_PATH_PROG/AC_PATH_PROGS/ so we check for more than one pythonMatthew Wilson2001-05-012-1/+6
* limit the symbols exported by the various modules to just their moduleJames Henstridge2001-04-283-3/+11
* remove buttons that called set_space_size method.James Henstridge2001-04-285-103/+108
* file pygtk-codegen-1.2.in was initially added on branch gtk-gnome-1-2.James Henstridge2001-04-250-0/+0
* start of automatic documentation generator.James Henstridge2001-04-214-0/+206
* same here.James Henstridge2001-04-087-901/+1690
* toolbar demo.James Henstridge2001-03-308-18/+223
* moved rewritten testgtk demo hereJames Henstridge2001-03-3024-284/+312
* simple example program that adds a signal to a class, connects a handlerJames Henstridge2001-03-277-23/+101
* (pyg_signal_new): new function to create new signals. Doesn'tJames Henstridge2001-03-273-0/+162
* new function to get the closure used as the `class closure' for signals.James Henstridge2001-03-273-1/+197
* add some comments about creating new GTypes here.James Henstridge2001-03-264-12/+267
* s/is_last/is_end/James Henstridge2001-03-247-388/+44
* Still broken. Needs more updatingJames Henstridge2001-03-1812-621/+554
* file pygdkpixbuf.h was initially added on branch gtk-gnome-1-2.James Henstridge2001-03-130-0/+0
* file gdkpixbufmodule.c was initially added on branch gtk-gnome-1-2.James Henstridge2001-03-130-0/+0
* destroy window on button's clicked signal rather than destroy signal.PYGTK_0_6_7GNOME_PYTHON_1_4_0James Henstridge2000-12-1411-96/+164
* fix PyObject_CallMethod calls to add parentheses around argument typeJames Henstridge2000-12-069-31/+239
* check in initial leaky implementation of the GtkTreeModel for use fromJames Henstridge2000-12-064-2/+506
* Havoc's enum handling patch.James Henstridge2000-11-293-3/+24
* fix bug where mod.__file__ is the .pyc file rather than the .py file.James Henstridge2000-11-294-5/+18
* make changes to make GtkEditable into an interface.James Henstridge2000-11-165-23/+75
* start of a revamped testgtk example, similar to the new one in gtk.James Henstridge2000-11-1116-1708/+936
* ignore the gtk_tree_view_new function, so gtk_tree_view_new_with_modelJames Henstridge2000-11-103-35/+157
* add gtk_tree_model_get_{iter,path,value} functions.James Henstridge2000-11-104-22/+426
* these implement the GtkTreeModel interface. (TreeModel): add interfaceJames Henstridge2000-11-092-6/+17
* register interfaces into the argument type matcher. (write_source): writeJames Henstridge2000-11-094-2/+158
* change code generator to pass bases in as a tuple rather than a singleJames Henstridge2000-11-097-12/+25
* add a special case for converting GObject -> G_OBJECT.James Henstridge2000-11-088-17/+138
* todo file with a few items needed for the gtk 2.0 based pygtk.James Henstridge2000-11-044-1235/+1341
* small changes to handle GtkTextIter objects as arguments to signals, nowJames Henstridge2000-11-022-1/+21
* reorder parameters to make it work with latest glib. (pygobject_connect*):James Henstridge2000-10-303-14/+21
* init as module gtk._gtk. Using just _gtk doesn't seem to work with pythonJames Henstridge2000-10-3019-541/+2087
* gtkmodule.c was moved to gtk/. This should get distckeck to work properlyJames Henstridge2000-10-261-1/+1
* readme file about defs formatJames Henstridge2000-10-261-0/+351
* include the autogen.sh script from extension-class-branchJames Henstridge2000-10-261-0/+89
* remove gtk_signal_set_funcs call.James Henstridge2000-10-266-190/+480
* new function for registering functions to marshal boxed GValues to/fromJames Henstridge2000-10-265-20/+308
* include <glib-object.h> rather than <gobject/...>James Henstridge2000-10-254-6/+2
* set the default python character encoding to UTF-8.James Henstridge2000-10-253-207/+246
* more updates.James Henstridge2000-10-255-527/+237
* add a field just to test pygobject_getattro. It isn't working quiteJames Henstridge2000-10-257-754/+801
* various small fixes.James Henstridge2000-10-244-652/+172