summaryrefslogtreecommitdiff
path: root/gtk/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-05-021-15/+0
* Update the address of the FSF by replacing old bits with new ones. FixesTobias Mueller2009-03-301-1/+1
* Bug 524327 – Interactive PyGTKMichiel de Hoon2008-09-111-0/+3
* Bug 539475 – gtk.gdk.threads_(enter|leave) promote dead-lock-pronePaul Pogonyshev2008-09-081-3/+9
* try/except around ltihooks.uninstall(), as suggested by Brad Schick at theJohan Dahlin2007-07-141-2/+5
* Do not rebind sys.path, restore the old one. Thanks to Jp Calderone forJohan Dahlin2006-11-151-1/+1
* issue a warning instead of printing to stdout, fixes #316877 regression.Johan Dahlin2006-08-141-1/+2
* Make it possible to reload the gtk+ module, (#349026, Alexander Larsson)Johan Dahlin2006-08-051-2/+6
* Revert dynamic namespaces, it is not possible to solve it without breakingJohan Dahlin2006-07-231-16/+14
* Wrap thread functions tooJohan Dahlin2006-07-191-3/+3
* Make functions lazily loaded. Make deprecation lazy too, to avoidJohan Dahlin2006-07-191-17/+19
* Generalize and prettify LazyNamespaceJohan Dahlin2006-07-191-1/+4
* Only load types in gtk when they are used, fixes #346946Johan Dahlin2006-07-131-17/+42
* pedantic fixesJohan Dahlin2006-07-051-4/+3
* Remove a few more attributesJohan Dahlin2006-07-051-1/+1
* Rearrange code to work better with pyflakesJohan Dahlin2006-07-051-10/+12
* Add infrastructure to handle lazy loading. Move keysyms to be loadedJohan Dahlin2006-07-051-4/+6
* Move deprecation related classes to a separate python fileJohan Dahlin2006-07-051-59/+4
* move over some api from 2.10 to baseJohan Dahlin2006-05-061-13/+5
* (threads_init): Deprecated gtk.threads_*, gtk.gdk.threads_* should be usedJohan Dahlin2006-04-061-4/+4
* Add log handlers hereJohan Dahlin2006-04-061-0/+5
* Refactor, move init_check...Johan Dahlin2006-04-061-32/+44
* pyflakesJohan Dahlin2006-04-031-0/+1
* Run reindent.py on all python codeJohan Dahlin2006-04-031-4/+4
* Do not print the deprecation warning if we're running under pydoc.Johan Dahlin2006-02-061-24/+34
* just restore sys.path if modifiedJohan Dahlin2005-11-031-6/+7
* Remove '' from sys.path if it was added by PySys_SetArgv in init_gtk.Johan Dahlin2005-11-021-1/+9
* Add gobject.Warning Warning subclass and redirect all g_log messages forJohn Ehresman2005-09-161-0/+3
* Deprecate gtk.TRUE and gtk.FALSEJohan Dahlin2005-02-211-23/+42
* Add pygtk_postinstall.py Updated Deprecate gtk.idle_add and friends. MergeJohan Dahlin2005-01-081-32/+36
* Improve deprecation warnings, to display correct lines (stacklevel shouldJohan Dahlin2004-12-231-7/+5
* Call PyEval_InitThreads. Perhaps its something that always should beJohan Dahlin2004-08-021-9/+3
* Remove %x usageJohan Dahlin2004-07-291-1/+2
* Don't hardcode automake-1.7, Fixes #148377Johan Dahlin2004-07-261-2/+13
* gtk/*.overrideJohan Dahlin2004-07-171-0/+2
* Move GtkDeprecatedWarning ... Remove global module import and do it in theJohan Dahlin2004-04-101-7/+10
* Add deprecation warnings for all deprecated functions.Johan Dahlin2004-04-091-11/+33
* add copyright notices, and update to LGPL 2.1.James Henstridge2003-06-261-13/+17
* add news items.PYGTK_1_99_14James Henstridge2002-12-271-6/+9
* point to gdk.threads_leave, not gdk.threads_enter! Fixes #100623. ThanksJohan Dahlin2002-12-081-1/+1
* get rid of pyg_handler_marshal and pyg_input_marshal, which were the lastJames Henstridge2002-11-191-10/+18
* same here.James Henstridge2002-08-181-0/+19
* add gtk.stock_add() function from Skip (bug 68363).James Henstridge2002-01-241-0/+2
* provide these functions in the gtk namespace as well as gtk.gdk.James Henstridge2002-01-081-0/+3
* use pyg_type_from_object instead. Based on patch from Elliot.James Henstridge2001-09-281-4/+0
* install keysyms.py and not GDK.pyJames Henstridge2001-09-161-1/+1
* don't import GTK.James Henstridge2001-09-151-1/+4
* merge from short-class-names-branchJames Henstridge2001-09-141-5/+6
* remove dead code for GtkArg handling, etc. (also tidied up references toJames Henstridge2001-06-251-1/+1
* remove buttons that called set_space_size method.James Henstridge2001-04-281-3/+0