| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated GTK+ symbols | Javier Jardón | 2010-01-04 | 1 | -2/+1 |
* | Add gtk.gdk.CURRENT_TIME constant | Paul Pogonyshev | 2009-08-08 | 1 | -0/+3 |
* | Add gtk.gdk.WINDOWING constant | Paul Pogonyshev | 2009-06-17 | 1 | -0/+12 |
* | Update the address of the FSF by replacing old bits with new ones. Fixes | Tobias Mueller | 2009-03-30 | 1 | -1/+1 |
* | Require PyGObject 2.12.0 | Johan Dahlin | 2006-09-04 | 1 | -1/+1 |
* | reviewed by: Johan Dahlin <jdahlin@async.com.br> | Rafael Ávila de Espíndola | 2006-07-27 | 1 | -1/+1 |
* | bug #348937: 100ms timeouts in pygtk | Gustavo J. A. M. Carneiro | 2006-07-27 | 1 | -21/+0 |
* | Check the required PyGObject version in runtime too. | Johan Dahlin | 2006-07-25 | 1 | -1/+1 |
* | Revert dynamic namespaces, it is not possible to solve it without breaking | Johan Dahlin | 2006-07-23 | 1 | -2/+3 |
* | Don't register constants Make enum/flags lazily created too. | Johan Dahlin | 2006-07-19 | 1 | -1/+0 |
* | Only load types in gtk when they are used, fixes #346946 | Johan Dahlin | 2006-07-13 | 1 | -2/+2 |
* | many distcheck related fixes, and not only.. | Gustavo J. A. M. Carneiro | 2006-06-14 | 1 | -0/+2 |
* | Add GTK_PAPER_NAME constants. | John Finlay | 2006-06-05 | 1 | -0/+20 |
* | Move locale.h include from gtkmodule.c here to fix the build. | Richard Hult | 2006-04-16 | 1 | -2/+0 |
* | Add log handlers here | Johan Dahlin | 2006-04-06 | 1 | -27/+5 |
* | Refactor, move init_check... | Johan Dahlin | 2006-04-06 | 1 | -113/+83 |
* | oops, forgot this | Johan Dahlin | 2006-04-02 | 1 | -0/+2 |
* | Bug 318021 – pygtk_tree_path_to_pyobject is not exported in _gtk.so | Gustavo J. A. M. Carneiro | 2006-04-01 | 1 | -0/+2 |
* | Bug 334188 – Segfault when using g_log after Py_Finalize is called | Gustavo J. A. M. Carneiro | 2006-04-01 | 1 | -5/+9 |
* | Set default encoding to utf-8 in pango instead of gtk. Fixes #328031 | Johan Dahlin | 2006-04-01 | 1 | -3/+0 |
* | Add gobject.Warning Warning subclass and redirect all g_log messages for | John Ehresman | 2005-09-16 | 1 | -5/+9 |
* | Fix memory leak with gdk_atom_name() Fixes #313861 (Christian Persch) | John Finlay | 2005-08-18 | 1 | -1/+4 |
* | check for failure in cairo import, instead of crashing later | Gustavo J. A. M. Carneiro | 2005-07-02 | 1 | -0/+2 |
* | pygtk + cairo \!\! | Gustavo J. A. M. Carneiro | 2005-06-06 | 1 | -1/+10 |
* | Regression, don't crash if sys.argv isn't set. | Johan Dahlin | 2005-03-17 | 1 | -11/+12 |
* | Bug 163209: abort on 'import gtk' when messing with sys.argv | Gustavo J. A. M. Carneiro | 2005-01-22 | 1 | -0/+12 |
* | [Bug 164451] Need to avoid changing LC_NUMERIC on Python 2.4 | Gustavo J. A. M. Carneiro | 2005-01-18 | 1 | -2/+6 |
* | codegen/argtypes.py Return string instead of Atom. | John Finlay | 2004-08-04 | 1 | -1/+1 |
* | make threading runtime optional | Gustavo J. A. M. Carneiro | 2004-08-04 | 1 | -4/+4 |
* | GIL when issuing gtk warnings into python | Gustavo J. A. M. Carneiro | 2004-08-03 | 1 | -0/+4 |
* | Clean up most functions here to have only one return path. | Johan Dahlin | 2004-08-03 | 1 | -3/+4 |
* | turn gtk warnings into python warnings | Gustavo J. A. M. Carneiro | 2004-07-04 | 1 | -0/+15 |
* | fix GtkInvisible's reference counting with custom sink function, similar to G... | Gustavo J. A. M. Carneiro | 2004-06-20 | 1 | -0/+10 |
* | Fix Bug 122569: gtk.Window derived class segfaults | Gustavo J. A. M. Carneiro | 2004-06-13 | 1 | -0/+10 |
* | Move GtkDeprecatedWarning ... Remove global module import and do it in the | Johan Dahlin | 2004-04-10 | 1 | -1/+8 |
* | Override, this does two things differently from the old (auto generated) | Johan Dahlin | 2004-03-27 | 1 | -1/+1 |
* | Fix bug 137091 ("constants" for selection atoms) | Gustavo J. A. M. Carneiro | 2004-03-20 | 1 | -0/+20 |
* | make pygdk_rectangle_from_pyobject public | Gustavo J. A. M. Carneiro | 2004-02-24 | 1 | -0/+1 |
* | same here. | James Henstridge | 2003-07-24 | 1 | -3/+0 |
* | add copyright notices, and update to LGPL 2.1. | James Henstridge | 2003-06-26 | 1 | -1/+21 |
* | Block threads while we make our Py* calls. This prevents a 'no current | Jon Trowbridge | 2003-03-04 | 1 | -1/+8 |
* | Added a timeout that calls python_do_pending_calls every 100 ms. | Johan Dahlin | 2003-01-24 | 1 | -1/+14 |
* | don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here. | James Henstridge | 2002-08-18 | 1 | -0/+11 |
* | add arg type. This one also from Thomas Leonard. | James Henstridge | 2002-07-10 | 1 | -0/+4 |
* | make sure LC_NUMERIC is set to C after gtk_init_check(). | James Henstridge | 2002-07-10 | 1 | -1/+5 |
* | added parameter --errorfilename to allow redirection of stderr even with | Hans Breuer | 2002-04-21 | 1 | -0/+1 |
* | OOPS | Johan Dahlin | 2002-03-08 | 1 | -1/+1 |
* | If sys.argv is NULL, don't call PyList_Size and don't call PySys_SetArgv | Johan Dahlin | 2002-03-06 | 1 | -7/+17 |
* | Fix a leak | Johan Dahlin | 2002-02-12 | 1 | -3/+4 |
* | convert None, int, long, float, str and object to GTypes. | James Henstridge | 2002-01-12 | 1 | -1/+1 |