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
/
gobjectmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Andy Wingo
2006-04-11
1
-1
/
+1
*
Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string ins...
Gustavo J. A. M. Carneiro
2006-04-01
1
-3
/
+5
*
Don't call g_value_init since the other *_to_gvalue methods expect an
Christopher Aillon
2006-01-15
1
-1
/
+0
*
Warn if io callback returns None: almost always this is an error
Gustavo J. A. M. Carneiro
2006-01-14
1
-0
/
+6
*
Add add/remove_emission_hook and tests. Fixes #325977
Johan Dahlin
2006-01-13
1
-1
/
+138
*
signal accumulators
Gustavo J. A. M. Carneiro
2006-01-11
1
-3
/
+97
*
Split out PyGObject from PyGTK.
Johan Dahlin
2006-01-09
1
-3
/
+7
*
Remove deprecation warning
Johan Dahlin
2005-11-13
1
-13
/
+1
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Manish Singh
2005-11-03
1
-0
/
+23
*
fix segfaul on error return in gobject.new
Gustavo J. A. M. Carneiro
2005-10-01
1
-4
/
+4
*
Undeprecate for now.
Johan Dahlin
2005-09-29
1
-10
/
+12
*
Include the object and the name of the signal in TypeErrors
Johan Dahlin
2005-09-22
1
-1
/
+3
*
Add gobject.Warning Warning subclass and redirect all g_log messages for
John Ehresman
2005-09-16
1
-0
/
+26
*
better error messages when registering properties
Gustavo J. A. M. Carneiro
2005-09-13
1
-0
/
+10
*
[Bug 315100] gobject.type_register if parameter is not a type
Gustavo J. A. M. Carneiro
2005-09-02
1
-1
/
+1
*
Also include interfaces, fixes #315038
Johan Dahlin
2005-09-02
1
-2
/
+8
*
Refactor to allow us to list signals on interfaces.
Johan Dahlin
2005-08-26
1
-18
/
+18
*
some memory fixes in type registration
Gustavo J. A. M. Carneiro
2005-08-25
1
-6
/
+9
*
Added sources so gobject module will compile, fixed enable/disable thread
PYGTK_2_7_4
John Ehresman
2005-08-24
1
-0
/
+1
*
Update distutils for 2.7.x. Bump requirements. Fix a minor bug in gobjectmodu...
Johan Dahlin
2005-08-24
1
-1
/
+1
*
Fixes bug #312337
PYGTK_2_7_2
Mark McLoughlin
2005-08-02
1
-2
/
+6
*
gobject/pygobject-private.h Add a convenience function
Manish Singh
2005-08-01
1
-11
/
+2
*
Fix reference count of gtk.Window's from gobject.new
Gustavo J. A. M. Carneiro
2005-07-31
1
-1
/
+2
*
don't deprecate gobject.type_register, just give a warning if trying to regis...
Gustavo J. A. M. Carneiro
2005-07-30
1
-12
/
+12
*
Don't register PyObject unconditionally, fixes #303797 (Yevgen Muntyan)
Johan Dahlin
2005-07-30
1
-3
/
+4
*
Fixes Bug 311309: subclassing gtk.Bin reports...
Gustavo J. A. M. Carneiro
2005-07-30
1
-4
/
+1
*
Remove pre python 2.3.5 compatibility. Simplifies thread handling.
Johan Dahlin
2005-07-17
1
-46
/
+2
*
Allow enums to be specified in the constructor Return flags or enum object
Johan Dahlin
2005-07-15
1
-3
/
+15
*
Raise an exception if a construct only property is set after construction
Johan Dahlin
2005-07-10
1
-1
/
+3
*
gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.am
Manish Singh
2005-07-10
1
-14
/
+39
*
Bug 161177: Allow creation of python classes from g_object_new
Gustavo J. A. M. Carneiro
2005-07-09
1
-4
/
+168
*
Add GObject support, patch mostly based on Iñaki and Gustavos work.
Johan Dahlin
2005-07-08
1
-1
/
+12
*
Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add note
Johan Dahlin
2005-07-07
1
-2
/
+2
*
Add GType.is_a and deprecate gobject.type_* Update tests and make
Johan Dahlin
2005-07-05
1
-6
/
+33
*
Add support for specifying name for a GObject subclass, using
Johan Dahlin
2005-07-05
1
-37
/
+49
*
Add GType to gobject namespace Wrap a number of GType utility functions
Johan Dahlin
2005-07-04
1
-0
/
+1
*
Use pyg_param_gvalue_from_pyobject in gobject.new, fixes unichar
Johan Dahlin
2005-07-04
1
-1
/
+2
*
Extend to add some new fields, add a getter for GType.type, which points
Johan Dahlin
2005-07-01
1
-0
/
+2
*
Bug 308097: Overriden realize gets called twice
Gustavo J. A. M. Carneiro
2005-06-20
1
-8
/
+32
*
blah
Johan Dahlin
2005-05-28
1
-1
/
+1
*
Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key.
Johan Dahlin
2005-05-28
1
-8
/
+6
*
gquark initialization cleanup
Gustavo J. A. M. Carneiro
2005-05-28
1
-11
/
+24
*
Bug fixes
John Finlay
2005-05-22
1
-2
/
+2
*
Bug 128765: GObject metaclass
Gustavo J. A. M. Carneiro
2005-05-22
1
-19
/
+48
*
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
1
-2
/
+21
*
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
1
-1
/
+3
*
Fix for bug #303573 - "exceptions raised in a child watch handler are
Mark McLoughlin
2005-05-09
1
-2
/
+10
*
Bug 164441: leak in gobject.type_register(); patch by Mark McLoughlin
Gustavo J. A. M. Carneiro
2005-01-22
1
-1
/
+4
[next]