summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Update READMEJohn Stowers2011-03-301-26/+19
|
* Update NEWS and README, release PyGTK 2.17.0PYGTK_2_17_0Gian Mario Tagliaretti2009-12-261-7/+1
|
* Add myself and Paul as maintainersGian Mario Tagliaretti2009-08-131-2/+6
|
* Update NEWS and README, release PyGTK 2.15.0PYGTK_2_15_0Gian Mario Tagliaretti2009-05-021-3/+5
|
* Bug 397544 – Numeric is no longer maintainedJosselin Mouette2009-04-061-1/+1
| | | | | | | | | | | | | | 2009-04-06 Josselin Mouette <joss@debian.org> Bug 397544 – Numeric is no longer maintained * gtk/gdk.override: * configure.ac: * setup.py: * README: Update pygtk to use numpy instead of Numeric. svn path=/trunk/; revision=3122
* update NEWS and READMEGian Mario Tagliaretti2008-08-241-4/+6
| | | | svn path=/trunk/; revision=3024
* mention how to build docs, patch from Björn Lindqvist, fixes #479379Gian Mario Tagliaretti2007-10-181-0/+3
| | | | svn path=/trunk/; revision=2921
* UpdateJohan Dahlin2007-08-271-3/+5
| | | | | | | | | | | 2007-08-27 Johan Dahlin <jdahlin@async.com.br> * README: * NEWS: Update svn path=/trunk/; revision=2893
* Require of PyGObject here too; 2.12.1PYGTK_2_10_1Johan Dahlin2006-09-051-1/+1
|
* 2.10.0PYGTK_2_10_0Johan Dahlin2006-09-041-1/+9
|
* 2.9.6Johan Dahlin2006-08-081-0/+1
|
* 2.9.0PYGTK_2_9_0Johan Dahlin2006-04-041-5/+5
|
* 2.8.2PYGTK_2_8_2Johan Dahlin2005-10-091-2/+2
|
* 2.8.0PYGTK_2_8_0Johan Dahlin2005-09-021-0/+6
|
* 2.7.4PYGTK_2_7_4Johan Dahlin2005-08-241-3/+3
|
* === PyGTK 2.7.1 ===PYGTK_2_7_1Johan Dahlin2005-07-221-2/+2
| | | | | | | | 2005-07-22 Johan Dahlin <jdahlin@async.com.br> * NEWS: * README: * configure.in: Update requirements
* UpdateJohan Dahlin2005-07-171-2/+2
|
* === PyGTK 2.7.0 ===PYGTK_2_7_0Johan Dahlin2005-07-101-8/+9
| | | | | | | | | | 2005-07-10 Johan Dahlin <johan@gnome.org> * configure.in: Bump glib/gtk+ requirements * NEWS: Updated * README: Updated
* 2.6.0PYGTK_2_6_0Johan Dahlin2005-03-071-1/+0
|
* Release 2.5.4PYGTK_2_5_4Johan Dahlin2005-02-231-1/+1
|
* 2.5.1PYGTK_2_5_1Johan Dahlin2004-12-231-2/+2
|
* Disable distutils for Linux and update READMEJohan Dahlin2004-08-101-12/+1
|
* Call PyEval_InitThreads. Perhaps its something that always should beJohan Dahlin2004-08-021-1/+9
| | | | | | | | | | | | | | | | * gobject/gobjectmodule.c (initgobject): Call PyEval_InitThreads. Perhaps its something that always should be called. * README (Author): Add a requirements section * configure.in: Require Python 2.3 * setup.py (version): Ditto * gobject/pygtype.c, gobject/pygobject.h: Remove 2.2 compat. * All over the place: Add support for PyGILState.
* Added small PYTHONPATH noteJohan Dahlin2004-07-291-0/+4
|
* Add some bits about distutilsJohan Dahlin2004-04-131-1/+9
|
* increment version number.PYGTK_2_0_0James Henstridge2003-09-011-41/+32
| | | | | | | | 2003-09-01 James Henstridge <james@daa.com.au> * configure.in: increment version number. * NEWS: add news items.
* increment version number.PYGTK_1_99_16James Henstridge2003-03-231-130/+26
| | | | | | | | | | | 2003-03-23 James Henstridge <james@daa.com.au> * setup.py: increment version number. * NEWS: add news items. * configure.in (numpy check): fix up check for Numeric and increment version number.
* remove python-1.4 ni stuff, and put in a warning message that you shouldPYGTK_0_6_5GNOME_PYTHON_1_0_52James Henstridge2000-03-131-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-03-13 James Henstridge <james@daa.com.au> * pyglade/__init__.py: remove python-1.4 ni stuff, and put in a warning message that you should think of switching over to libglade. * pygtk.spec: incremented version number. Code gtk+ dependency into spec file. Made auxillary packages depend on the pygtk package of the same version. * configure.in: incremented version number. Incremented minimum required GTK+ so that when threading is compiled in we don't get problems caused by using old buggy versions of GTK+. * gtkmodule.c (PyGdkWindow_PropertyChange): fixed the 32 bit data part of the case statement correctly this time :) 2000-03-13 James Henstridge <james@daa.com.au> * pygnome/gnome/__init__.py: don't bother with the python-1.4 compatibility stuff -- gnome-python won't work with python-1.4 for other reasons. * configure.in: updated version. Require gtk+ >= 1.2.6 for same reasons pygtk requires it. * gnome-python.spec: incremented version numbers. Add requires headers for gtk+ and gnome-libs so people don't annoy me with problems caused by old versions. Also, require the matching version of pygtk. Also, make pygnome-libglade require pygnome. * pygnome/gettext.py (Catalog.__init__): check for msb encoded catalogs as well.
* a wrapper for the new function.PYGTK_0_6_0GNOME_PYTHON_1_0_2James Henstridge1999-04-251-3/+3
| | | | | | | | | | | | | | | | | | 1999-04-25 James Henstridge <james@daa.com.au> * gtk.py (GtkWidget.get_allocation): a wrapper for the new function. * gtkmodule.c: added a routine for getting the allocation of a widget. 1999-04-25 James Henstridge <james@daa.com.au> * pygnome/Makefile.am (EXTRA_DIST): added bookmarks-applet.py * pygnome/examples/bookmarks-applet.py: added another sample applet that demonstrates setting up context menu items. It basically reads in your Netscape 4.x bookmarks file, and puts the bookmarks into the context menu heirachy. It then uses gnome.url.show() to display the bookmark in the browser of the user's choice.
* added references to the MAPPING file.James Henstridge1999-02-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-02-23 James Henstridge <james@daa.com.au> * README, Makefile.am, pygtk.spec: added references to the MAPPING file. * MAPPING: new file describing the mapping of GTK+ onto python as pygtk does it. 1999-02-22 James Henstridge <james@daa.com.au> * description.py (GdkCursor): added information about this type. * gtk.py: commented out the __getattr__, __setattr__ and __delattr__ methods of GtkObject. There were too many things that broke because of these changes. If I can get these to work correctly in the future, I will consider re-enabling it, but not till then. * examples/testgtk/testgtk.py (create_cursor_test): added a cursor test to the python testgtk. It is adapted from the translation sent in by Osamu Tanimoto. * gtkmodule.c: fixed a bit of bad copy'n'paste in the GC part of the style wrapper code. Thanks go to Osamu Tanimoto <tanimoto@rios.co.jp>. (PyGdkCursor_GetAttr): now GdkCursor objects have a type attribute that returns the type number for the object, and a name attribute that gives a string representation of that type number.
* added the configurable uiinfo item code.PYGTK_0_5_10GNOME_PYTHON_0_99James Henstridge1999-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 1999-02-08 James Henstridge <james@daa.com.au> * pygnome/gnome/uiconsts.py: added the configurable uiinfo item code. * pygnome/gnome/ui.py: made changes to reflect those below. * pygnome/gnomeuimodule.c: added support for configurable uiinfo items. Also changed accelerator type from character to integer. * pygnome/generate/gnomeui.defs: added gnome_app_set_statusbar_custom, gnome_date_edit_[sg]et_flags and gnome_dentry_edit_get_*_entry. Made change to gnome_date_edit_new_flags arguments. 1999-02-08 James Henstridge <james@daa.com.au> * description.py (GdkWindow.depth): documented presence of this attribute. * gtk.py (GtkFileSelection.complete): I had left out the argument in this prototype. Fixed now.
* added GtkCList.focus_row.James Henstridge1999-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-02-02 James Henstridge <james@daa.com.au> * generate/gtklists.defs, gtk.py: added GtkCList.focus_row. * _gdkimlibmodule.c, GdkImlib.py: added push_visual and pop_visual, that can be used to easily set GTK to use the imlib visual/colormap combination. * gtkmodule.c: the PyObject -> GtkArg conversion routines were not catching some exceptions that they generated. This would cause wierd problems if you passed the wrong argument types to signal handlers. This was found by Chi-Deok Hwang <cdhwang@sr.hei.co.kr> * examples/simple/dnd.py, examples/simple/dndpixmaps.py: and example of drag and drop contributed by Chi-Deok Hwang <cdhwang@sr.hei.co.kr> * gtkmodule.c: added gtk_ctree_get_selection, that returns nodes rather than pointers. * gtk.py: made changes to reflect those below. Also added GtkWidget.get_colormap() (it was missing previously). * generate/gtkedit.defs (gtk_spin_button_update): added function. * generate/gtkmenus.defs (gtk_check_menu_item_set_active): function renaming. (gtk_menu_set_title): added function. * generate/gtkmisc.defs (gtk_toggle_button_[sg]et_active): added functions, and removed gtk_toggle_button_set_state.
* updated version numbers here.GNOME_PYTHON_0_90James Henstridge1998-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | 1998-12-21 James Henstridge <james@daa.com.au> * gnome-python.spec: updated version numbers here. * configure.in: upped required gtk version to 1.1.9, and changed version to 0.90 (to go with the gnome-1.0 prerelease). * gnome/examples/html_demo.py: changed some function calls to match GTK API changes. 1998-12-21 James Henstridge <james@daa.com.au> * pygtk.spec: updated version here as well. * README: updated required GTK version to 1.1.9 * configure.in: Updated version for pygtk to 0.5.9, increased GTK version check to 1.1.9.
* Some small changes for the 0.5.7 release of pygtk.James Henstridge1998-12-091-13/+19
|
* Initial revisionJames Henstridge1998-12-061-0/+209