This commit is contained in:
Matthias Clasen 2005-06-20 03:58:26 +00:00
parent d7cfee4b16
commit 8e7a7b56e0
4 changed files with 53 additions and 28 deletions

View File

@ -1,3 +1,7 @@
2005-06-19 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2005-06-19 Kristian Rietveld <kris@gtk.org> 2005-06-19 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a

View File

@ -1,3 +1,7 @@
2005-06-19 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2005-06-19 Kristian Rietveld <kris@gtk.org> 2005-06-19 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a

View File

@ -1,3 +1,7 @@
2005-06-19 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2005-06-19 Kristian Rietveld <kris@gtk.org> 2005-06-19 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a

69
NEWS
View File

@ -1,6 +1,8 @@
Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0 Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
================================================= =================================================
* GtkTreeView * GtkTreeView
- Kris is back !!!
- Lots of scrolling/validation fixes [Kristian Rietveld]
- Allow to "unsort" columns. [Richard Hult] - Allow to "unsort" columns. [Richard Hult]
- Support wrapping in GtkCellRendererText [Matthias Clasen] - Support wrapping in GtkCellRendererText [Matthias Clasen]
- Support tinting in GtkCellRendererPixbuf [Jorn Baayen] - Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
@ -11,13 +13,16 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
* GtkFileChooser * GtkFileChooser
- Don't select the first item in folder modes [Christian Neumair, - Don't select the first item in folder modes [Christian Neumair,
Federico Mena Quintero] Federico Mena Quintero]
- Make save mode work again [Federico]
- Allow bookmarks to be renamed [Sean Middleditch] - Allow bookmarks to be renamed [Sean Middleditch]
- Ellipsize the preview label [Jeroen Zwartepoorte] - Ellipsize the preview label [Jeroen Zwartepoorte]
- Use smaller icons [Vincent Noel] - Use smaller icons [Vincent Noel]
- Avoid a size allocation loop [Milosz Derzynski, Robert Ögren] - Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
- Don't stat children of /afs or /net network directories [Federico] - Don't stat children of /afs or /net network directories [Federico]
- Improve sorting of filenames [Matthias] - Improve sorting of filenames [Matthias]
- Treat backup files like hidden files [Sean Middleditch] - Treat backup files like hidden files, and support
.hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen]
- Improve the re-rooting behaviour of the path bar [Benjamin Otte]
* GtkIconView * GtkIconView
- Many fixes for scrolling and selection handling [Mathias Hasselmann] - Many fixes for scrolling and selection handling [Mathias Hasselmann]
- Implement GtkCellLayout, use cell renderers [Matthias] - Implement GtkCellLayout, use cell renderers [Matthias]
@ -29,7 +34,8 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
- Visual improvements, HIG compliance [Jorn Baayen] - Visual improvements, HIG compliance [Jorn Baayen]
* GtkCalendar * GtkCalendar
- Use nl_langinfo() to determine the first day of week, - Use nl_langinfo() to determine the first day of week,
when it is available [Vincent Untz, Tommi Komulainen] when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
- Allow localization of the year format [Paisa Seeluangsawat]
* GtkEntry * GtkEntry
- Allow completion popups to be wider than the entry [Ross Burton] - Allow completion popups to be wider than the entry [Ross Burton]
- Add a property to suppress the popup for single matches [Matthias] - Add a property to suppress the popup for single matches [Matthias]
@ -39,18 +45,19 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
- Allow to set a paragraph background color [Gustavo Carneiro, - Allow to set a paragraph background color [Gustavo Carneiro,
Jeroen Zwartepoorte] Jeroen Zwartepoorte]
- Don't blink the cursor if not editable [Nikos Kouremenos] - Don't blink the cursor if not editable [Nikos Kouremenos]
- Make invisible text work a bit better [Jeroen]
* GtkAlignment * GtkAlignment
- Flip padding in RTL mode [Maciej Katafiasz] - Flip padding in RTL mode [Maciej Katafiasz]
* GtkMenu
- Support vertical menubars [Matthias]
- Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
* GtkUIManager * GtkUIManager
- Support invisible, expanding separators [Christian Persch] - Support invisible, expanding separators [Christian Persch]
- Allow to construct menu tool buttons [Sven Neumann]
* GtkIconCache * GtkIconCache
- Cache image data and metadata as well [Anders Carlsson] - Cache image data and metadata as well [Anders Carlsson]
* GtkMenu * GtkMenu
- Allow to pop up menus without grabbing the - Support vertical menubars [Matthias]
keyboard [Michael Natterer] - Make scrolling more efficient [Jorn Baayen, Søren Sandmann]
- Allow to pop up menus without grabbing the keyboard [Michael
Natterer]
- Allow setting background images on menus [Benjamin Otte] - Allow setting background images on menus [Benjamin Otte]
* gtk-demo * gtk-demo
- Add demos for 2.6 features [Matthias, Mark McLoughlin] - Add demos for 2.6 features [Matthias, Mark McLoughlin]
@ -60,9 +67,11 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel] them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
* Move a lot of constant data to the .rodata section [Matthias] * Move a lot of constant data to the .rodata section [Matthias]
* Don't copy property names, nicks and blurbs [Matthias] * Don't copy property names, nicks and blurbs [Matthias]
* Use Cairo for most drawing [Owen] * Use Cairo for most drawing [Owen Taylor]
* Allow themes to draw outside the widget's allocation [Owen] * Allow themes to draw outside the widget's allocation [Owen]
* Allow key names to be translated [Christian Rose] * Allow key names to be translated [Christian Rose]
* Make all cursors used by GTK+ themeable [Matthias]
* Support the ICCCM urgency hint [Havoc Pennington]
* GDK * GDK
- Work with XRender < 0.4 [Albert Chin, Billy Biggs] - Work with XRender < 0.4 [Albert Chin, Billy Biggs]
- Add API to warp the pointer [Matthias] - Add API to warp the pointer [Matthias]
@ -72,6 +81,7 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
- Make some large arrays const [Ben Maurer, Tommi Komulainen] - Make some large arrays const [Ben Maurer, Tommi Komulainen]
- Support Cairo drawing [Owen, Carl Worth] - Support Cairo drawing [Owen, Carl Worth]
- Support Visuals with alpha channel [Owen, Keith Packard] - Support Visuals with alpha channel [Owen, Keith Packard]
- Support named cursors and cursor themes [Matthias]
* gdk-pixbuf * gdk-pixbuf
- Support saving BMP [Ivan Wong Yat Cheung] - Support saving BMP [Ivan Wong Yat Cheung]
- Allow to specify compression level when saving - Allow to specify compression level when saving
@ -95,36 +105,39 @@ Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
- Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, - Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie,
Robert Ögren, Kevin Stange, Tim Evans] Robert Ögren, Kevin Stange, Tim Evans]
* Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders * Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
Carlsson, Arjan van de Ven, Billy Biggs, Chris Lee, Christian Persch, Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee,
Crispin Flowerday, Damon Chaplin, David A. Knight, David Costanzo, Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin,
Dennis Cranston, Diego Gonzalez, Dom Lachowicz, Doug Morgan, Doug David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez,
Quale, Elijah Newren, Federico, Felipe Heidrich, Felix Riemann, Frank Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros
Naumann, Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann,
Loidl, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl,
Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma,
Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke,
Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, Kazuki Iwamoto, Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan,
Kjartan Maraas, Leonard Michlmayr, Lorenzo Gil Sanchez, Manish Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard
Singh, Marc Meissner, Matthias, Michael Natterer, Mikael Hallendal, Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias,
Milosz Derezynski, Morten Welinder, Murray Cumming, Niko Tyni, Nguyen Thai Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder,
Ngoc Duy, Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy,
Fimml, Peter Wainwright, Phil Blundell, Philipp Langdale, Priit Laes, Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml,
Remus Draica, Richard Hult, Robert Staudinger, Rodney Dawes, Rodrigo Moya, Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale,
Roman Kagan, Ryan Lortie, Samuel Hym, Seven Walter, Søren, Stepan Kasal, Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert
Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie,
Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal,
Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard, Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard,
Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen, Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, Vincent Noel, Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil,
Vincent Untz, Yury Puzis] Vincent Noel, Vincent Untz, Yury Puzis]
* Documentation improvements [Alex Graveley, Ali Akcaagac, Bill * Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship, Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks, George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias, Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
Morten Welinder, Murray Cumming, Oliver Sessink, Owen, Richard Hult, Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen,
Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, Torsten Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann,
Schoenfeld, Vincent Untz, Worik Stanton] Torsten Schoenfeld, Vincent Untz, Worik Stanton]
* New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et, * New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et,
eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn, eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn,
sv,uk,vi,xh,zh_CN,zh_TW) sv,th,uk,vi,xh,zh_CN,zh_TW)
Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1 Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1
================================================= =================================================