| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | gobject/gobjectmodule.c (_pyg_strv_from_gvalue) Avoid segfault when argv | John Finlay | 2004-11-08 | 1 | -2/+5 |
| * | updated - pygtk is working fine with msvc (but requires | Hans Breuer | 2004-11-06 | 1 | -7/+17 |
| * | Use PyTuple_GetSlice and PyArg_ParseTuple here, so we can get the samepygtk-2-4-anchorPYGTK_2_4_1 | Johan Dahlin | 2004-11-04 | 2 | -1/+17 |
| * | Add tests for dynamic/unknown objects and interfaces | Johan Dahlin | 2004-11-04 | 8 | -115/+247 |
| * | Bug 155304: pygobject.h cannot be included in C++ programs | Gustavo J. A. M. Carneiro | 2004-10-13 | 1 | -2/+6 |
| * | Allow gtk_main to be invoked from a thread created by the threading modulePYGTK_2_4_0 | John Ehresman | 2004-09-29 | 1 | -1/+3 |
| * | Apply slighly modified fix from bug 149845PYGTK_2_3_97 | Johan Dahlin | 2004-09-28 | 5 | -51/+43 |
| * | Forgot to commit this yesterday | Johan Dahlin | 2004-09-28 | 1 | -0/+24 |
| * | Add thread stuff, that emits stuff from another thread and does some enum | Johan Dahlin | 2004-09-27 | 2 | -6/+135 |
| * | New functions exposed through _PyGObject_Functions to work around bugs in | John Ehresman | 2004-09-27 | 3 | -5/+102 |
| * | catch ImportError if glade is not found and set glade to None | John Ehresman | 2004-09-27 | 1 | -1/+4 |
| * | Small c module to help testing | Johan Dahlin | 2004-09-27 | 4 | -8/+59 |
| * | Revert parts of Gustavos changes, so the size of interfaces are correct. | Johan Dahlin | 2004-09-27 | 2 | -1/+15 |
| * | Make PyGClosure semi-public | Gustavo J. A. M. Carneiro | 2004-09-26 | 2 | -8/+9 |
| * | Move some tests from gtype and rename from signal.py | Johan Dahlin | 2004-09-25 | 3 | -7/+30 |
| * | Bug 153718: exception in overriden gsignals causes ref count problems | Gustavo J. A. M. Carneiro | 2004-09-25 | 2 | -5/+7 |
| * | Tests for GdkColor construction | John Ehresman | 2004-09-22 | 1 | -0/+16 |
| * | Filter out 0 values | Johan Dahlin | 2004-09-17 | 1 | -1/+7 |
| * | allow override of some more slots | Gustavo J. A. M. Carneiro | 2004-08-20 | 1 | -7/+0 |
| * | gobject/pygenum.c (pyg_enum_repr) Match enum values to avoid segfaults | John Finlay | 2004-08-15 | 1 | -1/+5 |
| * | gobject/pygflags.c (pyg_flags_add) Return NULL when no stub. | John Finlay | 2004-08-08 | 1 | -0/+1 |
| * | Don't comment out the fallback, it break the test. (Wow, the testsuitePYGTK_2_3_96 | Johan Dahlin | 2004-08-06 | 3 | -15/+23 |
| * | Use methflags argument for defines instead of discarding it | Johan Dahlin | 2004-08-06 | 1 | -1/+1 |
| * | New test. | Johan Dahlin | 2004-08-04 | 3 | -2/+13 |
| * | make threading runtime optional | Gustavo J. A. M. Carneiro | 2004-08-04 | 11 | -70/+122 |
| * | GdkModifierType is flags not an enum. | Johan Dahlin | 2004-08-04 | 2 | -2/+8 |
| * | Urgh. more threading 'fixes' | Johan Dahlin | 2004-08-03 | 2 | -20/+17 |
| * | remove unused variable | Gustavo J. A. M. Carneiro | 2004-08-03 | 1 | -1/+0 |
| * | More minor threading fixes | Johan Dahlin | 2004-08-03 | 3 | -16/+4 |
| * | Create a new GType on the fly if there isn't one for the GType. | Johan Dahlin | 2004-08-03 | 1 | -18/+22 |
| * | Add better support for boolean type now when we can require 2.3. Fixes bug | Johan Dahlin | 2004-08-03 | 6 | -33/+9 |
| * | Clean up most functions here to have only one return path. | Johan Dahlin | 2004-08-03 | 7 | -57/+73 |
| * | Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95 | Johan Dahlin | 2004-08-02 | 6 | -16/+51 |
| * | Added small PYTHONPATH note | Johan Dahlin | 2004-07-29 | 1 | -1/+2 |
| * | Use gobject.type_name,type_from_name for testing instead of GtkListStore. | Johan Dahlin | 2004-07-29 | 2 | -11/+11 |
| * | s/e/enum | Johan Dahlin | 2004-07-28 | 1 | -13/+13 |
| * | Reverse operator | Johan Dahlin | 2004-07-28 | 3 | -2/+32 |
| * | Test various other types aswell | Johan Dahlin | 2004-07-28 | 1 | -7/+48 |
| * | If we're on python 2.3, also check for PyBool_Type. | Johan Dahlin | 2004-07-28 | 3 | -0/+20 |
| * | Add, so Lorenzo can introspect flags properly tooPYGTK_2_3_94 | Johan Dahlin | 2004-07-21 | 2 | -16/+98 |
| * | Simplify, fix name in exceptions and remove warning. | Johan Dahlin | 2004-07-20 | 3 | -4/+7 |
| * | s/flag/flags in tp_reprPYGTK_2_3_93 | Johan Dahlin | 2004-07-19 | 1 | -1/+1 |
| * | Fix, a window is really WITHDRAWN if it's not SHOWN and not ICONIFIED... | Johan Dahlin | 2004-07-19 | 6 | -29/+42 |
| * | Update, why do I even bother to update 3 different build systems? | Johan Dahlin | 2004-07-19 | 15 | -749/+808 |
| * | Remove, out of date since 0.6.x! | Johan Dahlin | 2004-07-19 | 3 | -12/+10 |
| * | Remove references to &PyInt_Type from static type struct initialization | John Ehresman | 2004-07-19 | 4 | -4/+86 |
| * | New getters | Johan Dahlin | 2004-07-18 | 6 | -27/+128 |
| * | add, forgot it in last commit | Johan Dahlin | 2004-07-17 | 4 | -2/+126 |
| * | gtk/*.override | Johan Dahlin | 2004-07-17 | 13 | -56/+815 |
| * | New script to run all tests in one take | Johan Dahlin | 2004-07-10 | 7 | -77/+125 |