|
|
|
|
 [精华] gtk+-2.4.0 released - blewz [ 2004-03-17 07:44 | 9,654 byte(s)]
 [精华] gtk+ 2.4.1 发布 - knoppix [ 2004-05-05 10:28 | 2,273 byte(s)]
 [精华] Re: gtk+ 2.4.1 发布 - pupilzeng [ 2004-06-14 01:35 | 573 byte(s)]
 [精华] 我也遇到过同样的问题! - anghz [ 2004-06-14 10:15 | 142 byte(s)]
 [精华] Re: 我也遇到过同样的问题! - pupilzeng [ 2004-06-15 12:23 | 62 byte(s)]
 [精华] GetOpenFileName - anghz [ 2004-06-15 12:56 | 204 byte(s)]
 [精华] [2004-06-05] gtk+ 2.4.2 发布 - SilentScreamer [ 2004-06-05 10:58 | 4,832 byte(s)]
 [精华] GTK+ 2.4.3 发布 - x11perf [ 2004-06-12 10:33 | 836 byte(s)]
 [精华] [2004-07-10]GTK+ 2.4.4 发布 - SilentScreamer [ 2004-07-10 21:23 | 2,186 byte(s)]
 [精华] [2004-08-14]GTK+ 2.4.6 发布 - SilentScreamer [ 2004-08-14 23:12 | 2,289 byte(s)]
 [精华] [2004-08-15]GTK+ 2.4.7 发布 - SilentScreamer [ 2004-08-15 17:19 | 581 byte(s)]
 [2004-08-26]GTK+ 2.4.9 发布 - SilentScreamer [ 2004-08-26 09:17 | 324 byte(s)]
 [2004-09-19]GTK+ 2.4.10 发布 - SilentScreamer [ 2004-09-19 19:27 | 1,522 byte(s)]
 [2004-10-09]GTK+ 2.4.11 发布 - SilentScreamer [ 2004-10-09 23:39 | 1,329 byte(s)]
 [2004-10-13]GTK+ 2.4.13 发布 - SilentScreamer [ 2004-10-13 12:13 | 579 byte(s)]
 Re: [2004-10-13]GTK+ 2.4.13 发布 - carlosliu [ 2004-10-13 17:32 | 49 byte(s)]
 [精华] Re: [2004-06-05] gtk+ 2.4.2 发布 - blewz [ 2004-06-05 12:03 | 10 byte(s)]
 [精华] gentoo 已提供 gtk+ 2.4.1 - x11perf [ 2004-05-05 12:03 | 91 byte(s)]
 [精华] Re: 好象有点问题 - yuking [ 2004-03-17 15:18 | 201 byte(s)]
 [精华] Re: 好象有点问题 - younker [ 2004-03-17 15:42 | 101 byte(s)]
 [精华] Re: 好象有点问题 - yuking [ 2004-03-17 17:39 | 148 byte(s)]
 [精华] Re: 好象有点问题 - yuking [ 2004-03-17 17:58 | 90 byte(s)]
 [精华] 有问题的是D4X - Rigel [ 2004-03-18 08:32 | 1,001 byte(s)]
 [精华] 原来如此 - yuking [ 2004-03-18 14:26 | 115 byte(s)]
 [精华] Re: 原来如此 - blewz [ 2004-03-18 18:36 | 18 byte(s)]
 [精华] Re: gtk+-2.4.0 released - knoppix [ 2004-03-17 09:39 | 86 byte(s)]
 [精华] Re: gtk+-2.4.0 released - gogoliu [ 2004-03-17 07:58 | 100 byte(s)]
 [精华] Re: gtk+-2.4.0 released - blewz [ 2004-03-17 08:00 | 14 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
GTK+-2.4.0 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/v2.4/
gtk+-2.4.0.tar.bz2 md5sum: fd16157de447c7f0a86495ad0dc67a1b
gtk+-2.4.0.tar.gz md5sum: 404d3496eb8ba6c38eb6f2392244a35a
along with new versions of the 3 base libraries, GLib, Pango and ATK.
Release notes are available at:
http://www.gtk.org/gtk-2.4.0-notes.html
What is GTK+
============
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.
GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development.
GTK+ is free software and part of the GNU Project. However, the
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
developers, including those developing proprietary software, without
any license fees or royalties. GTK+ is the only 100% free-of-cost open
source industrial-strength GUI toolkit available today.
Since its origins as the toolkit for the GNU Image Manipulation
Program (GIMP), GTK+ has been used in a wide range of software.
Notably, GTK+ is the foundation of the GNOME desktop; GTK+-2.4
will be incorporated into the soon-to-be-released version 2.6
of the GNOME desktop.
What's new in GTK+-2.4GTK+-2.4 adds significant new functionality while maintaining
source and binary compatibility with GTK+-2.2. Highlights
of new features and improvements in GTK+-2.4 are:
New file selector widget
The new GtkFileChooser widgets provide a radically simplified
and improved way for users to select files. Capabilities such as
customizable filters and previews are now available for
application writers. The filesystem access is encapsulated as a
dynamically loaded module; as an example of what this allows,
libgnomeui now provides a gnome-vfs backend for GtkFileChooser
so that it has the same view of remote filesystems as
applications such Nautilus.
New drop-down selection widget
The GtkComboBox widget replaces the old GtkOptionMenu and
GtkCombo widgets with a single unified appearance
and programming interface for both editable and non-editable
dropdowns. Other enhancements provided include customizability
of the main display widget and grid layouts for the drop-down
menu.
Action-based toolbar and menu API
GtkUIManager allows the application to specify a set of
"actions", then create menus and toolbars using those actions
from an XML-like interface description. This separation makes it
easier to coordinate having the same item both in a menu and in
a toolbar and simplifies the implementation of toolbar editing.
Bidirectional editing and interface flipping improvements
GTK+ now automatically determines the base direction for
label and text-entry widgets based on their contents, rather
than requiring it to be specified by the application; this
gives a much better user experience when editing mixed
right-to-left and left-to-right text. Support for user-interface
mirroring in right-to-left locales has now been extended to
cover virtually all widgets.
Other enhancements:
- The GtkTreeModelFilter tree model allows displaying a
filtered view of another tree model
- GtkTreeView now supports a fixed-height-mode for faster
display.
- GtkToolbar has been reworked to provide a more consistent
and extensible programming interface along with new features
such as an overflow menu and animated editing feedback.
- GtkEntry now supports completion dropdowns. - Named icons via the freedesktop.org icon theme specification
are now supported.
- gdk-pixbuf improvements include a PCX loader and saving
support for the ICO and CUR formats.
- Round trips to the X server at application startup and
during operations such as drag-and-drop have been
greatly reduced.
Where to get more information about GTK+-2.4
============================================
Information about GTK+ including links to documentation can be
found at:
http://www.gtk.org/
An installation guide for GTK+-2.4 is found at:
http://developer.gnome.org/doc/API/2.4/gtk/gtk-building.html
Common questions:
http://developer.gnome.org/doc/API/2.4/gtk/gtk-question-index.html
(the above URL contains links to 1.2->2.x porting information)
http://www.gtk.org/faq/
The GTK+-2.4 Team:
Jonathan Blandford, Hans Breuer, Matthias Clasen, Tim Janik, Tor Lillqvist,
Federico Mena Quintero, Kristian Rietveld, Søren Sandmann, Manish Singh,
and Owen Taylor
Special thanks to:
Anders Carlsson [GtkToolbar and action-based menus]
Semion Chichelnitsky [RTL flipping support for widgets]
Dov Grobgeld [Bidirectional editing improvements]
Marco Pesenti Gritti [Testing and suggestions for new widgets]
J. Ali Harlow [Win32 backend]
James Henstridge [Action-based menus, Automake-1.7 conversion]
Alex Larsson [Original GtkIconTheme code]
Mark Mcloughlin [GtkExpander]
Seth Nickell [GtkFileChooser user interface design]
Morten Welinder [GtkFileChooser testing and bug fixing]
Egon Andersen, Olivier Andrieu, Krasimir Angelov, Jan Arne,
Olexiy Avramchenko, Jorn Baayen, Sebastien Bacher, Archit Baweja, Josh Beam,
Christian Biere, Christopher Blizzard, Herman Bloggs, David Bordoley,
Paolo Borelli, Abigail Brady, David Brigada, George Bronnikov, Simon Budig,
Brian Cameron, Damien Carbery, Jean-Philippe Chancelier, Damon Chaplin,
Steve Chaplin, Mitsuru Chinen, Manuel Clos, David L. Cooper II,
Piers Cornwell, Dennis Cranston, Frederic Crozat, Murray Cumming, Dan Damian,
John Darrington, Rodney Dawes, John Ehresman, John Ellis, Daniel Elstner,
Tim Evans, Crispin Flowerday, Jeff Franks, Tony Gale, Grant Gayed,
Jody Goldberg, Diego Gonzalez, Erik Grinaker, Steffen Gutmann,
Pascal Haakmat, David Hampton, Bill Haneman, David Hawthorne,
Felipe Heidrich, Jon-Kare Hellan, Bruce Hochstetler, Iain Holmes,
Adam Hooper, Jan Huelsbergen, Richard Hult, Hans-Petter Jansson,
Jonas Jonsson, Theppitak Karoonboonyanan, Richard Kinder, Niklas Knuttson,
Egmont Koblinger, Tommi Komulainen, Tuomas Kuosmanen, Dom Lachowicz,
Philip Langdale, Roger Leigh, Thomas Leonard, Frederic Lespez, Noah Levitt,
Tomasz Lloczko, Henning Nielsen Lund, Paolo Maggi, Dave Malcom,
Kjartan Maraas, Evan Martin, Ross McFarland, Michael Meeks,
Julio M. Merino Vidal, Gregory Merchan, Tim-Philipp Müller, Michael Natterer,
Dave Neary, Christian Neumair, Vincent Noel, Padraig O'Briain,
Gonzalo Odiard, Tomas Ögren, Kazuho Okui, Benjamin Otte, Narayana Pattipati,
Havoc Pennington, Christian Persch, Martin Pool, Roozbeh Pournader,
Joshua N. Pritikin, Geoff Reedy, Christian Reis, Olivier Ripoll,
Sebastian Rittau, Daniel Rogers, Christian Rose, Changwoo Ryu,
Torsten Schoenfeld, Danilo Segan, Nils O. Selåsdal, Nicolas Setton, Yu Shao,
Joe Shaw, Jakub Steiner, Mariano Suárez-Alvarez, Hidetoshi Tajima,
Taavi Talvik, Vitaly Tishkov, Vasilis Vasaitis, Eric Warmenhoven,
Philip K. Warren, Johannes Weißl, Marc Welz, Dan Winship, Alexander Winston,
Adam Wright, Uwe Zeisberger, Peter Zelezny, Yao Zhang, Michael Zucchi,
Jeroen Zwartepoorte
16 March 2004
Thanks to all the contributors to GTK+-2.4 including:
======================
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
好呀, 为 gnome 2.6 的发布铺平了道路了.
估计 gnome 2.6 将在近期发布.
|
|
----
Welcome to the world of choices and performance.
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
编译好后,运行gtk-demo会导致X崩溃--这个可能是我自己系统的问题。另外,生成的动态库中也没有符号_gtk_accel_group_attach(Downloader for X需要它),这个可能是它的编译脚本有问题。
2.3.5就没这些问题。
|
|
----
本人总是爱冲动,得罪之处,敬请谅解
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
downloader 4 X的问题在2.3。6中也存在,估计是被去掉了。
I will try to patch D4X these days.
|
|
----
吃得比猪少,干得比牛多。睡得比狗晚,起的比鸡早。
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
|
我看了一下,可能是2.3.6开始的makefile.in有问题导致,应该是个BUG。GTK中依旧有那个函数,但似乎只出现在调试代码中。我正在试图用2.3.5的文件来替换2.4.0的
|
|
----
本人总是爱冲动,得罪之处,敬请谅解
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
|
用2.3.5中的configure脚本替换2.4.0中的,并将其中的版本号改为2.4.0就可以。应该算是一个问题吧
|
|
----
本人总是爱冲动,得罪之处,敬请谅解
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
"_gtk_accel_group_attach" 这个符号当然在,你可以用 nm -a 看到它被标记为内部
符号。所有以下滑线“_”开头的 gtk 函数都是 gtk 内部私有函数,外部程序不应该引用。
因为它们的兼容性没有任何保障,随时可以被修改甚至消失。Gtk 采取了更为决绝的
措施,在 link 的时候,根本不 export 这些私有函数的符号。所以尽管它们存在于 so
库中,但对外部程序是不可见的。可惜的是长期以来,存在一个 bug,使得所有的符号
都一股脑儿的被 export 了。直到 2.3.6 发布前才得以修正。这就是为什么像 D4X 这类
程序得以混到今天才现形。所有的修改都在 configure 中,你用 2.3.5 的替换 2.4.0 的,
等于废掉了这个 bug fix,自然就恢复到旧的错误行为。
gtk_accel_group_attach 是 gtk1.2 时代的用法。早在 2.0 beta 的时候就被废掉了,
应用程序应该改用 gtk_window_add_accel_group。这个 D4X 的作者可真够懒得,加个
下滑线他又混了三年。yuking 大侠赶紧出手替他清理门户吧。
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
谢谢……原来如此。我还以为是gtk出了问题。
不过,d4x不是一个gpl的软件,它的作者好象不允许其它修改其源码……
|
|
----
本人总是爱冲动,得罪之处,敬请谅解
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
gtk+ 2.4.1 发布
下载地址:
ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-2.4.1.tar.bz2
新版改进:
* GtkFileChooser
- bug fixes [Morten Welinder, Federico Mena Quintero]
- pre-fill the location entry [Federico]
- internal api changes to allow setting a busy cursor
while loading [Federico]
- improve pathbar button sizing [Owen Taylor]
- add keybindings for removing bookmarks [Federico]
* GtkComboBox, GtkEntryCompletion
- fix repositioning logic [Niklas Knutsson]
- make keynav wrap around [Matthias]
- improve theme compliance [Matthias, Brian Cameron]
* GtkUIManager
- accept unnamed <separator>s [Anders Carlsson]
- robustify against gtk_widget_show_all() [Murray Cumming]
- warn if an accelerator cannot be parsed [Jody Goldberg]
* Win32
- fix DND positioning [Hans Breuer]
- update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow]
- make filechooser work on Windows [Tor]
- draw arcs more correctly [Tor]
- disable tables support by support, add --use-wintab to
get it back [Tor]
* Make color wheel accessible [Padraig O'Briain]
* Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann]
* Doc improvements [Federico, Matthias, Christian Persch]
Olexiy Avramchenko, Tim-Philipp Müller]
* Misc bug fixes [Alex Converse, Owen, Jacques Garrigue,
Jonathan Blandford, Anders Carlsson, Christian, Hans,
Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez,
Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev,
Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan,
John Ehresman, Chris Sherlock, Jody]
* Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA,
en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml,
mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn,
sv,tr,uk,uz,wa,zh_CN)
|
|
|
----
Welcome to the world of choices and performance.
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
[2004-06-05] gtk+ 2.4.2 发布
GTK+-2.4.2 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/v2.4/
gtk+-2.4.2.tar.bz2 md5sum: 9493d2e16e7e356a05c2ce9fd1497040
gtk+-2.4.2.tar.gz md5sum: ce4959eb6d56299c904fad1ab330e1b4
This is a bug fix release and is source and binary compatible
with 2.4.0. There are a considerable number of fixes in this
release as compared to 2.4.0, especially in the areas of
GtkFileChooser, GtkComboBox and GtkEntryCompletion. Also, a
problem on Solaris has been fixed.
What is GTK+
============
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.
GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development.
GTK+ is free software and part of the GNU Project. However, the
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
pdevelopers, including those developing proprietary software, without
any license fees or royalties.
Where to get more information about GTK+
========================================
Information about GTK+ including links to documentation can be
found at:
http://www.gtk.org/
An installation guide for GTK+-2.4 is found at:
http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
Common questions:
http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html
http://www.gtk.org/faq/
Overview of Changes from GTK+ 2.4.1 to GTK+ 2.4.2
=================================================
* GtkUIManager
- Install signals correctly [Michael Natterer]
- Make the output of gtk_ui_manager_get_ui() parsable. [Michael]
- Add a way to suppress stock accelerators. [David A Knight]
* GtkClipboard
- Fix INCRemental transfer of MULTIPLE targets [Matthias Clasen]
- Increase the chunk size for INCRemental transfers [Matthias]
* GtkFileChooser
- Hide the combo box when appropriate [Christian Neumair]
- bug fixes [Federico Mena Quintero]
* GtkComboBox
- add mouse/wheel bindings on the cellview [Matthias]
- improve positioning of popup [Matthias]
- make the selection follow the mouse [Matthias]
* GtkEntryCompletion
- make the selection follow the mouse [Matthias]
- restrict popup size to monitor size [Matthias, DmD Ljungmark]
- don't complete on paste [Anders Carlsson]
* Win32
- bug fixes [Benoît Carpentier, Hans Breuer, John Ehresman,
Tor Lillqvist, Robert Ögren]
* GtkButton/GtkArrow
- Don't draw the focus over the button child [Matthias]
- Increase default arrow size to compensate [Matthias]
* Documentation improvements [Doug Quale, Matthias,
Steffen Röcker, Steve Chaplin, Tommi Komulainen]
* Other bug fixes [Billy Biggs, Crispin Flowerday,
David Hawthorne, Federico, Havoc Pennington, John Finlay,
Kouichirou Hiratsuka, Mark McLoughlin, Matthias, Michael,
Michal Pasternak, Morten Welinder, Olivier Andrieu,
Owen Taylor, Padraig O'Briain, Sam Stevenson, Scott Tsai,
Soeren Sandmann, Sven Neumann]
* Updated translations (bg,it,nl,tk,wa,zh_CN)
4 June 2004
详情请见:
http://lists.gnome.org/archives/gtk-devel-list/2004-June/msg00009.html
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
GTK+ 2.4.3 发布
下载地址:
ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-2.4.3.tar.bz2
新版改进:
* GtkButton
- Give extra space to children of !CAN_FOCUS buttons [Matthias Clasen]
* GtkFileChooser
- Make DND work when the dialog is modal [Federico Mena Quintero]
* GtkToolbar
- Don't show empty overflow menu [Soeren Sandmann]
- Don't show initial separator in overflow menu [Soeren]
- Handle dynamic changes to overflow menu [Soeren]
* Documentation improvements [Bastien Nocera, Matthias]
* Other bug fixes [Matthias, Soeren, Sven Neumann]
* Updated translations (hu,ne)
|
|
----
everything is a file
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
有没有人在windows上面使用gtk?
我在windows2003上使用,在使用file selector打开文件的时候,经常出现下面的错误:
Glib-ERROR **gmem.c:140 failed to allocate 2147483649 bytes,aborting ... ...
像选E:这种路径都会出现这种错误,但是我选D:或D:下的文件却还没有出现过,而如果程序一开始启动的时候就位于E:下,则可以打开部分文件夹,其它的一些还是会出现错误。
所以我现在还不能确定究竟是什么情况下一定会出现,但是在我机器上这些出错误的文件夹倒是每次都会出现。
我试过gtk2.2.4,gtk2.4.1都是出现同样的问题。
PS,我使用的都是预编译的二进制版。
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
如果要打开的目录下有特定的中文文件名,就会出现(我的环境是:win2k + gtk2.2.x)。我也没找到解决的办法,只好用windows自带的系统函数代替。
|
|
----
少成若天性,习惯成自然
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
Overview of Changes from GTK+ 2.4.3 to GTK+ 2.4.4
=================================================
* GtkFileChooser
- Use Save button in save mode. [Federico Mena Quintero]
- Check for errors when opening folders [Federico]
- Fall back to stock icons if icon theme is not found [Federico]
- Bug fixes [Federico, Alex Roitman, Owen Taylor]
* GtkComboBox
- Make it work without a model [Mariano Suarez-Alvarez, Christian
Persch]
- Improve placement of popup [David A. Knight]
* GtkImage
- Fix issues with partial redrawing [John Ehresman, Felipe Heidrich,
Billy Biggs]
* GtkEntry
- Fix cursor movement with combining marks [Theppitak Karoonboonyanan]
- Protect passwords better [Morten Welinder]
* Win32 fixes
- Fix build without wintab [J. Ali Harlow]
- Improve Clipboard handling [Tor Lillqvist, John Ehresman]
* Gdk
- Make RGBA cursors work [Michael Natterer]
- Work with odd XServers [Bastien Nocera]
- Handle _NET_WM_STATE_ABOVE/_BELOW better [Billy Biggs]
- Don't leak DND contexts [Alex Larsson]
* gdk-pixbuf
- Make tiff loader work with libtiff 3.6.1 [Marco Ghirlanda]
- Fix math for GDK_INTERP_HYPER [Brian Cameron]
- Fix Win32 exported symbols [Tor Lillqvist]
* Documentation improvements [Billy Biggs, Matthias Clasen,
Oliver Andrieu]
* Other bug fixes [Federico, Michael, Matthias, Philip Kendall,
Jean-François Wauthy, John Finlay, Jeff Franks, Tim Janik,
Nickolay V. Shmyrev, Sampo Nurmentaus, William Jon McCann,
Jan-Marek Glogowski, Yevgen Muntyan, Pawel Salek,
Jonathan Blandford, Sunil, Dimitiry. M Shatrov]
* Updated translations (bg,he,hu,ne,sq)
详情请见:
http://mail.gnome.org/archives/gnome-announce-list/2004-July/msg00023.html
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
[2004-08-14]GTK+ 2.4.6 发布
Overview of Changes from GTK+ 2.4.4 to GTK+ 2.4.6
=================================================
* GtkFileChooser
- Set busy cursor while mounting [Federico Mena Quintero]
- Set accessible name [Padraig O'Briain]
- Improve activation on focus [Federico]
- Accept paths in entry [Federico]
* GtkTreeView
- Draw focus indicator for empty tree views [Federico]
- Make column dragging more robust [Matthias Clasen,
Christian Biere]
- Prevent DND on non-sources [Pawel Salek]
* GtkUIManager
- Accept paths with a leading / [David Malcolm]
* Gdk
- Fix handling of keep-above and keep-below
state [Matthew Garret]
- Add some missing error traps [Thomas Leonard]
* gdk-pixbuf
- Make incremental loading work for 8bit pcx
files [Magnus Bergman]
- Handle edge pixels consistently [Brian Cameron,
Matthias]
- Handle OS/2 BMPs [Jon-Kare Hellan]
* Bug fixes for Copy-Paste behaviour in text widgets
[Mikael Hallendal, Scott Bronson]
* Memory leak fixes in multiple widgets [Kjartan Maraas,
Tommi Komulainen, Crispin Flowerday, Matthias]
* Win32 fixes [Robert Ögren, Tor Lillqvist, Hans Breuer
* Other bug fixes [John Cupitt, Elke Meier, Matthias,
Peter Zelezny, Guilherme Salgado, John Finlay, Tommi,
Padaig, Olivier Sessink, Nicolas Deves, Lorenzo Gil
Sanchez, Christian Persch, Morten Welinder, Markku Vire,
Markus Lausser]
* Documentation improvements [Owen Taylor, Matthias, Axel
Simon, David, Federico, Mariano Suarez-Alvarez]
* Updated translations (ang,az,bg,br,ca,cs,en_CA,es,fi,fr,hi,hu,
it,ja,ko,mn,nb,nl,no,pl,pt,pt_BR,ru,sq,sr,sr Latn,sr ije,sv,uz,
wa,zh_CN)
详情请见:
http://mail.gnome.org/archives/gnome-announce-list/2004-August/msg00040.html
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
[2004-09-19]GTK+ 2.4.10 发布
Overview of Changes from GTK+ 2.4.9 to GTK+ 2.4.10
==================================================
* GtkFileChooser
- Fix some memory leaks [Kjartan Maraas]
- Make autocompletion less annoying in save mode [Owen Taylor]
* Default theme
- Improve drawing of expanders [Matthias Clasen]
* GtkEntryCompletion
- Improve positioning of popups [Matthias]
* Make selection handling robust against invalid UTF-8 [Owen Taylor]
* gdk-pixbuf
- Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
- Security fixes [Chris Evans]
* Win32 bug fixes
- Improve tablet handling [Robert Ögren]
- Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
- Fix loading of input modules on Win32 [Kazuki IWAMOTO]
* Other bug fixes [Tim Janik, Bill Haneman, Padraig O'Briain,
Frederic Croszat, Matthias, Felipe Heidrich, Lorenzo Gil
Sanchez, Olivier Andrieu, Jean Bréfort, Christian Persch,
Edd Dumbhill, Marco Pesenti Gritti]
* Updated translations (ang,bn,cs,cy,de,en_CA,hu,ne,nn,ro,tr,uk)
详情请见:
http://mail.gnome.org/archives/gnome-announce-list/2004-September/msg00041.html
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
[2004-10-09]GTK+ 2.4.11 发布
Overview of Changes from GTK+ 2.4.10 to GTK+ 2.4.11
===================================================
* GtkFileChooser
- Make path bar arrows larger [Matthias Clasen]
- Make SELECT_FOLDER mode work [Matthias]
- Speed up the completion popup [Matthias]
- Update the preview when searching [Tommi Komulainen]
- Pop up completions again when tab is pressed [Jon Bech Madsen]
- Don't prepopulate the location entry [Matthias]
* Win32 bug fixes [Robert Ögren]
* Other bug fixes [Federico Mena Quintero, Joel Fredrikson, Matthias,
Padraig O'Briain, Michèle Garoche. Frederic Crozat,
Jonathan Blandford, John Cupitt, Morten Welinder, Christian Persch,
Lorenzo Gil Sanchez, Federico]
Martyn Russell]
* Documentation improvements [John Finlay, Billy Biggs, Jonathan,
Owen Taylor]
* New and updated translations (az_IR,ang,en_CA,gl,hu,it,nl)
详情请见:
http://mail.gnome.org/archives/gnome-announce-list/2004-October/msg00019.html
|
|
[Original]
[Print]
[Top]
|
|
|