summaryrefslogtreecommitdiff
path: root/gi/overrides/Gdk.py
Commit message (Expand)AuthorAgeFilesLines
* overrides: Fix __repr__ for various Gdk structsSimon Feltman2014-01-071-5/+5
* Deprecate Gdk.Cursor constructor dispatchingSimon Feltman2013-11-121-20/+28
* Cleanup overzealous new and init implementationsSimon Feltman2013-11-121-15/+0
* Dot not clobber original Gdk/Gtk functions with overridesMartin Pitt2013-03-041-1/+2
* Add override helper for stripping boolean returnsMartin Pitt2013-02-271-24/+3
* Do not immediately initialize Gdk and Gtk on importMartin Pitt2013-01-301-2/+0
* Fix Gdk.Atom str()/repr() fallbackMartin Pitt2012-11-131-2/+4
* Fix Gdk.Atom to have a proper str() and repr()Martin Pitt2012-11-131-0/+21
* [API add] Add get_introspection_module for getting un-overridden modulesSimon Feltman2012-10-251-3/+3
* PEP8: Consistent comparisons against True, False, and NoneMartin Pitt2012-06-221-1/+1
* Gdk Color override should support red/green/blue_float propertiesSimon Feltman2012-05-141-0/+44
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-0/+9
* Remove all tabs and fix indentationJohan Dahlin2012-03-221-15/+15
* Gdk overrides: Unbreak for Gdk-2.0Martin Pitt2011-10-191-47/+48
* overrides: add constants for atomsIgnacio Casal Quinteiro2011-09-061-0/+49
* Add an override for Gdk.color_parse()Johan Dahlin2011-08-131-0/+8
* Added __eq__ method for Gdk.Color and Gdk.RGBAJason Siefken2011-06-081-0/+6
* [gi-overrides] add an override for Gdk.RGBAJohn (J5) Palmieri2011-03-031-0/+18
* [gi-overrides] Add event methods to all event union membersJohn (J5) Palmieri2011-02-281-0/+70
* [gi-overrides] add cursor overridesJohn (J5) Palmieri2011-02-161-0/+41
* [gi-overrides] for Gtk 3 alias Gdk.Rectangle to cairo.RectangleIntJohn (J5) Palmieri2011-02-141-0/+5
* Gdk.Window: Map the standard constructor to the *new* constructorSimon Schampijer2011-02-011-0/+6
* [gi] fix try/except blocks using depricated raise formatJohn (J5) Palmieri2011-01-261-1/+1
* Fix attributes 2BUTTON_PRESS and 3BUTTON_PRESS of Gdk.EventType.Laszlo Pandy2011-01-191-2/+5
* [gi] Enable handling of Gdk.EventType.2BUTTON_PRESS and 3BUTTON_PRESSSebastian Pölsterl2011-01-191-2/+2
* In IntrospectionModule and DynamicModule classes, make all instance attribute...Laszlo Pandy2011-01-171-5/+5
* Don't call getattr again in gi.overrides.Gdk.Event.__getattr__Simon van der Linden2011-01-071-1/+1
* Update Gdk overrides to work with latest Gtk+ 3Paolo Borelli2010-12-041-6/+16
* [gi] overrides for treeview Drag and DropJohn (J5) Palmieri2010-11-221-0/+7
* Add a overrides registry so we can refrence overrides inside the moduleJohn (J5) Palmieri2010-11-071-1/+1
* override gdk.Event to return attribute from the proper event objectToms Baugis2010-07-301-0/+48
* Revert "override gdk.Event to return attribute from the proper event object."Tomeu Vizoso2010-07-301-44/+0
* override gdk.Event to return attribute from the proper event object.Toms Baugis2010-07-291-0/+44
* Readd Gdk.Rectangle override for Gtk-2.0Tomeu Vizoso2010-07-271-0/+19
* Allow specifying a version when loading a typelibTomeu Vizoso2010-07-271-1/+1
* Do not override GdkRectangle.Ignacio Casal Quinteiro2010-07-051-19/+0
* make the overrides file git friendly by appending to __all__ after each overrideJohn (J5) Palmieri2010-06-221-4/+4
* fix variable member names in Gdk.Color overrideJohn (J5) Palmieri2010-06-111-5/+5
* Fix overrides.Gdk.Color.__new__ argsTomeu Vizoso2010-05-131-1/+1
* override Gdk.Drawable to add cairo_create convinience methodJohn (J5) Palmieri2010-05-051-1/+6
* Add override for Gdk.ColorTomeu Vizoso2010-04-301-1/+19
* make __all__ be a list of strings, fix override mechanism to use it correctlyJohn (J5) Palmieri2010-04-291-1/+1
* Add modelines and copyright information to overrides modulesSimon van der Linden2010-02-031-0/+21
* Restore the overrides supportSimon van der Linden2010-01-221-15/+27
* Initial importSimon van der Linden2009-11-081-0/+21