GNOME.org
Home
Git Help
index
:
pygobject
PYGTK_1_99_15
extension-class-branch
gsoc2009
gtk-3.0
gtk-gnome-1-2
invoke-rewrite
llvm
master
py3k
pygi-py3k
pygobject-2-10
pygobject-2-12
pygobject-2-14
pygobject-2-16
pygobject-2-18
pygobject-2-28
pygobject-2-8
pygobject-3-0
pygobject-3-10
pygobject-3-12
pygobject-3-14
pygobject-3-16
pygobject-3-18
pygobject-3-2
pygobject-3-20
pygobject-3-24
pygobject-3-4
pygobject-3-8
pygtk-2-0
pygtk-2-2
pygtk-2-4
pygtk-2-6
pygtk-compat
pygtk-introspection
python-3
python22-branch
short-class-names-branch
windows
wip/msvc
wip/msvc-3-24
Python bindings for GObject Introspection
C, Python
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-21
Update for g-i trunk
llvm
Johan Dahlin
1
-24/+0
2010-07-21
Check for llvm in configure
Johan Dahlin
2
-6/+52
2010-07-21
[configure] Remove C++/libtool hacks
Johan Dahlin
1
-7/+0
2010-07-21
Remove leftover comments
Johan Dahlin
1
-3/+2
2010-07-21
[llvm] Reuse GModules
Johan Dahlin
2
-3/+14
2010-07-21
[llvm] Add support for int64/boxed
Johan Dahlin
1
-28/+170
2010-07-21
Do not call g_module_close before using symbols
Johan Dahlin
1
-1/+0
2010-07-21
Remove unused file
Johan Dahlin
1
-58/+0
2010-07-21
Add support for Py_INCREF()
Johan Dahlin
2
-0/+12
2010-07-21
Remove unnecessary SetInsertPoint
Johan Dahlin
1
-1/+0
2010-07-21
Use more builder
Johan Dahlin
2
-13/+7
2010-07-21
add a name for PyObject/GObject structs
Johan Dahlin
1
-4/+10
2010-07-21
Convert two functions into methods
Johan Dahlin
2
-12/+15
2010-07-21
Get rid of a couple of C++ warning
Johan Dahlin
2
-2/+2
2010-07-21
Save a reference to functions
Johan Dahlin
2
-45/+60
2010-07-21
Use IRBuilder in a few more places
Johan Dahlin
1
-32/+22
2010-07-21
Use LLVM compile functions
Johan Dahlin
11
-10/+893
2010-07-15
Actually add the files for GVariant foreign structs
Tomeu Vizoso
2
-0/+104
2010-07-15
Add foreign struct support for GVariant
Tomeu Vizoso
9
-69/+110
2010-07-12
Add HACKING to MANIFEST.in
Tomeu Vizoso
1
-1/+1
2010-07-12
Add HACKING file with instructions for releasing
Tomeu Vizoso
1
-0/+14
2010-07-12
Post release version bump to 2.21.6
Tomeu Vizoso
1
-1/+1
2010-07-12
Update NEWS and release PyGObject-2.21.5
PYGOBJECT_2_21_5
Tomeu Vizoso
1
-0/+17
2010-07-12
Pre-release version bump to 2.21.5
Tomeu Vizoso
1
-1/+1
2010-07-12
Shut up some compiler warnings
Florian Müllner
3
-3/+1
2010-07-12
Adjust to API break in GObject-Introspection
=?UTF-8?q?Florian=20M=C3=BCllner?=
6
-218/+5
2010-07-08
pass in the demo app so demos can use utility methods like requesting file paths
John (J5) Palmieri
12
-26/+37
2010-07-08
demo fixes to keep up with Gtk+
John (J5) Palmieri
3
-23/+24
2010-07-08
override test fixes for new GTK+ annotations
John (J5) Palmieri
1
-10/+13
2010-07-08
Fix warning.
Ignacio Casal Quinteiro
1
-2/+2
2010-07-07
fix up treeiter usage due to caller-allocates annotations in gtk+
John (J5) Palmieri
2
-14/+14
2010-07-06
add entry completion demo
John (J5) Palmieri
1
-0/+87
2010-07-06
string changes
John (J5) Palmieri
1
-2/+2
2010-07-06
add the Entry demo directory and the entry_buffer demo
John (J5) Palmieri
2
-0/+73
2010-07-06
fix loading of demo modules to support sub modules
John (J5) Palmieri
1
-2/+7
2010-07-06
add the ability to have demos in sub catagories
John (J5) Palmieri
1
-22/+54
2010-07-05
Add __name__ to DynamicModule class.
Jose Aliste
1
-0/+1
2010-07-05
Do not override GdkRectangle.
Ignacio Casal Quinteiro
1
-19/+0
2010-06-29
Add override for TreeModel implementing __len__()
Philip Withnall
2
-2/+14
2010-06-29
Update NEWS and release PyGObject-2.21.4
PYGOBJECT_2_21_4
Tomeu Vizoso
1
-2/+25
2010-06-29
Remove files from the makefiles
Tomeu Vizoso
2
-5/+2
2010-06-29
Build the cairo shim as a python module so the _gi module stops linking to it
Tomeu Vizoso
9
-169/+196
2010-06-28
Remove pygi-external.h
Tomeu Vizoso
11
-111/+40
2010-06-25
Revert "correctly handle floating objects in gtk"
Tomeu Vizoso
2
-14/+2
2010-06-25
Make valgrind happy again
Tomeu Vizoso
3
-2/+9
2010-06-24
add drawing area demo
John (J5) Palmieri
1
-0/+249
2010-06-24
sort the demo list
John (J5) Palmieri
1
-0/+2
2010-06-24
rename iter to treeiter so we aren't using a python reserved word
John (J5) Palmieri
1
-6/+6
2010-06-24
Fixup for change in buffer API
John (J5) Palmieri
1
-6/+4
2010-06-23
add ListStore, TreeStore and TreeViewColumn APIs
John (J5) Palmieri
2
-0/+128
[next]