summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* codegen/argtypes.py Return string instead of Atom.John Finlay2004-08-042-6/+6
* gtk/gtk.override (_wrap_gtk_stock_lookup) (_wrap_gtk_accelerator_parse)John Finlay2004-08-042-24/+41
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-0412-223/+142
* GdkModifierType is flags not an enum.Johan Dahlin2004-08-041-1/+1
* Urgh. more threading 'fixes'Johan Dahlin2004-08-031-5/+5
* GIL when issuing gtk warnings into pythonGustavo J. A. M. Carneiro2004-08-031-0/+4
* Add better support for boolean type now when we can require 2.3. Fixes bugJohan Dahlin2004-08-034-64/+23
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-0311-226/+163
* gtk/gtk.defs (gtk_expander_new) (gtk_expander_new_with_mnemonic) label canJohn Finlay2004-08-021-4/+4
* Call PyEval_InitThreads. Perhaps its something that always should beJohan Dahlin2004-08-025-18/+120
* Fix suboptimal code. What was I thinking?John Finlay2004-07-311-3/+3
* gtk/gtk.override (_wrap_gtk_adjustment_new) Impl. Rearrange arg_names andJohn Finlay2004-07-301-0/+39
* gtk/gtk.override (_wrap_gtk_action_get_proxies) slist should not be freed.John Finlay2004-07-291-2/+0
* Remove %x usageJohan Dahlin2004-07-291-1/+2
* Added small PYTHONPATH noteJohan Dahlin2004-07-291-2/+4
* Remove ignore for win32, the functions are now implemented on win32 fixesJohan Dahlin2004-07-291-4/+0
* gtk/gtktreeview.override (_wrap_gtk_list_store_insert_before)John Finlay2004-07-291-14/+18
* gtk/pygtktreemodel.c Fix reference leaks. Fixes#148748. Thanks to TimJohn Finlay2004-07-291-0/+14
* gtk/gtktreeview.override (_wrap_gtk_tree_view_get_cursor)John Finlay2004-07-292-17/+17
* gtk/gtk-types.c (pygdk_atom_compare) Remove. (pygdk_atom_richcompare)John Finlay2004-07-271-10/+44
* Don't hardcode automake-1.7, Fixes #148377Johan Dahlin2004-07-261-2/+13
* gtk/pygtktreemodel.c (pygtk_generic_tree_model_get_value) SkipJohn Finlay2004-07-261-2/+3
* gtk/gtk.override (clipboard_request_text_cb) Fix bug when no text.John Finlay2004-07-241-5/+15
* missing deprecation warningsGustavo J. A. M. Carneiro2004-07-231-0/+3
* gtk/gtk.override (_wrap_gtk_dialog_new_with_buttons)John Finlay2004-07-233-11/+19
* gtk/gtk-extrafuncs.defs (flags) (set_flags) (unset_flags) UseJohn Finlay2004-07-231-3/+3
* fixed a compilation error: 'window' variable should be 'parent'Lorenzo Gil Sanchez2004-07-201-2/+2
* Simplify, fix name in exceptions and remove warning.Johan Dahlin2004-07-201-9/+13
* allow pydict to be really optional in GladeXMLGustavo J. A. M. Carneiro2004-07-191-1/+1
* (_wrap_gtk_dialog_run): SimplifyJohan Dahlin2004-07-191-11/+21
* Return 1/0, instead of flagvalue/0 to avoid GObject complains.Johan Dahlin2004-07-191-5/+5
* Subclass GladeXML so we can wrap lookup_type. Add a new optional argumentJohan Dahlin2004-07-191-0/+138
* Remove references to &PyInt_Type from static type struct initializationJohn Ehresman2004-07-191-5/+7
* Add optional user_data argument.Johan Dahlin2004-07-181-15/+15
* Bug 144474: DeprecationWarningsGustavo J. A. M. Carneiro2004-07-183-0/+11
* Convert some more constructorsGustavo J. A. M. Carneiro2004-07-183-1/+36
* convert some more constructors to property basedGustavo J. A. M. Carneiro2004-07-182-6/+38
* add, forgot it in last commitJohan Dahlin2004-07-171-1/+1
* avoid warning with empty gtk.DialogGustavo J. A. M. Carneiro2004-07-171-2/+4
* gtk/*.overrideJohan Dahlin2004-07-174-25/+37
* fix typo in _wrap_gtk_table_newGustavo J. A. M. Carneiro2004-07-171-1/+1
* override gtk_table_new to change rows, columns defaults to 1Gustavo J. A. M. Carneiro2004-07-171-0/+22
* Use AccelLabel instead of Label and dup MenuItem creation process.John Finlay2004-07-161-35/+70
* Rest of #147421 fix (constructors accepting label text activate underline par...Gustavo J. A. M. Carneiro2004-07-151-4/+6
* Fix #147421 (constructors accepting label text activate underline parsing unc...Gustavo J. A. M. Carneiro2004-07-151-11/+14
* make some more constructors use g_object_newGustavo J. A. M. Carneiro2004-07-131-65/+111
* gtk/gtkwindow.override (set_geometry_hints) Fix arg format string. FixesJohn Finlay2004-07-131-1/+1
* property based constructorsGustavo J. A. M. Carneiro2004-07-081-89/+89
* Support property constructors with argname != propnameGustavo J. A. M. Carneiro2004-07-081-2/+2
* s/TypeError/ValueError/ in parse_color and Colormap.alloc_color; Fixes #144862Gustavo J. A. M. Carneiro2004-07-071-2/+2