| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 481715 – Need way to assign to a GtkTextIter | Paul Pogonyshev | 2008-09-11 | 1 | -0/+14 |
* | Wrap gtk_widget_list_accel_closures fixes #309554 | Gian Mario Tagliaretti | 2008-09-01 | 2 | -2/+23 |
* | Bug 526189 – add __str__ and/or __repr__ to several types | Paul Pogonyshev | 2008-08-28 | 2 | -0/+31 |
* | comment out test_default_attributes until we get a response on bugs #546005 a... | Gian Mario Tagliaretti | 2008-08-24 | 1 | -5/+8 |
* | Bug 527212 – types with well-defined equality semantics are not properly | Paul Pogonyshev | 2008-08-02 | 4 | -48/+109 |
* | Fix to work also with integer 'socket_id' argument (bug #539365). | Paul Pogonyshev | 2008-06-26 | 2 | -0/+14 |
* | Fix logic in negative index branch to avoid refcount corruption. | Paul Pogonyshev | 2008-06-24 | 1 | -0/+18 |
* | Check that argument is a subclass of gtk.MenuItem or gtk.ToolItem | Paul Pogonyshev | 2008-06-22 | 1 | -0/+22 |
* | Fix 'use_underline' being ignored if neither 'text' nor 'stock' is set | Paul Pogonyshev | 2008-06-21 | 2 | -0/+13 |
* | Add a gtk.FileChooserDialog get_action method to workaround an issue with the... | Gian Mario Tagliaretti | 2008-06-08 | 2 | -1/+15 |
* | Add constructor variant similar to what gtk.gdk.color_parse() done. Raise | Paul Pogonyshev | 2008-04-27 | 1 | -0/+12 |
* | Bug 472908 – Make pango.Context non-instantiable | Gustavo J. A. M. Carneiro | 2007-09-02 | 1 | -0/+5 |
* | Fix bug in hash() implementation and test it properly | Johan Dahlin | 2007-08-29 | 1 | -11/+10 |
* | Make the bindings a bit more pythonic, implement tp_str, tp_hash and | Johan Dahlin | 2007-08-29 | 1 | -0/+31 |
* | Allow to set gtk.Bin.child in subclasses. | Paul Pogonyshev | 2007-08-20 | 2 | -0/+19 |
* | Allow None as argument for several focus-related methods. | Paul Pogonyshev | 2007-08-11 | 1 | -1/+36 |
* | wrap GtkContainer do_forall by Paul Pogonyshev | Gian Mario Tagliaretti | 2007-07-26 | 1 | -0/+26 |
* | wrap gtk.ScaleButton constructor and set_icon(), fix a couple of None paramet... | Gian Mario Tagliaretti | 2007-07-26 | 1 | -0/+18 |
* | gtk.Action subclass test | Gustavo J. A. M. Carneiro | 2007-07-10 | 1 | -0/+17 |
* | Fix some unit tests to account for the new memory management model in pygobje... | Gustavo J. A. M. Carneiro | 2007-05-03 | 2 | -18/+33 |
* | clean up gc collection | Johan Dahlin | 2007-01-20 | 1 | -16/+14 |
* | more refcount fixes in gdk.gdk.Display.close | Gustavo J. A. M. Carneiro | 2007-01-20 | 1 | -3/+20 |
* | Add a display refcounting test | Johan Dahlin | 2007-01-20 | 1 | -0/+10 |
* | Remove .cvsignore archives | Johan Dahlin | 2007-01-16 | 1 | -3/+0 |
* | Add unit test for bug #347273 | Gustavo J. A. M. Carneiro | 2006-10-02 | 1 | -0/+14 |
* | Do not check version in the testsuite, it's already done in the individual mo... | Johan Dahlin | 2006-08-08 | 1 | -7/+2 |
* | Enable cursor/gtk.TreePath test | Johan Dahlin | 2006-08-07 | 2 | -3/+6 |
* | Add a test for #350252 | Johan Dahlin | 2006-08-07 | 1 | -0/+13 |
* | Make it possible to reload the gtk+ module, (#349026, Alexander Larsson) | Johan Dahlin | 2006-08-05 | 1 | -0/+8 |
* | Special case __members__ to dir on the real module, fixes (#349892, John | Johan Dahlin | 2006-08-05 | 1 | -0/+1 |
* | Only load types in gtk when they are used, fixes #346946 | Johan Dahlin | 2006-07-13 | 2 | -10/+28 |
* | new container tests by Lorenzo Gil Sanchez | Gustavo J. A. M. Carneiro | 2006-07-13 | 2 | -1/+58 |
* | last fixes for 2.9.3 releasePYGTK_2_9_3 | Gustavo J. A. M. Carneiro | 2006-07-12 | 2 | -6/+10 |
* | Add infrastructure to handle lazy loading. Move keysyms to be loaded | Johan Dahlin | 2006-07-05 | 2 | -0/+9 |
* | Check so PyGObject 2.10 is used | Johan Dahlin | 2006-05-06 | 1 | -0/+6 |
* | Allow callback to be set to None, found by Patrick O'Brien | Johan Dahlin | 2006-04-05 | 1 | -0/+12 |
* | disable gc sensitive test for now | Johan Dahlin | 2006-04-03 | 1 | -1/+1 |
* | Use classmethod | Johan Dahlin | 2006-04-03 | 1 | -1/+1 |
* | pyflakes | Johan Dahlin | 2006-04-03 | 6 | -8/+2 |
* | Run reindent.py on all python code | Johan Dahlin | 2006-04-03 | 11 | -38/+35 |
* | wrap, Fixes #333431 (Hamish Moffatt) Add test | Johan Dahlin | 2006-04-02 | 1 | -0/+12 |
* | Set default markup accel marker to \x00, add tests, Fixes #329658 (Johan | Johan Dahlin | 2006-04-02 | 2 | -0/+11 |
* | tests which moved to pygobject | Johan Dahlin | 2006-04-02 | 16 | -885/+2 |
* | GDK_PARENT_RELATIVE constant | Johan Dahlin | 2006-04-02 | 1 | -0/+31 |
* | do a collect before running the tests, since other tests might have been run ... | Johan Dahlin | 2006-04-02 | 1 | -0/+3 |
* | Remove gobject and depend on pygobject 2.10.0 | Johan Dahlin | 2006-04-01 | 1 | -5/+1 |
* | Bug 332771 – gtk.Dialog leak | Gustavo J. A. M. Carneiro | 2006-02-27 | 2 | -2/+13 |
* | Bump ref count on x11 so destroy() works as expected | John Ehresman | 2006-01-20 | 1 | -0/+24 |
* | fix gobject includes and external pygobject detection | Gustavo J. A. M. Carneiro | 2006-01-10 | 1 | -2/+6 |
* | recover tests from today's pygobject split | Gustavo J. A. M. Carneiro | 2006-01-09 | 16 | -1/+858 |