index
:
pygobject.git
master
py3k
Unnamed repository; edit this file 'description' to name the repository.
David Hugh Malcolm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gobject
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
unref the underlying GMainContext upon object destruction. Some minor
PDT 2005 Manish Singh
2005-07-02
1
-33
/
+44
*
Extend to add some new fields, add a getter for GType.type, which points
Johan Dahlin
2005-07-01
2
-2
/
+31
*
Try to register unknown enums and flags on the fly. Fixes #308536, patch
Johan Dahlin
2005-06-21
2
-3
/
+6
*
Bug 308097: Overriden realize gets called twice
Gustavo J. A. M. Carneiro
2005-06-20
1
-8
/
+32
*
Fix typo in documentation string. Fixes #171910 (Tuure Laurinolli and Gian
Johan Dahlin
2005-06-20
1
-1
/
+1
*
gobject/pygobject.h Use G_STMT_START/END for init_ defines.
Manish Singh
2005-06-10
1
-2
/
+2
*
fix registration of already registered types through the gobject metaclass
Gustavo J. A. M. Carneiro
2005-05-29
1
-1
/
+8
*
blah
Johan Dahlin
2005-05-28
1
-1
/
+1
*
Pass the GIOCondition to PyObject_CallFunction.
Manish Singh
2005-05-28
1
-2
/
+3
*
Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key.
Johan Dahlin
2005-05-28
3
-15
/
+13
*
gquark initialization cleanup
Gustavo J. A. M. Carneiro
2005-05-28
9
-62
/
+41
*
Pass gsize to GIOChannel functions that expect them.
Manish Singh
2005-05-25
1
-4
/
+4
*
Bug fixes
John Finlay
2005-05-22
1
-2
/
+2
*
Bug 128765: GObject metaclass
Gustavo J. A. M. Carneiro
2005-05-22
3
-20
/
+113
*
Bug 164665: g_markup_escape_text needs binding
Gustavo J. A. M. Carneiro
2005-05-22
1
-0
/
+20
*
Bug 139176: GIOChannel wrapper
Gustavo J. A. M. Carneiro
2005-05-22
4
-2
/
+828
*
revert accidental commit
Gustavo J. A. M. Carneiro
2005-05-22
1
-39
/
+1
*
Bug 165373: crash due to extra Py_XDECREF in gtk.TreeView.map_expanded_rows
Gustavo J. A. M. Carneiro
2005-05-22
1
-1
/
+39
*
make it build again (missing })
Manish Singh
2005-05-17
1
-0
/
+1
*
Improve GParamSpec wrapping, fixes bug #170614
Johan Dahlin
2005-05-17
1
-99
/
+251
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Benjamin Otte
2005-05-17
1
-5
/
+17
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Benjamin Otte
2005-05-17
4
-5
/
+45
*
Complain if ret is NULL, Fixes #303524.
pygtk-2-6-anchor
PYGTK_2_6_2
Johan Dahlin
2005-05-09
2
-2
/
+6
*
Fix for bug #303573 - "exceptions raised in a child watch handler are
Mark McLoughlin
2005-05-09
1
-2
/
+10
*
In case the enum is not registered, set enum_class or flag_class to None
PYGTK_2_6_1
Johan Dahlin
2005-03-14
1
-7
/
+18
*
Use G_CONST_RETURN with a gchar* return value.
PYGTK_2_6_0
Cedric Gustin
2005-02-23
1
-1
/
+1
*
Move the install_template call for pygobject-2.0.pc.in to the right place
PYGTK_2_5_4
Cedric Gustin
2005-02-23
1
-2
/
+7
*
don't pass a NULL value to PyThread_set_key_value() - causes an assertion
Mark McLoughlin
2005-02-10
1
-1
/
+2
*
Fix for bug #154779 - Python signal handlers don't get executed while
Mark McLoughlin
2005-02-09
3
-2
/
+175
*
[Bug 154372] New: - Calling an enumeration type causes an assertion failure
PYGTK_2_5_3
Gustavo J. A. M. Carneiro
2005-01-22
2
-12
/
+24
*
Bug 164441: leak in gobject.type_register(); patch by Mark McLoughlin
Gustavo J. A. M. Carneiro
2005-01-22
1
-1
/
+4
*
interface implementation fixes
Gustavo J. A. M. Carneiro
2005-01-16
1
-1
/
+1
*
interface implementation fixes
Gustavo J. A. M. Carneiro
2005-01-16
1
-4
/
+8
*
Bug 163612: segmentation fault on pygtk-demo
Gustavo J. A. M. Carneiro
2005-01-10
2
-20
/
+26
*
Bug 160452: pyg_value_from_pyobject() does not handle sequence -> GValueArray...
Gustavo J. A. M. Carneiro
2005-01-09
1
-0
/
+70
*
Bug 160595: pyg_value_from_pyobject() sometimes sets a Python exception, some...
Gustavo J. A. M. Carneiro
2005-01-09
1
-2
/
+6
*
gobject.child_add_watch and gobject.spawn_async
Gustavo J. A. M. Carneiro
2005-01-09
1
-1
/
+240
*
misc API additions, threading
Gustavo J. A. M. Carneiro
2005-01-09
3
-28
/
+22
*
#154974: Interface implementation support
Gustavo J. A. M. Carneiro
2005-01-09
2
-0
/
+43
*
[Bug 145314] Overriding GTK+ virtual methods
Gustavo J. A. M. Carneiro
2005-01-08
2
-1
/
+43
*
Change PY_HEXVERSION to PY_VERSION_HEX
John Ehresman
2004-12-10
1
-1
/
+1
*
Unbreak build
Johan Dahlin
2004-11-27
1
-1
/
+3
*
Make sure type is a type and sinkfunc isn't NULL.
Johan Dahlin
2004-11-23
1
-1
/
+4
*
Print long int value if enum string not found. Fixes #158417. (modifed
John Finlay
2004-11-16
1
-2
/
+6
*
Add signal introspection functions
John Finlay
2004-11-12
1
-3
/
+190
*
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
*
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 module
PYGTK_2_4_0
John Ehresman
2004-09-29
1
-1
/
+3
*
Apply slighly modified fix from bug 149845
PYGTK_2_3_97
Johan Dahlin
2004-09-28
3
-50
/
+38
[prev]
[next]