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
...
*
Bug 353039 – Failure in signal emission during do_set_property invoked from...
Gustavo J. A. M. Carneiro
2006-08-27
1
-5
/
+11
*
type registration fix
Gustavo J. A. M. Carneiro
2006-08-26
1
-2
/
+74
*
fix interface registration
Gustavo J. A. M. Carneiro
2006-08-17
1
-31
/
+31
*
Replace uses of typename with type_name, because that is a reserved C++
Murray Cumming
2006-08-15
2
-7
/
+7
*
Fix define to point to the correct function pointer field.
John Finlay
2006-07-30
1
-1
/
+1
*
better debug warnings
Gustavo J. A. M. Carneiro
2006-07-29
2
-2
/
+10
*
Fix 3 ! problems caused by refactoring
Johan Dahlin
2006-07-25
1
-22
/
+24
*
Add a macro to easily check the installed pygobject version.
Johan Dahlin
2006-07-25
1
-0
/
+24
*
gobject/pygflags.c (pyg_flags_add) Duplicate the string before sending it
Johan Dahlin
2006-07-25
2
-9
/
+13
*
Fix typo in Finlays commit
Johan Dahlin
2006-07-25
1
-2
/
+2
*
Avoid segfault when g_flags_get_first_value returns NULL.
John Finlay
2006-07-25
1
-3
/
+12
*
Add infrastructure for lazy type registration, fixes #
Johan Dahlin
2006-07-13
5
-11
/
+102
*
goption leak fixed
Gustavo J. A. M. Carneiro
2006-07-13
1
-2
/
+2
*
interface implementation fix
Gustavo J. A. M. Carneiro
2006-07-09
1
-10
/
+10
*
missing iinfo.interface_data, needed for interface implementation
Gustavo J. A. M. Carneiro
2006-07-09
1
-1
/
+4
*
indentation
Johan Dahlin
2006-07-07
1
-1
/
+1
*
Fix message typo.
John Finlay
2006-07-05
1
-2
/
+2
*
gobject.filename_from_utf8
Gustavo J. A. M. Carneiro
2006-06-24
1
-2
/
+27
*
Bindings for g_filename_display_basename and g_filename_display_name;
Gustavo J. A. M. Carneiro
2006-06-24
4
-6
/
+59
*
Add support for retrieving signal and propertie info from interface types.
John Finlay
2006-06-23
1
-42
/
+75
*
Add Py_CLEAR macro for 2.3 compatibility
Johan Dahlin
2006-06-05
1
-0
/
+12
*
Fix two leaks in error cases, found by Coverity.
Johan Dahlin
2006-06-04
1
-0
/
+2
*
gobject.new fix for 'subsubtype' case
Gustavo J. A. M. Carneiro
2006-05-28
3
-8
/
+14
*
Bug 341174 – Be more specific in set/get_property error messages
Gustavo J. A. M. Carneiro
2006-05-20
1
-5
/
+7
*
Add new pyg_add_warning_redirection and pyg_disable_warning_redirections APIs...
Gustavo J. A. M. Carneiro
2006-05-07
2
-12
/
+69
*
fix PyGOptionContext instance type
Gustavo J. A. M. Carneiro
2006-05-07
1
-1
/
+1
*
gobject.Pid.close
Gustavo J. A. M. Carneiro
2006-05-01
1
-1
/
+14
*
Bug 340160 – g_spawn wrapper thinks GPid is an int
Gustavo J. A. M. Carneiro
2006-05-01
1
-1
/
+71
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Johannes Hölzl
2006-04-29
6
-2
/
+1020
*
Forgot this
Johan Dahlin
2006-04-29
1
-0
/
+1
*
Fix #154845, add tests and a private method.
Johan Dahlin
2006-04-29
2
-0
/
+114
*
ABI compatibility fixes
Gustavo J. A. M. Carneiro
2006-04-15
2
-2
/
+3
*
fix gobject installation dir
Gustavo J. A. M. Carneiro
2006-04-15
1
-4
/
+6
*
wrap on 80 lines
Johan Dahlin
2006-04-11
1
-54
/
+107
*
Move over almost all GType constants from C to Python.
Johan Dahlin
2006-04-11
2
-24
/
+27
*
make gustavo happy
Johan Dahlin
2006-04-11
1
-6
/
+6
*
minor cleanups
Johan Dahlin
2006-04-11
1
-7
/
+10
*
Move GObjectMeta from C to python-land
Gustavo J. A. M. Carneiro
2006-04-11
4
-99
/
+36
*
typo
Johan Dahlin
2006-04-11
1
-1
/
+1
*
Turn gobject into a package; move _gobject to gobject._gobject and
Johan Dahlin
2006-04-11
5
-10
/
+45
*
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
*
update a comment
Gustavo J. A. M. Carneiro
2006-03-19
1
-2
/
+1
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Johan Dahlin
2006-03-09
2
-12
/
+26
*
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
*
pygobject_register_class api compat. fix
Gustavo J. A. M. Carneiro
2006-01-13
1
-7
/
+33
*
ignore interfaces from .defs, discover them at runtime
Gustavo J. A. M. Carneiro
2006-01-13
1
-40
/
+60
*
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
[prev]
[next]