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
/
gtk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add
John Finlay
2006-07-22
3
-0
/
+79
*
Remove the leading gdk_ from a few functions.
Johan Dahlin
2006-07-21
1
-11
/
+11
*
fix a couple of leaks in icon theme loading
Gustavo J. A. M. Carneiro
2006-07-20
1
-0
/
+2
*
Ignore. #341633 (Johan Dahlin)
John Finlay
2006-07-20
1
-0
/
+4
*
Remove negative index readjustment code. #311852 (Baiju M)
John Finlay
2006-07-20
1
-4
/
+0
*
Wrap thread functions too
Johan Dahlin
2006-07-19
1
-3
/
+3
*
Don't register constants Make enum/flags lazily created too.
Johan Dahlin
2006-07-19
2
-4
/
+5
*
Remove GTK_ACCEL_SIGNAL_VISIBLE, it was removed a long time ago (2001 ! )
Johan Dahlin
2006-07-19
1
-1
/
+0
*
Fix typo
John Finlay
2006-07-19
1
-1
/
+1
*
Remove __all__, put placeholders in __dict__ so dir() works
Johan Dahlin
2006-07-19
1
-9
/
+7
*
Make functions lazily loaded. Make deprecation lazy too, to avoid
Johan Dahlin
2006-07-19
2
-29
/
+34
*
Re-add the old version so we still work on Gtk+ 2.8
Johan Dahlin
2006-07-19
1
-1
/
+32
*
Generalize and prettify LazyNamespace
Johan Dahlin
2006-07-19
2
-39
/
+25
*
(_wrap_gtk_tree_selection_set_select_function): Optionally provide full
John Finlay
2006-07-19
1
-12
/
+74
*
Don't copy TreeIter when passing to callback. #347273 (Stefano Maggiolo)
John Finlay
2006-07-18
1
-9
/
+9
*
Add. (_wrap_gtk_tree_store_insert): Use
John Finlay
2006-07-18
1
-8
/
+88
*
Allow 'from gtk import *' to work
John Finlay
2006-07-18
1
-0
/
+4
*
Specify code arg is None
John Finlay
2006-07-17
2
-4
/
+956
*
Move from gtk/gtk-base-types.defs
John Finlay
2006-07-14
1
-12
/
+0
*
move FileInfo and FilePath types back since they are 2.8
John Finlay
2006-07-14
1
-0
/
+12
*
Fix libglade/gtkunixprint build
Johan Dahlin
2006-07-14
2
-33
/
+2
*
Move 2.10 types to 2.8
Johan Dahlin
2006-07-14
2
-18
/
+18
*
Add. #337011 (Sebastian Pölsterl) (TipsQuery, TargetList, TreePath,
John Finlay
2006-07-13
2
-0
/
+128
*
Only load types in gtk when they are used, fixes #346946
Johan Dahlin
2006-07-13
10
-43
/
+153
*
new container tests by Lorenzo Gil Sanchez
Gustavo J. A. M. Carneiro
2006-07-13
1
-2
/
+1
*
Bug 331445 – No gtk.Widget.get_activate_signal
Gustavo J. A. M. Carneiro
2006-07-13
1
-0
/
+61
*
Bug 331355 – GtkAction menu/tool_item_type
Gustavo J. A. M. Carneiro
2006-07-13
2
-0
/
+63
*
finish GtkEditable interface support
Gustavo J. A. M. Carneiro
2006-07-13
2
-1
/
+92
*
last fixes for 2.9.3 release
PYGTK_2_9_3
Gustavo J. A. M. Carneiro
2006-07-12
1
-0
/
+1
*
Ignore gtk_recent_chooser_set_show_numbers and
Johan Dahlin
2006-07-12
1
-0
/
+2
*
Add.
John Finlay
2006-07-12
2
-0
/
+83
*
Remove dup.
John Finlay
2006-07-12
1
-7
/
+0
*
Fix import statements, do not use _gtk directly
Johan Dahlin
2006-07-11
1
-5
/
+5
*
Remove dup.
John Finlay
2006-07-11
1
-13
/
+0
*
Remove duplicate.
John Finlay
2006-07-10
2
-20
/
+0
*
Change to function to resolve conflict with gdk_colormap_change.
John Finlay
2006-07-10
1
-12
/
+3
*
Bug 343960 – duplicate gtk.Clipboard causing visit_decref error
Gustavo J. A. M. Carneiro
2006-07-08
1
-0
/
+1
*
Ignore-glob *_libgtk_only. Fixes #321476.
John Finlay
2006-07-07
1
-0
/
+1
*
Allow colors to be a sequence.
John Finlay
2006-07-06
1
-8
/
+13
*
Bug 346745 – Pygtk crashed in gtk.color_selection_palette_to_string
Gustavo J. A. M. Carneiro
2006-07-06
1
-2
/
+2
*
pedantic fixes
Johan Dahlin
2006-07-05
1
-4
/
+3
*
Remove a few more attributes
Johan Dahlin
2006-07-05
1
-1
/
+1
*
Rearrange code to work better with pyflakes
Johan Dahlin
2006-07-05
2
-11
/
+12
*
Add infrastructure to handle lazy loading. Move keysyms to be loaded
Johan Dahlin
2006-07-05
3
-8
/
+44
*
Move deprecation related classes to a separate python file
Johan Dahlin
2006-07-05
3
-60
/
+89
*
moving x11-specific functions from gdk-2.10.defs into gdk-base.defs
Gustavo J. A. M. Carneiro
2006-06-27
2
-346
/
+346
*
_wrap_gdk_cairo_rectangle argument parsing fix
Gustavo J. A. M. Carneiro
2006-06-27
1
-0
/
+1
*
Add virtual defs for these interfaces.
John Finlay
2006-06-27
1
-1
/
+112
*
Allow pixbuf to be None (gtk_status_icon_set_tooltip): Allow tooltip_text
John Finlay
2006-06-26
1
-1
/
+1
*
Allow pixbuf to be None
John Finlay
2006-06-25
1
-1
/
+1
[next]