summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build system improvements; don't hardcore gobject-introspection libs/cflagspygtk-introspectionGustavo J. A. M. Carneiro2005-06-247-10/+29
|
* pygtk-introspection; some experimental codeGustavo J. A. M. Carneiro2005-06-19242-154613/+573
|
* add PDF output to pangocairo exampleGustavo J. A. M. Carneiro2005-06-172-2/+15
|
* Improve demo, patch by Fernando San Martin Woerner, fixes #171148Johan Dahlin2005-06-142-4/+51
| | | | | * examples/ide/edit.py: Improve demo, patch by Fernando San Martin Woerner, fixes #171148
* Define HAVE_BIND_TEXTDOMAIN_CODESET on win32.Cedric Gustin2005-06-102-0/+5
| | | | | | 2005-06-09 Cedric Gustin <cedric.gustin@swing.be> * setup.py : Define HAVE_BIND_TEXTDOMAIN_CODESET on win32.
* gobject/pygobject.h Use G_STMT_START/END for init_ defines.Manish Singh2005-06-103-4/+9
| | | | | | | 2005-06-09 Manish Singh <yosh@gimp.org> * gobject/pygobject.h * gtk/pygtk.h: Use G_STMT_START/END for init_ defines.
* wrap more pango stuffGustavo J. A. M. Carneiro2005-06-063-2/+78
|
* pygtk + cairo \!\!Gustavo J. A. M. Carneiro2005-06-0615-30/+736
|
* add support for structured fieldsGustavo J. A. M. Carneiro2005-06-062-2/+8
|
* add support for body override sectionsGustavo J. A. M. Carneiro2005-06-063-0/+21
|
* Add. We can't remove the old method.Johan Dahlin2005-05-313-0/+69
| | | | | | | | | * gtk/gdk.defs (pixbuf_get_from_drawable): Add. We can't remove the old method. * gtk/gdk.override (_wrap_gdk_pixbuf_get_from_drawable2): Rename it to ...2 and copy it to the override file since the code generator can't handle two functions with the same name
* oops, I never changed _wrap_gdk_threads_init last night; emacs being too smart\!Gustavo J. A. M. Carneiro2005-05-301-3/+2
|
* fix PangoLayoutLine boxed copy func.Gustavo J. A. M. Carneiro2005-05-302-1/+13
|
* some more pango apisGustavo J. A. M. Carneiro2005-05-295-10/+122
|
* add few pango methodsGustavo J. A. M. Carneiro2005-05-292-0/+30
|
* correct description of buttons param. (Sridhar Ratna)John Finlay2005-05-292-5/+18
| | | | | * pygtk-gtkdialog.xml (add_buttons): correct description of buttons param. (Sridhar Ratna)
* fix registration of already registered types through the gobject metaclassGustavo J. A. M. Carneiro2005-05-292-1/+13
|
* blahJohan Dahlin2005-05-281-1/+1
|
* Pass the GIOCondition to PyObject_CallFunction.Manish Singh2005-05-282-2/+8
| | | | | | | 2005-05-28 Manish Singh <yosh@gimp.org> * gobject/pygiochannel.c (pyg_iowatch_marshal): Pass the GIOCondition to PyObject_CallFunction.
* Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key.Johan Dahlin2005-05-284-15/+21
| | | | | | | | * gobject/gobjectmodule.c: (initgobject): * gobject/pygobject-private.h: * gobject/pygtype.c: (pyg_register_boxed_custom): Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key. Don't set the keys twice
* gquark initialization cleanupGustavo J. A. M. Carneiro2005-05-2810-62/+69
|
* Latest attempt to track freedesktop wm standard link. (Olav Vitters)John Finlay2005-05-272-10/+15
| | | | | * pygtk-gtkwindow.xml (set_keep_abaove, set_keep_below, move): Latest attempt to track freedesktop wm standard link. (Olav Vitters)
* Pass gsize to GIOChannel functions that expect them.Manish Singh2005-05-252-4/+9
| | | | | | | 2005-05-25 Manish Singh <yosh@gimp.org> * gobject/pygiochannel.c: Pass gsize to GIOChannel functions that expect them.
* Bug 305423: Widget creation doesn't work properlyGustavo J. A. M. Carneiro2005-05-252-3/+13
|
* Add.John Finlay2005-05-232-4/+101
| | | | * pygtk-gdkpixbuf.xml (save_to_callback): Add.
* DECREF Python return valueJohn Finlay2005-05-231-0/+1
| | | | * DECREF Python return value
* Add.John Finlay2005-05-222-0/+42
| | | | * pygtk-gobject-functions.xml (markup_escape_text): Add.
* Bug fixesJohn Finlay2005-05-221-2/+2
| | | | * Bug fixes
* Bug 128765: GObject metaclassGustavo J. A. M. Carneiro2005-05-226-37/+153
|
* Add description.John Finlay2005-05-222-10/+6
| | | | * pygtk-gtkentrycompletion.xml (get_text_column): Add description.
* Available in 2.8 not 2.6John Finlay2005-05-221-5/+5
| | | | * Available in 2.8 not 2.6
* Add descriptions of these new functions.John Finlay2005-05-222-0/+156
| | | | | | * pygtk-gdk-functions.xml (notify_startup_complete) (get_program_class, set_program_class, get_display) (get_display_arg_name): Add descriptions of these new functions.
* Bug 164665: g_markup_escape_text needs bindingGustavo J. A. M. Carneiro2005-05-222-0/+22
|
* Bug 164211: missing function get_text_column for EntryCompletionGustavo J. A. M. Carneiro2005-05-222-0/+9
|
* Bug 172445: gtk.gdk.Pixbuf.save_to_callbackGustavo J. A. M. Carneiro2005-05-223-0/+100
|
* Bug 139176: GIOChannel wrapperGustavo J. A. M. Carneiro2005-05-225-2/+834
|
* some missing gdk functionsGustavo J. A. M. Carneiro2005-05-222-0/+33
|
* revert accidental commitGustavo J. A. M. Carneiro2005-05-221-39/+1
|
* Bug 165373: crash due to extra Py_XDECREF in gtk.TreeView.map_expanded_rowsGustavo J. A. M. Carneiro2005-05-223-2/+47
|
* *** empty log message ***John Finlay2005-05-211-0/+4
|
* Add more info about origin param.John Finlay2005-05-212-3/+14
| | | | | * pygtk-gtksettings.xml (set_string_property, set_long_property) (set_double_property): Add more info about origin param.
* make it build again (missing })Manish Singh2005-05-172-0/+6
| | | | | | | 2005-05-17 Manish Singh <yosh@gimp.org> * gobject/pygparamspec.c (pyg_param_spec_getattr): make it build again (missing })
* Improve GParamSpec wrapping, fixes bug #170614Johan Dahlin2005-05-172-101/+259
| | | | | | * gobject/pygparamspec.c: (pygenum_from_pspec), (pygflags_from_pspec): Improve GParamSpec wrapping, fixes bug #170614
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Benjamin Otte2005-05-172-5/+25
| | | | | | | | | | 2005-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de> reviewed by: Johan Dahlin <jdahlin@async.com.br> * gobject/gobjectmodule.c: (pyg_register_class_init), (pyg_run_class_init): Allow multiple calls to pyg_register_class_init, fixes #304353
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Benjamin Otte2005-05-175-5/+56
| | | | | | | | | | | | | 2005-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de> reviewed by: Johan Dahlin <jdahlin@async.com.br> * gobject/gobjectmodule.c: * gobject/pygobject-private.h: * gobject/pygobject.h: * gobject/pygtype.c: (pyg_closure_marshal), (pyg_closure_set_exception_handler): Adds exception handling support to closures, fixes #304357
* Bump version to 2.7.0Johan Dahlin2005-05-175-3474/+3508
| | | | | | | | | | | * configure.in: Bump version to 2.7.0 * pango-types.defs (EllipsizeMode): Remove commas * pango.defs (get_font_description, get_ellipsize, set_ellipsize): Add * ChangeLog.pre-2-6: Rename old ChangeLog
* Post release version bumppygtk-2-6-anchorJohan Dahlin2005-05-092-1/+5
| | | | * configure.in: Post release version bump
* 2.6.2PYGTK_2_6_2Johan Dahlin2005-05-092-0/+10
|
* Complain if ret is NULL, Fixes #303524.Johan Dahlin2005-05-093-2/+9
| | | | | | | | * gobject/pygenum.c (pyg_enum_new): Complain if ret is NULL, Fixes #303524. * gobject/pygflags.c (pyg_flags_new): Change exception format to be consistent with the one in enum
* Add some commentsJohan Dahlin2005-05-091-14/+20
|