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
/
pygobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix reference count of gtk.Window's from gobject.new
Gustavo J. A. M. Carneiro
2005-07-31
1
-4
/
+13
*
Bug 311226: Metaclass registration causes breakage with old constructors
Gustavo J. A. M. Carneiro
2005-07-22
1
-0
/
+6
*
We have atomic ref counting in glib now, remove block/unblocking around
Johan Dahlin
2005-07-17
1
-6
/
+0
*
Raise an exception if a construct only property is set after construction
Johan Dahlin
2005-07-10
1
-29
/
+40
*
Bug 161177: Allow creation of python classes from g_object_new
Gustavo J. A. M. Carneiro
2005-07-09
1
-7
/
+11
*
correct PyGProps[Iter] sizes
Gustavo J. A. M. Carneiro
2005-07-09
1
-3
/
+3
*
Add GObject support, patch mostly based on Iņaki and Gustavos work.
Johan Dahlin
2005-07-08
1
-0
/
+345
*
Add support for specifying name for a GObject subclass, using
Johan Dahlin
2005-07-05
1
-7
/
+28
*
fix docstring typo
Johan Dahlin
2005-07-04
1
-1
/
+1
*
Fix typo in documentation string. Fixes #171910 (Tuure Laurinolli and Gian
Johan Dahlin
2005-06-20
1
-1
/
+1
*
fix registration of already registered types through the gobject metaclass
Gustavo J. A. M. Carneiro
2005-05-29
1
-1
/
+8
*
gquark initialization cleanup
Gustavo J. A. M. Carneiro
2005-05-28
1
-16
/
+0
*
Bug 128765: GObject metaclass
Gustavo J. A. M. Carneiro
2005-05-22
1
-1
/
+62
*
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
*
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
*
allow override of some more slots
Gustavo J. A. M. Carneiro
2004-08-20
1
-7
/
+0
*
make threading runtime optional
Gustavo J. A. M. Carneiro
2004-08-04
1
-12
/
+12
*
remove unused variable
Gustavo J. A. M. Carneiro
2004-08-03
1
-1
/
+0
*
More minor threading fixes
Johan Dahlin
2004-08-03
1
-4
/
+3
*
Add better support for boolean type now when we can require 2.3. Fixes bug
Johan Dahlin
2004-08-03
1
-5
/
+1
*
Clean up most functions here to have only one return path.
Johan Dahlin
2004-08-03
1
-12
/
+19
*
Call PyEval_InitThreads. Perhaps its something that always should be
PYGTK_2_3_95
Johan Dahlin
2004-08-02
1
-0
/
+5
*
New getters
Johan Dahlin
2004-07-18
1
-10
/
+2
*
New conversion functions that use GParamSpec's declarations of new param
John Ehresman
2004-07-05
1
-2
/
+2
*
fix bug #144135 (gtk.gdk.GC attributes not working)
Gustavo J. A. M. Carneiro
2004-06-20
1
-0
/
+13
*
Add a new example of subclassing a GtkWidget.
Johan Dahlin
2004-06-04
1
-2
/
+9
*
pygobject.c (pygobject_new_with_interfaces) Add new type to the module
John Finlay
2004-05-18
1
-2
/
+36
*
pygobject.c (pygobject_new) Bump refcount of types created by
John Finlay
2004-05-18
1
-0
/
+5
*
Prevent warnings in Python 2.3
PYGTK_2_3_91
Gustavo J. A. M. Carneiro
2004-04-15
1
-1
/
+1
*
New function. (pygobject_lookup_class): Modify so we're not traversing
Johan Dahlin
2004-04-10
1
-14
/
+96
*
Fixes for bug 132704, Patch by John Ehresman.
Johan Dahlin
2004-03-04
1
-2
/
+5
*
signa->signal
Johan Dahlin
2004-02-24
1
-1
/
+1
*
explicitly check if the property is readable first, and raise an exception
James Henstridge
2003-12-23
1
-0
/
+10
*
add wrapper (from bug #118676).
pygtk-2-0-anchor
PYGTK_2_0_0
PYGTK_1_99_18
PYGTK_1_99_17
James Henstridge
2003-07-31
1
-0
/
+16
*
add copyright notices, and update to LGPL 2.1.
James Henstridge
2003-06-26
1
-1
/
+21
*
add doc comments.
PYGTK_1_99_16
James Henstridge
2003-03-13
1
-0
/
+71
*
the GObject should own a ref to the wrapper. (pygobject_new): get rid of
James Henstridge
2003-03-07
1
-68
/
+49
*
Unblock threads before invalidating our closures, since this might trigger
Jon Trowbridge
2003-03-04
1
-0
/
+4
*
In my fix for bug #102756 on 2003-01-08, I should have used calls to
Jon Trowbridge
2003-01-17
1
-5
/
+5
*
Wrap Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS around the call to
Jon Trowbridge
2003-01-08
1
-1
/
+7
*
(pygobject_chain_from_overridden): check if
PYGTK_1_99_14
James Henstridge
2002-12-24
1
-0
/
+6
*
add abstract type check here too. (pygobject_init): make this code more
James Henstridge
2002-12-24
1
-59
/
+46
*
set up closure correctly. Fix from bug #96922.
James Henstridge
2002-11-16
1
-2
/
+2
*
don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here.
James Henstridge
2002-08-18
1
-3
/
+39
*
These changes help with win32 compat.
PYGTK_1_99_12
James Henstridge
2002-07-12
1
-2
/
+2
*
Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bug
PYGTK_1_99_11
James Henstridge
2002-07-09
1
-7
/
+92
*
apply another memory leak fix from Arjan (from bug #87413).
James Henstridge
2002-07-08
1
-0
/
+4
*
add __grefcount__ property.
James Henstridge
2002-07-07
1
-1
/
+8
[prev]
[next]