summaryrefslogtreecommitdiff
path: root/gtk/gtk-types.c
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated GTK+ symbolsJavier Jardón2010-01-041-10/+10
* Wrap gtk.RcStyle attributesPaul Pogonyshev2009-05-081-1/+153
* Update the address of the FSF by replacing old bits with new ones. FixesTobias Mueller2009-03-301-1/+1
* Bug 337368 – Make PyGTK work with Python 2.5 and 64-bitGustavo J. A. M. Carneiro2006-10-031-20/+31
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Rafael Ávila de Espíndola2006-07-271-2/+2
* Remove negative index readjustment code. #311852 (Baiju M)John Finlay2006-07-201-4/+0
* Bug 327778 – gtk.gdk.Window.property_get truncates dataGustavo J. A. M. Carneiro2006-04-021-1/+1
* GDK_PARENT_RELATIVE constantJohan Dahlin2006-04-021-7/+19
* We have atomic ref counting in glib now, remove block/unblocking aroundJohan Dahlin2005-07-171-12/+1
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-12/+12
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-031-12/+12
* gtk/gtk-types.c (pygdk_atom_compare) Remove. (pygdk_atom_richcompare)John Finlay2004-07-271-10/+44
* Impl. (_wrap_gtk_widget__set_window): Impl.Johan Dahlin2004-06-041-4/+6
* gtk/gtk-types.c (_pygtk_tree_model_remove_row) Add function to help in rowJohn Finlay2004-05-211-2/+54
* Swap parent and child argument. (#123605, patch by Steve Chaplin)Johan Dahlin2003-12-051-1/+1
* add copyright notices, and update to LGPL 2.1.James Henstridge2003-06-261-1/+21
* add a setitem routine for GtkTreeStore and GtkListStore.James Henstridge2003-03-111-3/+55
* In my fix for bug #102756 on 2003-01-08, I should have used calls toJon Trowbridge2003-01-171-10/+10
* Wrap Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS around the call toJon Trowbridge2003-01-081-2/+16
* allow you to get a row object from a TreeIter as model[iter].James Henstridge2002-11-241-0/+7
* add next, parent, model and path attributes to row objects.James Henstridge2002-07-151-8/+82
* iter(liststore) returns a gtk.TreeModelRowIter object.James Henstridge2002-07-151-4/+103
* explicitly define this, as PyType_Ready doesn't seem to inherit specialJames Henstridge2002-07-131-33/+42
* allow subscripting of a GtkListStore to get row wrappers.James Henstridge2002-07-131-0/+114
* apply another memory leak fix from Arjan (from bug #87413).James Henstridge2002-07-081-0/+1
* add custom boxed handlers for GDK_TYPE_RECTANGLE, so that 4-sequences canJames Henstridge2002-07-081-0/+22
* update to use this function. (ArgMatcher.register_boxed): short circuit ifJames Henstridge2002-07-071-1/+25
* remove old commented out GdkGC implementation.James Henstridge2002-04-231-212/+0
* set PyGdkAtom_Type.ob_typeJames Henstridge2002-03-161-3/+1
* add module name to type name, and remove the commented out obsoleteJames Henstridge2002-03-161-137/+2
* remove commented out GtkStyle code, as the GObject based code now providesJames Henstridge2002-03-101-248/+43
* the F10 key is used to start navigating the menu -- not alt.James Henstridge2002-01-071-6/+6
* use new forward search API with flags enum in CVS.Matt Wilson2001-10-231-121/+53
* use pyg_type_from_object instead. Based on patch from Elliot.James Henstridge2001-09-281-4/+0
* oops, restore this #if 0 I accidently deletedMatt Wilson2001-09-271-0/+1
* added new parameters.Matt Wilson2001-09-271-101/+0
* same change.James Henstridge2001-09-141-4/+4
* various updates to make it compile.James Henstridge2001-09-061-2/+1
* remove GdkDevice stuff from this file.James Henstridge2001-06-301-253/+0
* fix up to use PyGBoxed version of GdkEvent.James Henstridge2001-06-301-522/+0
* remove uses of GtkSelectionData.James Henstridge2001-06-301-121/+0
* constructor for GdkCursor that handles both the standard and pixmap casesJames Henstridge2001-06-291-93/+0
* don't register a boxed handler for GtkTextIter here.James Henstridge2001-06-271-699/+0
* remove registrations for `custom' boxed types for objects converted toJames Henstridge2001-06-261-199/+0
* remove dead code for GtkArg handling, etc. (also tidied up references toJames Henstridge2001-06-251-138/+0
* removed all traces of GdkVisual.James Henstridge2001-06-241-112/+0
* remove all traces of GtkAccelGroup from this file -- GtkAccelGroup is nowJames Henstridge2001-06-241-68/+0
* new arg type for GType and GtkType args that uses pyg_type_from_object.James Henstridge2001-06-221-65/+28
* install the code generatorJames Henstridge2001-05-291-4/+4
* same here.James Henstridge2001-04-081-7/+7