index
:
delta/pygtk.git
PYGTK_1_99_15
extension-class-branch
gtk-3.0
gtk-gnome-1-2
master
pygtk-2-0
pygtk-2-10
pygtk-2-12
pygtk-2-14
pygtk-2-2
pygtk-2-22
pygtk-2-4
pygtk-2-6
pygtk-2-8
pygtk-introspection
python22-branch
short-class-names-branch
windows
gitlab.gnome.org: Archive/pygtk.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDK_PARENT_RELATIVE constant
Johan Dahlin
2006-04-02
1
-1
/
+10
*
Check and abort if a function is being overridden more than once
Gustavo J. A. M. Carneiro
2006-04-01
1
-0
/
+5
*
Bug 328108 – Missing pango_cairo_context_set_font_options
Gustavo J. A. M. Carneiro
2006-04-01
1
-0
/
+4
*
minor codegen fix, by Rauli Ruohonen
Gustavo J. A. M. Carneiro
2006-04-01
1
-0
/
+6
*
Bug 327715 – Virtual methods should look in all bases
Gustavo J. A. M. Carneiro
2006-04-01
1
-0
/
+3
*
Bug 318021 – pygtk_tree_path_to_pyobject is not exported in _gtk.so
Gustavo J. A. M. Carneiro
2006-04-01
1
-0
/
+3
*
Bug 169204 – codegen doesn't like const object args for no appearent reason
Gustavo J. A. M. Carneiro
2006-04-01
1
-0
/
+4
*
Bug 334188 – Segfault when using g_log after Py_Finalize is called
Gustavo J. A. M. Carneiro
2006-04-01
1
-0
/
+3
*
Bug 334986 – Make it possible to re-implement interfaces and chain to paren...
Gustavo J. A. M. Carneiro
2006-04-01
1
-1
/
+11
*
Allow whitespace before last parenthesis. Fixes #317124
Johan Dahlin
2006-04-01
1
-1
/
+6
*
Bug 335964 – Codegen improvements to handle in/inout parameters and multipl...
Gustavo J. A. M. Carneiro
2006-04-01
1
-0
/
+16
*
reviewed by: Johan
John Finlay
2006-04-01
1
-0
/
+12
*
Remove display_open_default_libgtk_only, it should not be wrapped. Fixes
Johan Dahlin
2006-04-01
1
-0
/
+6
*
reviewed by: Johan
Marco Cabizza
2006-04-01
1
-0
/
+8
*
Set default encoding to utf-8 in pango instead of gtk. Fixes #328031
Johan Dahlin
2006-04-01
1
-0
/
+7
*
Remove gobject and depend on pygobject 2.10.0
Johan Dahlin
2006-04-01
1
-0
/
+23
*
Bug 322843 – docstring support in code generator
Gustavo J. A. M. Carneiro
2006-04-01
1
-0
/
+7
*
Mark function, methods and getsets as const.
Johan Dahlin
2006-04-01
1
-0
/
+4
*
Bug 312056 – Constructor wrapper for GtkMessageDialog GtkMessageDialog cons...
Gustavo J. A. M. Carneiro
2006-04-01
1
-0
/
+9
*
Post release version bump
pygtk-2-8-anchor
Johan Dahlin
2006-03-30
1
-0
/
+4
*
2.8.5
PYGTK_2_8_5
Johan Dahlin
2006-03-30
1
-0
/
+5
*
Bug 332771 – gtk.Dialog leak
Gustavo J. A. M. Carneiro
2006-02-27
1
-0
/
+11
*
don't clobber pangocairo import error with another exception
Gustavo J. A. M. Carneiro
2006-02-20
1
-0
/
+6
*
Fix typos, found by Padraig Brady
Johan Dahlin
2006-02-14
1
-0
/
+5
*
Do not print the deprecation warning if we're running under pydoc.
Johan Dahlin
2006-02-06
1
-0
/
+5
*
remove FIXME comment in pixbuf demo regarding missing draw_rgb_image_dithalign
Gustavo J. A. M. Carneiro
2006-01-26
1
-0
/
+4
*
add comment explaning why _wrap_gdk_draw_rgb_image always calls _wrap_gdk_dra...
Gustavo J. A. M. Carneiro
2006-01-26
1
-0
/
+7
*
some more missing caller-owns-return...
Gustavo J. A. M. Carneiro
2006-01-21
1
-0
/
+23
*
Bump ref count on x11 so destroy() works as expected
John Ehresman
2006-01-20
1
-0
/
+7
*
Install examples
Johan Dahlin
2006-01-19
1
-0
/
+11
*
Don't call g_value_init since the other *_to_gvalue methods expect an
Christopher Aillon
2006-01-15
1
-0
/
+6
*
post release version bump
Johan Dahlin
2006-01-11
1
-3
/
+5
*
2.8.4
PYGTK_2_8_4
Johan Dahlin
2006-01-11
1
-0
/
+6
*
Only install pygtk.pth if we're building gobject.
Johan Dahlin
2006-01-11
1
-0
/
+4
*
should implement gtk.CellLayout
Johan Dahlin
2006-01-10
1
-0
/
+4
*
fix gobject includes and external pygobject detection
Gustavo J. A. M. Carneiro
2006-01-10
1
-0
/
+7
*
Don't build or install gobject bindings if pygobject >= 2.9 is found
Gustavo J. A. M. Carneiro
2006-01-09
1
-0
/
+8
*
revert all changes from today
Johan Dahlin
2006-01-09
1
-39
/
+0
*
Post release version bump
Johan Dahlin
2006-01-09
1
-0
/
+4
*
2.8.3
PYGTK_2_8_3
Johan Dahlin
2006-01-09
1
-0
/
+5
*
Remove gobject bindings and depend on pygobject 2.9.0.
Johan Dahlin
2006-01-09
1
-0
/
+30
*
Pass GLOBAL_MACROS (in particular HAVE_PYCAIRO) to codegen DefsParser. If
Cedric Gustin
2006-01-04
1
-0
/
+7
*
fix pygflags registration with module == NULL
Gustavo J. A. M. Carneiro
2005-12-24
1
-0
/
+6
*
We always need to free interfaces since its a null terminated array.
Johan Dahlin
2005-11-15
1
-0
/
+5
*
Remove deprecation warning
Johan Dahlin
2005-11-13
1
-0
/
+5
*
more leaks..
Gustavo J. A. M. Carneiro
2005-11-13
1
-2
/
+5
*
more leaks fixed
Gustavo J. A. M. Carneiro
2005-11-13
1
-0
/
+7
*
fix leak in _wrap_gdk_pixbuf_animation_get_iter
Gustavo J. A. M. Carneiro
2005-11-12
1
-0
/
+5
*
New example.
Johan Dahlin
2005-11-11
1
-0
/
+4
*
plug leak; add glade test; fix warning message
Gustavo J. A. M. Carneiro
2005-11-09
1
-0
/
+16
[next]