index
:
pygobject.git
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Dufresne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-07
argument: Fix 64bit integer convertion from gvalue
HEAD
master
Nicolas Dufresne
1
-2/+6
2012-09-05
Bump g-i dependency to 1.33.10
Martin Pitt
1
-1/+1
2012-09-05
Fix -uninstalled.pc.in file
Thibault Saunier
1
-3/+3
2012-09-03
post-release bump to 3.3.92
Martin Pitt
1
-1/+1
2012-09-03
release 3.3.91
3.3.91
Martin Pitt
1
-0/+32
2012-09-03
Fix exception test case for Python 2
Martin Pitt
1
-5/+7
2012-09-03
Bump g-i dependency
Martin Pitt
1
-1/+1
2012-09-03
Show proper exception when trying to allocate a disguised struct
Martin Pitt
2
-0/+20
2012-09-03
Support marshalling GParamSpec signal arguments
Mark Nauwelaerts
2
-1/+23
2012-09-03
Add test for a signal that returns a GParamSpec
Martin Pitt
2
-0/+18
2012-09-03
[API add] Add Signal class for adding and connecting custom signals.
Simon Feltman
5
-19/+482
2012-09-03
Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()
Martin Pitt
2
-14/+8
2012-09-03
Add override for Gtk.TreeView.insert_column_with_attributes()
Marta Maria Casetti
2
-0/+45
2012-09-03
.gitignore: Add missing built files
Martin Pitt
1
-2/+7
2012-09-03
Ship tests/gi in tarball
Martin Pitt
1
-1/+5
2012-09-03
Fix separate build tree and distcheck
Martin Pitt
2
-8/+15
2012-09-03
Split test_overrides.py
Martin Pitt
7
-2196/+2234
2012-09-03
_pygi_argument_to_object(): Clean up array unmarshalling
Martin Pitt
1
-31/+16
2012-09-03
Fix memory leak in _pygi_argument_to_object()
Alban Browaeys
1
-0/+4
2012-09-03
Fix setting pointer fields/arguments to NULL using None.
Simon Feltman
2
-1/+48
2012-08-23
Fix for python 2.6, drop support for < 2.6
Martin Pitt
6
-19/+30
2012-08-23
Allow overrides in other directories than gi itself
Thibault Saunier
6
-0/+44
2012-08-23
Clean up sys.path handling in tests
Simon Feltman
6
-11/+8
2012-08-23
Fix dynamic creation of enum and flag gi types for Python 3.3
Simon Feltman
2
-25/+25
2012-08-22
[API add] Override g_menu_item_set_attribute
Paolo Borelli
2
-0/+21
2012-08-20
post-release bump to 3.3.91
Martin Pitt
1
-1/+1
2012-08-20
release 3.3.90
3.3.90
Martin Pitt
2
-1/+14
2012-08-20
Implement marshalling for GParamSpec
Mathieu Duponchelle
2
-4/+26
2012-08-20
Fix pep8/pyflakes invocation
Martin Pitt
1
-2/+2
2012-08-20
Fix erronous import statements for Python 3.3
Simon Feltman
2
-3/+6
2012-08-20
Do not fail tests if pyflakes or pep8 are not installed
Martin Pitt
1
-2/+2
2012-08-20
gtk-demo: Fix some PEP-8 whitespace issues
Martin Pitt
3
-5/+3
2012-08-20
test_overrides.py: Fix PEP8 whitespacing
Martin Pitt
1
-23/+25
2012-08-20
Ignore E124 pep8 error
Martin Pitt
1
-1/+1
2012-08-20
Fix unmarshalling of gssize
David Malcolm
5
-7/+55
2012-08-20
Fix various endianess errors
David Malcolm
7
-81/+391
2012-08-15
Add unit test for the TreeModelSort override
Paolo Borelli
1
-0/+7
2012-08-15
Gtk overrides: Add TreeModelSort.__init__(self, model)
Simon Feltman
1
-0/+8
2012-08-15
Convert Gtk.CellRendererState in the pygi-convert script
Manuel QuiƱones
1
-0/+5
2012-08-06
More updates to the HACKING file
Paolo Borelli
1
-16/+10
2012-08-06
Post-release version bump to 3.3.6
Paolo Borelli
1
-1/+1
2012-08-06
release 3.3.5
3.3.5
Paolo Borelli
1
-0/+29
2012-08-06
Update HACKING file to mention "make release-news"
Paolo Borelli
1
-4/+3
2012-08-06
pygi-closure: remove unused variables
Paolo Borelli
1
-8/+0
2012-08-03
tests: Do not break on Pango warnings
Martin Pitt
2
-0/+10
2012-08-03
Fix list marshalling on big-endian machines
Martin Pitt
2
-42/+60
2012-07-31
pygi-marshal: One more 32-bit -Werror=format fix
Colin Walters
1
-3/+3
2012-07-31
Beautify class/interface type mismatch error messages
Martin Pitt
1
-8/+12
2012-07-31
Skip instead of fail tests which need Pango, Atk, Gdk, Gtk
Martin Pitt
4
-18/+60
2012-07-31
pygi-argument: Fix -Wformat warning on 32 bit builds
Colin Walters
1
-2/+2
[next]