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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
(init_pygobject_check): Add parentheses "around && within ||" to please gcc.
Gustavo J. A. M. Carneiro
2006-09-24
1
-1
/
+1
*
Declare variables at start of code block
John Ehresman
2006-09-12
1
-4
/
+5
*
Improve the version check
PYGOBJECT_2_12_1
Johan Dahlin
2006-09-04
1
-24
/
+25
*
Replace uses of typename with type_name, because that is a reserved C++
Murray Cumming
2006-08-15
1
-3
/
+3
*
Fix define to point to the correct function pointer field.
John Finlay
2006-07-30
1
-1
/
+1
*
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
*
Add infrastructure for lazy type registration, fixes #
Johan Dahlin
2006-07-13
1
-1
/
+7
*
Bindings for g_filename_display_basename and g_filename_display_name;
Gustavo J. A. M. Carneiro
2006-06-24
1
-1
/
+1
*
Add new pyg_add_warning_redirection and pyg_disable_warning_redirections APIs...
Gustavo J. A. M. Carneiro
2006-05-07
1
-0
/
+6
*
ABI compatibility fixes
Gustavo J. A. M. Carneiro
2006-04-15
1
-2
/
+2
*
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
1
-2
/
+2
*
Remove pre python 2.3.5 compatibility. Simplifies thread handling.
Johan Dahlin
2005-07-17
1
-7
/
+8
*
Bug 161177: Allow creation of python classes from g_object_new
Gustavo J. A. M. Carneiro
2005-07-09
1
-0
/
+11
*
Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add note
Johan Dahlin
2005-07-07
1
-3
/
+8
*
gobject/pygobject.h Use G_STMT_START/END for init_ defines.
Manish Singh
2005-06-10
1
-2
/
+2
*
reviewed by: Johan Dahlin <jdahlin@async.com.br>
Benjamin Otte
2005-05-17
1
-0
/
+4
*
Bug 163612: segmentation fault on pygtk-demo
Gustavo J. A. M. Carneiro
2005-01-10
1
-10
/
+12
*
misc API additions, threading
Gustavo J. A. M. Carneiro
2005-01-09
1
-12
/
+10
*
#154974: Interface implementation support
Gustavo J. A. M. Carneiro
2005-01-09
1
-0
/
+2
*
[Bug 145314] Overriding GTK+ virtual methods
Gustavo J. A. M. Carneiro
2005-01-08
1
-0
/
+5
*
Change PY_HEXVERSION to PY_VERSION_HEX
John Ehresman
2004-12-10
1
-1
/
+1
*
Bug 155304: pygobject.h cannot be included in C++ programs
Gustavo J. A. M. Carneiro
2004-10-13
1
-2
/
+6
*
Apply slighly modified fix from bug 149845
PYGTK_2_3_97
Johan Dahlin
2004-09-28
1
-10
/
+3
*
New functions exposed through _PyGObject_Functions to work around bugs in
John Ehresman
2004-09-27
1
-0
/
+18
*
Make PyGClosure semi-public
Gustavo J. A. M. Carneiro
2004-09-26
1
-0
/
+9
*
make threading runtime optional
Gustavo J. A. M. Carneiro
2004-08-04
1
-6
/
+19
*
Urgh. more threading 'fixes'
Johan Dahlin
2004-08-03
1
-0
/
+6
*
More minor threading fixes
Johan Dahlin
2004-08-03
1
-6
/
+0
*
Call PyEval_InitThreads. Perhaps its something that always should be
PYGTK_2_3_95
Johan Dahlin
2004-08-02
1
-2
/
+4
*
gtk/*.override
Johan Dahlin
2004-07-17
1
-5
/
+24
*
New conversion functions that use GParamSpec's declarations of new param
John Ehresman
2004-07-05
1
-0
/
+9
*
property based constructors
Gustavo J. A. M. Carneiro
2004-07-04
1
-0
/
+7
*
John Ehresman's patch to improve gunichar parameter handling
Gustavo J. A. M. Carneiro
2004-07-04
1
-0
/
+2
*
Impl
Johan Dahlin
2004-06-04
1
-1
/
+2
*
Prevent warnings in Python 2.3
PYGTK_2_3_91
Gustavo J. A. M. Carneiro
2004-04-15
1
-0
/
+4
*
This is a function, not a method.
PYGTK_2_3_90
Johan Dahlin
2004-03-27
1
-0
/
+12
*
same here.
James Henstridge
2003-07-24
1
-2
/
+4
*
the GObject should own a ref to the wrapper. (pygobject_new): get rid of
James Henstridge
2003-03-07
1
-1
/
+0
*
don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here.
James Henstridge
2002-08-18
1
-26
/
+29
*
Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bug
PYGTK_1_99_11
James Henstridge
2002-07-09
1
-0
/
+3
*
copy boxed arguments.
James Henstridge
2002-06-23
1
-1
/
+1
*
register pointer types as well.
James Henstridge
2002-02-05
1
-1
/
+18
*
add overriden implementation that allows threads while waiting, so some
James Henstridge
2002-01-07
1
-0
/
+3
*
handler for registering thread block/unblock funcs.
James Henstridge
2002-01-07
1
-0
/
+19
*
always print and clear the exceptions in callback marshalers. People who
Matt Wilson
2001-12-13
1
-5
/
+0
*
use pyg_error_check to raise the exception. Now the domain and code
James Henstridge
2001-12-02
1
-0
/
+3
*
added start of atk wrapper
Matt Wilson
2001-11-27
1
-0
/
+4
*
added PyGFatalExceptionFunc typedef, API wrapper for
Matt Wilson
2001-11-15
1
-0
/
+7
[next]