index
:
pygobject.git
master
Unnamed repository; edit this file to name it for gitweb.
Tomeu Vizoso
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-01
Rename GArgument to GIArgument
HEAD
master
Tomeu Vizoso
12
-94/+94
2010-09-01
tests: Port to new introspection tests
Colin Walters
6
-267/+93
2010-08-27
fix up tests so they run in py3k
John (J5) Palmieri
6
-25/+72
2010-08-25
we need to specify tp_hash since we overide tp_richcompare
John (J5) Palmieri
2
-0/+2
2010-08-25
working enum/flags/pid subclasses of long
John Ehresman
3
-73/+71
2010-08-25
make vfuncs work in py3k
John (J5) Palmieri
1
-4/+8
2010-08-25
make cairo module compile in py3k
John (J5) Palmieri
2
-11/+8
2010-08-25
fix exceptions so they work in python 3.x
John (J5) Palmieri
2
-2/+2
2010-08-25
make the gi module compile under 3.x
John (J5) Palmieri
2
-16/+10
2010-08-25
fix up testshelper module so it compiles in python 3.x
John (J5) Palmieri
2
-195/+28
2010-08-25
convert to using PYGLIB_DEFINE_TYPE for module objects
John (J5) Palmieri
4
-210/+88
2010-08-25
some more p3k PyString and PyInt eradication in GI
John (J5) Palmieri
8
-47/+103
2010-08-20
pyglib: Fix typo (Leo Singer)
Tomeu Vizoso
1
-2/+2
2010-08-20
Add defines for size_t and ssize_t conversion functions
Gustavo Noronha Silva
1
-0/+2
2010-08-19
pyglib: Fix a compiler warning
Colin Walters
1
-0/+1
2010-08-18
Don't force gtk 2.0
Tomeu Vizoso
1
-4/+7
2010-08-18
Fix some ref leaks in hook_up_vfunc_implementation()
Steve Frécinaux
1
-2/+7
2010-08-16
handle strings correctly in gio
John (J5) Palmieri
2
-7/+40
2010-08-16
make giomodule compile under py3k
John (J5) Palmieri
1
-75/+78
2010-08-16
for py3k we need to do some more processing to get bytes from a unicode string
John (J5) Palmieri
1
-4/+27
2010-08-16
use Bytes instead of Unicode when reading io
John (J5) Palmieri
1
-6/+24
2010-08-16
prefix compat macros with PYGLIB
John (J5) Palmieri
18
-473/+563
2010-08-16
Gtk.Button unit tests
John (J5) Palmieri
1
-0/+10
2010-08-16
[Gtk] Add overrides for Button
Johan Dahlin
1
-0/+13
2010-08-16
Make Cairo an optional dependency
Simon van der Linden
2
-11/+24
2010-08-16
Don't import again PyGObject (John Ralls)
Tomeu Vizoso
1
-0/+1
2010-08-13
move to using richcompare slot instead of compare
John (J5) Palmieri
12
-71/+233
2010-08-12
Replace autogen.sh by a newer version
Simon van der Linden
1
-448/+58
2010-08-12
Fix some warnings
Simon van der Linden
2
-3/+3
2010-08-12
Fix caller-allocates emergency free.
Simon van der Linden
1
-1/+8
2010-08-12
Remove useless checks.
Simon van der Linden
1
-11/+3
2010-08-10
Call valgrind with G_SLICE=always-malloc G_DEBUG=gc-friendly
Tomeu Vizoso
1
-1/+1
2010-08-04
Fix some warnings.
Ignacio Casal Quinteiro
3
-4/+1
2010-07-30
Add myself as a maintainer
Simon van der Linden
1
-0/+4
2010-07-30
Properly allocate boxed structs that are (caller-allocates)
Tomeu Vizoso
4
-51/+64
2010-07-30
override gdk.Event to return attribute from the proper event object
Toms Baugis
3
-4/+58
2010-07-30
check if z# needs an int or Py_ssize_t
John (J5) Palmieri
1
-0/+5
2010-07-30
make sure we parse parameters to python object vars not glib vars
John (J5) Palmieri
1
-4/+4
2010-07-30
Make an example and a demo work out of the box
Paul Bolle
2
-0/+4
2010-07-30
make sure caller allocated structs are freed when they go out of scope
John (J5) Palmieri
2
-14/+45
2010-07-30
Revert "override gdk.Event to return attribute from the proper event object."
Tomeu Vizoso
1
-44/+0
2010-07-30
PyGI: properly quit cairo-demo
Paul Bolle
1
-1/+1
2010-07-29
override gdk.Event to return attribute from the proper event object.
Toms Baugis
1
-0/+44
2010-07-29
Clean and improve the test infrastructure
Simon van der Linden
18
-142/+82
2010-07-29
Add some more transformations to pygi-convert.sh
Tomeu Vizoso
1
-8/+29
2010-07-28
Adapt to API changes: g_irepository_enumerate_versions
Tomeu Vizoso
2
-7/+7
2010-07-28
Add GValue<->GArgument marshalling for some more types
Tomeu Vizoso
1
-1/+36
2010-07-28
Chain up with the non-introspection implementation for properties if needed
Tomeu Vizoso
1
-1/+6
2010-07-28
Improve error reporting for missing attributes in introspection modules
Tomeu Vizoso
1
-2/+2
2010-07-27
Implement getting and setting properties using introspection information.
Tomeu Vizoso
9
-0/+341
[next]