summaryrefslogtreecommitdiff
path: root/gtk/gtkmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated sink functionsColin Walters2010-07-301-30/+0
* Remove deprecated GTK+ symbolsJavier Jardón2010-01-041-2/+1
* Add gtk.gdk.CURRENT_TIME constantPaul Pogonyshev2009-08-081-0/+3
* Add gtk.gdk.WINDOWING constantPaul Pogonyshev2009-06-171-0/+12
* Update the address of the FSF by replacing old bits with new ones. FixesTobias Mueller2009-03-301-1/+1
* Require PyGObject 2.12.0Johan Dahlin2006-09-041-1/+1
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Rafael Ávila de Espíndola2006-07-271-1/+1
* bug #348937: 100ms timeouts in pygtkGustavo J. A. M. Carneiro2006-07-271-21/+0
* Check the required PyGObject version in runtime too.Johan Dahlin2006-07-251-1/+1
* Revert dynamic namespaces, it is not possible to solve it without breakingJohan Dahlin2006-07-231-2/+3
* Don't register constants Make enum/flags lazily created too.Johan Dahlin2006-07-191-1/+0
* Only load types in gtk when they are used, fixes #346946Johan Dahlin2006-07-131-2/+2
* many distcheck related fixes, and not only..Gustavo J. A. M. Carneiro2006-06-141-0/+2
* Add GTK_PAPER_NAME constants.John Finlay2006-06-051-0/+20
* Move locale.h include from gtkmodule.c here to fix the build.Richard Hult2006-04-161-2/+0
* Add log handlers hereJohan Dahlin2006-04-061-27/+5
* Refactor, move init_check...Johan Dahlin2006-04-061-113/+83
* oops, forgot thisJohan Dahlin2006-04-021-0/+2
* Bug 318021 – pygtk_tree_path_to_pyobject is not exported in _gtk.soGustavo J. A. M. Carneiro2006-04-011-0/+2
* Bug 334188 – Segfault when using g_log after Py_Finalize is calledGustavo J. A. M. Carneiro2006-04-011-5/+9
* Set default encoding to utf-8 in pango instead of gtk. Fixes #328031Johan Dahlin2006-04-011-3/+0
* Add gobject.Warning Warning subclass and redirect all g_log messages forJohn Ehresman2005-09-161-5/+9
* Fix memory leak with gdk_atom_name() Fixes #313861 (Christian Persch)John Finlay2005-08-181-1/+4
* check for failure in cairo import, instead of crashing laterGustavo J. A. M. Carneiro2005-07-021-0/+2
* pygtk + cairo \!\!Gustavo J. A. M. Carneiro2005-06-061-1/+10
* Regression, don't crash if sys.argv isn't set.Johan Dahlin2005-03-171-11/+12
* Bug 163209: abort on 'import gtk' when messing with sys.argvGustavo J. A. M. Carneiro2005-01-221-0/+12
* [Bug 164451] Need to avoid changing LC_NUMERIC on Python 2.4Gustavo J. A. M. Carneiro2005-01-181-2/+6
* codegen/argtypes.py Return string instead of Atom.John Finlay2004-08-041-1/+1
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-4/+4
* GIL when issuing gtk warnings into pythonGustavo J. A. M. Carneiro2004-08-031-0/+4
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-031-3/+4
* turn gtk warnings into python warningsGustavo J. A. M. Carneiro2004-07-041-0/+15
* fix GtkInvisible's reference counting with custom sink function, similar to G...Gustavo J. A. M. Carneiro2004-06-201-0/+10
* Fix Bug 122569: gtk.Window derived class segfaultsGustavo J. A. M. Carneiro2004-06-131-0/+10
* Move GtkDeprecatedWarning ... Remove global module import and do it in theJohan Dahlin2004-04-101-1/+8
* Override, this does two things differently from the old (auto generated)Johan Dahlin2004-03-271-1/+1
* Fix bug 137091 ("constants" for selection atoms)Gustavo J. A. M. Carneiro2004-03-201-0/+20
* make pygdk_rectangle_from_pyobject publicGustavo J. A. M. Carneiro2004-02-241-0/+1
* same here.James Henstridge2003-07-241-3/+0
* add copyright notices, and update to LGPL 2.1.James Henstridge2003-06-261-1/+21
* Block threads while we make our Py* calls. This prevents a 'no currentJon Trowbridge2003-03-041-1/+8
* Added a timeout that calls python_do_pending_calls every 100 ms.Johan Dahlin2003-01-241-1/+14
* don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here.James Henstridge2002-08-181-0/+11
* add arg type. This one also from Thomas Leonard.James Henstridge2002-07-101-0/+4
* make sure LC_NUMERIC is set to C after gtk_init_check().James Henstridge2002-07-101-1/+5
* added parameter --errorfilename to allow redirection of stderr even withHans Breuer2002-04-211-0/+1
* OOPSJohan Dahlin2002-03-081-1/+1
* If sys.argv is NULL, don't call PyList_Size and don't call PySys_SetArgvJohan Dahlin2002-03-061-7/+17
* Fix a leakJohan Dahlin2002-02-121-3/+4