diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-21 21:44:08 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-21 21:44:08 +0000 |
commit | bffb11e1d6ae1ad96d8b7986a5801d1b6e0be62b (patch) | |
tree | 0c00ca80cfe33bfa49dadcc6285f14aad7a834e5 /NEWS | |
parent | b56118cf132c85f4a0a66e27994c54b97d351861 (diff) | |
download | gdk-pixbuf-bffb11e1d6ae1ad96d8b7986a5801d1b6e0be62b.tar.gz |
Version 1.3.11, interface, binary age 0.
Wed Nov 21 15:21:26 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (GTK_MICRO_VERSION): Version 1.3.11,
interface, binary age 0.
* NEWS: Updates
* gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
fixes in docs.
* gtk/gtkmain.h: Remove unused and misnamespaced
get_gtk_win32_directory() prototype.
* gdk/gdkimage.c (gdk_image_get): Fix parameter names
to match header.
* gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
to match docs.
* gdk/gdkevents.c (gdk_event_get_coords)
gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
gtk/gtkdnd.c (gtk_drag_set_icon_stock):
Fix parameter names in docs.
* docs/faq/Makefile.am (FAQ_FILES): Add missing files.
(#64961, Akira Tagoh)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +Overview of Changes in GTK+ 1.3.11 +================================== + +* Massive rework of accelerator API and implementation (Tim Janik) +* Major fixes to resizing and redrawing to eliminate hysteresis + and optimize. (Owen Taylor, Soeren Sandmann) +* Make many widgets NO_WINDOW to improve appearance and reduce + drawing overhead (Owen) +* Text view fixes (Havoc Pennington) +* Make child widgets in GtkTextView work (Havoc) +* GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld) +* Clean up GtkTreeView drag and drop support (Owen) +* Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson) +* Add gtk_window_get/set_focus(), gtk_window_set_default() as public + functions (Owen, Damian Ivereigh) +* Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen) +* Change button ordering in standard dialogs to correspond to + GNOME useability project proposal (Gregory Merchan) +* Add support for context sensitivity in input methods (Owen) +* Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima) +* Fix gdk_window_scroll() and other aspects of big windows (Owen) +* Remove need for X connection for class initialization (Jacob Berkman) +* Propagate key events to parents of focused widget (Owen) +* Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen) +* Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist) +* Bug and documentation fixing (Matthias Clasen, Anders Carlsson, + Jacob Berkman, others.) + +Other Contributors: + Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, + Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, + Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, + Kristian Rietveld, Nicolas Setton, Manish Singh, Vitaly Tishkov, Sebastian Wilhelmi, + Michael Natterer + Overview of Changes in GTK+ 1.3.10 ================================== |