summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 2.6.0PYGTK_2_6_0Johan Dahlin2005-03-071-0/+5
|
* Release 2.5.4PYGTK_2_5_4Johan Dahlin2005-02-231-0/+6
|
* 2.5.3PYGTK_2_5_3Johan Dahlin2005-01-231-0/+9
|
* 2.5.2 releasePYGTK_2_5_2Johan Dahlin2005-01-101-0/+10
|
* 2.5.1PYGTK_2_5_1Johan Dahlin2004-12-231-0/+7
|
* 2.5.0PYGTK_2_5_0Johan Dahlin2004-11-291-0/+4
|
* NEWS from pygtk-2-4 branchJohan Dahlin2004-11-061-0/+4
|
* PyGtk 2.4.0 released!PYGTK_2_4_0Johan Dahlin2004-10-031-1/+5
|
* Release 2.3.97PYGTK_2_3_97Johan Dahlin2004-09-281-0/+7
|
* Update.PYGTK_2_3_96Johan Dahlin2004-08-061-0/+7
| | | | * NEWS: Update.
* Release 2.3.95PYGTK_2_3_95Johan Dahlin2004-08-021-0/+5
|
* === PyGtk 2.3.94 ===PYGTK_2_3_94Johan Dahlin2004-07-211-0/+5
| | | | | | 2004-07-22 Johan Dahlin <johan@gnome.org> * NEWS: Update
* === PyGtk 2.3.93 ===PYGTK_2_3_93Johan Dahlin2004-07-191-0/+13
| | | | * NEWS: Update
* Don't lie about the release date.Johan Dahlin2004-05-221-1/+1
| | | | * NEWS: Don't lie about the release date.
* 2.3.92 releasedPYGTK_2_3_92Johan Dahlin2004-05-221-2/+11
|
* === PyGtk 2.3.91 ===PYGTK_2_3_91Johan Dahlin2004-04-161-0/+13
| | | | | | 2004-04-16 Johan Dahlin <johan@gnome.org> * NEWS: Update
* Add 2.3.90 stuff here, forgot to do it!Johan Dahlin2004-04-101-0/+11
| | | | | | * NEWS: Add 2.3.90 stuff here, forgot to do it! * AUTHORS: Update, add the current active developers here
* Bump versionPYGTK_2_2_0Johan Dahlin2004-03-111-0/+17
| | | | | | | | * configure.in: Bump version * setup.py (MINOR_VERSION): Bump version * NEWS: Update
* increment version number.PYGTK_2_0_0James Henstridge2003-09-011-0/+5
| | | | | | | | 2003-09-01 James Henstridge <james@daa.com.au> * configure.in: increment version number. * NEWS: add news items.
* add news items.PYGTK_1_99_18James Henstridge2003-08-241-0/+9
| | | | | | | | 2003-08-24 James Henstridge <james@daa.com.au> * NEWS: add news items. * configure.in: update version number.
* add some news items.PYGTK_1_99_17James Henstridge2003-07-311-0/+16
| | | | | | | | | | | | | | 2003-07-31 James Henstridge <james@daa.com.au> * NEWS: add some news items. * configure.in: increment version number. * pygobject.c (pygobject_handler_is_connected): add wrapper (from bug #118676). * pygtype.c (pyg_object_descr_doc_get): add a call to PyType_Ready() to make sure the type is initialised (bug #118699).
* increment version number.PYGTK_1_99_16James Henstridge2003-03-231-0/+11
| | | | | | | | | | | 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.
* === PyGTK 1.99.15 ===PYGTK_1_99_15Johan Dahlin2003-02-091-0/+11
| | | | | | | | | | | | | | | | 2003-02-08 Johan Dahlin <jdahlin@async.com.br> * configure.in, setup.py: Upped version number * pygtk-2.0.pc.in (codegendir): Added. * setup.py: Added Numeric and gtkgl support (gtkgl untested). * dsextras.py: Updated. * gtk/libglade.override (connect_many): Add PyErr_Clear() here. Since PyMapping_GetItemString will raise an AttributeError if the handler can't be found.
* Update and fixesJohan Dahlin2002-12-281-2/+7
|
* add news items.PYGTK_1_99_14James Henstridge2002-12-271-1/+18
| | | | | | | | | | | | | 2002-12-27 James Henstridge <james@daa.com.au> * NEWS: add news items. * gtk/__init__.py: if True and False constants don't exist in __builtins__, add them. This way I can rely on them existing. Define gtk.TRUE and gtk.FALSE to True and False. (input_add_full): add extra compatibility name. * configure.in: increment version number.
* lots of docbuild updates.James Henstridge2002-08-251-0/+125
| | | | | | | | | | | | | | | | | | | | 2002-08-25 James Henstridge <james@daa.com.au> * codegen/docgen.py: lots of docbuild updates. * docs/pygtk-docs.xml: add driver file. * codegen/docgen.py (DocbookDocWriter.write_class_header): add a <?xml?> PI at the top and a doctype when in XML mode. (DocbookDocWriter.output_toc): write a much shorter driver file that just includes the <reference> node, and uses XIncludes to include the other files. * docs/build-docs.py: move file to docs directory. * NEWS: update news file. * configure.in: increment version number.
* added news items.James Henstridge2000-04-071-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-04-07 James Henstridge <james@daa.com.au> * NEWS: added news items. * pygtk.spec, configure.in: updated version number. * configure.in (enable_numpy): added --disable-numpy argument that disables numeric python support even if numpy is found. * gtkmodule.c (PyGdkWindow_{Pointer,Keyboard}{Grab,Ungrab}): new GdkWindow methods. * gtk.py (rc_reparse_all): fix spelling mistake. (GtkTreeItem.__getattr__): fix bug reported by Aaron Digulla. * generate/gtklists.defs (gtk_clist_get_selectable): fix bug in return type. 2000-04-07 James Henstridge <james@daa.com.au> * configure.in, gnome-python.spec: updated version number. * NEWS: added news items. * pygnome/Makefile.am (_gtkhtmlmodule_la_LIBADD): link with the correct library list. * pygnome/gnome/config.py (section_contents,private_section_contents): fixed incorrect naming of wrapper.
* 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-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Get ready for new release.PYGTK_0_6_4GNOME_PYTHON_1_0_51James Henstridge2000-02-161-0/+6
|
* incremented version number.PYGTK_0_6_3GNOME_PYTHON_1_0_50GNOME_PYTHON_1_0_40James Henstridge1999-09-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | 1999-09-30 James Henstridge <james@daa.com.au> * configure.in: incremented version number. * pygnome/gnome/zvt.py: added extra methods. * pygnome/generate/zvt.defs: added new ZvtTerm methods. * pygnome/Makefile.am (EXTRA_DIST): added Vincent's examples to the distribution list. 1999-09-30 James Henstridge <james@daa.com.au> * pygtk.spec: updated spec file. * NEWS: added news items * configure.in: updated version number. * libglademodule.c: don't segfault when a widget name does not exist.
* Updated news file for new release.PYGTK_0_6_2GNOME_PYTHON_1_0_4James Henstridge1999-08-091-4/+7
|
* updated news file.James Henstridge1999-08-081-0/+18
| | | | | | | | | | | | | | | | | | | | | 1999-08-08 James Henstridge <james@daa.com.au> * NEWS: updated news file. * configure.in: increased version number to 0.6.2. * gdkimlibmodule.c (_wrap_gdk_imlib_image_get_array): make sure that the image data is not freed while the returned array is in use, so that we don't get into an inconsistent state. * gtk.py: added gdkrgb functions to this file. * gtkmodule.c: added the gdkrgb functions for drawing rgb and greyscale images. (gdk_draw_array): a new function that will draw a numpy array to a drawable with gdkrgb. It is written so that it can handle slicing on the first two axes -- it does not handle non contiguous data on the third axis.
* Added new function wrappers.PYGTK_0_6_1GNOME_PYTHON_1_0_3James Henstridge1999-05-221-1/+1
| | | | | | | | | 1999-05-22 James Henstridge <james@daa.com.au> * pygnome/gnome/ui.py (GnomeCanvasItem): Added new function wrappers. * pygnome/gnomeuimodule.c: Added new functions gnome_canvas_item_w2i, gnome_canvas_item_i2w and gnome_canvas_item_get_bounds.
* added news about changes in this version.James Henstridge1999-05-191-0/+4
| | | | | | | | | | | | | | | | | | | | | 1999-05-19 James Henstridge <james@daa.com.au> * NEWS: added news about changes in this version. * configure.in, pygtk.spec: updated version number to 0.6.1. 1999-05-19 James Henstridge <james@daa.com.au> * pygnome/gnomeuimodule.c (_wrap_gnome_canvas_new): added a wrapper here that makes sure that the imlib visual/colormap is used for the canvas widget. * NEWS: added some news items. * configure.in, gnome-python.spec, README: updated version number. * pygnome/gnomeuimodule.c (_wrap_gnome_client_request_interaction): fixed a small problem reported by David Kaelbling.
* a wrapper for the new function.PYGTK_0_6_0GNOME_PYTHON_1_0_2James Henstridge1999-04-251-1/+1
| | | | | | | | | | | | | | | | | | 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 a summary of the new features.James Henstridge1999-04-221-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-04-22 James Henstridge <james@daa.com.au> * NEWS: added a summary of the new features. * pygtk.spec: upped version number. * configure.in: upped version number to 0.6.0. I think thread support is a big enough feature to bump it up to 0.6. 1999-04-21 James Henstridge <james@daa.com.au> * gtk.py (create_bitmap_from_data): added new wrapper. * gtkmodule.c: added gdk_bitmap_create_from_data function. Also export PyGtk_BlockThreads and PyGtk_UnblockThreads through the _private dictionary, so they can be used from within other modules (gnome-python in particular). 1999-04-22 James Henstridge <james@daa.com.au> * NEWS: added some news items. * configure.in: upped version number * gnome-python.spec: upped versions, and included capplet and applet modules. * pygnome/gnomeuimodule.c: added calls to make gnomeuimodule act correctly with the thread support in pygtk. * pygnome/gnome/Makefile.am (gnome_PYTHON): conditionally install applet.py and capplet.py. * pygnome/gnome/capplet.py: a wrapper for CappletWidget. 1999-04-21 James Henstridge <james@daa.com.au> * pygnome/gnome/applet.py: a wrapper for AppletWidget. This is what most people will use. * pygnome/Makefile.am, pygnome/generate/Makefile.am: made changes to build _applet and _capplet modules if libraries are available. * configure.in: added some tests to see if applets or capplets libraries are installed. If so, set up a few conditionals for building the python modules for them. * pygnome/cappletmodule.c, pygnome/generate/capplet.defs: base module for creating control center capplets in python. This module should also work properly with the threading fixes for pygtk. * pygnome/appletmodule.c, pygnome/generate/applet.defs: base module for creating panel applets in python. This module should work together with the threading fixes for pygtk. 1999-04-20 James Henstridge <james@daa.com.au> * pygnome/gnome/uiconsts.py: added some more stock item constants. * pygnome/gnomeuimodule.c (_wrap_gnome_canvas_get_item_at): this function could return NULL, which could cause a problem. * pygnome/gnomemodule.c (_wrap_gnome_config_{,private_}get_string): moved implementation here, because these functions can return NULL.
* made changes to match those in the defs files and _gtk.James Henstridge1999-02-241-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | 1999-02-24 James Henstridge <james@daa.com.au> * gtk.py: made changes to match those in the defs files and _gtk. * description.py (GdkGC.set_dashes): describe new GdkGC method. * generate/gtkcontainers.defs: removed gtk_window_set{focus,default}, since these are internal to GtkWindow. Also added gtk_handle_box_set_handle_position and gtk_handle_box_set_snap_edge. * gtkmodule.c: added gtk_widget_get_child_requisition. (PyGdkGC_GetAttr): added method GdkGC.set_dashes to set the dash pattern for this GC. 1999-02-24 James Henstridge <james@daa.com.au> * pygnome/gnome/ui.py: updated the comments in the GnomeCanvasItems since they were out of date. The image and points arguments should work now. * pygnome/Makefile.am: use ZVT_LIBS in the library line for _zvtmodule
* added the configurable uiinfo item code.PYGTK_0_5_10GNOME_PYTHON_0_99James Henstridge1999-02-091-2/+5
| | | | | | | | | | | | | | | | | | | | | | | 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-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Small updates to fix slightly broken previous release of pygtk.James Henstridge1998-12-101-0/+7
|
* Some small changes for the 0.5.7 release of pygtk.James Henstridge1998-12-091-0/+13
|
* Initial revisionJames Henstridge1998-12-061-0/+393