2013-07-04 23:29:05 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.85 2013/07/04 21:29:05 adam Exp $
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
bin/gtk-builder-convert
|
2002-03-24 21:34:36 +01:00
|
|
|
bin/gtk-demo
|
|
|
|
bin/gtk-query-immodules-2.0
|
2004-12-24 11:04:39 +01:00
|
|
|
bin/gtk-update-icon-cache
|
2008-10-16 13:10:06 +02:00
|
|
|
include/gail-1.0/gail/gailwidget.h
|
|
|
|
include/gail-1.0/libgail-util/gail-util.h
|
|
|
|
include/gail-1.0/libgail-util/gailmisc.h
|
|
|
|
include/gail-1.0/libgail-util/gailtextutil.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gdk/gdk.h
|
2008-10-16 13:10:06 +02:00
|
|
|
include/gtk-2.0/gdk/gdkapplaunchcontext.h
|
Update to 2.8.4:
Overview of Changes from GTK+ 2.8.3 to GTK+ 2.8.4
=================================================
* GtkFileChooser
- Turn off the profiling code [Federico Mena Quintero]
* GtkEntryCompletion
- Make completion work with multibyte characters
[Tommi Komulainen]
- Improve positioning of large popups [Tommi Komulainen]
* GtkTreeView
- Make column reordering by DND work better [Dan
Winship]
* GtkCalendar
- Correctly determine the first weekday from
nl_langinfo() [Stanislav Brabec]
* GtkFontSel, GtkFontButton
- Handle invalid font names better [Michael R. Walton,
Ed Catmur]
* Deliver destroy events [Chris Lahey]
* Fix redrawing of widgets in the the presence
of shaped child windows [Dan Winship]
* Win32 changes
- Prune unnecessary mouse events [Tor Lillqvist]
- Fix memory corruption when using display
names [Tor Lillqvist]
* Other bug fixes [Alexander Larsson, John Cupitt,
John Finlay, Kjartan Maraas, Thomas Leonard,
Guillaume Cottenceau, Alexander Nedotsukov, Tim Janik,
Tor Lillqvist, Tommi Komulainen
* Documentation improvements [Guillaume Cottenceau,
Torsten Schoenfeld, Damon Chaplin, Vincent Untz,
Tommi Komulainen, Federico Mena Quintero
* New and updated translations (bg,bn,et,eu,fr,gl,hi,it,
ku,ru,sr,sv,tr,vi)
Overview of Changes from GTK+ 2.8.2 to GTK+ 2.8.3
=================================================
* Fix problems with the handling of initial settings
for font options and cursor themes [Frederic Crozat,
Joe Markus Clarke, Owen Taylor, Kjartan Maraas]
* Add a --ignore-theme-index option to
gtk-update-icon-cache [JP Rosevaar]
* Other bug fixes [Christian Persch, Owen Taylor,
Ed Catmur, Thomas Fitzsimmons, JP Rosevaar, Tor
Lillqvist, Colin Walters, Yong Wang, Matthias,
Kjartan Maraas, Christian Persch, Mark McLoughlin]
* Updated translations (ca,es,fr,pt_BR)
Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
=================================================
* Fix a crash with custom icon themes, which affected
the gnome-theme-manager. [Kjartan Maraas]
* Make sure font and cursor settings are propaged down
to the screen initially. [Frederic Crozat]
Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
=================================================
* gtk-update-icon-cache no longer stores copies of symlinked
icons, and it has a --index-only option to omit image data
from the cache [Matthias]
* Make large GtkSizeGroups more efficient [Michael Natterer]
* Improve positioning of menus in GtkToolbar [Christian Persch,
Paolo Borelli]
* Make scrolling work on unrealized icon views [Jonathan Blandford]
* Avoid unnecessary redraws on range widgets [Benjamin Berg]
* Make sure that all GTK+ applications reload icon themes
promptly. [Chris Lahey]
* Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
use the same font options and dpi value [Michael Reinsch, Owen]
* Multiple memory leak fixes [Kjartan Maraas, Matthias]
* Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume
Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
Markku Vire, Kristian Rietveld, Tommi Komulainen]
* Documentation improvements [Olexiy Avramchenko, Matthias]
* Updated translations (es,et,hu,ko,lt,ro,uk)
Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
=================================================
* Require cairo 0.9.2 [Matthias]
+ Extend ABI checks to cover exported variables [Matthias]
* Bug fixes [Benjamin Berg, Christian Persch]
* Documentation improvements [Matthias]
* New and updated translation (cy,de,el,id,te,zh_TW)
Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
=================================================
* Rename the default theme to "Raleigh" [Thomas Wood]
* Add a permformance testing framework [Federico Mena Quintero]
* Catch format errors in translations. This may cause
"make check" to fail when using older versions
of gettext [Matthias]
* Win32
- Implement the urgency hint [Tor Lillqvist]
- Update ms-windows theme [Dom Lachowicz]
- Improve tablet handling [Robert Ögren]
- Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans,
J. Ali Harlow, Hans Breuer]
* Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas,
Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
Mike Morrison, David Odin]
* Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
Federico Mena Quintero]
* New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
pl,pt,sq,zh_CN,zh_TW)
Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
=================================================
* Make svg icon themes work better [Matthias]
* GtkPlug/GtkSocket: Make these cross-platform
and implement them for Win32 [Tor]
* Make font rendering xsettings work with pangocairo [Owen]
* Fix sporadic segfaults in the GtkTreeModelSort [James
Bramford, Markku Vire, Kristian Rietveld]
* Improve gdk-pixbuf's ability to recognize
svg images. [William Jon McCann]
* Win32
- Build fixes [Tor Lillqvist]
- Fix clipping issues [Robert Ögren]
- Bug fixes [Peter Zelezny]
* Other bug fixes [Christian Persch, Arkady L. Shane,
Matthias, Tommi Komulainen, Alexander Larsson, Owen,
Thomas Vander Stichele, Robert Ögren]
* Documentation improvements [Steve Chaplin, Matthias,
Federico Mena Quintero]
* New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
=================================================
* Make sure that gtk_window_present() moves the window to the
current desktop [Elijah Newren]
* GtkFileChooser
- Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
* GtkTreeView
- Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
- Add gtk_tree_view_column_queue_resize() [Morten Welinder]
- Add gtk_tree_row_reference_get_model() [Stefan Kost]
- Make page up/down behave as in the text view [Owen Taylor]
- In typeahead search, allow Ctrl-G to move to the
next match. [Matt T. Proud]
- Interpret Ctrl-Backspace as "Move focus to parent [Kathy
Fernandes]
- Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
* GtkTextView
- Make double-clicking between words select whitespace [Mike
Miller, Paolo Borelli]
- Show dragged text in drag icon [Kevin Duffus, Carlos
Garnacho Parro]
- Make invisible text work well enough to remove the
remove the warning about it being unsupported. [Matthias]
* GtkEntry
- Make double-clicking between words select whitespace [Matthias]
- Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
- Fix the sizing of the entry completion popup [Ross Burton, Kris]
* Win32
- Build fixes [Tor Lillqvist]
- Fix handlink of Aiptek tablets [Robert Ögren]
* Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic,
Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin.
Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish
Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
* Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
Park Ji-In]
* New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
=================================================
* GtkAboutDialog
- Clean up the "trail" in the path bar when set_current_folder
is called explicitly [Jonathan Blandford, Matthias Clasen]
- Accept dropped files and directories on the file list [Sven
Neumann, Matthias]
* GtkTreeView
- Make reusing cell renders work as well as it did in 2.6,
but document it as being unsupported. [Kristian Rietveld]
* GtkAboutDialog
- Optionally wrap the license [Christian Rose, Christian Persch]
* Menu
- Make image menu items work in vertical menubars [Matthias]
- Make orientation changes of menubars work [Matthias]
* Win32
- Implement named cursors and other new GDK apis [Hans Breuer]
- Implement getting cursor images [Tor Lillqvist]
* Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez,
Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
* Documentation improvements [Benjamin Berg, Matthias,
Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
* New and updated translations (en_CA,sr,sr@Latn)
Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
=================================================
* GtkTreeView
- Change the keynav for header reordering and resizing
to Alt-arrows and Shift-Alt-arrows [Calum Benson]
* GtkTextView
- Make movement by paragraphs up/down symmetric [Behnam
Esfahbod]
- Improve invisible text support [Matthias Clasen]
* Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
* Handle broken grabs in many places [John Ehresman, Matthias]
* GDK
- Add a function to move a region [Søren Sandmann]
- Fix endianness issues in the pixbuf drawing
code [David Zeuthen, Owen Taylor]
- Add a GrabBroken event that is emitted when grabs
are broken [Simon Cooke, John Ehresman, Matthias]
- Track implicit grabs [Matthias]
* Win32
- Improve and simplify line segment rendering [Tor Lillqvist]
* Bug fixes [Georg Schwarz, Fabricio Barros Cabral,
Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
Morten Welinder, Dan Winship, Manish Singh, Tom von
Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon
McCann, David Saxton, Padraig Brady]
* Documentation improvements [Matthias, Ross Burton]
* New and improved translations (es,et,nl,sk,th,zh_TW)
Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
=================================================
* GtkTreeView
- Kris is back !!!
- Lots of scrolling/validation fixes [Kristian Rietveld]
- Allow to "unsort" columns. [Richard Hult]
- Support wrapping in GtkCellRendererText [Matthias Clasen]
- Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
- Make enable-search control only typeahead search,
not C-f search. [Sven Neumann]
- Make double-click autosize treeview columns again [Matthias]
- Fix insensitive appearance [Billy Biggs, Matthias]
* GtkFileChooser
- Don't select the first item in folder modes [Christian Neumair,
Federico Mena Quintero]
- Make save mode work again [Federico]
- Allow bookmarks to be renamed [Sean Middleditch]
- Ellipsize the preview label [Jeroen Zwartepoorte]
- Use smaller icons [Vincent Noel]
- Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
- Don't stat children of /afs or /net network directories [Federico]
- Improve sorting of filenames [Matthias]
- 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
- Many fixes for scrolling and selection handling [Mathias Hasselmann]
- Implement GtkCellLayout, use cell renderers [Matthias]
- Support editing [Matthias]
- Support DND [Matthias]
- Add API to determine the visible part of the
model [Jonathan Blandford]
* GtkAboutDialog
- Visual improvements, HIG compliance [Jorn Baayen]
* GtkCalendar
- Use nl_langinfo() to determine the first day of week,
when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
- Allow localization of the year format [Paisa Seeluangsawat]
* GtkEntry
- Allow completion popups to be wider than the entry [Ross Burton]
- Add a property to suppress the popup for single matches [Matthias]
- Don't blink the cursor if not editable [Nikos Kouremenos]
* GtkTextView
- Add a GtkTextBuffer::text property [Johan Dahlin]
- Allow to set a paragraph background color [Gustavo Carneiro,
Jeroen Zwartepoorte]
- Don't blink the cursor if not editable [Nikos Kouremenos]
- Make invisible text work a bit better [Jeroen]
* GtkAlignment
- Flip padding in RTL mode [Maciej Katafiasz]
* GtkUIManager
- Support invisible, expanding separators [Christian Persch]
- Allow to construct menu tool buttons [Sven Neumann]
* GtkIconCache
- Cache image data and metadata as well [Anders Carlsson]
* GtkMenu
- Support vertical menubars [Matthias]
- 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]
* gtk-demo
- Add demos for 2.6 features [Matthias, Mark McLoughlin]
* Allow custom translation function for stock labels. [Funda Wang,
Diego Gonzalez]
* Add 16x16 versions for some some icons which were missing
them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
* Move a lot of constant data to the .rodata section [Matthias]
* Don't copy property names, nicks and blurbs [Matthias]
* Use Cairo for most drawing [Owen Taylor]
* Allow themes to draw outside the widget's allocation [Owen]
* Allow key names to be translated [Christian Rose]
* Make all cursors used by GTK+ themeable [Matthias]
* Support the ICCCM urgency hint [Havoc Pennington]
* GDK
- Work with XRender < 0.4 [Albert Chin, Billy Biggs]
- Add API to warp the pointer [Matthias]
- Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
- Add API to obtain the last user interaction time [Elijah
Newren]
- Make some large arrays const [Ben Maurer, Tommi Komulainen]
- Support Cairo drawing [Owen, Carl Worth]
- Support Visuals with alpha channel [Owen, Keith Packard]
- Support named cursors and cursor themes [Matthias]
* gdk-pixbuf
- Support saving BMP [Ivan Wong Yat Cheung]
- Allow to specify compression level when saving
in PNG format [Sven Neumann]
- Add a way to construct animations from frames [Dom Lachowicz]
- Accept BMP v4 [Matthias]
* Win32 changes
- Improve keyboard handling [Tor Lillqvist]
- Improve clipboard handling [Ivan Wong]
- Do delayed rendering for transfering images
through the clipboard [Ivan Wong]
- Improve tablet handling [Robert Ögren]
- Initialize input devices lazily [Robert Ögren]
- Make big windows work on NT [Ivan Wong]
- Implement dashed lines correctly [Ivan Wong, Hans Breuer]
- Handle 16 color display mode [Tor]
- Support RGBA cursors [Tim Evans]
- Fix DND on multi-monitor systems [Tor]
- Use alternative button order [Tor]
- Build fixes [Hans]
- Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie,
Robert Ögren, Kevin Stange, Tim Evans]
* Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee,
Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin,
David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez,
Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros
Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann,
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,
Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan,
Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard
Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias,
Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder,
Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy,
Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml,
Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale,
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,
Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil,
Vincent Noel, Vincent Untz, Yury Puzis]
* Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen,
Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann,
Torsten Schoenfeld, Vincent Untz, Worik Stanton]
* 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,
sv,th,uk,vi,xh,zh_CN,zh_TW)
2005-10-02 14:19:06 +02:00
|
|
|
include/gtk-2.0/gdk/gdkcairo.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gdk/gdkcolor.h
|
|
|
|
include/gtk-2.0/gdk/gdkcursor.h
|
Update to 2.2.0.
Subjective extract of changes:
* Only close dialogs on Escape if they have a cancel button. [James Willcox]
* Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
Narayana Pattipati, Marius Andreiana]
* Improved default color scheme [Soeren Sandmann, with advise from
Tuomas Kuosmanen and Garrett LeSage]
* Make pixmap creation functions take a GdkDrawable not a GdkWindow
[Kristian Rietveld]
* Support move-resize emulation for all edges. [Matthias Clasen]
* Remove extra selections for ButtonRelease in XInput code
[Garry Osgood, Owen]
* Support RTL flipping for statusbars [Matthias]
* Use octal escapes rather than literal UTF-8 in strings [Owen]
* Make a lot of read-only data const. [Matthias, Morten Welinder]
* Use g_get_application_name() for default window titles and
for the title of the client leader window [Owen, Havoc Pennington]
* Complete resize-grippy support, move-resize emulation
[Anders Carlsson, Matthias Clasen]
* On screen change, recreate the widget's Pango context [Owen]
* Make g_object_set (gtk_settings_get_default (), ...) to override
settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
* Make GtkInputDialog multihead aware [Owen]
* Add a ::screen-changed signal to GtkWidget [Owen Taylor]
* Draw/check menu items insensitive [Soeren, Tim Evans]
* Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
* RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
GtkCheckMenuItem [Matthias Clasen]
* Handle painting text on dark-colored progressbars [Soeren]
* Sort the input method list in the right click popup [Abigail Brady]
* Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
* Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
* Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
* Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
* Add simple support for startup notification [Havoc Pennington]
* Handle focus indication for check and radio buttons without children
[Dave Camp, Owen]
* Much work on improve submenu navigation [Soeren Sandmann]
* Add "selected_shadow_type" property for menus [Soeren]
* Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
* Rework GtkPaned keynav [Soeren, Calum Benson]
* Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
* Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
* Allow themes to set GtkTreeView even/odd row colors [Kristian]
* Add support for separately installed Pixbuf loaders [Matthias Clasen]
* Export gdk_event_new(), discourage stack allocated events [Owen]
* gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
* Basic support for RandR extension [Keith Packard, Owen]
* Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
* Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
* gtk_window_set_[default_]icon_from_file [Owen, Havoc]
* Multihead support
* Add GdkDisplay, GdkScreen structures
* Add _for_display(), _for_screen() variants where needed in GDK and GTK+
(In other cases, make the variants methods on GdkDisplay/GdkScreen
* Adapt GTK+ widgets to be multihead safe
* Allow initialization of GTK+ without opening a display with gtk_parse_args()
* Add multihead support to demos/tests.
* Xinerama support [Erwann Chenede, Matthias Clasen]
* Allow GDK backends to add custom argument parsing [Sven Neumann]
* Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
* Add style property for drawing menu items without shadow [Soeren]
* gtk_widget_modify_color_component/font(): Allow clearing
current modifications. [Owen]
* Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
* Some XEMBED changes for standards compliance and Qt compatibility [Owen]
* Improve label behavior when it gets a too small allocation [Soeren]
* Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
* Theme drawing improvements [Soeren]
* Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
* Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
* Add gtk_menu_shell_select_first() [Owen]
* Add gtk_notebook_get_n_pages() [Havoc Pennington]
* Allow accel_path = NULL for gtk_menu_item_set_accel_path().
* Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
* Improve gdk-pixbuf loader tests [Soeren Sandmann]
* Use iTXT chunks when necessary in PNG image saver [Matthias]
* Add incremental loading for progressive jpegs [Matthias]
* Add load-at-size functionality [Matthias]
* Add a loader for .ANI animations [Matthias]
* Load hotspot for .ICO files [Matthias]
* Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
Lots of bug fixes and enhancements.
2002-12-24 05:07:31 +01:00
|
|
|
include/gtk-2.0/gdk/gdkdisplay.h
|
|
|
|
include/gtk-2.0/gdk/gdkdisplaymanager.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gdk/gdkdnd.h
|
|
|
|
include/gtk-2.0/gdk/gdkdrawable.h
|
|
|
|
include/gtk-2.0/gdk/gdkenumtypes.h
|
|
|
|
include/gtk-2.0/gdk/gdkevents.h
|
|
|
|
include/gtk-2.0/gdk/gdkfont.h
|
|
|
|
include/gtk-2.0/gdk/gdkgc.h
|
|
|
|
include/gtk-2.0/gdk/gdki18n.h
|
|
|
|
include/gtk-2.0/gdk/gdkimage.h
|
|
|
|
include/gtk-2.0/gdk/gdkinput.h
|
|
|
|
include/gtk-2.0/gdk/gdkkeys.h
|
2010-11-15 19:28:45 +01:00
|
|
|
include/gtk-2.0/gdk/gdkkeysyms-compat.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gdk/gdkkeysyms.h
|
|
|
|
include/gtk-2.0/gdk/gdkpango.h
|
|
|
|
include/gtk-2.0/gdk/gdkpixbuf.h
|
|
|
|
include/gtk-2.0/gdk/gdkpixmap.h
|
|
|
|
include/gtk-2.0/gdk/gdkprivate.h
|
|
|
|
include/gtk-2.0/gdk/gdkproperty.h
|
2008-10-23 15:58:00 +02:00
|
|
|
${PLIST.quartz}include/gtk-2.0/gdk/gdkquartz.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gdk/gdkregion.h
|
|
|
|
include/gtk-2.0/gdk/gdkrgb.h
|
Update to 2.2.0.
Subjective extract of changes:
* Only close dialogs on Escape if they have a cancel button. [James Willcox]
* Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
Narayana Pattipati, Marius Andreiana]
* Improved default color scheme [Soeren Sandmann, with advise from
Tuomas Kuosmanen and Garrett LeSage]
* Make pixmap creation functions take a GdkDrawable not a GdkWindow
[Kristian Rietveld]
* Support move-resize emulation for all edges. [Matthias Clasen]
* Remove extra selections for ButtonRelease in XInput code
[Garry Osgood, Owen]
* Support RTL flipping for statusbars [Matthias]
* Use octal escapes rather than literal UTF-8 in strings [Owen]
* Make a lot of read-only data const. [Matthias, Morten Welinder]
* Use g_get_application_name() for default window titles and
for the title of the client leader window [Owen, Havoc Pennington]
* Complete resize-grippy support, move-resize emulation
[Anders Carlsson, Matthias Clasen]
* On screen change, recreate the widget's Pango context [Owen]
* Make g_object_set (gtk_settings_get_default (), ...) to override
settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
* Make GtkInputDialog multihead aware [Owen]
* Add a ::screen-changed signal to GtkWidget [Owen Taylor]
* Draw/check menu items insensitive [Soeren, Tim Evans]
* Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
* RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
GtkCheckMenuItem [Matthias Clasen]
* Handle painting text on dark-colored progressbars [Soeren]
* Sort the input method list in the right click popup [Abigail Brady]
* Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
* Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
* Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
* Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
* Add simple support for startup notification [Havoc Pennington]
* Handle focus indication for check and radio buttons without children
[Dave Camp, Owen]
* Much work on improve submenu navigation [Soeren Sandmann]
* Add "selected_shadow_type" property for menus [Soeren]
* Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
* Rework GtkPaned keynav [Soeren, Calum Benson]
* Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
* Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
* Allow themes to set GtkTreeView even/odd row colors [Kristian]
* Add support for separately installed Pixbuf loaders [Matthias Clasen]
* Export gdk_event_new(), discourage stack allocated events [Owen]
* gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
* Basic support for RandR extension [Keith Packard, Owen]
* Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
* Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
* gtk_window_set_[default_]icon_from_file [Owen, Havoc]
* Multihead support
* Add GdkDisplay, GdkScreen structures
* Add _for_display(), _for_screen() variants where needed in GDK and GTK+
(In other cases, make the variants methods on GdkDisplay/GdkScreen
* Adapt GTK+ widgets to be multihead safe
* Allow initialization of GTK+ without opening a display with gtk_parse_args()
* Add multihead support to demos/tests.
* Xinerama support [Erwann Chenede, Matthias Clasen]
* Allow GDK backends to add custom argument parsing [Sven Neumann]
* Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
* Add style property for drawing menu items without shadow [Soeren]
* gtk_widget_modify_color_component/font(): Allow clearing
current modifications. [Owen]
* Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
* Some XEMBED changes for standards compliance and Qt compatibility [Owen]
* Improve label behavior when it gets a too small allocation [Soeren]
* Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
* Theme drawing improvements [Soeren]
* Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
* Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
* Add gtk_menu_shell_select_first() [Owen]
* Add gtk_notebook_get_n_pages() [Havoc Pennington]
* Allow accel_path = NULL for gtk_menu_item_set_accel_path().
* Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
* Improve gdk-pixbuf loader tests [Soeren Sandmann]
* Use iTXT chunks when necessary in PNG image saver [Matthias]
* Add incremental loading for progressive jpegs [Matthias]
* Add load-at-size functionality [Matthias]
* Add a loader for .ANI animations [Matthias]
* Load hotspot for .ICO files [Matthias]
* Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
Lots of bug fixes and enhancements.
2002-12-24 05:07:31 +01:00
|
|
|
include/gtk-2.0/gdk/gdkscreen.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gdk/gdkselection.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gdk/gdkspawn.h
|
2008-10-16 13:10:06 +02:00
|
|
|
include/gtk-2.0/gdk/gdktestutils.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gdk/gdktypes.h
|
|
|
|
include/gtk-2.0/gdk/gdkvisual.h
|
|
|
|
include/gtk-2.0/gdk/gdkwindow.h
|
2008-04-13 00:42:57 +02:00
|
|
|
${PLIST.x11}include/gtk-2.0/gdk/gdkx.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtk.h
|
2004-12-24 11:04:39 +01:00
|
|
|
include/gtk-2.0/gtk/gtkaboutdialog.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkaccelgroup.h
|
|
|
|
include/gtk-2.0/gtk/gtkaccellabel.h
|
|
|
|
include/gtk-2.0/gtk/gtkaccelmap.h
|
|
|
|
include/gtk-2.0/gtk/gtkaccessible.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkaction.h
|
|
|
|
include/gtk-2.0/gtk/gtkactiongroup.h
|
Update gtk2+ to 2.16.0.
Changes:
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.0 ===
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* configure.in: Bump version to 2.16.0
2009-03-11 Matthias Clasen <mclasen@redhat.com>
Bug 572455 – GtkEntry window layed out wrong if the widget has focus
* gtk/gtkentry.c: Fix problems with window positioning. Reported
by Benjamin Berg.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 573067 - Intra-app dnd of text behavior on Windows is wrong
* gdk/win32/gdkdnd-win32.c (local_send_motion) (gdk_drag_motion):
The default action should be move, not copy. Tweak how the
GdkDragAction fields in GdkDragContexts are changed. Seems to help
the problem.
Add more debugging printout for --gdk-debug=dnd to many functions.
* gdk/win32/gdkmain-win32.c
* gdk/win32/gdkprivate-win32.h: (_gdk_win32_drag_protocol_to_string)
(_gdk_win32_drag_action_to_string): New functions for use in
debugging printouts.
2009-03-11 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdnd-win32.c: Use G_DEFINE_TYPE. Some debugging
printout changes. Hacking on the OLE2_DND code, which still
doesn't work, though, and is not normally compiled.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 570896 - gdkevents-win32.c(2947) : error C4053: one void
operand for '?:'
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix
compilation error with MSVC. While at it add clarifying comments
and fix a typo in the debugging output.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 574794 - Can not resize shaped windows on Windows
* gdk/win32/gdkevents-win32.c (gdk_event_translate): On handling
WM_WINDOWPOSCHANGED, don't do anything if the position and size
hasn't changed. I am not exactly sure I understand why this helps
this particular bug.
2009-03-10 Matthias Clasen <mclasen@redhat.com>
Bug 574561 – gtk_style_get "shadows" g_object_get
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Rename gtk_style_get_property to
gtk_style_get_style_property to avoid problems for language
bindings. Pointed out by Torsten Schoenfeld.
2009-03-10 Matthias Clasen <mclasen@redhat.com>
Bug 574622 – GtkEntry: Should we wrap icon-press and icon-release
signals?
* gtk/gtkentry.c: ::icon-press and ::icon-release are not
action signals. Pointed out by Murray Cumming
2009-03-04 Michael Hasselmann <michaelh@openismus.com>
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_contents_changed):
Fixed regression reported in bug #574059. (search button not available in
some cases.) The old implementation relied on bug #572478.
2009-03-10 Alexander Larsson <alexl@redhat.com>
* gtk/gtkmountoperation.c:
(gtk_mount_operation_ask_password):
Clear all optionally created widget pointer in priv. Initially
priv is cleared so thats ok, but on a second call we may have
leftovers from previous calls which is problematic if for instance
we asked for the user the first time and not the second, then we
will access the old priv->username_entry.
2009-03-06 Michael Natterer <mitch@gimp.org>
* gtk/gtkscalebutton.c (gtk_scale_button_set_property): don't call
gtk_orientable_set_orientation() because that calls g_object_set()
again -> infinite recursion. Call gtk_scale_button_set_orientation()
instead.
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.5 ===
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-03-02 Matthias Clasen <mclasen@redhat.com>
Bug 546285 – Allow GtkEntry to draw progress
* gtk/gtkentry.c: Improve the drawing of progress in entries,
using fg/bg[SELECTED]. Add a progress-border style property.
Draw progress behind icons too.
* gtk/gtkrc.c: Add defaults for fg/bg[SELECTED] in entries.
Patch by Benjamin Berg.
2009-03-02 Matthias Clasen <mclasen@redhat.com>
Bug 573688 – Don't steal update region in gtk_text_view_paint()
* gtk/gtktextview.c (gtk_text_view_paint): If additional areas got
invalidated, don't try to add them to the paint region: in an expose
handler, we cannot paint outside the area that was passed in, since
drawing will be clipped. So stealing the update region from the
window causes lost draws.
Patch by Owen Taylor
2009-03-02 Alexander Larsson <alexl@redhat.com>
Bug 573087 – gdkwindow.c: {x,y}_offset used uninitialized
* gdk/gdkwindow.c (gdk_window_clear_backing_rect_redirect):
Don't use uninitialized vars.
Fix offsets for redirected pixmap, draw to pixmap not window.
2009-03-02 Theppitak Karoonboonyanan <thep@linux.thai.net>
Bug 457086 - numpad does not work when the Thai-Lao input method is
used
* modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
character-generating keypads as context-lost keys. (patch recommitted
after approval)
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeysyms.h: Fix the sorting of GDK_KP_Equal.
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 552619 – File Chooser no longer automatically enters newly created
directories
* gtk/gtkfilechooserdefault.c (edited_idle_cb): Switch to the newly
created folder on success.
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 573515 – po-properties/ special Makefile.in.in handling causes
failure to build
* configure.in: Generate po-properties/POTFILES at configure time.
Patch by Loïc Minier
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/appwindow.c: Set the program-name property
of the about dialog.
* docs/tools/widgets.c: Add GtkAboutDialog
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 572273 – No replacement documented for gtk_action_connect_proxy()
* gtk/gtkaction.c: Make gtk-doc pick up deprecation notes.
Insisted on by Andre Klapper.
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573287 – Warning on startup
* gtk/gtkstatusicon.c (gtk_status_icon_finalize): Disconnect
all tray icon signals. Noticed by Bastien Nocera
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573211 – Setting screen for popup windows
* gtk/gtkentrycompletion.c:
* gtk/gtknotebook.c: Keep popups on the right screen.
Pointed out by Morten Welinder
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573113 – Can't build tests due to testfilechooserbutton.c...
* tests/testfilechooserbutton.c: Don't use deprecated API.
Reported by Tobias Mueller
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when dragging
GtkNotebook tabs
* gtk/gtkwidget.c (_gtk_widget_synthesize_crossing): Be a little
more careful when navigating up the parent chain.
* gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Reset the
pointer window thats stored on the screen when it is destroyed.
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572996 – crash in Home Folder: Trying to open the sidebar
* gtk/gtkpaned.c (get_child_panes): Handle widget being NULL.
Pointed out by Wouter Bolsterlee.
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572972 – GtkRecentChooserDefault: memory leak in
copy_activated_cb()
* gtk/gtkrecentchooserdefault.c (copy_activated_cb): Don't leak
a GtkRecentInfo. Found by Tommi Rantala
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572968 – GtkIconView: image_description setter function strdups
wrong string
* gtk/gtkiconview.c
(gtk_icon_view_item_accessible_image_set_image_description): Copy
the right string. Pointed out by Tommi Rantala
2009-02-27 David Zeuthen <davidz@redhat.com>
Bug 573416 – GtkMountOperation fixes for ask_password()
* gtk/gtkmountoperation.c (gtk_mount_operation_ask_password):
Split the message from GMountOperation into primary/secondary like
we also do in gtk_mount_operation_ask_question()
2009-02-27 Michael Natterer <mitch@imendio.com>
Bug 573383 – Setting a textview's buffer to NULL doesn't do a
complete job
* gtk/gtktextview.c (gtk_text_view_set_buffer): always set
text_view->layout's buffer, also if it's NULL.
2009-02-25 Tristan Van Berkom <tvb@gnome.org>
Bug 572904 – GtkRadioAction broken in trunk
* gtk/gtkradioaction.c: When setting non active state always
notify the action's active state (this prevents toggle type proxies
used with radio actions from deactivating when pressed a second time).
2009-02-25 Xan Lopez <xan@gnome.org>
Bug 495320 - GtkRange does not use gdk_event_request_motions
* gtk/gtkrange.c:
(gtk_range_motion_notify): Use gdk_event_request_motions to
request more motion events, as suggested in the docs for widgets
using motion hints.
2009-02-24 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkevents-x11.c:
* gdk/x11/gdkscreen-x11.[hc]: Another attempt at getting Xrandr
screen size changes right. Actually handle XRRScreenChangeNotify
events, and ignore root ConfigureNotify events if we are using
Xrandr. Only emit size-changed signals if the screen size changed,
and only emit monitor-changed signals if the monitors changed.
2009-02-23 Matthias Clasen <mclasen@redhat.com>
Bug 565199 – Ellipsize text in Places list
* gtk/gtkfilechooserdefault.c (shortcuts_list_create): Never scroll
the places horizontally. Instead, ellipsize the text.
2009-02-19 Michael Hasselmann <michaelh@openismus.com>
* gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
Added a check to not emit a "changed" signal when an already invalid
selection was set to invalid.
2009-02-22 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkactivatable.[hc]: Rename gtk_activatable_reset to
gtk_activatable_sync_action_properties, since the previous name
was deemed too generic. Update all implementations.
2009-02-19 Ray Strode <rstrode@redhat.com>
* gdk/x11/gdkscreen-x11.c
(monitor_compare_function), (init_randr13):
After using randr to get a list of monitors,
sort the list such that the biggest output
of "cloned" outputs comes first in the list.
This helps apps that don't generally handle
overlapping outputs to work better in randr
clone mode.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_directfb_window_move_resize): looks like being called with
negative width and height should be interpreted as a move. Fixes
scrolling and makes popups work to some extent.
(_gdk_directfb_move_resize_child): formatting.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open): move the
call to _gdk_windowing_window_init() up a little. Fixes a crash
when running on pseudo-color visuals. Thanks to Masse Nicolas for
pointing this out.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_window_foreign_new_for_display, gdk_directfb_window_new):
initialize private->impl. Thanks to Masse Nicolas for pointing
this out.
2009-02-19 Matthias Clasen <mclasen@redhat.com>
Bug 572387 – gdm crashes after gtk 2.15.4 upgrade
* gdk/x11/gdkscreen-x11.c (init_xrandr13): If X is broken and returns
no monitors, fall back to other multihead init methods, so that we
at least get one monitor set up.
2009-02-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkmountoperation.c: sort functions so their order is more
"standard", some cosmetic cleanup (not changing any code).
2009-02-19 Michael Natterer <mitch@imendio.com>
* tests/testgtk.c: add some orientation flipping code to the
"flipping" test.
2009-02-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkscalebutton.c: make the orientation flipping much simpler
by using the GtkOrientable features of the involved widgets:
(gtk_scale_button_init): create the frame, box and scale here,
they never need to be recreated because they implement GtkOrientable.
(gtk_scale_button_constructor): remove their construction here.
(gtk_scale_button_set_orientation): don't destroy and re-create
anything. Instead, simply set the orientation of the above created
widgets and fiddle a bit with the "plus" and "minus" buttons'
packing and the scale's "inverted" state.
Remove separate internal GtkScaleButtonHScale and
GtkScaleButtonVScale subclasses and simply have a
GtkScaleButtonScale directly inherited from GtkScale.
2009-02-19 Theppitak Karoonboonyanan <thep@linux.thai.net>
* modules/input/gtkimcontextthai.c (is_context_lost_key): Revert the
unapproved patch for bug 457086.
2009-02-18 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c (init_randr13): Ignore disconnected outputs,
and fill in name and physical dimensions.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 533456 – Memory leak when window is destroyed
* gdk/directfb/gdkdirectfb.h
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkcursor-directfb.c
* gdk/directfb/gdkevents-directfb.c
* gdk/directfb/gdkwindow-directfb.c: removed all #ifdef checks for
DIRECTFB_MAJOR_VERSION >= 1 and compile that code unconditionally.
as we depend on DirectFB >= 1.0.0 now. Fixes a potential build
issue that would lead to a memory leak as described in bug #533456.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 513422 – Unknown meaning of translatable messages
* gdk/directfb/gdkdisplay-directfb.c: removed broken and commented
code and the translatable messages that belonged to it.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 560671 – the client_message API doesn't work in DirectFB
* gdk/directfb/gdkevents-directfb.c: applied a slightly cleaned up
patch from Steve Lhomme that adds this functionality using
DirectFB's DFBUserEvent.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 543710 – Dead keys do not work anymore with DirectFB
* gdk/directfb/gdkkeys-directfb.c (gdk_directfb_translate_key):
applied patch from Josselin Mouette that removes special handling
of dead keys as that is done by DirectFB for a long time already.
2009-02-18 Sven Neumann <sven@gimp.org>
* configure.in: depend on DirectFB >= 1.0.0. There's no point in
using an earlier development version.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 554407 – directfb backend does not implement GdkWindowImpl
* gdk/directfb/gdkgeometry-directfb.c
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkwindow-directfb.c: fix the build of the DirectFB
backend and resurrect basic functionality. Based on a patch from
the Ubuntu bug-tracker and work by Masse Nicolas.
2009-02-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
Bug 457086 - numpad does not work when the Thai-Lao input method is
used
* modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
character-generating keypads as context-lost keys.
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.4 ===
* gdk/tests/Makefile.am: Disable check-gdk-cairo for now.
2009-02-17 Andre Klapper <a9016009@gmx.de>
* demos/gtk-demo/main.c:
Fix deprecated glib call.
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-02-16 Matthias Clasen <mclasen@redhat.com>
Bug 572040 – GtkAssistant does not expose page titles
* gtk/gtkassistant.c (gtk_assistant_accessible_ref_child): Set
the object name to the page title. Proposed by Eitan Isaacson
2009-02-16 Matthias Clasen <mclasen@redhat.com>
Bug 572041 – Focus should change when advancing forward in GtkAssistant
* gtk/gtkassistant.c (set_current_page): Set focus when the current
page changes. Pointed out by Eitan Isaacson
2009-02-16 Matthias Clasen <mclasen@redhat.com>
* configure.in: Require GLib 2.19.7 for GMountOperation::aborted.
* gtk/gtkmountoperation.c: Implement GMountOperation::aborted.
2009-02-16 Sven Neumann <sven@gimp.org>
* gdk/gdk.symbols
* gdk/directfb/gdkkeys-directfb.c: implement
gdk_keymap_get_caps_lock_state(). No "state-changed" signal yet.
2009-02-16 Tor Lillqvist <tml@novell.com>
Bug 571873 - Compile error with gdk/win32/gdkselection-win32.c
* gdk/win32/gdkselection-win32.c (gdk_selection_convert): Cast
gpointer to char * before pointer arithmetic to avoid compilation
error with MSVC.
(_gdk_selection_property_delete): Remove unused variable.
2009-02-13 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Don't forget to
register randr events. Found by Søren Sandmann
2009-02-13 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for Xrandr 1.3
* gdk/x11/gdkdisplay-x11.[ch]: Rename have_randr12 to have_randr13
and set if if we have randr 1.3
* gdk/x11/gdkscreen-x11.c: Go back to using randr for monitor
information, if we have XRRGetScreenResourcesCurrent.
:
2009-02-12 Cody Russell <bratsche@gnome.org>
Bug 571576 – gdk_pixbuf_save_to_stream() broken
* gdk-pixbuf/gdk-pixbuf-io.c: Fix gdk_pixbuf_save_to_stream() so that
it does not always return FALSE (even when it succeeds), and also so
that it does not set error to NULL when something goes wrong.
2009-02-12 Marek Kasik <mkasik@redhat.com>
Bug 568571 – Asian am/pm format on cups print backend's time parsing
* modules/printbackends/cups/gtkprintbackendcups.c: Add Asian am/pm
format into formats recognized by CUPS backend
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 570824 – [a11y] TreeView is not keyboard (re)focusable after
selecting a cell in a non-sortable column
* gtk/gtktreeview.c (gtk_tree_view_header_focus): Don't grab
focus to a header button if it is not focusable. Problem reported
by Joanmarie Diggs
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 508545 – No way to identify terminal classes from documentation
* gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition
into the header to make it possible to derive from GtkVoumeButton.
Reported by Chris Lord.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 571196 – gtk_binding_entry_add_signall deprecated without
alternative
* gtk/gtk.symbols:
* gtk/gtkbindings.[hc]: Undeprecate gtk_binding_entry_add_signall
since its replacement is a varargs function. Complaint by
Torsten Schoenfeld.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 571249 – Icons are not drawn properly when initial widget
state is insensitive
* gtk/gtkentry.c (gtk_entry_ensure_pixbuf): Render icons
in normal state, regardless of the entrys state. Reported by
Enrico Tröger.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c: Don't emit the file-set signal
if the file chooser dialog is canceled. But emit it if a file
is received via DND.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 353196 – Add a file-set signal to GtkFileChooserButton
* gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
from the file-set signal, that wasn't supposed to have it.
2009-02-10 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 – libprintbackend-cups has unlocalized strings
* modules/printbackends/cups/gtkprintbackendcups.c:
Added a translator comment with the request of translators.
2009-02-09 Richard Hughes <richard@hughsie.com>
* docs/reference/gtk/migrating-GtkEntry-icons.sgml:
Fix the enumerated name in the migration document.
2009-02-09 Cody Russell <bratsche@gnome.org>
* gdk/win32/gdkwin32.h: Add potentially missing #defines for
XBUTTON1, etc. Fixes the build that was broken in r21746.
2009-02-09 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 – libprintbackend-cups has unlocalized strings
Reviewed by Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/cups/gtkprintbackendcups.c (handle_option):
Add translatable strings from ppd files.
2009-02-06 Matthias Clasen <mclasen@redhat.com>
Make the new GtkAction code work with PolicyKit-gnome's use of actions.
* gtk/gtkaction.c (gtk_action_[un]block_activate_from): Block
the action.
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activatable_reset):
* gtk/gtktogglebutton. (gtk_toggle_button_activatable_reset):
* gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_activatable_reset):
Work with non-toggle actions without complaining.
* gtk/gtktoolbutton.c (gtk_tool_button_activatable_update): Updating
the icon-name should not remove the label.
* gtk/gtkimagemenuitem.c (activatable_update_icon_name): Also
update the image when the icon name is set to NULL.
2009-02-06 Matthew Barnes <mbarnes@redhat.com>
* gtk/gtklabel.c (gtk_label_set_label): Accept a NULL string.
2009-02-03 Matthias Clasen <mclasen@redhat.com>
Bug 538439 – tooltip may appear in upper left corner instead of
over widget
* gtk/gtktooltip.c (gtk_tooltip_trigger_query): Set the root
coordinates in the event correctly. Patch by Kristian Rietveld.
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.3 ===
* NEWS: Updates
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtksettings.c (gtk_settings_class_init): Change the
"gtk-fontconfig-timestamp" property from int to uint. Doesn't affect
anything in practice, except that it overflows years later...
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
Bug 569635 – fontchooser should reload list of families/styles on
theme change
* gtk/gtkfontsel.c (gtk_font_selection_class_init),
(gtk_font_selection_init), (gtk_font_selection_finalize),
(gtk_font_selection_ref_family), (gtk_font_selection_ref_face),
(gtk_font_selection_reload_fonts),
(gtk_font_selection_screen_changed),
(gtk_font_selection_style_set),
(gtk_font_selection_scroll_to_selection),
(gtk_font_selection_scroll_on_map),
(gtk_font_selection_select_font),
(gtk_font_selection_show_available_fonts),
(gtk_font_selection_show_available_styles),
(gtk_font_selection_select_style),
(gtk_font_selection_select_font_desc),
(gtk_font_selection_set_font_name):
Reload Pango families and faces in style_set. Installing/uninstalling
fonts shows up immediately in an open font chooser now.
2009-01-31 Matthias Clasen <mclasen@redhat.com>
Bug 162726 – Multiple Latin layouts in XKB break keyboard shortcuts
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Change the handling of
fuzzy matches: As long there are any exact matches, only exact
matches are returned. If there are no exact matches, fuzzy matches
will be returned, as long as they are not shadowing a possible exact
match. This means that fuzzy matches won't be considered if their
keyval is present in the current group. Problem reported by
many people, patch by Simos Xenitellis.
2009-01-31 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-30 Fridrich Strba <fridrich.strba@bluewin.ch>
* configure.in: Allow linking in static jasper gdk-pixbuf loader.
(reviewed by Tor Lillqvist)
2009-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (preedit_changed_handler): Be more careful
with the beeps, since preedit-changed is occasionally emitted
without actual input. Pointed out by Tor Lillqvist.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
Bug 569918 – 64bit portability issue in gtkrecentchooser.c
* gtk/gtkrecentchooser.c (gtk_recent_chooser_set_use_action_appearance):
Avoid a compiler warning. Patch by Magnus Boman.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
Bug 359288 – Toolbar items are not shown after hiding
* gtk/gtktoolbar.c (slide_idle_handler): Make sure we queue
at least one resize. This fixes a problem with toolitems remaining
invisible when they shouldn't that was reported by Christian Weiske.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_create_item):
Always show images.
2009-01-29 Tor Lillqvist <tml@novell.com>
Bug 559408 - Transparency lost when images are copied between GTK+
and the clipboard on Windows
The code in gdkselection-win32.c is simplified quite a lot. When
an image is stored on the clipboard from GTK+, only the "PNG" and
CF_DIB formats are advertised. PNG is our preferred format because
it can losslessly represent any image that gdk-pixbuf can handle,
even with alpha, unambiguously. CF_DIB is also advertised because
of its ubiquitous support in Windows software.
Delayed rendering is used as before, so for other data than text
nothing is actually stored on the clipboard until some app asks
for it.
It's pointless to advertise images formats like "image/png" or
"image/x-MS-bmp" that no other Windows application is going to
look for anyway. Likewise it's pointless to store text under
formats like "text/plain" or "UTF8_STRING". Just store
CF_UNICODETEXT. CF_TEXT will be available as a synthesized format
anyways.
Office 2007 offers and asks for images in PNG format using the
registered clipboard format name "PNG", so we do likewise. If the
"PNG" format is available that is preferred when copying to GTK+
from the clipboard.
Unfortunately Word 2007 still uses CF_DIB without handling
alpha. But PowerPoint 2007 uses PNG if available and handles alpha
correctly. Both Word and Powerpoint offer PNG with alpha nicely.
Firefox and IE7 offer images that contain alpha as 32-bit version
3 BI_RGB DIBs with the undocumented "extra" bytes actually being
alpha. Also, alpha is premultiplied into the RGB bytes, presumably
because that is how AlphaBlend() wants such DIBs. That is also
taken care of. At least for Firefox it easy to be sure that a
CF_DIB on the clipboard is from Firefox.
Also some general stylistic cleanup, comment improvements, and
improvements of debugging printout especially in the clipboard
handling. Those are not detailled below.
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkglobals-win32.c
* gdk/win32/gdkgmain-win32.c: Move some globals that were used
only in gdkselection-win32.c to be local to that file.
* gdk/win32/gdkproperty-win32.c (gdk_property_change): Don't
bother checking if text to be placed on the clipboard consists of
only ASCII.
* gdk/win32/gdkselection-win32.c: Add static variables for a list
of GdkPixbuf-supported formats, well-known registered clipboard
formats for images, and for GdkAtoms for well-known image and text
formats.
(_gdk_win32_selection_init): Initialize above static variables.
(selection_property_store) (gdk_selection_property_get)
(_gdk_selection_property_delete): Don't use a FIFO of GdkSelProps
for a window after all, it breaks testtext. See bug #163844.
(gdk_selection_convert): When converting to the TARGETS format,
i.e. when the caller wants to know what clipboard formats are
available, if PNG is available we report just that and skip
CF_DIB, JPEG and GIF even if advertised.
If CF_UNICODETEXT is available, report only UTF8_STRING.
When converting to the UTF8_STRING format, i.e. when the caller
wants text from the clipboard, try just CF_UNICODETEXT. There is
no point in trying CF_TEXT as Windows will synthesize
CF_UNICODETEXT from CF_TEXT anyway, if some app has stored just
CF_TEXT.
When converting to the image/bmp format, i.e. when the caller
wants an CF_DIB image from the clipboard, we check if the DIB is a
version 3 32-bit BI_RGB one that is likely to actually contain
alpha in the "extra" bytes. Such a DIB is likely to have
premultiplied alpha even, at least in the case of Firefox 3 and
IE7. We then edit the DIB in-place into a version 5 one in
BI_BITFIELDS format and undo the alpha premultiplication.
In any case, prepend a BMP file header before letting go of the
data which will be fed to the gdk-pixbuf bmp loader by upper
levels.
(gdk_win32_selection_add_targets): If some kind of pixmap image
format is being added, actually advertise just PNG and
CF_DIB. Note that alpha won't be stored on the clipboard through
CF_DIB. This is because gdk-pixbuf's bmp loader doesn't save
alpha. Furthermore, few if any non-GTK+ Windows apps seem to
understand a version 5 DIB with proper alpha anyway.
(_gdk_win32_selection_convert_to_dib): Simplified muchly.
2009-01-29 Tor Lillqvist <tml@novell.com>
Bug 145058 - Inputting "^^" requires four keystrokes on Win32,
differs from platform default behaviour
* gtk/gtkimcontextsimple.c
(check_win32_special_case_after_compact_match): New
function. Called from check_compact_table() after a table-based
match has committed a character. In case there was two identical
dead accents in the input, another copy of the spacing accent that
was already committed is committed. This fixes #145058.
(check_win32_special_cases): New function. Called first from
gtk_im_context_simple_filter_keypress(). This fixes another
problem: a dead accent followed by a space should commit the
corresponding spacing accent. The compose tables from X commit
another character in two cases and we want to override that on
Windows.
Add GTK_NOTE (MISC) debugging output to this code.
2009-01-29 Claudio Saavedra <csaavedra@igalia.com>
Bug 569435 – make maintainer-clean removes non-generated sources
* gdk/Makefile.am: Do not remove gdkprivate.h and gdkwindowimpl.h
during make maintainer-clean, as these files are not generated.
2009-01-28 Philip Withnall <philip@tecnocode.co.uk>
* gtk/gtktreeview.c: Small documentation fix.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Use the get_text_area_size vfunc to make
alignment and icons in spin buttons work correctly.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
Bug 569336 – change in gtkbutton klass is causing crash when
activating menu item
* gtk/gtktogglebutton.c: Don't chain the clicked handler
up unconditionally.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.2 ===
* NEWS: Updates
2009-01-26 Matthias Clasen <mclasen@redhat.com>
Bug 322932 – Always show icons on panel menus
* gtk/gtk.symbols:
* gtk/gtkimagemenuitem.[hc]: Add a property to override the
show-menu-images setting for individual menuitems. Patch by
William Jon McCann.
2009-01-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbutton.c: Activate the action in a regular clicked
handler instead of the default handler, to make it work with
derived classes which don't chain up their clicked handler.
2009-01-26 Matthias Clasen <mclasen@redhat.com>
Bug 569104 – Toggle menu entries showed as check menu entries
in nautilus
* gtk/gtkactivatable.c (gtk_activatable_do_set_related_action):
Block the previous action when calling reset() to prevent
accidental activation of the previous action.
* gtk/gtkaction.c (gtk_action_activate): Don't compare booleans.
* gtk/gtktoggleaction.c (gtk_toggle_action_set_active): Remove
extraneous braces.
2009-01-26 Bastien Nocera <hadess@hadess.net>
Bug 569240 - Crasher when using markers
* gtk/gtkrange.c (gtk_range_destroy): Avoid crashes when destroying
a GtkRange with markers
2009-01-26 Richard Hult <richard@imendio.com>
Bug 566628 – gdk_display_close always asserts on win32 and quartz
* gdk/quartz/gdkdisplay-quartz.c
(_gdk_windowing_set_default_display): Copy fix for bug #566628
from the win32 backend: Allow also a NULL parameter in the
g_assert().
2009-01-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolitem.[hc]: Export the function to create a proxy
menuitem from the action for use in subclasses.
* gtk/gtktoolbutton.c:
* gtk/gtktoggletoolbutton.c: Use it here.
* gtk/gtkrecentchoosermenu.c: Avoid temporary empty state that
can lead to a recent action proxy menu being erroneously hidden.
2009-01-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradioaction.c: Set draw-as-radio to TRUE.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
Revert changes for bug 567124. Instead of trying to avoid
setting up the im context before the widget is realized, just
reset it when the client window is set.
* gtk/gtkimmulticontext.c: Reset the slave when a client window
is set.
* gtk/gtkimmodule.c
* gtk/gtktextview.c: Revert changes for bug 567124.
2009-01-25 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtktreeview.c: Use gtk-doc syntax to refer to properties in
the docstrings.
2009-01-25 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtkiconview.c: More docstrings improvements
regarding reorderable property.
2009-01-24 Claudio Saavedra <csaavedra@igalia.com>
Bug 559420 – gtk_icon_view_enable_model_drag_[source|dest] docs
wrt. reorderable property
* gtk/gtkiconview.c: Improve docstrings regarding reorderable
property. Based on a patch by Björn Lindqvist.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbutton.c (gtk_tool_button_activatable_reset):
Fall back from stock ids to icon names like the old code
did. Patch by Tristan van Berkom.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* tests/testactions.c: Add a testcase for toolitems using
icon names.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme):
Don't update blank cursors.
2009-01-24 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtktreeview.c: (gtk_tree_view_class_init): Slightly
improve ::search-column property description.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.1 ===
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactivatable.c: Make the section docs produce some valid
xml.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactivatable.c: Fix the section docs so gtk-doc finds them.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchooser.c:
* gtk/gtkuimanager.c: Fix issues found by pltcheck
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 560228 – Add "action-controller" property to GtkWidgetClass
Rework the way actions and proxies interact, to make the
interaction less ad hoc, more extensible, and better suited
for support in GUI builders like glade.
To be used as a proxy, a widget must now implement the
GtkActivatable interface, and GtkActivatable implementations
are responsible for syncing their appearance with the action
and for activating the action.
All the widgets that are commonly used as proxies implement
GtkActivatable now.
Patch by Tristan van Berkom.
* gtk/gtkactivatable.[hc]: The GtkActivatable interface.
* gtk/gtkbutton.c:
* gtk/gtktogglebutton.c:
* gtk/gtktoolitem.c:
* gtk/gtktoolbutton.c:
* gtk/gtktoggletoolbutton.c:
* gtk/gtkmenuitem.c:
* gtk/gtkcheckmenuitem.c:
* gtk/gtkimagemenuitem.c:
* gtk/gtkradiomenuitem.c:
* gtk/gtkrecentchooserprivate.h:
* gtk/gtkrecentchooser.c:
* gtk/gtkrecentchooserdefault.c:
* gtk/gtkrecentchoosermenu.c: Implement GtkActivatable.
* gtk/gtkaction.[hc]: Move appearance synchronization to
GtkActivatable implementations.
* gtk/gtkradioaction.c:
* gtk/gtkrecentaction.c:
* gtk/gtktoggleaction.c:
* gtk/gtkactiongroup.c: Adapt.
* gtk/gtk.h: Include gtkactivatable.h
* gtk/gtk.symbols: Add new functions
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567124 – proposal to delay doing something related to
immodule until widgets realized
Delay setting up immodules until the widget is realized.
Patch by Akira Tagoh
* gtk/gtktextview.c: Don't set up im stuff if the widget
is not realized.
* gtk/gtkimmodule.c: Assert that we have a window.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Skip Desktop if it equals the home folder
Patch by Christian Dywan
* gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Skip
Desktop if it equals the home folder.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 536965 – GtkPlug: crash on theme change
Keep GtkPlug in sync with the global list of toplevels.
Patch by Federico Mena Quintero
* gtk/gtkwindow.h:
* gtk/gtkwindow.c (_gtk_window_set_is_toplevel): New internal
function used when a GtkPlug parents/unparents itself by an
in-process GtkSocket. This keeps the plug's GTK_TOPLEVEL flag in
sync with the global toplevel_list.
* gtk/gtkplug.c (gtk_plug_set_is_child): Call
_gtk_window_set_is_toplevel() to keep the toplevel list updated,
instead of just setting/unsetting the GTK_TOPLEVEL flag.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 568744 – Spellfixes in GtkTreeView's documentation
* gtk/gtktreeview.c: Fix typos in the docs.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567761 – Spellfixes in GTK+ documentation
* gdk/x11/gdkselection-x11.c:
* gtk/gtktestutils.c: Fix typos in the docs.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567021 – gtkimage accessors docs
* gtk/gtkimage.c: Improve docs by mentioning allowed NULL values.
Patch by Christian Persch
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 566535 – gtk_widget_get_snapshot does not work if double buffered
is disabled
* gtk/gtkwidget.c (gtk_widget_get_snapshot): Use a different approach
to snapshotting that is in line with what is done in the client-side
windows branch, and that works for widgets regardless if they are
double-buffered or not. Patch by Alex Larsson.
* gdk/gdkwindow.c (_gdk_window_calculate_full_clip_region): Clip
to the parent.
2009-01-22 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserentry.c (autocomplete): Relax the assertion;
just do nothing if the folder is not loaded or if the cursor position
is not at the end of the text. A very slow-to-load folder can get
us into the latter state if the user starts typing first.
2008-01-22 Matthias Clasen <mnclasen@redhat.com>
* gtk/gtkaction.c: Revert the last change, since it breaks
epiphany.
2009-01-22 Federico Mena Quintero <federico@novell.com>
Fix the computation of "complete but unique" in
GtkFileChooserEntry. Fix the case where "/" was not appended to a
unique directory name during explicit Tab completion.
* gtk/gtkfilechooserentry.c (maybe_append_separator_to_file):
Return whether anything was appended as well as the new string
itself.
(find_common_prefix): Oops, only turn on
is_complete_not_unique_ret if we had a unique match!
(append_common_prefix): If we appended a directory separator, we
*did* expand the common prefix, so we are not in the "nothing
inserted" case.
2009-01-22 Federico Mena Quintero <federico@novell.com>
Return an error code when refreshing the entry from the user's
input. We use this in the completion code to know when completion
can't happen due to (for example) having a non-local URI in a file
chooser that is local_only=TRUE.
Also, we start maintaining an invariant that
chooser_entry->current_folder_file != NULL implies that:
* what the user entered is valid
* we are loading that folder (chooser_entry->load_folder_cancellable != NULL)
* or we are done loading that folder, or we have a handle
to it at least (chooser_entry->current_folder != NULL)
The invariant also says that all of the above are NULL (and
chooser_entry->current_folder_file == NULL) implies that the user
typed something invalid. This makes
_gtk_file_chooser_entry_get_current_folder() not able to return
an invalid folder.
* gtk/gtkfilechooserentry.c (RefreshStatus): New enum.
(refresh_current_folder_and_file_part): Return a RefreshStatus.
We filter out incomplete hostnames here (typing
"sftp://incompl[tab]" will error out), as well as completely
unparsable input.
(start_explicit_completion): Process the result from refresh...().
Here we present the actual feedback about only being able to
display local folders for local_only=TRUE.
(commit_completion_and_refresh): Don't do anything with the result
of refresh...(), since this function doesn't get called during
completion-related interaction.
(start_autocompletion): Process the result from refresh...(). We
only do completion in the REFRESH_OK case. For the error cases,
we don't do anything, as this is autocompletion and must not
result in non-asked-for errors popping up.
(discard_loading_and_current_folder_file): Factor out function to
cancel the cancellable and discard the current_folder_file,
i.e. to reset the invariant to the "nothing valid is loaded" case.
(gtk_file_chooser_entry_dispose): Use
discard_loading_and_current_folder_file().
(reload_current_folder): Likewise.
(refresh_current_folder_and_file_part): Likewise, and ensure that
the error cases result in the invariant being held.
(start_loading_current_folder): Check if the folder to be loaded
is non-native for the local_only=TRUE case; if so, return an error
as we are configured to load only local folders.
(reload_current_folder): Pass on errors from
start_loading_current_folder(). Tighten the preconditions, as we
are sure that we can only receive non-NULL folder-files to load.
(refresh_current_folder_and_file_part): Pass on errors from
reload_current_folder(). At the very end, assert the invariant
described above.
2009-01-22 Matthew Barnes <mbarnes@redhat.com>
Bug 568334 – Constructor properties for GtkAction
* gtk/gtkaction.c (gtk_action_class_init): Make all properties
G_PARAM_CONSTRUCT except "action-group".
2009-01-22 Michael Natterer <mitch@imendio.com>
* gtk/gtkicontheme.c (gtk_icon_theme_has_icon): g_return_if_fail()
on icon_name != NULL so we get a warning instead of a crash here.
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Don't show windows that may not exist
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtklabel.c: Implement select-by-words for selectable labels.
2009-01-21 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkcursor-win32.c: Rename static local functions and
variables to not have any unnecessary _ or _gdk_win32 prefix.
* gdk/win32/gdkcursor-win32.c (hcursor_from_type): Implement
creating a GDK_BLANK_CURSOR.
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Change the Caps Lock warning to the more
neutral "Caps Lock is on". Requested by Wouter Bolsterlee
2009-01-21 Matthias Clasen <mclasen@redhat.com>
Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu
* gtk/gtkentry.c: Fix an expose loop caused by raising windows out
of an expose handler. Also, don't show the 'Caps Lock' warning for
activated input methods, since that makes it permanently shown
for some locales. It should not be that necessary, now that we
do show preedit text even in password entries. Pointed out by
Frederic Crozat.
(start_loading_current_folder): Check if the folder to be loaded
is non-native for the local_only=TRUE case; if so, return an error
as we are configured to load only local folders.
(reload_current_folder): Pass on errors from
start_loading_current_folder(). Tighten the preconditions, as we
are sure that we can only receive non-NULL folder-files to load.
(refresh_current_folder_and_file_part): Pass on errors from
reload_current_folder(). At the very end, assert the invariant
described above.
(start_explicit_completion): Add comments for translators, to
explain the purpose of the various feedback messages used during
completion.
2009-01-21 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserdefault.c (save_widgets_create): Set
local_only on the location entry when we create it...
(set_local_only): ... and set it here only if the location entry
exists.
2009-01-21 Marek Kasik <mkasik@redhat.com>
Bug 561801 - "scheduled printing" doesn't function as expected
* gtk/gtkprintunixdialog: Add tooltip.
* modules/printbackends/cups/gtkprintbackendcups.c: Add conversion
from local time to utc time for scheduled printing.
2009-01-20 Federico Mena Quintero <federico@novell.com>
http://bugzilla.gnome.org/show_bug.cgi?id=545980 -
GtkFileChooserEntry should handle URIs
* gtk/gtkfilesystem.c (_gtk_file_system_parse): Detect URI schemes
and parse the full URI.
(has_uri_scheme): New function, stolen from the old
gtkfilesystemgnomevfs.c.
Patch by Carlos Garnacho <carlos@imendio.com>:
* gtk/gtkfilechooserentry.c (discard_current_folder): New
function, factored out for when we need to get rid of the
current_folder.
(gtk_file_chooser_entry_dispose): Use discard_current_folder().
(finished_loading_cb): Fix prototype.
(load_directory_get_folder_callback): Discard the completion
store, as well as clearing the completion feedback, if we find an
error while loading the folder. Also, use
discard_current_folder().
(reload_current_folder): Use discard_current_folder().
Patch by Carlos Garnacho <carlos@imendio.com> - add a local_only
property to GtkFileChooserEntry:
* gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Add a
local_only field.
(_gtk_file_chooser_entry_init): Default to local_only being true.
(start_explicit_completion): Don't allow completion of non-native
files if local_only is turned on.
(start_loading_current_folder): Don't start loading non-native
folders if local_only is turned on.
(_gtk_file_chooser_entry_set_local_only): New function.
(_gtk_file_chooser_entry_get_local_only): New function.
* gtk/gtkfilechooserentry.h (_gtk_file_chooser_entry_set_local_only,
_gtk_file_chooser_entry_get_local_only): New prototypes.
* gtk/gtkfilechooserdefault.c (set_local_only): Set the local_only
property on the entry.
Fix completion so it doesn't pop up for every character in a URI
hostname:
* gtk/gtkfilechooser.h (GtkFileChooserError): Add a
GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME.
* gtk/gtkfilesystem.c (_gtk_file_system_parse): Return an
"incomplete hostname" error if the user has not typed a full
hostname yet in an URI.
* gtk/gtkfilechooserentry.c (append_common_prefix): If we get an
incomplete hostname, just don't pop up an error, since that is a
transient state and the user doesn't need to be notified about it.
(refresh_current_folder_and_file_part): Don't revert to showing
the base folder if we have an incomplete hostname.
(reload_current_folder): Handle the passed folder being NULL, even
if we must force a reload. Also, reload the folder if we didn't
have a cancellable for it (i.e. we hadn't started to load it
before).
2009-01-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkaction.[hc]: Add setters and getters for GtkAction
properties, in preparation for bug 560228.
2009-01-21 Christian Dywan <christian@twotoasts.de>
Bug 567413 – GtkComboBoxEntry doesn't emit "changed" signal
on entry editing
* gtk/gtkcombobox.c (gtk_combo_box_set_active): Return only if index
is set. Patch by Carl-Anton Ingmarsson.
2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de>
* gtk/gtkstyle.c: Add a "Since: 2.16" tag to gtk_style_get.
2009-01-20 Matthias Clasen <mclasen@redhat.com>
Bug 565656 – Add marks to scales
* gtk/gtkrange.[hc]: Add internal api to define 'stop values'
that have a little resistance when dragging the slider over it.
* gtk/gtk.symbols:
* gtk/gtkscale.[hc] (gtk_scale_add_mark): New function to add
a 'mark' to a scale, which will draws a tick, plus optionally
some text, and makes the value a stop value.
(gtk_scale_clear_values): Removes all marks.
* tests/testscale.c: Test for marks on scales
* tests/Makefile.am: Integrate it
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c:
* gtk/gtkfilechooserentry.c:
* gtk/gtktextview.c: Replace several implementation of
blank cursor setting by GDK_BLANK_CURSOR.
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcursor.c:
* gdk/gdkwindow.c: Update docs on how to create blank cursors.
2009-01-19 Matthias Clasen <mclasen@redhat.com>
Cache cursors to avoid libXcursor theme lookup overhead.
Patch by David Alan Gilbert.
* gdk/gdkcursor.h: Add a GDK_BLANK_CURSOR cursor type.
* gdk/x11/gdkcursor-x11.c: Cache font cursors and named cursors.
* gdk/x11/gdkprivate-x11.h:
* gdk/x11/gdkcdisplay-x11.c: Remove cached cursors when a
display if finalized.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568263 – gtk can't recognize the wrong X Selection TARGETS'
type "TARGETS" by java applications
* gtk/gtkselection.c (gtk_selection_data_get_targets): Accept
a type of TARGETS instead of ATOM, too. Based on a patch by
Peng Wu.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568233 – Wrong statement about GtkEntry's "activate" signal
* gtk/gtkentry.c:
* gtk/gtklabel.c:
* gtk/gtktextview.c: Correct some copy-and-paste mistakes in
keybinding signal docs. Pointed out by Pascal Terjan.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkentry.[hc]: Add properties and getters for icon tooltips.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 563280 – stock items & translation context
* gtk/gtkstock.c: Solve the msgctxt problem a bit more
elegantly, and add some hints about this to the docs of
gtk_stock_set_translate_func. Proposed by Christian Persch
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568196 – Please change context of Forward stock label
* gtk/gtkstock.c: Reinstate separate translation contexts for
navigation and media labels (these were lost in the transition
to msgctxt. Pointed out by Gabor Kelemen.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 567887 – gtk_entry_get_storage_type() should be
gtk_entry_get_icon_storage_type()
* gtk/gtk.symbols:
* gtk/gtkentry.[hc]: Use the last chance to get the api right,
and rename things for consistency, requested by Murray Cumming.
In detail,
gtk_entry_get_stock -> gtk_entry_get_icon_stock
gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf
gtk_entry_get_gicon -> gtk_entry_get_icon_gicon
gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type
::prelight -> ::icon-prelight
::pixbuf-primary -> ::primary-icon-pixbuf
::stock-primary -> ::primary-icon-stock
::icon-name-primary -> ::primary-icon-name
::gicon-primary-> ::primary-icon-gicon
::storage-type-primary -> ::primary-icon-storage-type
::activatable->primary -> ::primary-icon-activatable
::sensitive-primary -> ::primary-icon-sensitive
(and similar for secondary properties)
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 567655 – gtk_status_icon_set_tooltip_text and
gtk_status_icon_set_tooltip_markup should use gchar*
* gtk/gtkstatusicon.h: Use "const gchar*" in new tooltip api.
Pointed out by Torsten Schoenfeld.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/search_entry.c: End the search if the window
is closed.
* demos/gtk-demo/search_entry.c:
* demos/gtk-demo/entry_completion.c: Group the entry examples
under "Entry".
2009-01-18 Christian Dywan <christian@twotoasts.de>
Remove a redundant include from gtktoolbar.c
* gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h.
Patch by Enrico Tröger.
2009-01-16 Cody Russell <bratsche@gnome.org>
Bug 567944 – [Win32] Sorted treeview columns can be unreadable
* modules/engines/ms-windows/msw_style.c: Draw selected treeview
cells according to treeview focus, but ignore whether it is in
a sorted column or not. Otherwise the intersection of a selected
row and a sorted column looks very strange if the treeview does
not have focus.
2009-01-16 Daniel Elstner <danielk@openismus.com>
* modules/input/gtkimcontextmultipress.[ch]: Remove the namespace
prefix from functions defined locally only. Clean up the code and
change indentation to match the GTK+ coding style.
(_GtkImContextMultipress::key_sequences): Replace array of pointers
by GHashTable. Adapt the implementation accordingly.
(passthrough_enabled_for_window): Remove. The passthrough hack is
no longer necessary thanks to the recently introduced "im-module"
property of GtkEntry and GtkTextView.
(load_config): Rework to implement an improved configuration file
format. Just fetch all keys of the group instead of expecting the
keys to be named a certain way. This also allows interpreting the
config key itself as the GDK key name to bind the character sequence
to, thereby making it independent of the sequence itself.
* modules/input/im-multipress.conf: New example configuration using
the new syntax. The example sequences are now bound to the numeric
keypad and imitate the behavior of a standard mobile phone.
2009-01-15 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkimcontext.c: documentation description: Mention the various
properties and the environment variable, with links to their
documentation.
* gtk/gtksettings.c:
* gtk/gtktextview.c: Make the im-module property documentation more
expansive.
2009-01-15 Diego Escalante Urrelo <diegoe@gnome.org>
Bug 562701 – GtkEntryCompletion popup sizes its rows wrong
when they span for more than one line.
Don't assume actions and results have equal height, this causes
negative size requisitions when results are more than one
line tall.
* gtk/gtkentrycompletion.c: change the formula used to calculate
the size of the completion popup.
2009-01-14 Federico Mena Quintero <federico@novell.com>
Remember the file chooser's geometry across invocations.
* gtk/gtkfilechoosersettings.h (struct _GtkFileChooserSettings):
New fields geometry_x, geometry_y, geometry_width, geometry_height.
(_gtk_file_chooser_settings_get_geometry): New prototype.
(_gtk_file_chooser_settings_set_geometry): New prototype.
* gtk/gtkfilechoosersettings.c (GEOMETRY_X_KEY, GEOMETRY_Y_KEY,
GEOMETRY_WIDTH_KEY, GEOMETRY_HEIGTH_KEY): New key names.
(ensure_settings_read): Read the geometry keys.
(_gtk_file_chooser_settings_save): Save the geometry keys.
(_gtk_file_chooser_settings_init): Initialize the geometry keys to
"don't have this value".
(_gtk_file_chooser_settings_get_geometry): New public function.
(_gtk_file_chooser_settings_set_geometry): New public function.
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_map):
Don't change the default size in ::map() so we don't flicker...
(gtk_file_chooser_default_realize): ... so do it in ::realize()
instead, when the window is not yet visible. This avoids a
dialog-that-resizes when you first pop up the file chooser.
(emit_default_size_changed): Just emit the signal; don't check for
the widget's state so we can be emitted during the initial
::realize() when we are not mapped yet.
(update_preview_widget_visibility): Only emit default_size_changed
if the widget is not mapped, to avoid resizing the dialog while it
is visible.
* gtk/gtkfilechooserdialog.c
(file_chooser_widget_default_size_changed): Simply resize the
dialog to the default size without any fancy clamping. Also,
leave in place ifdef-ed out code to restore the file chooser's
position in addition to its size. The code to restore the
position doesn't quite work yet, but we'll leave it in as a
reference.
* gtk/gtkfilechooserdefault.c (save_dialog_geometry): New function.
(settings_save): Save the dialog's geometry.
(gtk_file_chooser_default_get_default_size): Load the geometry
from the settings. If it was already saved, return that instead
of computing an ad-hoc size.
2009-01-13 Matthias Clasen <mclasen@redhat.com>
Bug 450716 – New API to change global IM
Requested by Daniel Elstner.
* gtk/gtk.symbols:
* gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_set_context_id):
New function to set the context id on a GtkIMMulticontext.
* gtk/gtkentry.c:
* gtk/gtktextview.c: Add a ::im-module property that can be
set to override the global setting for the im module to be used.
2009-01-13 Christian Dywan <christian@imendio.com>
Bug 566532 – GtkScaleButton implementation of GtkOrientable
* gtk/gtk.symbols:
* gtk/gtkscalebutton.c (gtk_scale_button_class_init),
(gtk_scale_button_set_property):
* gtk/gtkscalebutton.h: Deprecate gtk_scale_button_get_orientation
in favour of implementing GtkOrientable. Patch by Bruce Cowan.
2009-01-13 Tor Lillqvist <tml@iki.fi>
Bug 164002 - query scripts don't work uninstalled on windows
* gtk/gtkmain.c (_gtk_get_libdir): If the gtk DLL is in a ".libs"
folder, assume we are running uninstalled, and use the
configure-time GTK_LIBDIR.
2009-01-12 Matthias Clasen <mclasen@redhat.com>
* NEWS: Refer to tray icon spec, instead of a random email.
2009-01-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_icon_name): Don't cause lots
of X traffic when the icon name doesn't actually change. Some
apps like to reset their window icon frequently, without actually
changing the icon name...
2009-01-12 Paolo Borelli <pborelli@katamail.com>
Bug 492794 – Pasting external text at end of view yields wrong
scrolling to mark
* gtk/gtktextbuffer.[ch]:
* gtk/gtktextview.c:
Add a "paste-done" signal and use it to propelry scroll the
view at the end of the pasted text in the case of an async
paste. Patch by Ignacio Casal Quintero based on a patch by
Yevgen Muntyan.
2009-01-12 Tor Lillqvist <tml@iki.fi>
* gdk/gdk.c (gdk_arg_debug_cb) (gdk_arg_no_debug_cb): A
GOptionArgFunc should return gboolean and take also a GError
pointer parameter, so make these two functions do that. Return
FALSE (and set the GError) if the parsing of the debug string
failed completely. Note that g_parse_debug_string() doesn't really
have any way to return parsing status, and accepts partially
incorrect strings, though.
2009-01-12 Claudio Saavedra <csaavedra@igalia.com>
Bug 567468 – no check for trailing != NULL in
gtk_text_layout_get_iter_at_position()
* gtk/gtktextlayout.c: (gtk_text_layout_get_iter_at_position):
Check for trailing to be non-NULL.
* gtk/gtktextview.c: (gtk_text_view_get_iter_at_position): document
that trailing may be NULL.
2009-01-11 Tor Lillqvist <tml@iki.fi>
Bug 523554 - Copy from GIMP to Word broken
* gdk/win32/gdkselection-win32.c
(_gdk_win32_selection_convert_to_dib): The DIB stored in the
Windows Clipboard was for some unknown reason truncated by one
byte. Don't do that.
2009-01-11 Matthias Clasen <mclasen@redhat.com>
Bug 567024 – gtktoolbutton doesn't create right proxy menu item
image with GIcon
* gtk/gtktoolbutton.c: Properly create a menu proxy from a GIcon.
Patch by Christian Persch
* tests/testtoolbar.c: Add an example with a GIcon
2009-01-09 Christian Dywan <christian@imendio.com>
Fail in gdk_window_new if _gdk_window_new failed
* gdk/gdkwindow.c (gdk_window_new): Add g_return_val_if_fail
in case _gdk_window_new is NULL. Approved by Tim Janik
2009-01-08 Matthias Clasen <mclasen@redhat.com>
Bug 566733 – Add GIcon to GtkAction, GtkToolButton
* gtk/gtkaction.c: Add a ::gicon property to GtkAction and set the
icon from it if specified. The stock icon is preferred if a stock id
is given. Based on a patch by A. Walton
2009-01-04 Matthias Clasen <mclasen@redhat.com>
* gtk/stock-icons/{16,24}/gtk-caps-lock-warning.png: New icons
* gtk/gtkstock.h: Add GTK_STOCK_CAPS_LOCK_WARNING.
* gtk/gtkiconfactory.c (get_default_icons): Register the stock icon.
* gtk/gtkentry.c (show_capslock_feedback): Use the new stock icon.
2009-01-05 Tor Lillqvist <tml@novell.com>
Bug 566628 - gdk_display_close always asserts on win32
* gdk/win32/gdkdisplay-win32.c
(_gdk_windowing_set_default_display): Allow also a NULL parameter
in the g_assert(). Still don't actually do anything in this
function, though.
2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566568 – gtk_tree_model_get_value docs typo
* gtk/gtktreemodel.c (gtk_tree_model_get_value): Fix a typo
in the docs, pointed out by Christian Persch.
2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566391 – gtk_about_dialog_set_url_hook should activate
pre-existing website links
* gtk/gtkaboutdialog.c: Make setting website, website-label and
url hook work independent of their order. Reported by Steven
Sheehy.
2009-01-03 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.h:
* gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window): Recheck
_NET_SUPPORTING_WM_CHECK every now and then to avoid getting
stuck on the id of a former wmcheck window that got reused by
another client (see RH bug 471927)
2009-01-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreesortable.c: Improve the docs
* gtk/gtktreemodelsort.c: Don't assert when using the "unsorted"
sort column id.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 565998 – configure script doesn't check for cairo-xlib.pc
* configure.in: Check for cairo-xlib when looking for
gdk dependencies. Requested by Alberto Ruiz
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 566334 – compile failure for gtk+ on Mac OS X
* gtk/gtkstatusicon.c: Fix the build on OS X.
Reported by Bart Cortooms.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 566083 – Icon pixmap hardcoded during DnD
* gtk/gtkwidget.c:
* gtk/gtkentry.c: Add docs about using ::drag-begin for setting
a custom drag icon. Reported by Xan Lopez
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
* === Released 2.15.0 ===
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_set_icon_sensitive): Fix default
value
* gtk/tests/builder.c: Clean up asserts, make domain
test work with current GtkBuilder behaviour.
* Makefile.decl: Start Xvfb with -ac -noreset to try
and get the gui tests working.
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols: Add a few forgotten symbols
* gtk/gtkprintoperation.c:
* gtk/gtktrayicon-x11.c: Make some functions static
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkruler.[hc]: Some more
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkpaned.[hc]:
* gtk/gtkscale.[hc]:
* gtk/gtkscrollbar.[hc]:
* gtk/gtkseparator.[hc]: Keep these all abstract for now.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Rename the icon signals to ::icon-press and
::icon-release to avoid clashes with the existing SexyIconEntry
signals. Also annotate the GdkEvent parameters as static-scope.
* tests/testentryicons.c: Adapt
* demos/gtk-demo/search-entry.c: Adapt
2008-12-30 Matthias Clasen <mclasen@redhat.com>
Bug 565846 – "va_end(args);" should be added into gtk_tree_store_new
* gtk/gtktreestore.c (gtk_tree_store_new): Add a missing
va_end() call. Pointed out by Jiwon Lee.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Code cleanups; get rid of get_text_area_size,
replace get_icon_allocation by get_icon_allocations, don't
pass allocation to place_windows; other stylistic changes to
the icon-related code.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Avoid size allocation loops.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Fix errors in property definitions and
get_property implementation.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Redo the Caps Lock warning using an icon.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
Bug 558694 – Paned window splitter keynav broken
* gtk/gtkpaned.c (get_child_panes): Don't add unrealized
widgets.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstyle.c:
* gtk/gtkmenutooltbutton.c:
* gtk/gtkprintoperationpreview.c: Doc additions
2008-12-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c:
* gtk/gtklabel.c:
* gtk/gtkentry.c:
* gtk/gtktextview.c:
* gtk/gtkeditable.c:
* gtk/gtktextbuffer.c: Doc additions.
2008-12-29 Tor Lillqvist <tml@novell.com>
* gtk/gtk.symbols: Add missing symbols from gtkentry.c.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c:
* gtk/gtkstyle.c: Doc additions
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk[hv]scrollbar.c: Document gtk_[hv]scrollbar_new.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c: Document gtk_mnemonic_activate.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextlayout.c: Un-doc-commentize non-public api
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprogress.h: Fix a typo
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c:
* gtk/gtkentry.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c:
* gtk/gtktextutil.c: Un-doc-commentize non-exported functions
to make gtk-doc happy.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscale.c:
* gtk/gtkimagemenuitem.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkeditable.h: Match parameter names to make gtk-doc happy.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* tk/gtkfontsel.c: Merge docs inline.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintsettings.c:
* gtk/gtkbindings.c:
* gtk/gtkstyle.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscrolledwindow.c:
* gtk/gtkscale.c: Merge docs inline.
2008-12-28 Ryan Lortie <desrt@desrt.ca>
small fix for "Paned Window Widgets" example
* docs/tutorial/gtk-tut.sgml: use gtk_container_add rather than
add_with_viewport for putting a GtkTreeView into a ScrolledWindow
Spotted by Benjamin Herrenschmidt
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimmodule.c:
* gtk/gtkseparatortoolitem.c: Doc fixes
* gtk/gtkfontsel.c:
* gtk/gtkeditable.c: Merge docs inline.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c:
* gtk/gtkwidget.c:
* gtk/gtkaccelgroup.c: Documentation fixes
* gtk/gtkstatusicon.c:
* gtk/gtkentry.c:
* gtk/gtkeditable.[hc]: Make parameter names match to make gtk-doc
happy.
2008-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Expand the docs some more.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Don't emit ::icon-pressed on nonactivatable
icons. Fix up docs to match actual api.
* tests/testentryicons.c: Reshuffle tests a bit. Add a DND test.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Fix interaction between icons and widget sensitivity.
Also fix a few typos.
* tests/testentryicons.c: Add property editors.
* tests/Makefile.am: Glue
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Allow builtin icons when loading themed icons,
and don't leak a GtkIconInfo.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Emit ::icon-pressed regardless which button was
pressed. Also make it explicit in the signal signature that the
position parameter is a GtkEntryIconPosition.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Emit property notification for the text-length
property.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/search_entry.c: Add a demo for new entry features.
* demos/gtk-demo/Makefile.am: Glue
2008-12-25 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkapplaunchcontext.c:
* gdk/gdkkeys.c:
* gdk/x11/gdkdnd-x11.c:
* gdk/x11/gdkkeyx-x11.c:
* gdk/x11/gdktestutils-x11.c: Typo fixes and other small
doc improvements.
2008-12-23 Li Yuan <li.yuan@sun.com>
* gtk/gtkiconview.c: (gtk_icon_view_accessible_model_row_changed):
Bug #549251. No need to set name if there is no a11y item object.
2008-12-21 Yair Hershkovitz <yairhr@gmail.com>
Bug 565203: RTL locales: icons are misplaced when horizontal
gtkiconview is contained in a gtkscrolledwindow.
* gtk/gtkiconview.c (gtk_icon_view_layout_single_row):
Fix horizontal icon positions when in RTL locale.
2008-12-19 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update
2008-12-19 Matthias Clasen <mclasen@redhat.com>
Bug 564881 – gtkstatusicon.c: 'event' bug again
* gtk/gtkstatusicon.c (button_callback): Fix the build.
Patch by Christian Dywan.
2008-12-19 Cody Russell <bratsche@gnome.org>
Bug 85292 – add an icon to gtkentry
* gtk/gtkmarshalers.list: Add VOID:INT,BOXED
* tests/testentryicons.c: Initial icon entry test
* tests/Makefile.am: Add testentryicons
* gtk/gtkentry.[ch]: Add API for setting primary/secondary icons
and other features related to them.
2008-12-19 Marek Kasik <mkasik@redhat.com>
Bug 339318 - Allow page rendering to (optionally) happen in a thread
* gtk/gtk.symbols: API change
* doc/reference/gtk/gtk-sections.txt: API change
* gtk/gtkprintoperation-private.h
* gtk/gtkprintoperation.h
* gtk/gtkprintoperation.c: Adds 2 new functions
gtk_print_operation_set_defer_drawing()
- Sets up the GtkPrintOperation to wait for calling of
gtk_print_operation_draw_page_finish() from application. It can
be used for drawing page in another thread.
This function must be called in the callback of "draw-page"
signal.
gtk_print_operation_draw_page_finish()
- Signalize that drawing of particular page is complete.
It is called after completion of page drawing (e.g. drawing
in another thread).
If gtk_print_operation_set_defer_drawing() was called before,
then this function has to be called by application. In another
case it is called by the library itself.
2008-12-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c: Don't export emit_ok_response
2008-12-15 Tomas Bzatek <tbzatek@redhat.com>
* gtk/gtkfilechooserdefault.c: (list_row_activated):
* gtk/gtkfilesystem.c: (_gtk_file_info_consider_as_directory):
Mask G_FILE_TYPE_SHORTCUT as a directory (#561494)
2008-12-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Mount the enclosing volume if the folder we're switching to is not
mounted. Patch by Tomas Bzatek, based on work by Carlos Garnacho
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 561494 – FileChooser network browsing and authentication support
* gtk/gtkfilesystem.[hc] (_gtk_file_info_consider_as_directory):
Privately export this method. It classifies directories and mountables
the same.
* gtk/gtkfilesystem.c (enclosing_volume_mount_cb): Silently drop
G_IO_ERROR_ALREADY_MOUNTED error for gvfs backends without visible
mounts.
* gtk/gtkfilesystemmodel.c:
* gtk/gtkfilechooserbutton.c:
* gtk/gtkfilechooserentry.c:
* gtk/gtkfilechooserdefault.c: Use the new function instead of
direct checks for G_FILE_TYPE_DIRECTORY throughout.
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 562579 – Remove error dialog when directory does not exist
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Don't show an error dialog when changing to a non-existing folder,
since this is ususally just an annoyance.
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 556233 – local-only causes G_IS_FILE warning
* gtk/gktfilechooserdefault.c (set_local_only): Avoid a warning
in tests. Patch by Christian Dywan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563158 – CellRendererProgress pulsing and progressing rows can
not be used together
* gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_pulse):
Don't try to keep state in a cell renderer between two paint
calls. It doesn't work. Patch by Kristian Mueller
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 555560 – gtk_combo_box_set_active fails with no model
* gtk/gtkcombobox.c: Allow out-of-order setting of model and active.
Patch by Christian Dywan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 558306 – Cannot build gdk (gtk+ 2.14.4) on Solaris 8
* gdk/x11/gdktestutils-x11.c (gdk_test_simulate_button):
Remove a C99ism. Pointed out by Eric Lamarque
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 549251 – GTK icon view accessible issue.
* gtk/gtkiconview.c (gtk_icon_view_accessible_model_row_changed):
Handle separate append/set for rows. Patch by Li Yuan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 556839 – Crash when opening a link
* gtk/gtkstatusicon.c (gtk_status_icon_finalize): Destroy the
image too. Patch by Carlos Garcia Campos
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563751 – xatom cache is prefilled too late
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize the
XAtom cache earlier. Patch by Christian Persch
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 564212 – gtk_icon_view_accessible_model_rows_reordered explain
new_order in the wrong way
* gtk/gtkiconview.c (gtk_icon_view_accessible_model_rows_reordered):
Use the new order correctly. Patch by Li Yuan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563835 – Typo in gtk_widget_has_screen() docs
* gdk/directfb/gdkwindow-directfb.c:
* gdk/gdkwindow.c:
* gdk/x11/gdkwindow-x11.c:
* gtk/gtkmenushell.c:
* gtk/gtkwidget.c:
* gtk/tests/builder.c:
* tests/testdnd.c: s/heirarchy/hierarchy/ in docs and comments.
Pointed out by Wouter Bolsterlee
2008-12-12 Matthias Clasen <mclasen@redhat.com>
Bug 564066 – Crash in gtk_rc_parse_default_files
* gtk/gtkrc.c (gtk_rc_parse_default_files): Handle being called
early. Bug report by Andrés G. Aragoneses
2008-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.c: Set an empty title on password dialogs.
Pointed out by Máirín Duffy.
2008-12-11 Sven Herzberg <sven@imendio.com>
Document the "set-scroll-adjustments" signal
Reviewed by Kristian Rietveld.
* gtk/gtkiconview.c,
* gtk/gtklayout.c,
* gtk/gtktextview.c,
* gtk/gtktreeview.c,
* gtk/gtkviewport.c: added proper documentation for the signal
2008-12-11 Daniel Elstner <danielk@openismus.com>
Bug 563994 – Input method module interface not documented
* gtk/gtkimcontext.h: Add public/private markers.
* gtk/gtkimcontext.c: Add section documentation which explains how
to add a new input method module to GTK+. Document the signals and
virtual functions of GtkIMContextClass.
* gtk/gtkimmodule.c: Document struct GtkIMContextInfo.
* docs/reference/gtk/gtk-sections.txt: Add GtkIMContextClass and
GtkIMContextInfo to section GtkIMContext.
* docs/reference/gtk/Makefile.am (IGNORE_HFILES): Remove
gtkimmodule.h from the list in order to pick up GtkIMContextInfo.
* docs/reference/gtk/tmpl/gtkimcontext.sgml: Remove file from
repository since all the hand-edited content has been migrated to
source file comments.
2008-12-10 Matthias Clasen <mclasen@redhat.com>
Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated
-- but what should be used instead?
* gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation.
2008-12-10 Daniel Elstner <danielk@openismus.com>
Maintenance of Multipress input method by Openismus GmbH:
* modules/input/gtkimcontextmultipress.[ch]: Clean up the code
a bit to follow the GTK+ coding style more closely. Fix the code
to emit "preedit-start" and "preedit-end", too, rather than only
"preedit-changed".
(GTK_IM_CONTEXT_MULTIPRESS*): Rename incorrectly spelled macros
gtk_im_context_multipress*. Shouldn't break API or ABI as it's
only used internally.
* modules/input/immultipress.c: More cleanup,
* modules/input/README.multipress: ditto.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gdk/gdk.symbols: add missing #ifndef GDK_DISABLE_DEPRECATED.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gtk/gtkcontainer.c (struct PackingPropertiesData): add missing
semicolon.
* gtk/gtkcontainer.c (attributes_text_element): "value" is a
gchar*, not const gchar*.
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 546378 – GtkAssistant page title is not translatable
* gtk/gtkbuilderparser.c: Make gtk_builder_get_translation_domain()
useful for subparsers.
* gtk/gtkcontainer.c: Make the child property parser support
translatable child properties. Patch by Antti Kaijanmäki
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 554274 – Add default hook for GtkLinkButton
* gtk/gtklinkbutton.c: Call gtk_show_uri() if no uri hook has
been set. Patch by Emmanuele Bassi
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 559325 – documentation for gdk_display_get_window_at_pointer()
: is wrong
* gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct
the documentation. Patch by Paul Davis
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 563285 – test print backend does not compile
* modules/printbackends/test/gtkprintbackendtest.c: Clean up
includes.
2008-12-07 Behdad Esfahbod <behdad@gnome.org>
Bug 563547 – Update gdkx11 atom precache table
* gdk/x11/gdkdisplay-x11.c: Add more atoms to precache.
2008-12-05 Michael Natterer <mitch@imendio.com>
Bug 546285 – Allow GtkEntry to draw progress
* gtk/gtkentry.[ch]: add new API similar to GtkProgressBar which
allows to set the entry's progress_fraction, its progress_pulse_step
and to let the entry's progress pulse.
* gtk/gtk.symbols: updated.
* tests/testgtk.c: add progress demo code to the "Entry" window.
2008-12-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkstatusicon.c:
Add missing space in gtk-doc deprecated syntax
2008-12-03 Simos Xenitellis <simos@gnome.org>
Bug 557420 – Some compose sequences don't work anymore (or only in
a specific order)
* gtk/gtkimcontextsimple.c: Update of table size, keysym boundary,
to match the gtkimcontextsimpleseqs.h table.
* gtk/gtkimcontextsimpleseqs.h: Update with older gtk+ compose
sequences that went missing due to table update with upstream.
* gtk/compose-parse.py: Updated to include gtk-compose-lookaside.txt
* gtk/gtk-compose-lookaside.txt: Older gtk+ compose sequences that
are not found in the X.Org Compose file.
2008-12-03 Sven Herzberg <sven@imendio.com>
Bug 562998 – GtkFontButton documentation improvements
* gtk/gtkfontbutton.c: mention the way the font string should be used.
Patch by Sven Herzberg and Nelson Benitez
2008-12-03 Marek Kasik <mkasik@redhat.com>
Bug 559914 – eog doesn't apply paper setup.
* gtk/gtkpapersize.c: Call the gtk_paper_size_new_from_ppd() with width
and height in points.
2008-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
Bug 562878 – password save incorrectly set in gtkmountoperation
* gtk/gtkmountoperation.c (remember_button_toggled),
(gtk_mount_operation_ask_password): Remember the password save
flags only when the radio button becomes active. Set also the
default state of the radio buttons depending on the current value
of password save flags.
2008-12-01 Matthias Clasen <mclasen@redhat.com>
Bug 555334 – connected server feature
* gtk/gtkfilesystem.c (get_volumes_list): Filter out shadow mounts.
Patch by David Zeuthen.
2008-12-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Revert an accidental change that sneaked
in with the last commit.
2008-12-01 Paul Bolle <pebolle@tiscali.nl>
Bug 562817 – GtkDialog: typo
* gtk/gtkdialog.c: Fix typo
2008-11-29 Matthias Clasen <mclasen@redhat.com>
Bug 554453 – "typeahead find" widget of GtkTreeView appears on
wrong monitor in a multi-head environment
* gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
Make sure the typeahead window follows screen changes of the
treeview. Noticed by Rainer Stransky
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 559622 – GdkDevice test segfaults
* gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose):
* gdk/x11/gdkinput.c (gdk_device_class_init), (gdk_device_dispose):
Free and reset device in dispose. Patch by Michael Natterer and myself.
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 554076 – eventually release g_new-ed supported_atoms
* gdk/x11/gdkevents-x11.c (cleanup_atoms),
(gdk_x11_screen_supports_net_wm_hint): Set cleanup callback.
Patch by Caolan McNamara.
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 539263 – Deprecate gdk_window_get_toplevels
* gdk/gdkwindow.c:
* gdk/gdkwindow.h: Deprecate gdk_window_get_toplevels
2008-11-29 Federico Mena Quintero <federico@novell.com>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): If tree lines are
enabled, flip them around for the right-to-left case. Fixes
https://bugzilla.novell.com/show_bug.cgi?id=447004. Patch by
Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>
2008-11-29 Christian Persch <chpe@gnome.org>
* gtk/gtkselection.c: Typo fix.
2008-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c:
* gtk/gtkentry.c:
* gtk/gtkdnd.c:
* gtk/gtkcolorsel.c:
* gtk/gtkbindings.c: Improve deprecation annotations.
2008-11-26 Christian Dywan <christian@imendio.com>
Bug 561504 – testgtk should load rc file from sub folder
* tests/testgtk.c (main):
Make testgtk look in subfolder and warn if not found
2008-11-25 Johan Dahlin <jdahlin@async.com.br>
Bug 559947 – Unchecked dependency on python>=2.4
* gtk/gtk-builder-convert:
Avoid using sorted() which is only present in python 2.
2008-11-24 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkalignment.c: Bug 561539 - Fix warnings when size allocations
fall short of border width and padding.
2008-11-22 Paul Bolle <pebolle@tiscali.nl>
Bug 561335 - Fix typos in GtkToolItem documentation
* gtk/gtktoolitem.c: Fix typos in GtkToolItem documentation
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump gtk-doc dependency to 1.11 for
nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.[hc]: Declare structs in a way that
gtk-doc understands.
2008-11-17 Christian Dywan <christian@imendio.com>
Bug 377699 – realizing gtk.Progress() causes SEGV
* gtk/gtkprogress.c: Define GtkProgress as an abstract type
2008-11-13 Christian Dywan <christian@imendio.com>
Bug 560602 – Wrong GtkMenuItem default value (test fails)
* gtk/gtkmenuitem.c (gtk_menu_item_class_init):
Correct default "label" value to ""
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 560139 – GtkEntry doesn't paint with the right state
* gtk/gtkentry.c (gtk_entry_class_init), (gtk_entry_draw_frame),
(gtk_entry_expose): Reflect the right state if state-hint is set
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 559619 – invisible-char default cannot be tested
* gtk/tests/defaultvalue.c (test_type):
Skip invisible-char when testing
2008-11-12 Richard Hult <richard@imendio.com>
* gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
patch from Paul Davis.
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
* gtk/tests/object.c (list_ignore_properties),
(object_test_property), (main): Ignore GtkCurve when testing
2008-11-12 Richard Hult <richard@imendio.com>
Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
* gdk/gdk.c:
* gdk/gdkinternals.h: Add eventloop debug facility.
* gdk/quartz/gdkeventloop-quartz.c: Big rework of the quartz
mainloop integration, patch from Owen Taylor. See bug #550942 for
the details.
2008-11-12 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
new API when building on 64-bit, since there are still old non-xml
layouts used out there we don't want to break them. (For 64-bit
those layouts doesn't work so we don't have a choice there.)
2008-11-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.c: Chain up in enter and leave notify handlers.
2008-11-11 Michael Natterer <mitch@imendio.com>
Bug 553765 – Add orientation API to GtkRange
* gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
evil code that makes sure that the stepper_detail and slider_detail
set in GtkRangeClass continue to work with the hacked subclasses
below.
* gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
and add gtk_scale_new() and gtk_scale_new_with_range() which take
a GtkOrientation argument. Set slider_detail to "Xscale" so above
evil code works.
* gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
above evil code works.
* gtk/gtkhscale.c
* gtk/gtkvscale.c
* gtk/gtkhscrollbar.c
* gtk/gtkvscrollbar.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: changed accordingly.
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.h: move deprecated functions together, move
setters and getters together, some indentation cleanup.
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: implement the GtkOrientable interface
and deprecate gtk_toolbar_get,set_orientation().
* gtk/gtk.symbols: changed accordingly.
2008-11-10 Marek Kasik <mkasik@redhat.com>
Bug 560135 - Print when the user double clicks a printer
* gtk/gtkprintunixdialog.c: add handling of double click to
GtkPrintUnixDialog.
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkpaned.c: argh, actually call the newly added private
gtk_paned_calc_position() instead of the deprecated public
version.
2008-11-07 Michael Natterer <mitch@imendio.com>
Bug 553586 – Add orientation API to GtkPaned
* gtk/gtkpaned.[ch]: implement the GtkOrientable interface
and swallow all code from GtkHPaned and GtkVPaned. Add
gtk_paned_new() which takes a GtkOrientation argument. Deprecate
gtk_paned_compute_position() for good (also for GTK_COMPILATION).
* gtk/gtkhpaned.[ch]
* gtk/gtkvpaned.[ch]: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_box_new().
2008-11-07 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkcontainer.c (gtk_container_buildable_add_child):
Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkscrollbar.c: remove bogus newlines in the middle of
function calls, fix broken indentation and remove trailing
whitespace.
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkmenuitem.c: Made buildable and added support for adding
children of type "submenu"
* gtk/gtkwindow.c: Added support for custom tag "accel-groups" to
add GtkAccelGroups to the window.
* gtk/gtkcontainer.c: Added builder contextual warnings in
buildable_add_child()
* gtk/tests/builder.c: Added tests for buildable menus (test that
accelerators are properly connected on stock items, test the menu
hierarchy, test permission to add alien/custom menuitem children).
* docs/reference/gtk/tmpl/gtkbuilder.sgml
* docs/reference/gtk/tmpl/gtkwindow.sgml
* docs/reference/gtk/tmpl/gtkmenuitem.sgml: Updated docs for
buildable submenus and accel groups.
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkmenuitem.[ch]: added new apis
gtk_menu_item_[set/get]_label() and
gtk_menu_item_[set/get]_use_underline() with "label" and
"use-underline" properties, constructors cleaned up to use
g_object_new(). GtkMenuItemClass take new vfuncs
->get/set_label().
* gtk/gtkcheckmenuitem.c: constructors cleaned up to use
g_object_new().
* gtk/gtkimagemenuitem.[ch]: added new apis
gtk_image_menu_item_[get/set]_use_stock() and
gtk_image_menu_item_set_accel_group() with "use-stock" and
write-only "accel-group" properties. constructors cleaned up to
use g_object_new().
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkbuilder.h: Fixed a crasher in
GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes
on top of any markup or mnemonic attributes (bug 558409).
* README: Updated and added release notes for 2.16
2008-11-06 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from
Arnaud Charlet to replace use of deprecated keyboard layout API
with the new TIS API available in 10.5. The old code is still used
when building for 10.4.
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c:
(get_keyboard_modifiers_from_ns_event), (create_key_event): Revert
(at least for now) the alt/cmd switching since it breaks the
"alt-gr" functionality of alt which makes it impossible to input
lots of characters.
2008-11-05 Christian Dywan <christian@imendio.com>
Bug 559404 – gtk_editable_insert_text counts length in bytes
* gtk/gtkeditable.c:
Document new_text_length as the number of bytes
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_impl_quartz_begin_paint_region): Set the fill color
outside the loop.
2008-11-05 Richard Hult <richard@imendio.com>
* gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip),
(gtk_status_icon_get_tooltip_markup): Fix build for win32 and
quartz.
2008-11-04 Tor Lillqvist <tml@novell.com>
Bug 557212 - Problem with which window gains focus and is visible
* gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app):
Only do the restacking for the active window of the
application. Seems to fix the problem.
(gdk_event_translate): Only call ensure_stacking_on_activate_app()
when the application is being activated, not deactivated.
2008-11-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkstatusicon.[hc]: Add new tooltip api.
2008-11-03 Christian Persch <chpe@gnome.org>
Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problem
* gtk/gtkiconview.c: Make gtk_drag_*_add_*_targets() usable with
GtkIconView.
2008-11-02 Matthias Clasen <mclasen@redhat.com>
Bug 558929 – gtkstatusicon.c: 'event' is a member of the structure
* gtk/gtkstatusicon.c: Fix the build.
2008-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimagemenuitem.c: Make it possible to overrule the
gtk-menu-images setting.
* gtk/gtkaction.c (connect_proxy): Show the image before adding
it to the image menu item.
2008-11-01 Tor Lillqvist <tml@novell.com>
Bug 558278 - Crash when calling a callback set by
gdk_add_client_message_filter()
* gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from
apply_filters() so that it is clear that this function is for
GdkEventFilters only.
(print_event): Print more information for GDK_CLIENT_EVENT events.
(gdk_event_translate): When handling client filters, don't use
apply_event_filters(). Use similar code as in the X11 backend,
although not exactly, as the parameter list and return value
semantics of gdk_event_translate() is different.
* tests/testclientmessage.c: New interactive test program to
verify client message functionality.
* tests/Makefile.am: Add it.
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 409435 – GtkStatusIcon enhancements: DnD, scroll events,
middle click, rich tooltips
* gtk/gtkstatusicon.[hc]: Add support for button press/release and
scroll events. Patch by Ed Catmur
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 322934 – Replace menu's proxy icons with empty space hiding icons
* gtk/gtkmenu.c (gtk_menu_size_request): Use consistent padding
regardless of imagees or checks being in the menu. Also add
padding on the right edge.
Proposal by Luca Ferretti, patch by Jon McCann
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 412134 – Add API to query style properties from the style
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Add getters for style properties to
avoid the need for ugly workarounds with dummy widget instances.
Patch by Mariano Suárez-Alvarez
2008-10-31 Christian Dywan <christian@imendio.com>
Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
* gtk/gtk.symbols:
* gtk/gtkfontsel.c:
* gtk/gtkfontsel.h:
Deprecate gtk_font_selection_dialog_get_apply_button
2008-10-31 Matthias Clasen <mclasen@redhat.com>
Bug 558323 – glitches when popping up combos in treeviews
* gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property):
Don't set the model property on the combo box, since that leads
to loops.
2008-10-31 Christian Dywan <christian@imendio.com>
Bug 347230 – testicontheme shortcomings
* tests/testicontheme.c (main):
Use theme for "display" and quit on window closing
2008-10-30 Matthias Clasen <mclasen@redhat.com>
Bug 558522 – scroll arrow painted insensitive even though there
are pages beyond the edge
* gtk/gtknotebook.c (gtk_notebook_real_insert_page): Redraw
arrows. Pointed out by Christian Persch
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/gtkcellrenderertext.h
* gtk/gtkentry.[ch]
* gtk/gtkimcontext.h
* gtk/gtklabel.c
* gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
remove its inclusion here.
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
somehow include gtkobject.h or another header which includes it.
2008-10-30 Marek Kasik <mkasik@redhat.com>
Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
* gtk/gtk.symbols
* gtk/gtkprintsettings.c
* gtk/gtkprintsettings.h
* docs/reference/gtk/gtk-sections.txt
* modules/printbackends/file/gtkprintbackendfile.c
* modules/printbackends/test/gtkprintbackendtest.c
* modules/printbackends/cups/gtkprintbackendcups.c
* modules/printbackends/lpr/gtkprintbackendlpr.c:
Added lpi (lines per inch) setting to GtkPrintSettings and support
for anamorphic dpi. Surface fallback resolution is set to 2*lpi.
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
it's included via gtkwidget.h anyway.
2008-10-30 Sven Neumann <sven@gimp.org>
* gtk/gtkwidget.c (gtk_widget_get_property): removed redundant
conditional.
2008-10-30 Christian Dywan <christian@imendio.com>
Bug 557316 – GtkLinkButton should consider user-defined tooltip
* gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb):
Only override the tooltip if not previously set
2008-10-29 Christian Dywan <christian@imendio.com>
Bug 557762 – Misleading error message in GDK DirectFB
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open):
Correctly say GetInputDevice instead of GetDisplayLayer
2008-10-29 Christian Dywan <christian@imendio.com>
Bug 558397 – gtk_widget_error_bell undefined without a screen
* gtk/gtkwidget.c (gtk_widget_error_bell): Test the settings
instance and return silently if unset
2008-10-28 Michael Natterer <mitch@imendio.com>
* gdk/keyname-table.h: fix small typo.
2008-10-27 Richard Hult <richard@imendio.com>
Bug 557894 – Wrong return value for
gdk_pointer_grab_info_libgtk_only()
* gdk/quartz/gdkevents-quartz.c:
(gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a
pointer grab. Patch by Owen Taylor.
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolshell.c:
* gtk/gtktoolitem.c: Remove markup from short descriptions.
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gdk/keyname-table.h:
* gtk/gen-paper-names.c:
* gtk/paper_names_offsets.c:
* gtk/gtkpapersize.c:
* gtk/gtkaccellabel.c:
* gtk/gtkprintoperation.c:
* gtk/gtkstock.c: More conversion to C_().
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaccellabel.c:
* gtk/gtkcalendar.c:
* gtk/gtkcellrendereraccel.c:
* gtk/gtkcellrendererprogress.c:
* gtk/gtkimmulticontext.c:
* gtk/gtkrecentchoosermenu.c:
* gtk/gtkvolumebutton.c: Use C_() instead of Q_(). String change!
2008-10-26 Christian Persch <chpe@gnome.org>
Bug 557065 – gtkcellrendererpixbuf spams console over and over with
'could not load image' warnings
* gtk/gtkcellrendererpixbuf.c:
(gtk_cell_renderer_pixbuf_create_themed_pixbuf): Remove noisy
g_warning.
2008-10-26 Philip Withnall <philip@tecnocode.co.uk>
Bug 530454 – Clarify page_nr when printing
* gtk/gtkprintoperation.c (gtk_print_operation_class_init): Point out
that page_nr is 0-based in the documentation.
2008-10-25 Matthias Clasen <mclasen@redhat.com>
Bug 557315 – stale clipboard target cache
* gtk/gtkclipboard.c (gtk_clipboard_set_contents): Remove cached
targets. Pointed out by Evan Stade
2008-10-24 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
the docs for GtkWidget::query-tooltip.
2008-10-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.c: The "screen" property ought to have
type GdkScreen, not GtkWindow. Found by Cosimo Cecchi
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching
allocation and deallocation
* gtk/gtkrecentchooserdefault.c (remove_selected_from_list): Don't
free a strdup'ed string by g_free. Pointed out by Daniel Marjamäki
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 556835 – gtkentry.c: variable is declared at middle of block
* gtk/gtkentry.c (gtk_entry_copy_clipboard): Fix a C99ism pointed
out by Kazuki Iwamoto
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 557524 – "va_end(args);" should be added into
gtk_text_buffer_insert_with_tags_by_name( )
* gtk/gtktextbuffer.c (gtk_text_buffer_insert_with_tags_by_name):
Don't forget to call va_end. Pointed out by Boram Park
2008-10-23 Alexander Larsson <alexl@redhat.com>
Bug 528320 - Incorrect icons displayed for files with custom
mimetype icons
* gtk/gtkfilesystem.c:
(_gtk_file_info_render_icon):
Fall back on default file icon if there was no icon or it
was not found in the theme. This goes with the corresponding
change in glib to not add the fallback icon, but is useful
in other cases too.
2008-10-22 Behdad Esfahbod <behdad@gnome.org>
Bug 555920 – gtkentry.c passes wrong enum to
pango_layout_set_alignment()
* gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
adjustment.
2008-10-22 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen
size actually changed.
2008-10-21 Michael Natterer <mitch@imendio.com>
* gdk/gdkdraw.c
* gdk/gdkimage.c
* gdk/gdkscreen.c
* gdk/gdkwindow.c: replace assertions for obj != NULL by
GDK_IS_OBJ(), remove redundant != NULL checks when there is
already a type check, add some g_return_if_fail() that were
missing entirely, fix some broken indentation and spacing.
2008-10-21 Tor Lillqvist <tml@novell.com>
Bug 557266 - Window Management Problem
Also reported in mail to gtk-list, and of course it has been well
known in general that window state management is messy and buggy
in various ways in gdk/win32.
* gdk/win32/gdkwindow-win32.c (show_window_internal): Correct
handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set
the WS_EX_TOPMOST extended style bit using SetWindowLong(). We
must call SetWindowPos() on the window using HWND_TOPMOST
instead. The description for WS_EX_TOPMOST in the documentation
for CreateWindowEx() even implies that if you read it carefully.
2008-10-21 Michael Natterer <mitch@imendio.com>
* gdk/gdkapplaunchcontext.c: reorder functions to be in standard
order, add prototypes and namespace to static functions, add
g_return_if_fail()s which were missing all over the place.
2008-10-20 Christian Persch <chpe@gnome.org>
Bug 557059 – crash when compositing emblems with icon
* gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it
with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped
from icon cache or builtins).
2008-10-20 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_item():
* gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_cell():
Documentation: Mention the simple set_tooltip_column()
alternative.
2008-10-18 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): On
WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
output without setting it first.
2008-10-18 Tor Lillqvist <tml@novell.com>
Bug 556578 - GIMP windows stay on top of other windows
* gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize)
(ensure_stacking_on_window_pos_changing)
(ensure_stacking_on_activate_app): Ignore unmapped windows in the
loops where we look for the lowest "transient-type" window.
(gdk_event_translate): Don't call
ensure_stacking_on_window_pos_changing() or
ensure_stacking_on_activate_app() for unmapped windows.
2008-10-16 Marek Kasik <mkasik@redhat.com>
Bug 556527 - The current page property is not passed to
GtkPrintUnixDialog
* gtk/gtkprintoperation-unix.c: pass current-page property
to GtkPrintUnixDialog
2008-10-15 Michael Natterer <mitch@imendio.com>
* gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo
in the type name so the macro becomes usable.
2008-10-14 Christian Dywan <christian@imendio.com>
556150 – gtk 'object' property test fixing
* gtk/tests/object.c (list_ignore_properties):
Remove some recently fixed properties from the exception list
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup
* gtk/gtkcellrendererpixbuf
(gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash
if a GIcon is not present in the current theme. Patch by
Alex Larsson.
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 552318 – menubar mnemonics consumed even when
gtk-enable-mnemonics=false
* gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic
entries block accelerator activation when gtk-enable-mnemonics is
FALSE. Problem reported by Andreas Moog.
2008-10-13 Cody Russell <cody@jhu.edu>
* test/testfilechooser.c: Fix option parsing so that -a and
--action work correctly.
2008-10-13 Christian Persch <chpe@gnome.org>
Bug 555386 – format not a string literal and no format arguments
* gtk/gtkiconfactory.c
* gtk/gtkprintbackend.c
* gtk/gtkprintoperation.c
* gtk/gtkthemes.c
* gtk/tests/builder.c
* modules/other/gail/gailtextview.c
* tests/testmerge.c: Use printf safely.
2008-10-13 Christian Persch <chpe@gnome.org>
Bug 555724 – gtkcellrendereraccel not initialised correctly
* gtk/gtkcellrendereraccel.c: Initialise the cell text.
2008-10-12 Simos Xenitellis <simos@gnome.org>
Bug 555625 – Updated gtk_compose_seqs_compact table
(gtkimcontextsimpleseqs.h)
* gtk/gtkimcontextsimpleseqs.c: Updated the compose sequence table.
In this update we removed a further set of compose sequences that
are otherwise covered by check_algorithmically().
* gtk/gtkimcontextsimple.c: Updated table value that shows how many
distinct first values exist in the compose sequences.
Change from 22 to 20.
2008-10-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbar.c: Revert the GtkSettings::gtk-toolbar-icon-size
part of the previous change, since it doesn't work correctly without
extra complication, and using custom icon sizes doesn't make too
much sense in a desktop-wide setting.
2008-10-11 Matthias Clasen <mclasen@redhat.com>
Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
* gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and
GtkSettings::gtk-toolbar-icon-size into int properties, to
allow the use of app-registered icon sizes.
2008-10-11 Christian Dywan <christian@imendio.com>
Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):
Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL
2008-10-10 Behdad Esfahbod <behdad@gnome.org>
Bug 551355 – [PATCH] Make glib build with libtool 2.2
* autogen.sh: Accept libtool 2.2. We are moving towards having
it working.
2008-10-10 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state)
Add empty stub to fix linking.
2008-10-10 Simos Xenitellis <simos@gnome.org>
Bug 555000 – Wrong treatment on non-spacing marks dead keys in
GtkIMContextSimple
* gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
it only checks if input is a deadkey keysym.
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):
Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555573 – gtk_font_selection_set_font_name
shouldn't require a screen
* gtk/gtkfontsel.c (gtk_font_selection_set_font_name):
Don't warn if there is no screen, just return FALSE
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555523 – gtk_scale_button_set_adjustment should accept NULL
* gtk/gtkscalebutton.c (gtk_scale_button_set_adjustment):
Create a new adjustment if NULL is passed, like other widgets
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555578 – GtkTable propertiy maxima are wrong
* gtk/gtktable.c (gtk_table_class_init), (gtk_table_resize):
Always use 65535 instead of G_MAXUINT since that is
the actually supported maximum number of columns and rows
2008-10-09 Richard Hult <richard@imendio.com>
Bug 550342 – Splash screens have a caption
* gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new),
(gdk_window_set_decorations): Patch from Marianne Gagnon to make
splash windows borderless.
2008-10-09 Michael Natterer <mitch@imendio.com>
Bug 516425 – Optionally display accelerators in popups
* gtk/gtkuimanager.h (enum GtkUIManagerItemType): add value
GTK_UI_MANAGER_POPUP_WITH_ACCELS which works like _POPUP but
shows the actions' accelerators.
* gtk/gtkuimanager.c: honor the new enum value for programmatically
created UIs, and support <popup accelerators="true"> in the XML
for the same purpose.
2008-10-09 Simos Xenitellis <simos@gnome.org>
Bug 554192 – double press on the "circumflex" dead key
(standard french 105 keyboard) no longer produces the "^" character
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
Changed the order, put check_compact_table() first, then
check_algorithmically().
2008-10-08 Christian Persch <chpe@gnome.org>
Bug 554702 – gtkfilesystem leaks GError
* gtk/gtkfilesystem.c (_gtk_file_system_init): Free the GError.
2008-10-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Don't forget to reset reload_state when current_folder is already
correct. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=465992
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 555270 – Allow unsetting a MessageDialog's image
* gtk/gtkmessagedialog.c (gtk_message_dialog_set_property),
Remove a superfluous cast to GtkWidget*
(gtk_message_dialog_set_image): Accept NULL for the image
and unset the image in that case.
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 436533 – Allow more space efficient scroll arrows placement
* gtk/gtkenums.h: Add GtkArrowPlacement
* gtk/gtkmenu.c (gtk_menu_class_init), (get_arrows_border),
(get_arrows_visible_area), (get_double_arrows),
(get_arrows_sensitive_area): Implement GtkMenu::arrow-placement
to allow scrolling arrows to be placed at the start, end or both
Patch by Tommi Komulainen and myself
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 555387 – Changing the sensitivity of a statusbar
mistakenly requires a display
* gtk/gtkstatusbar.c (set_grip_cursor): Only change the cursor
of the resize grip if there is a grip window.
2008-10-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized
memory warnings from valgrind.
2008-10-07 11:03:30 Tim Janik <timj@imendio.com>
* gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new()
as private function until we settle on the exact semantics.
renamed _gtk_box_set_old_defaults() as suggested by Mitch.
2008-10-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkbox.c: reindent static prototypes.
2008-10-07 Michael Natterer <mitch@imendio.com>
Bug 553573 – Add orientation API to GtkBox
* gtk/gtkbox.[hh]: implement the GtkOrientable interface and
swallow all code from GtkHBox and GtkVBox. Add gtk_box_new()
which takes a GtkOrientation argument. Also move the newly
added "spacing_set" boolean from struct GtkBox to the new
private struct.
* gtk/gtkhbox.[ch]
* gtk/gtkvbox.[ch]: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_box_new().
2008-10-06 Björn Lindqvist <bjourne@gmail.com>
Bug 539464 – gtk_cell_view_get_model is missing in GtkCellView
* gtk/gtkcellview.c (gtk_cell_view_get_model): Add
gtk_cell_view_get_model.
2008-10-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c (create_main_page): Show the tooltip
on the range entry itself, too.
2008-10-04 Tor Lillqvist <tml@novell.com>
Bug 132501 - Make utility window translate to tool window in win32
Implement the utility window type hint. Such windows are kept on
top of other windows of the same process. Makes GIMP's toolbox and
dock windows behave more like in GNOME under metacity. Apply the
same logic also to windows marked with the dialog window type
hint, and windows that are transient for some other window. I'll
call such windows "transient-type" below.
* gdk/win32/gdkevents-win32.c (doesnt_want_key): Drop unused
variables.
(ensure_stacking_on_unminimize)
(ensure_stacking_on_window_pos_changing)
(ensure_stacking_on_activate_app): New functions to implement the
desired stacking order. Make sure that a window that is not
transient-type stays below any transient-type windows of the
application. When activating a non-transient-type window make sure
it rises as high as possible while still staying below the lowest
transient-type window.
(gdk_event_translate): Call above functions on
WM_WINDOWPOSCHANGING, WM_ACTIVATEAPP and on WM_SIZE when
unminimizing. Improve debugging printout.
* gdk/win32/gdkwindow-win32.c (get_effective_window_decorations):
Handle utility windows like toolbar windows.
(gdk_window_new_internal) (update_style_bits): Give utility
windows the WS_EX_TOOLWINDOW extended style.
(gdk_window_set_title): If debugging "misc" or "events", make the
handle of top-level windows show up in their title bars. Very
useful when looking at debugging output.
(gdk_window_set_transient_for) (gdk_window_set_keep_above)
(gdk_window_set_keep_below) (gdk_window_set_modal_hint)
(gdk_window_set_skip_taskbar_hint)
(gdk_window_set_skip_pager_hint): Add and improve debugging
printout.
(gdk_window_set_type_hint): Print hint symbolically in GDK_NOTE().
2008-10-04 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkmain-win32.c (_gdk_win32_window_exstyle_to_string)
(_gdk_win32_window_pos_bits_to_string): New debugging printout
functions. Decode the WS_EX_* and SWP_* bits.
* gdk/win32/gdkprivate-win32.h: Declare them. Define
GDK_DEBUG_MISC_OR_EVENTS for use in GDK_NOTE() to match either
"misc" or "events".
2008-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some
debug output.
2008-10-02 Matthias Clasen <mclasen@redhat.com>
Bug 96431 – Can't cut and paste / DND within invisible entry
* gtk/gtkentry.c: Disable cut, copy and drag out of an invisible
entry. Proposed by Owen Taylor
2008-10-02 Matthias Clasen <mclasen@redhat.com>
Bug 530575 – GtkEntry with invisible chars has a confused cursor in
overwrite mode
* gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
in the layout when positioning the cursor, not the actual text
content of the entry. This makes a different when using overwrite
mode in an invisible entry.
Problem noticed by Jonathan Blandford
* gtk/gtktextutil.c: Fix a typo in a comment
2008-10-02 Christian Persch
Bug 554704 – gtkfilesystemmodel does too much work
* gtk/gtkfilesystemmodel.c: Replace g_slist_length()<1 check with a
simple NULL check.
2008-10-02 Christian Persch
Bug 554701 – filechooser spams console with useless warnings
* gtk/gtkfilesystem.c.c: Don't warn if the async call was simply
cancelled.
2008-10-02 Christian Persch
Bug 554698 – mem leak in filechooser
* gtk/gtkfilechooserdefault.c: Plug a mem leak.
2008-10-02 Christian Persch
Bug 554696 – invalid free function used
* gtk/gtkfilesystemmodel.c: Use the right free func.
2008-10-02 Christian Persch
Bug 554691 – mem leak in filechooser
* gtk/gtkfilesystemmodel.c: Plug a mem leak.
2008-10-02 Christian Persch
Bug 554690 – mem leak in filechooser
* gtk/gtkfilechooserdefault.c: Plug a mem leak.
2008-10-02 Michael Natterer <mitch@imendio.com>
Bug 553585 – Add orientation API to GtkRuler
* gtk/gtkruler.[ch]: implement the GtkOrientable interface and
swallow all code from GtkHRuler and GtkVRuler. Add gtk_ruler_new()
which takes a GtkOrientation argument.
* gtk/gtkhruler.c
* gtk/gtkvruler.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_ruler_new().
2008-10-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* docs/reference/gtk/gtk-sections.txt:
* gtk/gtk.symbols:
* gtk/gtkselection.c:
* gtk/gtkselection.h: Add gtk_selection_data_get_selection to
retrieve the sealed struct field GtkSelectionData.selection.
2008-10-01 Tor Lillqvist <tml@novell.com>
* gtk/gtkscalebutton.c: Don't #define _GNU_SOURCE on Windows as it
confuses newest mingw headers.
2008-10-01 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (gdk_keymap_get_caps_lock_state):
Implement trivially on Windows. Not sure if something more complex
is actually needed, more specifically whether the function needs
to differentiate between "Caps Lock" and "Shift Lock" semantics?
2008-10-01 Simos Xenitellis <simos@gnome.org>
Bug 554506 – combining diacritics broken, became deadkeys
* gtk/gtkimcontextsimple.c: added check if keysym is greater
than 0x1000000, in this case it is not a dead key.
2008-09-30 Michael Natterer <mitch@imendio.com>
Bug 553582 – Add orientation API to GtkSeparator
* gtk/gtkseparator.[ch]: implement the GtkOrientable interface and
swallow all code from GtkHSeparator and GtkVSeparator. Add
gtk_separator_new() which takes a GtkOrientation argument.
* gtk/gtkhseparator.c
* gtk/gtkvseparator.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_separator_new().
2008-09-30 Marek Kasik <mkasik@redhat.com>
Bug 344522 – support non-local destination files (GtkPrint):
* gtk/gtkprintunixdialog.c
* gtk/gtkprinteroptionwidget.c: Process URI instead of filename.
* modules/printbackends/file/gtkprintbackendfile.c: Add ability
to save files on non-local filesystems.
2008-09-30 Michael Natterer <mitch@imendio.com>
* gtk/gtk.symbols: forgot the G_GNUC_CONST of
gtk_orientable_get_type().
2008-09-30 Michael Natterer <mitch@imendio.com>
Bug 541009 – Get rid of separate subclasses for horizontal and
vertical orientation:
* gtk/Makefile.am
* gtk/gtk.symbols
* gtk/gtk.h
* gtk/gtkorientable.[ch]: add new interface GtkOrientable which
will be implemented by everything that can switch orientation.
2008-09-30 Christian Dywan <christian@imendio.com>
Fix a typo in the tutorial.
* docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 553086 – hard to see current immodule
* gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
Display the actually selected context in the system menuitem.
Complaint by Akira Tagoh.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 530568 – Entries with visibility=FALSE should warn for caps-lock
on
* gtk/gtkentry.c: Add a tooltip-like Caps Lock warning for
password entries. The warning is also triggered if an input method
is active. The warning can be turned off using the
GtkEntry::caps-lock-warning property.
Proposed by Owen Taylor
2008-09-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_get_context_id):
Add a getter for the the sealed context_id field.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.
* gdk/gdk.symbols:
* gdk/gdkkeys.[ch]: Add a new GdkKeymap::state-changed signal, and
a gdk_keymap_get_caps_lock_state function.
* gdk/x11/gdkkeys-x11.c: Implement it here. For now, only emit
state-changed when caps lock lockedness changes.
* gdk/x11/gdkdisplay-x11.c: Also select for modifier lock status
changes in the XkbSelectEventDetails call.
2008-09-29 Kristian Rietveld <kris@imendio.com>
Bug 487624 - Tooltips doesn't get updated if ther's no mouse motion
over widget
* gtk/gtkwidget.c (gtk_widget_set_property): after updating
tooltip text or markup, call gtk_widget_trigger_tooltip_query()
so that existing visible tooltips are updated.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 371908 – Password Entry broken
Bug 317002 – Disable input method completely in GtkEntry when it's
in invisible mode.
* gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
properly when invisible.
* gtk/gtkentry.c (gtk_entry_create_layout): Show preedit even if
invisible.
* gtk/gtkentry.c (gtk_entry_set_visibility): Don't disable input
methods when making the entry invisible.
2008-09-29 Emmanuele Bassi <ebassi@linux.intel.com>
* gdk/x11/gdkinput.c:
(gdk_device_class_init), (gdk_device_finalize): Correctly chain
up the finalize implementation.
2008-09-29 Richard Hult <richard@imendio.com>
Bug 554141 – uninitialized data use/free in gtkclipboard-quartz.c
* gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
Patch from Jon A. Cruz to initialize the allocated selection data.
2008-09-27 Matthias Clasen <mclasen@redhat.com>
Bug 339367 – Incorrect spotlocation
* modules/input/gtkimcontextxim.c: Correct the spot location
for on-the-spot style.
2008-09-27 Denis Washington <denisw@svn.gnome.org>
* gtk/gtkiconview.c: only draw keyboard focus when keyboard navigation
is used, like GtkTreeView. (Bug #553575)
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real
transparency
* gtk/gtktrayicon-x11.c: Add support for the _NET_SYSTEM_TRAY_VISUAL
property described in
http://lists.freedesktop.org/archives/xdg/2008-September/009919.html
If _NET_SYSTEM_TRAY_VISUAL is a visual with an alpha channel, the
parent-relative-background hack is skipped and we draw with a real
transparent background.
* gtk/gtkrc.c: Remove the default GtkTrayIcon style, since the
parent-relative background is now set when realizing the tray
icon.
Patch by Owen Taylor
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 552956 – Should check composite extension version
* gdk/x11/gdkdisplay-x11.c: Check that the version of the
composite extension is at least 0.4.
Patch by Owen Taylor
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553803 – eventually call XCloseDevice on XOpenDevice results
* gdk/x11/gdkinput.c: Add a finalize function for device objects,
and call XCloseDevice there.
* gdk/x11/gdkinput-x11.c:
* gdk/x11/gdkdisplay-x11.c: Move freeing of device objects to
the finalize function.
Patch by Caolan McNamara
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553578 - tabs are not drawn correctly
* gtk/gtknotebook.c: Track the visibility state of notebook tabs
between allocations so that we know to redraw the tab labels if
tabs are hidden and shown without changing position.
Reported by Marek Kašík, patch by Owen Taylor.
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553133 – GtkFileChooser won't ask to mount a volume
Bug 553211 – GtkFileChooserButton unsets filter after first use
* gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use
a GtkMountOperation when mounting, so that we get a password
dialog when required.
* gtk/gtkfilechooserdefault.c (show_and_select_files): Also
get the content-type, since it is used later on.
Pointed out by Davyd Madeley.
2008-09-26 Cody Russell <bratsche@gnome.org>
Bug 553917 – Typo in gdkwindow-win32.c
* gdk/win32/gdkwindow-win32.c: Fixed a typo in
update_system_menu(). Changed GDK_DECOR_ALL to GDK_FUNC_ALL.
Reported by Richard Hult
2008-09-25 Marek Kasik <mkasik@redhat.com>
Bug 553241 – double freed pointer in lpr_write cause firefox3 crash
* modules/printbackends/lpr/gtkprintbackendlpr.c:
The redundant freeing of memory was removed.
Patch by Chris Wang
2008-09-25 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
don't unref the file system backend, the newly added
unset_file_system_backend() already does this (bug #553135).
2008-09-24 Michael Natterer <mitch@imendio.com>
* gtk/gtkeventbox.c: events return gboolean not gint, reindented
static prototypes.
2008-09-24 Johan Dahlin <johan@gnome.org>
Bug 553385 – gtk-builder-convert creates untranslated combobox models
* gtk/gtk-builder-convert: Set the translatable property on
col tags for converted combos.
2008-09-24 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
share/aclocal and share/gtk-doc instead of trying to list
individual files or subdirectories. We had missed gail.pc, for
instance.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 538782 – Make GtkMenu's arrow size themable
* gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
Implement "arrow-scaling" style property in GtkMenu.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 408244 – add GtkDialog::content-area-spacing
* gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
(_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
* gtk/gtkbox.h:
* gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
Implement "content-area-spacing" style property in GtkDialog
and internal helper _gtk_box_get_spacing_set in GtkBox.
Patch by Tim Janik, Sven Herzberg and myself.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 541391 – Unfocussable Treeview swallows focus
* gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
(gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
2008-09-24 Denis Washington <denisw@svn.gnome.org>
* gtk/gtkiconview.c: draw focus as a rectangle around the
complete item, not just the text. (Bug #38254)
2008-09-23 Michael Natterer <mitch@imendio.com>
* gtk/gtkobject.c
* gtk/gtksignal.[ch]: s/GtkType/GType/ and
s/GtkSignalMarshaller/GSignalCMarshaller/.
2008-09-23 Michael Natterer <mitch@imendio.com>
* gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
variable and fix indentation.
2008-09-23 Michael Natterer <mitch@imendio.com>
* gtk/gtkclist.h
* gtk/gtkctree.h
* gtk/gtklist.h
* gtk/gtklistitem.h
* gtk/gtkobject.h
* gtk/gtkoldeditable.h
* gtk/gtkpixmap.h
* gtk/gtkpreview.h
* gtk/gtktext.h
* gtk/gtktipsquery.h
* gtk/gtktree.h
* gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
in all deprecated headers.
2008-09-22 Matthias Clasen <mclasen@redhat.com>
Bug 553135 – eog crash: assertion failed. Gtk error:
shortcuts_remove_rows: code should not be reached
* gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem
signals when we are destroyed, in order to avoid nasty surprises.
Patch by Claudio Saavedra
2008-09-22 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 552789 – Show size column in the search and recently used
files modes
* gtk/gtkfilechooserdefault.c: Display the file size column
when in OPERATION_MODE_SEARCH. This removes a stat() call
and simplifies the code a little bit by changing the query
for file informations for each search engine hit.
2008-09-22 Michael Natterer <mitch@imendio.com>
* gtk/gtksignal.[ch]
* gtk/gtkclist.c
* gtk/gtklist.c
* gtk/gtkmain.c
* gtk/gtktext.c
* gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
2008-09-22 Frederic Crozat <fcrozat@mandriva.com>
* gtk/gtkfilesystem.c: use the correct gi18n header.
Fixes bug #553000.
2008-09-22 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
append(), prepend() and insert() functions and recommend to use
gtk_toolbar_insert() instead. Use GCallback instead of
GtkSignalFunc even in deprecated API.
2008-09-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
leak a GFile.
2008-09-19 Owen Taylor <otaylor@redhat.com>
Small cleanups to debug messages for GtkPlug/GtkSocket
* gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
* gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
messages.
2008-09-19 Carlos Garnacho <carlos@imendio.com>
Bug 83935 – GtkEntry's default invisible char should be U+25CF
* gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
more suitable invisible char than '*' based on the used font.
(gtk_entry_class_init) (gtk_entry_set_property)
(gtk_entry_get_property): Add a "invisible-char-set" property.
(gtk_entry_unset_invisible_char): New function, needed now that the
default invisible char isn't fixed.
* gtk/gtkentry.h:
* gtk/gtk.symbols:
* docs/reference/gtk/gtk-sections.txt: Add the new function.
2008-09-19 Christian Persch <chpe@gnome.org>
Bug 552837 – mem leak in gtkimmulticontext
* gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
leak.
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
* gtk/gtkfilechooserdefault.c (settings_save): Save the size column
visibility state with the rest of the FileChooser settings.
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 325095 – show a 'size' column
* gtk/gtkfilechooserdefault.c:
* gtk/gtkfilechooserprivate.h: Add a context menu item controlling
the visibility of the file size column. This works only for the
browse mode, and the column is not visible by default.
* gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
settings file.
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/*: Revert most of previous patch, as
it didn't work as expected; Some work toward #531086 - the new
GtkTooltip widget doesn't theme properly on win32. Now, at least
the background color seems okay
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/*: MS Windows style should use
pango_win32_font_description_from_logfont; Allows us to rip out a
lot of potentially buggy code, and also get the font specification
from the XP theme (#434987)
2008-09-18 Matthias Clasen <mclasen@redhat.com>
* configure.in: updated version number to 2.15.0 for development.
* ChangeLog.pre-2-14: rotate ChangeLog
=== Branch for 2.14 ===
2009-03-15 15:01:37 +01:00
|
|
|
include/gtk-2.0/gtk/gtkactivatable.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkadjustment.h
|
|
|
|
include/gtk-2.0/gtk/gtkalignment.h
|
|
|
|
include/gtk-2.0/gtk/gtkarrow.h
|
|
|
|
include/gtk-2.0/gtk/gtkaspectframe.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-2.0/gtk/gtkassistant.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkbbox.h
|
|
|
|
include/gtk-2.0/gtk/gtkbin.h
|
|
|
|
include/gtk-2.0/gtk/gtkbindings.h
|
|
|
|
include/gtk-2.0/gtk/gtkbox.h
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
include/gtk-2.0/gtk/gtkbuildable.h
|
|
|
|
include/gtk-2.0/gtk/gtkbuilder.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkbutton.h
|
|
|
|
include/gtk-2.0/gtk/gtkcalendar.h
|
|
|
|
include/gtk-2.0/gtk/gtkcelleditable.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkcelllayout.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkcellrenderer.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-2.0/gtk/gtkcellrendereraccel.h
|
2004-12-24 11:04:39 +01:00
|
|
|
include/gtk-2.0/gtk/gtkcellrenderercombo.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkcellrendererpixbuf.h
|
2004-12-24 11:04:39 +01:00
|
|
|
include/gtk-2.0/gtk/gtkcellrendererprogress.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-2.0/gtk/gtkcellrendererspin.h
|
2010-05-31 19:34:33 +02:00
|
|
|
include/gtk-2.0/gtk/gtkcellrendererspinner.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkcellrenderertext.h
|
|
|
|
include/gtk-2.0/gtk/gtkcellrenderertoggle.h
|
2004-12-24 11:04:39 +01:00
|
|
|
include/gtk-2.0/gtk/gtkcellview.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkcheckbutton.h
|
|
|
|
include/gtk-2.0/gtk/gtkcheckmenuitem.h
|
|
|
|
include/gtk-2.0/gtk/gtkclipboard.h
|
|
|
|
include/gtk-2.0/gtk/gtkclist.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkcolorbutton.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkcolorsel.h
|
|
|
|
include/gtk-2.0/gtk/gtkcolorseldialog.h
|
|
|
|
include/gtk-2.0/gtk/gtkcombo.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkcombobox.h
|
|
|
|
include/gtk-2.0/gtk/gtkcomboboxentry.h
|
2011-03-09 12:24:05 +01:00
|
|
|
include/gtk-2.0/gtk/gtkcomboboxtext.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkcontainer.h
|
|
|
|
include/gtk-2.0/gtk/gtkctree.h
|
|
|
|
include/gtk-2.0/gtk/gtkcurve.h
|
|
|
|
include/gtk-2.0/gtk/gtkdebug.h
|
|
|
|
include/gtk-2.0/gtk/gtkdialog.h
|
|
|
|
include/gtk-2.0/gtk/gtkdnd.h
|
|
|
|
include/gtk-2.0/gtk/gtkdrawingarea.h
|
|
|
|
include/gtk-2.0/gtk/gtkeditable.h
|
|
|
|
include/gtk-2.0/gtk/gtkentry.h
|
2009-10-21 17:34:06 +02:00
|
|
|
include/gtk-2.0/gtk/gtkentrybuffer.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkentrycompletion.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkenums.h
|
|
|
|
include/gtk-2.0/gtk/gtkeventbox.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkexpander.h
|
|
|
|
include/gtk-2.0/gtk/gtkfilechooser.h
|
2004-12-24 11:04:39 +01:00
|
|
|
include/gtk-2.0/gtk/gtkfilechooserbutton.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkfilechooserdialog.h
|
|
|
|
include/gtk-2.0/gtk/gtkfilechooserwidget.h
|
|
|
|
include/gtk-2.0/gtk/gtkfilefilter.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkfilesel.h
|
|
|
|
include/gtk-2.0/gtk/gtkfixed.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkfontbutton.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkfontsel.h
|
|
|
|
include/gtk-2.0/gtk/gtkframe.h
|
|
|
|
include/gtk-2.0/gtk/gtkgamma.h
|
|
|
|
include/gtk-2.0/gtk/gtkgc.h
|
|
|
|
include/gtk-2.0/gtk/gtkhandlebox.h
|
|
|
|
include/gtk-2.0/gtk/gtkhbbox.h
|
|
|
|
include/gtk-2.0/gtk/gtkhbox.h
|
|
|
|
include/gtk-2.0/gtk/gtkhpaned.h
|
|
|
|
include/gtk-2.0/gtk/gtkhruler.h
|
|
|
|
include/gtk-2.0/gtk/gtkhscale.h
|
|
|
|
include/gtk-2.0/gtk/gtkhscrollbar.h
|
|
|
|
include/gtk-2.0/gtk/gtkhseparator.h
|
2008-10-16 13:10:06 +02:00
|
|
|
include/gtk-2.0/gtk/gtkhsv.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkiconfactory.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkicontheme.h
|
2004-12-24 11:04:39 +01:00
|
|
|
include/gtk-2.0/gtk/gtkiconview.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkimage.h
|
|
|
|
include/gtk-2.0/gtk/gtkimagemenuitem.h
|
|
|
|
include/gtk-2.0/gtk/gtkimcontext.h
|
|
|
|
include/gtk-2.0/gtk/gtkimcontextsimple.h
|
|
|
|
include/gtk-2.0/gtk/gtkimmodule.h
|
|
|
|
include/gtk-2.0/gtk/gtkimmulticontext.h
|
2009-10-21 17:34:06 +02:00
|
|
|
include/gtk-2.0/gtk/gtkinfobar.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkinputdialog.h
|
|
|
|
include/gtk-2.0/gtk/gtkinvisible.h
|
|
|
|
include/gtk-2.0/gtk/gtkitem.h
|
|
|
|
include/gtk-2.0/gtk/gtkitemfactory.h
|
|
|
|
include/gtk-2.0/gtk/gtklabel.h
|
|
|
|
include/gtk-2.0/gtk/gtklayout.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-2.0/gtk/gtklinkbutton.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtklist.h
|
|
|
|
include/gtk-2.0/gtk/gtklistitem.h
|
|
|
|
include/gtk-2.0/gtk/gtkliststore.h
|
|
|
|
include/gtk-2.0/gtk/gtkmain.h
|
|
|
|
include/gtk-2.0/gtk/gtkmarshal.h
|
|
|
|
include/gtk-2.0/gtk/gtkmenu.h
|
|
|
|
include/gtk-2.0/gtk/gtkmenubar.h
|
|
|
|
include/gtk-2.0/gtk/gtkmenuitem.h
|
|
|
|
include/gtk-2.0/gtk/gtkmenushell.h
|
2004-12-24 11:04:39 +01:00
|
|
|
include/gtk-2.0/gtk/gtkmenutoolbutton.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkmessagedialog.h
|
|
|
|
include/gtk-2.0/gtk/gtkmisc.h
|
2004-12-24 11:04:39 +01:00
|
|
|
include/gtk-2.0/gtk/gtkmodules.h
|
2008-10-16 13:10:06 +02:00
|
|
|
include/gtk-2.0/gtk/gtkmountoperation.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtknotebook.h
|
|
|
|
include/gtk-2.0/gtk/gtkobject.h
|
2010-05-31 19:34:33 +02:00
|
|
|
include/gtk-2.0/gtk/gtkoffscreenwindow.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkoldeditable.h
|
|
|
|
include/gtk-2.0/gtk/gtkoptionmenu.h
|
Update gtk2+ to 2.16.0.
Changes:
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.0 ===
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* configure.in: Bump version to 2.16.0
2009-03-11 Matthias Clasen <mclasen@redhat.com>
Bug 572455 – GtkEntry window layed out wrong if the widget has focus
* gtk/gtkentry.c: Fix problems with window positioning. Reported
by Benjamin Berg.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 573067 - Intra-app dnd of text behavior on Windows is wrong
* gdk/win32/gdkdnd-win32.c (local_send_motion) (gdk_drag_motion):
The default action should be move, not copy. Tweak how the
GdkDragAction fields in GdkDragContexts are changed. Seems to help
the problem.
Add more debugging printout for --gdk-debug=dnd to many functions.
* gdk/win32/gdkmain-win32.c
* gdk/win32/gdkprivate-win32.h: (_gdk_win32_drag_protocol_to_string)
(_gdk_win32_drag_action_to_string): New functions for use in
debugging printouts.
2009-03-11 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdnd-win32.c: Use G_DEFINE_TYPE. Some debugging
printout changes. Hacking on the OLE2_DND code, which still
doesn't work, though, and is not normally compiled.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 570896 - gdkevents-win32.c(2947) : error C4053: one void
operand for '?:'
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix
compilation error with MSVC. While at it add clarifying comments
and fix a typo in the debugging output.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 574794 - Can not resize shaped windows on Windows
* gdk/win32/gdkevents-win32.c (gdk_event_translate): On handling
WM_WINDOWPOSCHANGED, don't do anything if the position and size
hasn't changed. I am not exactly sure I understand why this helps
this particular bug.
2009-03-10 Matthias Clasen <mclasen@redhat.com>
Bug 574561 – gtk_style_get "shadows" g_object_get
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Rename gtk_style_get_property to
gtk_style_get_style_property to avoid problems for language
bindings. Pointed out by Torsten Schoenfeld.
2009-03-10 Matthias Clasen <mclasen@redhat.com>
Bug 574622 – GtkEntry: Should we wrap icon-press and icon-release
signals?
* gtk/gtkentry.c: ::icon-press and ::icon-release are not
action signals. Pointed out by Murray Cumming
2009-03-04 Michael Hasselmann <michaelh@openismus.com>
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_contents_changed):
Fixed regression reported in bug #574059. (search button not available in
some cases.) The old implementation relied on bug #572478.
2009-03-10 Alexander Larsson <alexl@redhat.com>
* gtk/gtkmountoperation.c:
(gtk_mount_operation_ask_password):
Clear all optionally created widget pointer in priv. Initially
priv is cleared so thats ok, but on a second call we may have
leftovers from previous calls which is problematic if for instance
we asked for the user the first time and not the second, then we
will access the old priv->username_entry.
2009-03-06 Michael Natterer <mitch@gimp.org>
* gtk/gtkscalebutton.c (gtk_scale_button_set_property): don't call
gtk_orientable_set_orientation() because that calls g_object_set()
again -> infinite recursion. Call gtk_scale_button_set_orientation()
instead.
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.5 ===
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-03-02 Matthias Clasen <mclasen@redhat.com>
Bug 546285 – Allow GtkEntry to draw progress
* gtk/gtkentry.c: Improve the drawing of progress in entries,
using fg/bg[SELECTED]. Add a progress-border style property.
Draw progress behind icons too.
* gtk/gtkrc.c: Add defaults for fg/bg[SELECTED] in entries.
Patch by Benjamin Berg.
2009-03-02 Matthias Clasen <mclasen@redhat.com>
Bug 573688 – Don't steal update region in gtk_text_view_paint()
* gtk/gtktextview.c (gtk_text_view_paint): If additional areas got
invalidated, don't try to add them to the paint region: in an expose
handler, we cannot paint outside the area that was passed in, since
drawing will be clipped. So stealing the update region from the
window causes lost draws.
Patch by Owen Taylor
2009-03-02 Alexander Larsson <alexl@redhat.com>
Bug 573087 – gdkwindow.c: {x,y}_offset used uninitialized
* gdk/gdkwindow.c (gdk_window_clear_backing_rect_redirect):
Don't use uninitialized vars.
Fix offsets for redirected pixmap, draw to pixmap not window.
2009-03-02 Theppitak Karoonboonyanan <thep@linux.thai.net>
Bug 457086 - numpad does not work when the Thai-Lao input method is
used
* modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
character-generating keypads as context-lost keys. (patch recommitted
after approval)
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeysyms.h: Fix the sorting of GDK_KP_Equal.
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 552619 – File Chooser no longer automatically enters newly created
directories
* gtk/gtkfilechooserdefault.c (edited_idle_cb): Switch to the newly
created folder on success.
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 573515 – po-properties/ special Makefile.in.in handling causes
failure to build
* configure.in: Generate po-properties/POTFILES at configure time.
Patch by Loïc Minier
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/appwindow.c: Set the program-name property
of the about dialog.
* docs/tools/widgets.c: Add GtkAboutDialog
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 572273 – No replacement documented for gtk_action_connect_proxy()
* gtk/gtkaction.c: Make gtk-doc pick up deprecation notes.
Insisted on by Andre Klapper.
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573287 – Warning on startup
* gtk/gtkstatusicon.c (gtk_status_icon_finalize): Disconnect
all tray icon signals. Noticed by Bastien Nocera
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573211 – Setting screen for popup windows
* gtk/gtkentrycompletion.c:
* gtk/gtknotebook.c: Keep popups on the right screen.
Pointed out by Morten Welinder
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573113 – Can't build tests due to testfilechooserbutton.c...
* tests/testfilechooserbutton.c: Don't use deprecated API.
Reported by Tobias Mueller
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when dragging
GtkNotebook tabs
* gtk/gtkwidget.c (_gtk_widget_synthesize_crossing): Be a little
more careful when navigating up the parent chain.
* gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Reset the
pointer window thats stored on the screen when it is destroyed.
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572996 – crash in Home Folder: Trying to open the sidebar
* gtk/gtkpaned.c (get_child_panes): Handle widget being NULL.
Pointed out by Wouter Bolsterlee.
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572972 – GtkRecentChooserDefault: memory leak in
copy_activated_cb()
* gtk/gtkrecentchooserdefault.c (copy_activated_cb): Don't leak
a GtkRecentInfo. Found by Tommi Rantala
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572968 – GtkIconView: image_description setter function strdups
wrong string
* gtk/gtkiconview.c
(gtk_icon_view_item_accessible_image_set_image_description): Copy
the right string. Pointed out by Tommi Rantala
2009-02-27 David Zeuthen <davidz@redhat.com>
Bug 573416 – GtkMountOperation fixes for ask_password()
* gtk/gtkmountoperation.c (gtk_mount_operation_ask_password):
Split the message from GMountOperation into primary/secondary like
we also do in gtk_mount_operation_ask_question()
2009-02-27 Michael Natterer <mitch@imendio.com>
Bug 573383 – Setting a textview's buffer to NULL doesn't do a
complete job
* gtk/gtktextview.c (gtk_text_view_set_buffer): always set
text_view->layout's buffer, also if it's NULL.
2009-02-25 Tristan Van Berkom <tvb@gnome.org>
Bug 572904 – GtkRadioAction broken in trunk
* gtk/gtkradioaction.c: When setting non active state always
notify the action's active state (this prevents toggle type proxies
used with radio actions from deactivating when pressed a second time).
2009-02-25 Xan Lopez <xan@gnome.org>
Bug 495320 - GtkRange does not use gdk_event_request_motions
* gtk/gtkrange.c:
(gtk_range_motion_notify): Use gdk_event_request_motions to
request more motion events, as suggested in the docs for widgets
using motion hints.
2009-02-24 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkevents-x11.c:
* gdk/x11/gdkscreen-x11.[hc]: Another attempt at getting Xrandr
screen size changes right. Actually handle XRRScreenChangeNotify
events, and ignore root ConfigureNotify events if we are using
Xrandr. Only emit size-changed signals if the screen size changed,
and only emit monitor-changed signals if the monitors changed.
2009-02-23 Matthias Clasen <mclasen@redhat.com>
Bug 565199 – Ellipsize text in Places list
* gtk/gtkfilechooserdefault.c (shortcuts_list_create): Never scroll
the places horizontally. Instead, ellipsize the text.
2009-02-19 Michael Hasselmann <michaelh@openismus.com>
* gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
Added a check to not emit a "changed" signal when an already invalid
selection was set to invalid.
2009-02-22 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkactivatable.[hc]: Rename gtk_activatable_reset to
gtk_activatable_sync_action_properties, since the previous name
was deemed too generic. Update all implementations.
2009-02-19 Ray Strode <rstrode@redhat.com>
* gdk/x11/gdkscreen-x11.c
(monitor_compare_function), (init_randr13):
After using randr to get a list of monitors,
sort the list such that the biggest output
of "cloned" outputs comes first in the list.
This helps apps that don't generally handle
overlapping outputs to work better in randr
clone mode.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_directfb_window_move_resize): looks like being called with
negative width and height should be interpreted as a move. Fixes
scrolling and makes popups work to some extent.
(_gdk_directfb_move_resize_child): formatting.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open): move the
call to _gdk_windowing_window_init() up a little. Fixes a crash
when running on pseudo-color visuals. Thanks to Masse Nicolas for
pointing this out.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_window_foreign_new_for_display, gdk_directfb_window_new):
initialize private->impl. Thanks to Masse Nicolas for pointing
this out.
2009-02-19 Matthias Clasen <mclasen@redhat.com>
Bug 572387 – gdm crashes after gtk 2.15.4 upgrade
* gdk/x11/gdkscreen-x11.c (init_xrandr13): If X is broken and returns
no monitors, fall back to other multihead init methods, so that we
at least get one monitor set up.
2009-02-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkmountoperation.c: sort functions so their order is more
"standard", some cosmetic cleanup (not changing any code).
2009-02-19 Michael Natterer <mitch@imendio.com>
* tests/testgtk.c: add some orientation flipping code to the
"flipping" test.
2009-02-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkscalebutton.c: make the orientation flipping much simpler
by using the GtkOrientable features of the involved widgets:
(gtk_scale_button_init): create the frame, box and scale here,
they never need to be recreated because they implement GtkOrientable.
(gtk_scale_button_constructor): remove their construction here.
(gtk_scale_button_set_orientation): don't destroy and re-create
anything. Instead, simply set the orientation of the above created
widgets and fiddle a bit with the "plus" and "minus" buttons'
packing and the scale's "inverted" state.
Remove separate internal GtkScaleButtonHScale and
GtkScaleButtonVScale subclasses and simply have a
GtkScaleButtonScale directly inherited from GtkScale.
2009-02-19 Theppitak Karoonboonyanan <thep@linux.thai.net>
* modules/input/gtkimcontextthai.c (is_context_lost_key): Revert the
unapproved patch for bug 457086.
2009-02-18 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c (init_randr13): Ignore disconnected outputs,
and fill in name and physical dimensions.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 533456 – Memory leak when window is destroyed
* gdk/directfb/gdkdirectfb.h
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkcursor-directfb.c
* gdk/directfb/gdkevents-directfb.c
* gdk/directfb/gdkwindow-directfb.c: removed all #ifdef checks for
DIRECTFB_MAJOR_VERSION >= 1 and compile that code unconditionally.
as we depend on DirectFB >= 1.0.0 now. Fixes a potential build
issue that would lead to a memory leak as described in bug #533456.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 513422 – Unknown meaning of translatable messages
* gdk/directfb/gdkdisplay-directfb.c: removed broken and commented
code and the translatable messages that belonged to it.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 560671 – the client_message API doesn't work in DirectFB
* gdk/directfb/gdkevents-directfb.c: applied a slightly cleaned up
patch from Steve Lhomme that adds this functionality using
DirectFB's DFBUserEvent.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 543710 – Dead keys do not work anymore with DirectFB
* gdk/directfb/gdkkeys-directfb.c (gdk_directfb_translate_key):
applied patch from Josselin Mouette that removes special handling
of dead keys as that is done by DirectFB for a long time already.
2009-02-18 Sven Neumann <sven@gimp.org>
* configure.in: depend on DirectFB >= 1.0.0. There's no point in
using an earlier development version.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 554407 – directfb backend does not implement GdkWindowImpl
* gdk/directfb/gdkgeometry-directfb.c
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkwindow-directfb.c: fix the build of the DirectFB
backend and resurrect basic functionality. Based on a patch from
the Ubuntu bug-tracker and work by Masse Nicolas.
2009-02-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
Bug 457086 - numpad does not work when the Thai-Lao input method is
used
* modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
character-generating keypads as context-lost keys.
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.4 ===
* gdk/tests/Makefile.am: Disable check-gdk-cairo for now.
2009-02-17 Andre Klapper <a9016009@gmx.de>
* demos/gtk-demo/main.c:
Fix deprecated glib call.
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-02-16 Matthias Clasen <mclasen@redhat.com>
Bug 572040 – GtkAssistant does not expose page titles
* gtk/gtkassistant.c (gtk_assistant_accessible_ref_child): Set
the object name to the page title. Proposed by Eitan Isaacson
2009-02-16 Matthias Clasen <mclasen@redhat.com>
Bug 572041 – Focus should change when advancing forward in GtkAssistant
* gtk/gtkassistant.c (set_current_page): Set focus when the current
page changes. Pointed out by Eitan Isaacson
2009-02-16 Matthias Clasen <mclasen@redhat.com>
* configure.in: Require GLib 2.19.7 for GMountOperation::aborted.
* gtk/gtkmountoperation.c: Implement GMountOperation::aborted.
2009-02-16 Sven Neumann <sven@gimp.org>
* gdk/gdk.symbols
* gdk/directfb/gdkkeys-directfb.c: implement
gdk_keymap_get_caps_lock_state(). No "state-changed" signal yet.
2009-02-16 Tor Lillqvist <tml@novell.com>
Bug 571873 - Compile error with gdk/win32/gdkselection-win32.c
* gdk/win32/gdkselection-win32.c (gdk_selection_convert): Cast
gpointer to char * before pointer arithmetic to avoid compilation
error with MSVC.
(_gdk_selection_property_delete): Remove unused variable.
2009-02-13 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Don't forget to
register randr events. Found by Søren Sandmann
2009-02-13 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for Xrandr 1.3
* gdk/x11/gdkdisplay-x11.[ch]: Rename have_randr12 to have_randr13
and set if if we have randr 1.3
* gdk/x11/gdkscreen-x11.c: Go back to using randr for monitor
information, if we have XRRGetScreenResourcesCurrent.
:
2009-02-12 Cody Russell <bratsche@gnome.org>
Bug 571576 – gdk_pixbuf_save_to_stream() broken
* gdk-pixbuf/gdk-pixbuf-io.c: Fix gdk_pixbuf_save_to_stream() so that
it does not always return FALSE (even when it succeeds), and also so
that it does not set error to NULL when something goes wrong.
2009-02-12 Marek Kasik <mkasik@redhat.com>
Bug 568571 – Asian am/pm format on cups print backend's time parsing
* modules/printbackends/cups/gtkprintbackendcups.c: Add Asian am/pm
format into formats recognized by CUPS backend
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 570824 – [a11y] TreeView is not keyboard (re)focusable after
selecting a cell in a non-sortable column
* gtk/gtktreeview.c (gtk_tree_view_header_focus): Don't grab
focus to a header button if it is not focusable. Problem reported
by Joanmarie Diggs
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 508545 – No way to identify terminal classes from documentation
* gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition
into the header to make it possible to derive from GtkVoumeButton.
Reported by Chris Lord.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 571196 – gtk_binding_entry_add_signall deprecated without
alternative
* gtk/gtk.symbols:
* gtk/gtkbindings.[hc]: Undeprecate gtk_binding_entry_add_signall
since its replacement is a varargs function. Complaint by
Torsten Schoenfeld.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 571249 – Icons are not drawn properly when initial widget
state is insensitive
* gtk/gtkentry.c (gtk_entry_ensure_pixbuf): Render icons
in normal state, regardless of the entrys state. Reported by
Enrico Tröger.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c: Don't emit the file-set signal
if the file chooser dialog is canceled. But emit it if a file
is received via DND.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 353196 – Add a file-set signal to GtkFileChooserButton
* gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
from the file-set signal, that wasn't supposed to have it.
2009-02-10 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 – libprintbackend-cups has unlocalized strings
* modules/printbackends/cups/gtkprintbackendcups.c:
Added a translator comment with the request of translators.
2009-02-09 Richard Hughes <richard@hughsie.com>
* docs/reference/gtk/migrating-GtkEntry-icons.sgml:
Fix the enumerated name in the migration document.
2009-02-09 Cody Russell <bratsche@gnome.org>
* gdk/win32/gdkwin32.h: Add potentially missing #defines for
XBUTTON1, etc. Fixes the build that was broken in r21746.
2009-02-09 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 – libprintbackend-cups has unlocalized strings
Reviewed by Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/cups/gtkprintbackendcups.c (handle_option):
Add translatable strings from ppd files.
2009-02-06 Matthias Clasen <mclasen@redhat.com>
Make the new GtkAction code work with PolicyKit-gnome's use of actions.
* gtk/gtkaction.c (gtk_action_[un]block_activate_from): Block
the action.
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activatable_reset):
* gtk/gtktogglebutton. (gtk_toggle_button_activatable_reset):
* gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_activatable_reset):
Work with non-toggle actions without complaining.
* gtk/gtktoolbutton.c (gtk_tool_button_activatable_update): Updating
the icon-name should not remove the label.
* gtk/gtkimagemenuitem.c (activatable_update_icon_name): Also
update the image when the icon name is set to NULL.
2009-02-06 Matthew Barnes <mbarnes@redhat.com>
* gtk/gtklabel.c (gtk_label_set_label): Accept a NULL string.
2009-02-03 Matthias Clasen <mclasen@redhat.com>
Bug 538439 – tooltip may appear in upper left corner instead of
over widget
* gtk/gtktooltip.c (gtk_tooltip_trigger_query): Set the root
coordinates in the event correctly. Patch by Kristian Rietveld.
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.3 ===
* NEWS: Updates
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtksettings.c (gtk_settings_class_init): Change the
"gtk-fontconfig-timestamp" property from int to uint. Doesn't affect
anything in practice, except that it overflows years later...
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
Bug 569635 – fontchooser should reload list of families/styles on
theme change
* gtk/gtkfontsel.c (gtk_font_selection_class_init),
(gtk_font_selection_init), (gtk_font_selection_finalize),
(gtk_font_selection_ref_family), (gtk_font_selection_ref_face),
(gtk_font_selection_reload_fonts),
(gtk_font_selection_screen_changed),
(gtk_font_selection_style_set),
(gtk_font_selection_scroll_to_selection),
(gtk_font_selection_scroll_on_map),
(gtk_font_selection_select_font),
(gtk_font_selection_show_available_fonts),
(gtk_font_selection_show_available_styles),
(gtk_font_selection_select_style),
(gtk_font_selection_select_font_desc),
(gtk_font_selection_set_font_name):
Reload Pango families and faces in style_set. Installing/uninstalling
fonts shows up immediately in an open font chooser now.
2009-01-31 Matthias Clasen <mclasen@redhat.com>
Bug 162726 – Multiple Latin layouts in XKB break keyboard shortcuts
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Change the handling of
fuzzy matches: As long there are any exact matches, only exact
matches are returned. If there are no exact matches, fuzzy matches
will be returned, as long as they are not shadowing a possible exact
match. This means that fuzzy matches won't be considered if their
keyval is present in the current group. Problem reported by
many people, patch by Simos Xenitellis.
2009-01-31 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-30 Fridrich Strba <fridrich.strba@bluewin.ch>
* configure.in: Allow linking in static jasper gdk-pixbuf loader.
(reviewed by Tor Lillqvist)
2009-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (preedit_changed_handler): Be more careful
with the beeps, since preedit-changed is occasionally emitted
without actual input. Pointed out by Tor Lillqvist.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
Bug 569918 – 64bit portability issue in gtkrecentchooser.c
* gtk/gtkrecentchooser.c (gtk_recent_chooser_set_use_action_appearance):
Avoid a compiler warning. Patch by Magnus Boman.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
Bug 359288 – Toolbar items are not shown after hiding
* gtk/gtktoolbar.c (slide_idle_handler): Make sure we queue
at least one resize. This fixes a problem with toolitems remaining
invisible when they shouldn't that was reported by Christian Weiske.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_create_item):
Always show images.
2009-01-29 Tor Lillqvist <tml@novell.com>
Bug 559408 - Transparency lost when images are copied between GTK+
and the clipboard on Windows
The code in gdkselection-win32.c is simplified quite a lot. When
an image is stored on the clipboard from GTK+, only the "PNG" and
CF_DIB formats are advertised. PNG is our preferred format because
it can losslessly represent any image that gdk-pixbuf can handle,
even with alpha, unambiguously. CF_DIB is also advertised because
of its ubiquitous support in Windows software.
Delayed rendering is used as before, so for other data than text
nothing is actually stored on the clipboard until some app asks
for it.
It's pointless to advertise images formats like "image/png" or
"image/x-MS-bmp" that no other Windows application is going to
look for anyway. Likewise it's pointless to store text under
formats like "text/plain" or "UTF8_STRING". Just store
CF_UNICODETEXT. CF_TEXT will be available as a synthesized format
anyways.
Office 2007 offers and asks for images in PNG format using the
registered clipboard format name "PNG", so we do likewise. If the
"PNG" format is available that is preferred when copying to GTK+
from the clipboard.
Unfortunately Word 2007 still uses CF_DIB without handling
alpha. But PowerPoint 2007 uses PNG if available and handles alpha
correctly. Both Word and Powerpoint offer PNG with alpha nicely.
Firefox and IE7 offer images that contain alpha as 32-bit version
3 BI_RGB DIBs with the undocumented "extra" bytes actually being
alpha. Also, alpha is premultiplied into the RGB bytes, presumably
because that is how AlphaBlend() wants such DIBs. That is also
taken care of. At least for Firefox it easy to be sure that a
CF_DIB on the clipboard is from Firefox.
Also some general stylistic cleanup, comment improvements, and
improvements of debugging printout especially in the clipboard
handling. Those are not detailled below.
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkglobals-win32.c
* gdk/win32/gdkgmain-win32.c: Move some globals that were used
only in gdkselection-win32.c to be local to that file.
* gdk/win32/gdkproperty-win32.c (gdk_property_change): Don't
bother checking if text to be placed on the clipboard consists of
only ASCII.
* gdk/win32/gdkselection-win32.c: Add static variables for a list
of GdkPixbuf-supported formats, well-known registered clipboard
formats for images, and for GdkAtoms for well-known image and text
formats.
(_gdk_win32_selection_init): Initialize above static variables.
(selection_property_store) (gdk_selection_property_get)
(_gdk_selection_property_delete): Don't use a FIFO of GdkSelProps
for a window after all, it breaks testtext. See bug #163844.
(gdk_selection_convert): When converting to the TARGETS format,
i.e. when the caller wants to know what clipboard formats are
available, if PNG is available we report just that and skip
CF_DIB, JPEG and GIF even if advertised.
If CF_UNICODETEXT is available, report only UTF8_STRING.
When converting to the UTF8_STRING format, i.e. when the caller
wants text from the clipboard, try just CF_UNICODETEXT. There is
no point in trying CF_TEXT as Windows will synthesize
CF_UNICODETEXT from CF_TEXT anyway, if some app has stored just
CF_TEXT.
When converting to the image/bmp format, i.e. when the caller
wants an CF_DIB image from the clipboard, we check if the DIB is a
version 3 32-bit BI_RGB one that is likely to actually contain
alpha in the "extra" bytes. Such a DIB is likely to have
premultiplied alpha even, at least in the case of Firefox 3 and
IE7. We then edit the DIB in-place into a version 5 one in
BI_BITFIELDS format and undo the alpha premultiplication.
In any case, prepend a BMP file header before letting go of the
data which will be fed to the gdk-pixbuf bmp loader by upper
levels.
(gdk_win32_selection_add_targets): If some kind of pixmap image
format is being added, actually advertise just PNG and
CF_DIB. Note that alpha won't be stored on the clipboard through
CF_DIB. This is because gdk-pixbuf's bmp loader doesn't save
alpha. Furthermore, few if any non-GTK+ Windows apps seem to
understand a version 5 DIB with proper alpha anyway.
(_gdk_win32_selection_convert_to_dib): Simplified muchly.
2009-01-29 Tor Lillqvist <tml@novell.com>
Bug 145058 - Inputting "^^" requires four keystrokes on Win32,
differs from platform default behaviour
* gtk/gtkimcontextsimple.c
(check_win32_special_case_after_compact_match): New
function. Called from check_compact_table() after a table-based
match has committed a character. In case there was two identical
dead accents in the input, another copy of the spacing accent that
was already committed is committed. This fixes #145058.
(check_win32_special_cases): New function. Called first from
gtk_im_context_simple_filter_keypress(). This fixes another
problem: a dead accent followed by a space should commit the
corresponding spacing accent. The compose tables from X commit
another character in two cases and we want to override that on
Windows.
Add GTK_NOTE (MISC) debugging output to this code.
2009-01-29 Claudio Saavedra <csaavedra@igalia.com>
Bug 569435 – make maintainer-clean removes non-generated sources
* gdk/Makefile.am: Do not remove gdkprivate.h and gdkwindowimpl.h
during make maintainer-clean, as these files are not generated.
2009-01-28 Philip Withnall <philip@tecnocode.co.uk>
* gtk/gtktreeview.c: Small documentation fix.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Use the get_text_area_size vfunc to make
alignment and icons in spin buttons work correctly.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
Bug 569336 – change in gtkbutton klass is causing crash when
activating menu item
* gtk/gtktogglebutton.c: Don't chain the clicked handler
up unconditionally.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.2 ===
* NEWS: Updates
2009-01-26 Matthias Clasen <mclasen@redhat.com>
Bug 322932 – Always show icons on panel menus
* gtk/gtk.symbols:
* gtk/gtkimagemenuitem.[hc]: Add a property to override the
show-menu-images setting for individual menuitems. Patch by
William Jon McCann.
2009-01-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbutton.c: Activate the action in a regular clicked
handler instead of the default handler, to make it work with
derived classes which don't chain up their clicked handler.
2009-01-26 Matthias Clasen <mclasen@redhat.com>
Bug 569104 – Toggle menu entries showed as check menu entries
in nautilus
* gtk/gtkactivatable.c (gtk_activatable_do_set_related_action):
Block the previous action when calling reset() to prevent
accidental activation of the previous action.
* gtk/gtkaction.c (gtk_action_activate): Don't compare booleans.
* gtk/gtktoggleaction.c (gtk_toggle_action_set_active): Remove
extraneous braces.
2009-01-26 Bastien Nocera <hadess@hadess.net>
Bug 569240 - Crasher when using markers
* gtk/gtkrange.c (gtk_range_destroy): Avoid crashes when destroying
a GtkRange with markers
2009-01-26 Richard Hult <richard@imendio.com>
Bug 566628 – gdk_display_close always asserts on win32 and quartz
* gdk/quartz/gdkdisplay-quartz.c
(_gdk_windowing_set_default_display): Copy fix for bug #566628
from the win32 backend: Allow also a NULL parameter in the
g_assert().
2009-01-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolitem.[hc]: Export the function to create a proxy
menuitem from the action for use in subclasses.
* gtk/gtktoolbutton.c:
* gtk/gtktoggletoolbutton.c: Use it here.
* gtk/gtkrecentchoosermenu.c: Avoid temporary empty state that
can lead to a recent action proxy menu being erroneously hidden.
2009-01-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradioaction.c: Set draw-as-radio to TRUE.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
Revert changes for bug 567124. Instead of trying to avoid
setting up the im context before the widget is realized, just
reset it when the client window is set.
* gtk/gtkimmulticontext.c: Reset the slave when a client window
is set.
* gtk/gtkimmodule.c
* gtk/gtktextview.c: Revert changes for bug 567124.
2009-01-25 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtktreeview.c: Use gtk-doc syntax to refer to properties in
the docstrings.
2009-01-25 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtkiconview.c: More docstrings improvements
regarding reorderable property.
2009-01-24 Claudio Saavedra <csaavedra@igalia.com>
Bug 559420 – gtk_icon_view_enable_model_drag_[source|dest] docs
wrt. reorderable property
* gtk/gtkiconview.c: Improve docstrings regarding reorderable
property. Based on a patch by Björn Lindqvist.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbutton.c (gtk_tool_button_activatable_reset):
Fall back from stock ids to icon names like the old code
did. Patch by Tristan van Berkom.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* tests/testactions.c: Add a testcase for toolitems using
icon names.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme):
Don't update blank cursors.
2009-01-24 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtktreeview.c: (gtk_tree_view_class_init): Slightly
improve ::search-column property description.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.1 ===
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactivatable.c: Make the section docs produce some valid
xml.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactivatable.c: Fix the section docs so gtk-doc finds them.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchooser.c:
* gtk/gtkuimanager.c: Fix issues found by pltcheck
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 560228 – Add "action-controller" property to GtkWidgetClass
Rework the way actions and proxies interact, to make the
interaction less ad hoc, more extensible, and better suited
for support in GUI builders like glade.
To be used as a proxy, a widget must now implement the
GtkActivatable interface, and GtkActivatable implementations
are responsible for syncing their appearance with the action
and for activating the action.
All the widgets that are commonly used as proxies implement
GtkActivatable now.
Patch by Tristan van Berkom.
* gtk/gtkactivatable.[hc]: The GtkActivatable interface.
* gtk/gtkbutton.c:
* gtk/gtktogglebutton.c:
* gtk/gtktoolitem.c:
* gtk/gtktoolbutton.c:
* gtk/gtktoggletoolbutton.c:
* gtk/gtkmenuitem.c:
* gtk/gtkcheckmenuitem.c:
* gtk/gtkimagemenuitem.c:
* gtk/gtkradiomenuitem.c:
* gtk/gtkrecentchooserprivate.h:
* gtk/gtkrecentchooser.c:
* gtk/gtkrecentchooserdefault.c:
* gtk/gtkrecentchoosermenu.c: Implement GtkActivatable.
* gtk/gtkaction.[hc]: Move appearance synchronization to
GtkActivatable implementations.
* gtk/gtkradioaction.c:
* gtk/gtkrecentaction.c:
* gtk/gtktoggleaction.c:
* gtk/gtkactiongroup.c: Adapt.
* gtk/gtk.h: Include gtkactivatable.h
* gtk/gtk.symbols: Add new functions
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567124 – proposal to delay doing something related to
immodule until widgets realized
Delay setting up immodules until the widget is realized.
Patch by Akira Tagoh
* gtk/gtktextview.c: Don't set up im stuff if the widget
is not realized.
* gtk/gtkimmodule.c: Assert that we have a window.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Skip Desktop if it equals the home folder
Patch by Christian Dywan
* gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Skip
Desktop if it equals the home folder.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 536965 – GtkPlug: crash on theme change
Keep GtkPlug in sync with the global list of toplevels.
Patch by Federico Mena Quintero
* gtk/gtkwindow.h:
* gtk/gtkwindow.c (_gtk_window_set_is_toplevel): New internal
function used when a GtkPlug parents/unparents itself by an
in-process GtkSocket. This keeps the plug's GTK_TOPLEVEL flag in
sync with the global toplevel_list.
* gtk/gtkplug.c (gtk_plug_set_is_child): Call
_gtk_window_set_is_toplevel() to keep the toplevel list updated,
instead of just setting/unsetting the GTK_TOPLEVEL flag.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 568744 – Spellfixes in GtkTreeView's documentation
* gtk/gtktreeview.c: Fix typos in the docs.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567761 – Spellfixes in GTK+ documentation
* gdk/x11/gdkselection-x11.c:
* gtk/gtktestutils.c: Fix typos in the docs.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567021 – gtkimage accessors docs
* gtk/gtkimage.c: Improve docs by mentioning allowed NULL values.
Patch by Christian Persch
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 566535 – gtk_widget_get_snapshot does not work if double buffered
is disabled
* gtk/gtkwidget.c (gtk_widget_get_snapshot): Use a different approach
to snapshotting that is in line with what is done in the client-side
windows branch, and that works for widgets regardless if they are
double-buffered or not. Patch by Alex Larsson.
* gdk/gdkwindow.c (_gdk_window_calculate_full_clip_region): Clip
to the parent.
2009-01-22 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserentry.c (autocomplete): Relax the assertion;
just do nothing if the folder is not loaded or if the cursor position
is not at the end of the text. A very slow-to-load folder can get
us into the latter state if the user starts typing first.
2008-01-22 Matthias Clasen <mnclasen@redhat.com>
* gtk/gtkaction.c: Revert the last change, since it breaks
epiphany.
2009-01-22 Federico Mena Quintero <federico@novell.com>
Fix the computation of "complete but unique" in
GtkFileChooserEntry. Fix the case where "/" was not appended to a
unique directory name during explicit Tab completion.
* gtk/gtkfilechooserentry.c (maybe_append_separator_to_file):
Return whether anything was appended as well as the new string
itself.
(find_common_prefix): Oops, only turn on
is_complete_not_unique_ret if we had a unique match!
(append_common_prefix): If we appended a directory separator, we
*did* expand the common prefix, so we are not in the "nothing
inserted" case.
2009-01-22 Federico Mena Quintero <federico@novell.com>
Return an error code when refreshing the entry from the user's
input. We use this in the completion code to know when completion
can't happen due to (for example) having a non-local URI in a file
chooser that is local_only=TRUE.
Also, we start maintaining an invariant that
chooser_entry->current_folder_file != NULL implies that:
* what the user entered is valid
* we are loading that folder (chooser_entry->load_folder_cancellable != NULL)
* or we are done loading that folder, or we have a handle
to it at least (chooser_entry->current_folder != NULL)
The invariant also says that all of the above are NULL (and
chooser_entry->current_folder_file == NULL) implies that the user
typed something invalid. This makes
_gtk_file_chooser_entry_get_current_folder() not able to return
an invalid folder.
* gtk/gtkfilechooserentry.c (RefreshStatus): New enum.
(refresh_current_folder_and_file_part): Return a RefreshStatus.
We filter out incomplete hostnames here (typing
"sftp://incompl[tab]" will error out), as well as completely
unparsable input.
(start_explicit_completion): Process the result from refresh...().
Here we present the actual feedback about only being able to
display local folders for local_only=TRUE.
(commit_completion_and_refresh): Don't do anything with the result
of refresh...(), since this function doesn't get called during
completion-related interaction.
(start_autocompletion): Process the result from refresh...(). We
only do completion in the REFRESH_OK case. For the error cases,
we don't do anything, as this is autocompletion and must not
result in non-asked-for errors popping up.
(discard_loading_and_current_folder_file): Factor out function to
cancel the cancellable and discard the current_folder_file,
i.e. to reset the invariant to the "nothing valid is loaded" case.
(gtk_file_chooser_entry_dispose): Use
discard_loading_and_current_folder_file().
(reload_current_folder): Likewise.
(refresh_current_folder_and_file_part): Likewise, and ensure that
the error cases result in the invariant being held.
(start_loading_current_folder): Check if the folder to be loaded
is non-native for the local_only=TRUE case; if so, return an error
as we are configured to load only local folders.
(reload_current_folder): Pass on errors from
start_loading_current_folder(). Tighten the preconditions, as we
are sure that we can only receive non-NULL folder-files to load.
(refresh_current_folder_and_file_part): Pass on errors from
reload_current_folder(). At the very end, assert the invariant
described above.
2009-01-22 Matthew Barnes <mbarnes@redhat.com>
Bug 568334 – Constructor properties for GtkAction
* gtk/gtkaction.c (gtk_action_class_init): Make all properties
G_PARAM_CONSTRUCT except "action-group".
2009-01-22 Michael Natterer <mitch@imendio.com>
* gtk/gtkicontheme.c (gtk_icon_theme_has_icon): g_return_if_fail()
on icon_name != NULL so we get a warning instead of a crash here.
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Don't show windows that may not exist
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtklabel.c: Implement select-by-words for selectable labels.
2009-01-21 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkcursor-win32.c: Rename static local functions and
variables to not have any unnecessary _ or _gdk_win32 prefix.
* gdk/win32/gdkcursor-win32.c (hcursor_from_type): Implement
creating a GDK_BLANK_CURSOR.
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Change the Caps Lock warning to the more
neutral "Caps Lock is on". Requested by Wouter Bolsterlee
2009-01-21 Matthias Clasen <mclasen@redhat.com>
Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu
* gtk/gtkentry.c: Fix an expose loop caused by raising windows out
of an expose handler. Also, don't show the 'Caps Lock' warning for
activated input methods, since that makes it permanently shown
for some locales. It should not be that necessary, now that we
do show preedit text even in password entries. Pointed out by
Frederic Crozat.
(start_loading_current_folder): Check if the folder to be loaded
is non-native for the local_only=TRUE case; if so, return an error
as we are configured to load only local folders.
(reload_current_folder): Pass on errors from
start_loading_current_folder(). Tighten the preconditions, as we
are sure that we can only receive non-NULL folder-files to load.
(refresh_current_folder_and_file_part): Pass on errors from
reload_current_folder(). At the very end, assert the invariant
described above.
(start_explicit_completion): Add comments for translators, to
explain the purpose of the various feedback messages used during
completion.
2009-01-21 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserdefault.c (save_widgets_create): Set
local_only on the location entry when we create it...
(set_local_only): ... and set it here only if the location entry
exists.
2009-01-21 Marek Kasik <mkasik@redhat.com>
Bug 561801 - "scheduled printing" doesn't function as expected
* gtk/gtkprintunixdialog: Add tooltip.
* modules/printbackends/cups/gtkprintbackendcups.c: Add conversion
from local time to utc time for scheduled printing.
2009-01-20 Federico Mena Quintero <federico@novell.com>
http://bugzilla.gnome.org/show_bug.cgi?id=545980 -
GtkFileChooserEntry should handle URIs
* gtk/gtkfilesystem.c (_gtk_file_system_parse): Detect URI schemes
and parse the full URI.
(has_uri_scheme): New function, stolen from the old
gtkfilesystemgnomevfs.c.
Patch by Carlos Garnacho <carlos@imendio.com>:
* gtk/gtkfilechooserentry.c (discard_current_folder): New
function, factored out for when we need to get rid of the
current_folder.
(gtk_file_chooser_entry_dispose): Use discard_current_folder().
(finished_loading_cb): Fix prototype.
(load_directory_get_folder_callback): Discard the completion
store, as well as clearing the completion feedback, if we find an
error while loading the folder. Also, use
discard_current_folder().
(reload_current_folder): Use discard_current_folder().
Patch by Carlos Garnacho <carlos@imendio.com> - add a local_only
property to GtkFileChooserEntry:
* gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Add a
local_only field.
(_gtk_file_chooser_entry_init): Default to local_only being true.
(start_explicit_completion): Don't allow completion of non-native
files if local_only is turned on.
(start_loading_current_folder): Don't start loading non-native
folders if local_only is turned on.
(_gtk_file_chooser_entry_set_local_only): New function.
(_gtk_file_chooser_entry_get_local_only): New function.
* gtk/gtkfilechooserentry.h (_gtk_file_chooser_entry_set_local_only,
_gtk_file_chooser_entry_get_local_only): New prototypes.
* gtk/gtkfilechooserdefault.c (set_local_only): Set the local_only
property on the entry.
Fix completion so it doesn't pop up for every character in a URI
hostname:
* gtk/gtkfilechooser.h (GtkFileChooserError): Add a
GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME.
* gtk/gtkfilesystem.c (_gtk_file_system_parse): Return an
"incomplete hostname" error if the user has not typed a full
hostname yet in an URI.
* gtk/gtkfilechooserentry.c (append_common_prefix): If we get an
incomplete hostname, just don't pop up an error, since that is a
transient state and the user doesn't need to be notified about it.
(refresh_current_folder_and_file_part): Don't revert to showing
the base folder if we have an incomplete hostname.
(reload_current_folder): Handle the passed folder being NULL, even
if we must force a reload. Also, reload the folder if we didn't
have a cancellable for it (i.e. we hadn't started to load it
before).
2009-01-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkaction.[hc]: Add setters and getters for GtkAction
properties, in preparation for bug 560228.
2009-01-21 Christian Dywan <christian@twotoasts.de>
Bug 567413 – GtkComboBoxEntry doesn't emit "changed" signal
on entry editing
* gtk/gtkcombobox.c (gtk_combo_box_set_active): Return only if index
is set. Patch by Carl-Anton Ingmarsson.
2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de>
* gtk/gtkstyle.c: Add a "Since: 2.16" tag to gtk_style_get.
2009-01-20 Matthias Clasen <mclasen@redhat.com>
Bug 565656 – Add marks to scales
* gtk/gtkrange.[hc]: Add internal api to define 'stop values'
that have a little resistance when dragging the slider over it.
* gtk/gtk.symbols:
* gtk/gtkscale.[hc] (gtk_scale_add_mark): New function to add
a 'mark' to a scale, which will draws a tick, plus optionally
some text, and makes the value a stop value.
(gtk_scale_clear_values): Removes all marks.
* tests/testscale.c: Test for marks on scales
* tests/Makefile.am: Integrate it
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c:
* gtk/gtkfilechooserentry.c:
* gtk/gtktextview.c: Replace several implementation of
blank cursor setting by GDK_BLANK_CURSOR.
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcursor.c:
* gdk/gdkwindow.c: Update docs on how to create blank cursors.
2009-01-19 Matthias Clasen <mclasen@redhat.com>
Cache cursors to avoid libXcursor theme lookup overhead.
Patch by David Alan Gilbert.
* gdk/gdkcursor.h: Add a GDK_BLANK_CURSOR cursor type.
* gdk/x11/gdkcursor-x11.c: Cache font cursors and named cursors.
* gdk/x11/gdkprivate-x11.h:
* gdk/x11/gdkcdisplay-x11.c: Remove cached cursors when a
display if finalized.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568263 – gtk can't recognize the wrong X Selection TARGETS'
type "TARGETS" by java applications
* gtk/gtkselection.c (gtk_selection_data_get_targets): Accept
a type of TARGETS instead of ATOM, too. Based on a patch by
Peng Wu.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568233 – Wrong statement about GtkEntry's "activate" signal
* gtk/gtkentry.c:
* gtk/gtklabel.c:
* gtk/gtktextview.c: Correct some copy-and-paste mistakes in
keybinding signal docs. Pointed out by Pascal Terjan.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkentry.[hc]: Add properties and getters for icon tooltips.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 563280 – stock items & translation context
* gtk/gtkstock.c: Solve the msgctxt problem a bit more
elegantly, and add some hints about this to the docs of
gtk_stock_set_translate_func. Proposed by Christian Persch
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568196 – Please change context of Forward stock label
* gtk/gtkstock.c: Reinstate separate translation contexts for
navigation and media labels (these were lost in the transition
to msgctxt. Pointed out by Gabor Kelemen.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 567887 – gtk_entry_get_storage_type() should be
gtk_entry_get_icon_storage_type()
* gtk/gtk.symbols:
* gtk/gtkentry.[hc]: Use the last chance to get the api right,
and rename things for consistency, requested by Murray Cumming.
In detail,
gtk_entry_get_stock -> gtk_entry_get_icon_stock
gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf
gtk_entry_get_gicon -> gtk_entry_get_icon_gicon
gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type
::prelight -> ::icon-prelight
::pixbuf-primary -> ::primary-icon-pixbuf
::stock-primary -> ::primary-icon-stock
::icon-name-primary -> ::primary-icon-name
::gicon-primary-> ::primary-icon-gicon
::storage-type-primary -> ::primary-icon-storage-type
::activatable->primary -> ::primary-icon-activatable
::sensitive-primary -> ::primary-icon-sensitive
(and similar for secondary properties)
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 567655 – gtk_status_icon_set_tooltip_text and
gtk_status_icon_set_tooltip_markup should use gchar*
* gtk/gtkstatusicon.h: Use "const gchar*" in new tooltip api.
Pointed out by Torsten Schoenfeld.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/search_entry.c: End the search if the window
is closed.
* demos/gtk-demo/search_entry.c:
* demos/gtk-demo/entry_completion.c: Group the entry examples
under "Entry".
2009-01-18 Christian Dywan <christian@twotoasts.de>
Remove a redundant include from gtktoolbar.c
* gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h.
Patch by Enrico Tröger.
2009-01-16 Cody Russell <bratsche@gnome.org>
Bug 567944 – [Win32] Sorted treeview columns can be unreadable
* modules/engines/ms-windows/msw_style.c: Draw selected treeview
cells according to treeview focus, but ignore whether it is in
a sorted column or not. Otherwise the intersection of a selected
row and a sorted column looks very strange if the treeview does
not have focus.
2009-01-16 Daniel Elstner <danielk@openismus.com>
* modules/input/gtkimcontextmultipress.[ch]: Remove the namespace
prefix from functions defined locally only. Clean up the code and
change indentation to match the GTK+ coding style.
(_GtkImContextMultipress::key_sequences): Replace array of pointers
by GHashTable. Adapt the implementation accordingly.
(passthrough_enabled_for_window): Remove. The passthrough hack is
no longer necessary thanks to the recently introduced "im-module"
property of GtkEntry and GtkTextView.
(load_config): Rework to implement an improved configuration file
format. Just fetch all keys of the group instead of expecting the
keys to be named a certain way. This also allows interpreting the
config key itself as the GDK key name to bind the character sequence
to, thereby making it independent of the sequence itself.
* modules/input/im-multipress.conf: New example configuration using
the new syntax. The example sequences are now bound to the numeric
keypad and imitate the behavior of a standard mobile phone.
2009-01-15 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkimcontext.c: documentation description: Mention the various
properties and the environment variable, with links to their
documentation.
* gtk/gtksettings.c:
* gtk/gtktextview.c: Make the im-module property documentation more
expansive.
2009-01-15 Diego Escalante Urrelo <diegoe@gnome.org>
Bug 562701 – GtkEntryCompletion popup sizes its rows wrong
when they span for more than one line.
Don't assume actions and results have equal height, this causes
negative size requisitions when results are more than one
line tall.
* gtk/gtkentrycompletion.c: change the formula used to calculate
the size of the completion popup.
2009-01-14 Federico Mena Quintero <federico@novell.com>
Remember the file chooser's geometry across invocations.
* gtk/gtkfilechoosersettings.h (struct _GtkFileChooserSettings):
New fields geometry_x, geometry_y, geometry_width, geometry_height.
(_gtk_file_chooser_settings_get_geometry): New prototype.
(_gtk_file_chooser_settings_set_geometry): New prototype.
* gtk/gtkfilechoosersettings.c (GEOMETRY_X_KEY, GEOMETRY_Y_KEY,
GEOMETRY_WIDTH_KEY, GEOMETRY_HEIGTH_KEY): New key names.
(ensure_settings_read): Read the geometry keys.
(_gtk_file_chooser_settings_save): Save the geometry keys.
(_gtk_file_chooser_settings_init): Initialize the geometry keys to
"don't have this value".
(_gtk_file_chooser_settings_get_geometry): New public function.
(_gtk_file_chooser_settings_set_geometry): New public function.
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_map):
Don't change the default size in ::map() so we don't flicker...
(gtk_file_chooser_default_realize): ... so do it in ::realize()
instead, when the window is not yet visible. This avoids a
dialog-that-resizes when you first pop up the file chooser.
(emit_default_size_changed): Just emit the signal; don't check for
the widget's state so we can be emitted during the initial
::realize() when we are not mapped yet.
(update_preview_widget_visibility): Only emit default_size_changed
if the widget is not mapped, to avoid resizing the dialog while it
is visible.
* gtk/gtkfilechooserdialog.c
(file_chooser_widget_default_size_changed): Simply resize the
dialog to the default size without any fancy clamping. Also,
leave in place ifdef-ed out code to restore the file chooser's
position in addition to its size. The code to restore the
position doesn't quite work yet, but we'll leave it in as a
reference.
* gtk/gtkfilechooserdefault.c (save_dialog_geometry): New function.
(settings_save): Save the dialog's geometry.
(gtk_file_chooser_default_get_default_size): Load the geometry
from the settings. If it was already saved, return that instead
of computing an ad-hoc size.
2009-01-13 Matthias Clasen <mclasen@redhat.com>
Bug 450716 – New API to change global IM
Requested by Daniel Elstner.
* gtk/gtk.symbols:
* gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_set_context_id):
New function to set the context id on a GtkIMMulticontext.
* gtk/gtkentry.c:
* gtk/gtktextview.c: Add a ::im-module property that can be
set to override the global setting for the im module to be used.
2009-01-13 Christian Dywan <christian@imendio.com>
Bug 566532 – GtkScaleButton implementation of GtkOrientable
* gtk/gtk.symbols:
* gtk/gtkscalebutton.c (gtk_scale_button_class_init),
(gtk_scale_button_set_property):
* gtk/gtkscalebutton.h: Deprecate gtk_scale_button_get_orientation
in favour of implementing GtkOrientable. Patch by Bruce Cowan.
2009-01-13 Tor Lillqvist <tml@iki.fi>
Bug 164002 - query scripts don't work uninstalled on windows
* gtk/gtkmain.c (_gtk_get_libdir): If the gtk DLL is in a ".libs"
folder, assume we are running uninstalled, and use the
configure-time GTK_LIBDIR.
2009-01-12 Matthias Clasen <mclasen@redhat.com>
* NEWS: Refer to tray icon spec, instead of a random email.
2009-01-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_icon_name): Don't cause lots
of X traffic when the icon name doesn't actually change. Some
apps like to reset their window icon frequently, without actually
changing the icon name...
2009-01-12 Paolo Borelli <pborelli@katamail.com>
Bug 492794 – Pasting external text at end of view yields wrong
scrolling to mark
* gtk/gtktextbuffer.[ch]:
* gtk/gtktextview.c:
Add a "paste-done" signal and use it to propelry scroll the
view at the end of the pasted text in the case of an async
paste. Patch by Ignacio Casal Quintero based on a patch by
Yevgen Muntyan.
2009-01-12 Tor Lillqvist <tml@iki.fi>
* gdk/gdk.c (gdk_arg_debug_cb) (gdk_arg_no_debug_cb): A
GOptionArgFunc should return gboolean and take also a GError
pointer parameter, so make these two functions do that. Return
FALSE (and set the GError) if the parsing of the debug string
failed completely. Note that g_parse_debug_string() doesn't really
have any way to return parsing status, and accepts partially
incorrect strings, though.
2009-01-12 Claudio Saavedra <csaavedra@igalia.com>
Bug 567468 – no check for trailing != NULL in
gtk_text_layout_get_iter_at_position()
* gtk/gtktextlayout.c: (gtk_text_layout_get_iter_at_position):
Check for trailing to be non-NULL.
* gtk/gtktextview.c: (gtk_text_view_get_iter_at_position): document
that trailing may be NULL.
2009-01-11 Tor Lillqvist <tml@iki.fi>
Bug 523554 - Copy from GIMP to Word broken
* gdk/win32/gdkselection-win32.c
(_gdk_win32_selection_convert_to_dib): The DIB stored in the
Windows Clipboard was for some unknown reason truncated by one
byte. Don't do that.
2009-01-11 Matthias Clasen <mclasen@redhat.com>
Bug 567024 – gtktoolbutton doesn't create right proxy menu item
image with GIcon
* gtk/gtktoolbutton.c: Properly create a menu proxy from a GIcon.
Patch by Christian Persch
* tests/testtoolbar.c: Add an example with a GIcon
2009-01-09 Christian Dywan <christian@imendio.com>
Fail in gdk_window_new if _gdk_window_new failed
* gdk/gdkwindow.c (gdk_window_new): Add g_return_val_if_fail
in case _gdk_window_new is NULL. Approved by Tim Janik
2009-01-08 Matthias Clasen <mclasen@redhat.com>
Bug 566733 – Add GIcon to GtkAction, GtkToolButton
* gtk/gtkaction.c: Add a ::gicon property to GtkAction and set the
icon from it if specified. The stock icon is preferred if a stock id
is given. Based on a patch by A. Walton
2009-01-04 Matthias Clasen <mclasen@redhat.com>
* gtk/stock-icons/{16,24}/gtk-caps-lock-warning.png: New icons
* gtk/gtkstock.h: Add GTK_STOCK_CAPS_LOCK_WARNING.
* gtk/gtkiconfactory.c (get_default_icons): Register the stock icon.
* gtk/gtkentry.c (show_capslock_feedback): Use the new stock icon.
2009-01-05 Tor Lillqvist <tml@novell.com>
Bug 566628 - gdk_display_close always asserts on win32
* gdk/win32/gdkdisplay-win32.c
(_gdk_windowing_set_default_display): Allow also a NULL parameter
in the g_assert(). Still don't actually do anything in this
function, though.
2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566568 – gtk_tree_model_get_value docs typo
* gtk/gtktreemodel.c (gtk_tree_model_get_value): Fix a typo
in the docs, pointed out by Christian Persch.
2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566391 – gtk_about_dialog_set_url_hook should activate
pre-existing website links
* gtk/gtkaboutdialog.c: Make setting website, website-label and
url hook work independent of their order. Reported by Steven
Sheehy.
2009-01-03 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.h:
* gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window): Recheck
_NET_SUPPORTING_WM_CHECK every now and then to avoid getting
stuck on the id of a former wmcheck window that got reused by
another client (see RH bug 471927)
2009-01-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreesortable.c: Improve the docs
* gtk/gtktreemodelsort.c: Don't assert when using the "unsorted"
sort column id.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 565998 – configure script doesn't check for cairo-xlib.pc
* configure.in: Check for cairo-xlib when looking for
gdk dependencies. Requested by Alberto Ruiz
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 566334 – compile failure for gtk+ on Mac OS X
* gtk/gtkstatusicon.c: Fix the build on OS X.
Reported by Bart Cortooms.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 566083 – Icon pixmap hardcoded during DnD
* gtk/gtkwidget.c:
* gtk/gtkentry.c: Add docs about using ::drag-begin for setting
a custom drag icon. Reported by Xan Lopez
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
* === Released 2.15.0 ===
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_set_icon_sensitive): Fix default
value
* gtk/tests/builder.c: Clean up asserts, make domain
test work with current GtkBuilder behaviour.
* Makefile.decl: Start Xvfb with -ac -noreset to try
and get the gui tests working.
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols: Add a few forgotten symbols
* gtk/gtkprintoperation.c:
* gtk/gtktrayicon-x11.c: Make some functions static
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkruler.[hc]: Some more
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkpaned.[hc]:
* gtk/gtkscale.[hc]:
* gtk/gtkscrollbar.[hc]:
* gtk/gtkseparator.[hc]: Keep these all abstract for now.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Rename the icon signals to ::icon-press and
::icon-release to avoid clashes with the existing SexyIconEntry
signals. Also annotate the GdkEvent parameters as static-scope.
* tests/testentryicons.c: Adapt
* demos/gtk-demo/search-entry.c: Adapt
2008-12-30 Matthias Clasen <mclasen@redhat.com>
Bug 565846 – "va_end(args);" should be added into gtk_tree_store_new
* gtk/gtktreestore.c (gtk_tree_store_new): Add a missing
va_end() call. Pointed out by Jiwon Lee.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Code cleanups; get rid of get_text_area_size,
replace get_icon_allocation by get_icon_allocations, don't
pass allocation to place_windows; other stylistic changes to
the icon-related code.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Avoid size allocation loops.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Fix errors in property definitions and
get_property implementation.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Redo the Caps Lock warning using an icon.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
Bug 558694 – Paned window splitter keynav broken
* gtk/gtkpaned.c (get_child_panes): Don't add unrealized
widgets.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstyle.c:
* gtk/gtkmenutooltbutton.c:
* gtk/gtkprintoperationpreview.c: Doc additions
2008-12-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c:
* gtk/gtklabel.c:
* gtk/gtkentry.c:
* gtk/gtktextview.c:
* gtk/gtkeditable.c:
* gtk/gtktextbuffer.c: Doc additions.
2008-12-29 Tor Lillqvist <tml@novell.com>
* gtk/gtk.symbols: Add missing symbols from gtkentry.c.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c:
* gtk/gtkstyle.c: Doc additions
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk[hv]scrollbar.c: Document gtk_[hv]scrollbar_new.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c: Document gtk_mnemonic_activate.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextlayout.c: Un-doc-commentize non-public api
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprogress.h: Fix a typo
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c:
* gtk/gtkentry.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c:
* gtk/gtktextutil.c: Un-doc-commentize non-exported functions
to make gtk-doc happy.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscale.c:
* gtk/gtkimagemenuitem.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkeditable.h: Match parameter names to make gtk-doc happy.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* tk/gtkfontsel.c: Merge docs inline.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintsettings.c:
* gtk/gtkbindings.c:
* gtk/gtkstyle.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscrolledwindow.c:
* gtk/gtkscale.c: Merge docs inline.
2008-12-28 Ryan Lortie <desrt@desrt.ca>
small fix for "Paned Window Widgets" example
* docs/tutorial/gtk-tut.sgml: use gtk_container_add rather than
add_with_viewport for putting a GtkTreeView into a ScrolledWindow
Spotted by Benjamin Herrenschmidt
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimmodule.c:
* gtk/gtkseparatortoolitem.c: Doc fixes
* gtk/gtkfontsel.c:
* gtk/gtkeditable.c: Merge docs inline.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c:
* gtk/gtkwidget.c:
* gtk/gtkaccelgroup.c: Documentation fixes
* gtk/gtkstatusicon.c:
* gtk/gtkentry.c:
* gtk/gtkeditable.[hc]: Make parameter names match to make gtk-doc
happy.
2008-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Expand the docs some more.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Don't emit ::icon-pressed on nonactivatable
icons. Fix up docs to match actual api.
* tests/testentryicons.c: Reshuffle tests a bit. Add a DND test.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Fix interaction between icons and widget sensitivity.
Also fix a few typos.
* tests/testentryicons.c: Add property editors.
* tests/Makefile.am: Glue
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Allow builtin icons when loading themed icons,
and don't leak a GtkIconInfo.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Emit ::icon-pressed regardless which button was
pressed. Also make it explicit in the signal signature that the
position parameter is a GtkEntryIconPosition.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Emit property notification for the text-length
property.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/search_entry.c: Add a demo for new entry features.
* demos/gtk-demo/Makefile.am: Glue
2008-12-25 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkapplaunchcontext.c:
* gdk/gdkkeys.c:
* gdk/x11/gdkdnd-x11.c:
* gdk/x11/gdkkeyx-x11.c:
* gdk/x11/gdktestutils-x11.c: Typo fixes and other small
doc improvements.
2008-12-23 Li Yuan <li.yuan@sun.com>
* gtk/gtkiconview.c: (gtk_icon_view_accessible_model_row_changed):
Bug #549251. No need to set name if there is no a11y item object.
2008-12-21 Yair Hershkovitz <yairhr@gmail.com>
Bug 565203: RTL locales: icons are misplaced when horizontal
gtkiconview is contained in a gtkscrolledwindow.
* gtk/gtkiconview.c (gtk_icon_view_layout_single_row):
Fix horizontal icon positions when in RTL locale.
2008-12-19 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update
2008-12-19 Matthias Clasen <mclasen@redhat.com>
Bug 564881 – gtkstatusicon.c: 'event' bug again
* gtk/gtkstatusicon.c (button_callback): Fix the build.
Patch by Christian Dywan.
2008-12-19 Cody Russell <bratsche@gnome.org>
Bug 85292 – add an icon to gtkentry
* gtk/gtkmarshalers.list: Add VOID:INT,BOXED
* tests/testentryicons.c: Initial icon entry test
* tests/Makefile.am: Add testentryicons
* gtk/gtkentry.[ch]: Add API for setting primary/secondary icons
and other features related to them.
2008-12-19 Marek Kasik <mkasik@redhat.com>
Bug 339318 - Allow page rendering to (optionally) happen in a thread
* gtk/gtk.symbols: API change
* doc/reference/gtk/gtk-sections.txt: API change
* gtk/gtkprintoperation-private.h
* gtk/gtkprintoperation.h
* gtk/gtkprintoperation.c: Adds 2 new functions
gtk_print_operation_set_defer_drawing()
- Sets up the GtkPrintOperation to wait for calling of
gtk_print_operation_draw_page_finish() from application. It can
be used for drawing page in another thread.
This function must be called in the callback of "draw-page"
signal.
gtk_print_operation_draw_page_finish()
- Signalize that drawing of particular page is complete.
It is called after completion of page drawing (e.g. drawing
in another thread).
If gtk_print_operation_set_defer_drawing() was called before,
then this function has to be called by application. In another
case it is called by the library itself.
2008-12-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c: Don't export emit_ok_response
2008-12-15 Tomas Bzatek <tbzatek@redhat.com>
* gtk/gtkfilechooserdefault.c: (list_row_activated):
* gtk/gtkfilesystem.c: (_gtk_file_info_consider_as_directory):
Mask G_FILE_TYPE_SHORTCUT as a directory (#561494)
2008-12-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Mount the enclosing volume if the folder we're switching to is not
mounted. Patch by Tomas Bzatek, based on work by Carlos Garnacho
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 561494 – FileChooser network browsing and authentication support
* gtk/gtkfilesystem.[hc] (_gtk_file_info_consider_as_directory):
Privately export this method. It classifies directories and mountables
the same.
* gtk/gtkfilesystem.c (enclosing_volume_mount_cb): Silently drop
G_IO_ERROR_ALREADY_MOUNTED error for gvfs backends without visible
mounts.
* gtk/gtkfilesystemmodel.c:
* gtk/gtkfilechooserbutton.c:
* gtk/gtkfilechooserentry.c:
* gtk/gtkfilechooserdefault.c: Use the new function instead of
direct checks for G_FILE_TYPE_DIRECTORY throughout.
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 562579 – Remove error dialog when directory does not exist
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Don't show an error dialog when changing to a non-existing folder,
since this is ususally just an annoyance.
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 556233 – local-only causes G_IS_FILE warning
* gtk/gktfilechooserdefault.c (set_local_only): Avoid a warning
in tests. Patch by Christian Dywan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563158 – CellRendererProgress pulsing and progressing rows can
not be used together
* gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_pulse):
Don't try to keep state in a cell renderer between two paint
calls. It doesn't work. Patch by Kristian Mueller
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 555560 – gtk_combo_box_set_active fails with no model
* gtk/gtkcombobox.c: Allow out-of-order setting of model and active.
Patch by Christian Dywan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 558306 – Cannot build gdk (gtk+ 2.14.4) on Solaris 8
* gdk/x11/gdktestutils-x11.c (gdk_test_simulate_button):
Remove a C99ism. Pointed out by Eric Lamarque
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 549251 – GTK icon view accessible issue.
* gtk/gtkiconview.c (gtk_icon_view_accessible_model_row_changed):
Handle separate append/set for rows. Patch by Li Yuan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 556839 – Crash when opening a link
* gtk/gtkstatusicon.c (gtk_status_icon_finalize): Destroy the
image too. Patch by Carlos Garcia Campos
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563751 – xatom cache is prefilled too late
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize the
XAtom cache earlier. Patch by Christian Persch
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 564212 – gtk_icon_view_accessible_model_rows_reordered explain
new_order in the wrong way
* gtk/gtkiconview.c (gtk_icon_view_accessible_model_rows_reordered):
Use the new order correctly. Patch by Li Yuan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563835 – Typo in gtk_widget_has_screen() docs
* gdk/directfb/gdkwindow-directfb.c:
* gdk/gdkwindow.c:
* gdk/x11/gdkwindow-x11.c:
* gtk/gtkmenushell.c:
* gtk/gtkwidget.c:
* gtk/tests/builder.c:
* tests/testdnd.c: s/heirarchy/hierarchy/ in docs and comments.
Pointed out by Wouter Bolsterlee
2008-12-12 Matthias Clasen <mclasen@redhat.com>
Bug 564066 – Crash in gtk_rc_parse_default_files
* gtk/gtkrc.c (gtk_rc_parse_default_files): Handle being called
early. Bug report by Andrés G. Aragoneses
2008-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.c: Set an empty title on password dialogs.
Pointed out by Máirín Duffy.
2008-12-11 Sven Herzberg <sven@imendio.com>
Document the "set-scroll-adjustments" signal
Reviewed by Kristian Rietveld.
* gtk/gtkiconview.c,
* gtk/gtklayout.c,
* gtk/gtktextview.c,
* gtk/gtktreeview.c,
* gtk/gtkviewport.c: added proper documentation for the signal
2008-12-11 Daniel Elstner <danielk@openismus.com>
Bug 563994 – Input method module interface not documented
* gtk/gtkimcontext.h: Add public/private markers.
* gtk/gtkimcontext.c: Add section documentation which explains how
to add a new input method module to GTK+. Document the signals and
virtual functions of GtkIMContextClass.
* gtk/gtkimmodule.c: Document struct GtkIMContextInfo.
* docs/reference/gtk/gtk-sections.txt: Add GtkIMContextClass and
GtkIMContextInfo to section GtkIMContext.
* docs/reference/gtk/Makefile.am (IGNORE_HFILES): Remove
gtkimmodule.h from the list in order to pick up GtkIMContextInfo.
* docs/reference/gtk/tmpl/gtkimcontext.sgml: Remove file from
repository since all the hand-edited content has been migrated to
source file comments.
2008-12-10 Matthias Clasen <mclasen@redhat.com>
Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated
-- but what should be used instead?
* gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation.
2008-12-10 Daniel Elstner <danielk@openismus.com>
Maintenance of Multipress input method by Openismus GmbH:
* modules/input/gtkimcontextmultipress.[ch]: Clean up the code
a bit to follow the GTK+ coding style more closely. Fix the code
to emit "preedit-start" and "preedit-end", too, rather than only
"preedit-changed".
(GTK_IM_CONTEXT_MULTIPRESS*): Rename incorrectly spelled macros
gtk_im_context_multipress*. Shouldn't break API or ABI as it's
only used internally.
* modules/input/immultipress.c: More cleanup,
* modules/input/README.multipress: ditto.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gdk/gdk.symbols: add missing #ifndef GDK_DISABLE_DEPRECATED.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gtk/gtkcontainer.c (struct PackingPropertiesData): add missing
semicolon.
* gtk/gtkcontainer.c (attributes_text_element): "value" is a
gchar*, not const gchar*.
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 546378 – GtkAssistant page title is not translatable
* gtk/gtkbuilderparser.c: Make gtk_builder_get_translation_domain()
useful for subparsers.
* gtk/gtkcontainer.c: Make the child property parser support
translatable child properties. Patch by Antti Kaijanmäki
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 554274 – Add default hook for GtkLinkButton
* gtk/gtklinkbutton.c: Call gtk_show_uri() if no uri hook has
been set. Patch by Emmanuele Bassi
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 559325 – documentation for gdk_display_get_window_at_pointer()
: is wrong
* gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct
the documentation. Patch by Paul Davis
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 563285 – test print backend does not compile
* modules/printbackends/test/gtkprintbackendtest.c: Clean up
includes.
2008-12-07 Behdad Esfahbod <behdad@gnome.org>
Bug 563547 – Update gdkx11 atom precache table
* gdk/x11/gdkdisplay-x11.c: Add more atoms to precache.
2008-12-05 Michael Natterer <mitch@imendio.com>
Bug 546285 – Allow GtkEntry to draw progress
* gtk/gtkentry.[ch]: add new API similar to GtkProgressBar which
allows to set the entry's progress_fraction, its progress_pulse_step
and to let the entry's progress pulse.
* gtk/gtk.symbols: updated.
* tests/testgtk.c: add progress demo code to the "Entry" window.
2008-12-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkstatusicon.c:
Add missing space in gtk-doc deprecated syntax
2008-12-03 Simos Xenitellis <simos@gnome.org>
Bug 557420 – Some compose sequences don't work anymore (or only in
a specific order)
* gtk/gtkimcontextsimple.c: Update of table size, keysym boundary,
to match the gtkimcontextsimpleseqs.h table.
* gtk/gtkimcontextsimpleseqs.h: Update with older gtk+ compose
sequences that went missing due to table update with upstream.
* gtk/compose-parse.py: Updated to include gtk-compose-lookaside.txt
* gtk/gtk-compose-lookaside.txt: Older gtk+ compose sequences that
are not found in the X.Org Compose file.
2008-12-03 Sven Herzberg <sven@imendio.com>
Bug 562998 – GtkFontButton documentation improvements
* gtk/gtkfontbutton.c: mention the way the font string should be used.
Patch by Sven Herzberg and Nelson Benitez
2008-12-03 Marek Kasik <mkasik@redhat.com>
Bug 559914 – eog doesn't apply paper setup.
* gtk/gtkpapersize.c: Call the gtk_paper_size_new_from_ppd() with width
and height in points.
2008-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
Bug 562878 – password save incorrectly set in gtkmountoperation
* gtk/gtkmountoperation.c (remember_button_toggled),
(gtk_mount_operation_ask_password): Remember the password save
flags only when the radio button becomes active. Set also the
default state of the radio buttons depending on the current value
of password save flags.
2008-12-01 Matthias Clasen <mclasen@redhat.com>
Bug 555334 – connected server feature
* gtk/gtkfilesystem.c (get_volumes_list): Filter out shadow mounts.
Patch by David Zeuthen.
2008-12-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Revert an accidental change that sneaked
in with the last commit.
2008-12-01 Paul Bolle <pebolle@tiscali.nl>
Bug 562817 – GtkDialog: typo
* gtk/gtkdialog.c: Fix typo
2008-11-29 Matthias Clasen <mclasen@redhat.com>
Bug 554453 – "typeahead find" widget of GtkTreeView appears on
wrong monitor in a multi-head environment
* gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
Make sure the typeahead window follows screen changes of the
treeview. Noticed by Rainer Stransky
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 559622 – GdkDevice test segfaults
* gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose):
* gdk/x11/gdkinput.c (gdk_device_class_init), (gdk_device_dispose):
Free and reset device in dispose. Patch by Michael Natterer and myself.
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 554076 – eventually release g_new-ed supported_atoms
* gdk/x11/gdkevents-x11.c (cleanup_atoms),
(gdk_x11_screen_supports_net_wm_hint): Set cleanup callback.
Patch by Caolan McNamara.
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 539263 – Deprecate gdk_window_get_toplevels
* gdk/gdkwindow.c:
* gdk/gdkwindow.h: Deprecate gdk_window_get_toplevels
2008-11-29 Federico Mena Quintero <federico@novell.com>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): If tree lines are
enabled, flip them around for the right-to-left case. Fixes
https://bugzilla.novell.com/show_bug.cgi?id=447004. Patch by
Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>
2008-11-29 Christian Persch <chpe@gnome.org>
* gtk/gtkselection.c: Typo fix.
2008-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c:
* gtk/gtkentry.c:
* gtk/gtkdnd.c:
* gtk/gtkcolorsel.c:
* gtk/gtkbindings.c: Improve deprecation annotations.
2008-11-26 Christian Dywan <christian@imendio.com>
Bug 561504 – testgtk should load rc file from sub folder
* tests/testgtk.c (main):
Make testgtk look in subfolder and warn if not found
2008-11-25 Johan Dahlin <jdahlin@async.com.br>
Bug 559947 – Unchecked dependency on python>=2.4
* gtk/gtk-builder-convert:
Avoid using sorted() which is only present in python 2.
2008-11-24 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkalignment.c: Bug 561539 - Fix warnings when size allocations
fall short of border width and padding.
2008-11-22 Paul Bolle <pebolle@tiscali.nl>
Bug 561335 - Fix typos in GtkToolItem documentation
* gtk/gtktoolitem.c: Fix typos in GtkToolItem documentation
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump gtk-doc dependency to 1.11 for
nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.[hc]: Declare structs in a way that
gtk-doc understands.
2008-11-17 Christian Dywan <christian@imendio.com>
Bug 377699 – realizing gtk.Progress() causes SEGV
* gtk/gtkprogress.c: Define GtkProgress as an abstract type
2008-11-13 Christian Dywan <christian@imendio.com>
Bug 560602 – Wrong GtkMenuItem default value (test fails)
* gtk/gtkmenuitem.c (gtk_menu_item_class_init):
Correct default "label" value to ""
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 560139 – GtkEntry doesn't paint with the right state
* gtk/gtkentry.c (gtk_entry_class_init), (gtk_entry_draw_frame),
(gtk_entry_expose): Reflect the right state if state-hint is set
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 559619 – invisible-char default cannot be tested
* gtk/tests/defaultvalue.c (test_type):
Skip invisible-char when testing
2008-11-12 Richard Hult <richard@imendio.com>
* gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
patch from Paul Davis.
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
* gtk/tests/object.c (list_ignore_properties),
(object_test_property), (main): Ignore GtkCurve when testing
2008-11-12 Richard Hult <richard@imendio.com>
Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
* gdk/gdk.c:
* gdk/gdkinternals.h: Add eventloop debug facility.
* gdk/quartz/gdkeventloop-quartz.c: Big rework of the quartz
mainloop integration, patch from Owen Taylor. See bug #550942 for
the details.
2008-11-12 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
new API when building on 64-bit, since there are still old non-xml
layouts used out there we don't want to break them. (For 64-bit
those layouts doesn't work so we don't have a choice there.)
2008-11-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.c: Chain up in enter and leave notify handlers.
2008-11-11 Michael Natterer <mitch@imendio.com>
Bug 553765 – Add orientation API to GtkRange
* gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
evil code that makes sure that the stepper_detail and slider_detail
set in GtkRangeClass continue to work with the hacked subclasses
below.
* gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
and add gtk_scale_new() and gtk_scale_new_with_range() which take
a GtkOrientation argument. Set slider_detail to "Xscale" so above
evil code works.
* gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
above evil code works.
* gtk/gtkhscale.c
* gtk/gtkvscale.c
* gtk/gtkhscrollbar.c
* gtk/gtkvscrollbar.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: changed accordingly.
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.h: move deprecated functions together, move
setters and getters together, some indentation cleanup.
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: implement the GtkOrientable interface
and deprecate gtk_toolbar_get,set_orientation().
* gtk/gtk.symbols: changed accordingly.
2008-11-10 Marek Kasik <mkasik@redhat.com>
Bug 560135 - Print when the user double clicks a printer
* gtk/gtkprintunixdialog.c: add handling of double click to
GtkPrintUnixDialog.
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkpaned.c: argh, actually call the newly added private
gtk_paned_calc_position() instead of the deprecated public
version.
2008-11-07 Michael Natterer <mitch@imendio.com>
Bug 553586 – Add orientation API to GtkPaned
* gtk/gtkpaned.[ch]: implement the GtkOrientable interface
and swallow all code from GtkHPaned and GtkVPaned. Add
gtk_paned_new() which takes a GtkOrientation argument. Deprecate
gtk_paned_compute_position() for good (also for GTK_COMPILATION).
* gtk/gtkhpaned.[ch]
* gtk/gtkvpaned.[ch]: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_box_new().
2008-11-07 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkcontainer.c (gtk_container_buildable_add_child):
Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkscrollbar.c: remove bogus newlines in the middle of
function calls, fix broken indentation and remove trailing
whitespace.
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkmenuitem.c: Made buildable and added support for adding
children of type "submenu"
* gtk/gtkwindow.c: Added support for custom tag "accel-groups" to
add GtkAccelGroups to the window.
* gtk/gtkcontainer.c: Added builder contextual warnings in
buildable_add_child()
* gtk/tests/builder.c: Added tests for buildable menus (test that
accelerators are properly connected on stock items, test the menu
hierarchy, test permission to add alien/custom menuitem children).
* docs/reference/gtk/tmpl/gtkbuilder.sgml
* docs/reference/gtk/tmpl/gtkwindow.sgml
* docs/reference/gtk/tmpl/gtkmenuitem.sgml: Updated docs for
buildable submenus and accel groups.
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkmenuitem.[ch]: added new apis
gtk_menu_item_[set/get]_label() and
gtk_menu_item_[set/get]_use_underline() with "label" and
"use-underline" properties, constructors cleaned up to use
g_object_new(). GtkMenuItemClass take new vfuncs
->get/set_label().
* gtk/gtkcheckmenuitem.c: constructors cleaned up to use
g_object_new().
* gtk/gtkimagemenuitem.[ch]: added new apis
gtk_image_menu_item_[get/set]_use_stock() and
gtk_image_menu_item_set_accel_group() with "use-stock" and
write-only "accel-group" properties. constructors cleaned up to
use g_object_new().
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkbuilder.h: Fixed a crasher in
GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes
on top of any markup or mnemonic attributes (bug 558409).
* README: Updated and added release notes for 2.16
2008-11-06 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from
Arnaud Charlet to replace use of deprecated keyboard layout API
with the new TIS API available in 10.5. The old code is still used
when building for 10.4.
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c:
(get_keyboard_modifiers_from_ns_event), (create_key_event): Revert
(at least for now) the alt/cmd switching since it breaks the
"alt-gr" functionality of alt which makes it impossible to input
lots of characters.
2008-11-05 Christian Dywan <christian@imendio.com>
Bug 559404 – gtk_editable_insert_text counts length in bytes
* gtk/gtkeditable.c:
Document new_text_length as the number of bytes
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_impl_quartz_begin_paint_region): Set the fill color
outside the loop.
2008-11-05 Richard Hult <richard@imendio.com>
* gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip),
(gtk_status_icon_get_tooltip_markup): Fix build for win32 and
quartz.
2008-11-04 Tor Lillqvist <tml@novell.com>
Bug 557212 - Problem with which window gains focus and is visible
* gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app):
Only do the restacking for the active window of the
application. Seems to fix the problem.
(gdk_event_translate): Only call ensure_stacking_on_activate_app()
when the application is being activated, not deactivated.
2008-11-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkstatusicon.[hc]: Add new tooltip api.
2008-11-03 Christian Persch <chpe@gnome.org>
Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problem
* gtk/gtkiconview.c: Make gtk_drag_*_add_*_targets() usable with
GtkIconView.
2008-11-02 Matthias Clasen <mclasen@redhat.com>
Bug 558929 – gtkstatusicon.c: 'event' is a member of the structure
* gtk/gtkstatusicon.c: Fix the build.
2008-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimagemenuitem.c: Make it possible to overrule the
gtk-menu-images setting.
* gtk/gtkaction.c (connect_proxy): Show the image before adding
it to the image menu item.
2008-11-01 Tor Lillqvist <tml@novell.com>
Bug 558278 - Crash when calling a callback set by
gdk_add_client_message_filter()
* gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from
apply_filters() so that it is clear that this function is for
GdkEventFilters only.
(print_event): Print more information for GDK_CLIENT_EVENT events.
(gdk_event_translate): When handling client filters, don't use
apply_event_filters(). Use similar code as in the X11 backend,
although not exactly, as the parameter list and return value
semantics of gdk_event_translate() is different.
* tests/testclientmessage.c: New interactive test program to
verify client message functionality.
* tests/Makefile.am: Add it.
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 409435 – GtkStatusIcon enhancements: DnD, scroll events,
middle click, rich tooltips
* gtk/gtkstatusicon.[hc]: Add support for button press/release and
scroll events. Patch by Ed Catmur
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 322934 – Replace menu's proxy icons with empty space hiding icons
* gtk/gtkmenu.c (gtk_menu_size_request): Use consistent padding
regardless of imagees or checks being in the menu. Also add
padding on the right edge.
Proposal by Luca Ferretti, patch by Jon McCann
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 412134 – Add API to query style properties from the style
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Add getters for style properties to
avoid the need for ugly workarounds with dummy widget instances.
Patch by Mariano Suárez-Alvarez
2008-10-31 Christian Dywan <christian@imendio.com>
Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
* gtk/gtk.symbols:
* gtk/gtkfontsel.c:
* gtk/gtkfontsel.h:
Deprecate gtk_font_selection_dialog_get_apply_button
2008-10-31 Matthias Clasen <mclasen@redhat.com>
Bug 558323 – glitches when popping up combos in treeviews
* gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property):
Don't set the model property on the combo box, since that leads
to loops.
2008-10-31 Christian Dywan <christian@imendio.com>
Bug 347230 – testicontheme shortcomings
* tests/testicontheme.c (main):
Use theme for "display" and quit on window closing
2008-10-30 Matthias Clasen <mclasen@redhat.com>
Bug 558522 – scroll arrow painted insensitive even though there
are pages beyond the edge
* gtk/gtknotebook.c (gtk_notebook_real_insert_page): Redraw
arrows. Pointed out by Christian Persch
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/gtkcellrenderertext.h
* gtk/gtkentry.[ch]
* gtk/gtkimcontext.h
* gtk/gtklabel.c
* gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
remove its inclusion here.
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
somehow include gtkobject.h or another header which includes it.
2008-10-30 Marek Kasik <mkasik@redhat.com>
Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
* gtk/gtk.symbols
* gtk/gtkprintsettings.c
* gtk/gtkprintsettings.h
* docs/reference/gtk/gtk-sections.txt
* modules/printbackends/file/gtkprintbackendfile.c
* modules/printbackends/test/gtkprintbackendtest.c
* modules/printbackends/cups/gtkprintbackendcups.c
* modules/printbackends/lpr/gtkprintbackendlpr.c:
Added lpi (lines per inch) setting to GtkPrintSettings and support
for anamorphic dpi. Surface fallback resolution is set to 2*lpi.
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
it's included via gtkwidget.h anyway.
2008-10-30 Sven Neumann <sven@gimp.org>
* gtk/gtkwidget.c (gtk_widget_get_property): removed redundant
conditional.
2008-10-30 Christian Dywan <christian@imendio.com>
Bug 557316 – GtkLinkButton should consider user-defined tooltip
* gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb):
Only override the tooltip if not previously set
2008-10-29 Christian Dywan <christian@imendio.com>
Bug 557762 – Misleading error message in GDK DirectFB
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open):
Correctly say GetInputDevice instead of GetDisplayLayer
2008-10-29 Christian Dywan <christian@imendio.com>
Bug 558397 – gtk_widget_error_bell undefined without a screen
* gtk/gtkwidget.c (gtk_widget_error_bell): Test the settings
instance and return silently if unset
2008-10-28 Michael Natterer <mitch@imendio.com>
* gdk/keyname-table.h: fix small typo.
2008-10-27 Richard Hult <richard@imendio.com>
Bug 557894 – Wrong return value for
gdk_pointer_grab_info_libgtk_only()
* gdk/quartz/gdkevents-quartz.c:
(gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a
pointer grab. Patch by Owen Taylor.
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolshell.c:
* gtk/gtktoolitem.c: Remove markup from short descriptions.
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gdk/keyname-table.h:
* gtk/gen-paper-names.c:
* gtk/paper_names_offsets.c:
* gtk/gtkpapersize.c:
* gtk/gtkaccellabel.c:
* gtk/gtkprintoperation.c:
* gtk/gtkstock.c: More conversion to C_().
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaccellabel.c:
* gtk/gtkcalendar.c:
* gtk/gtkcellrendereraccel.c:
* gtk/gtkcellrendererprogress.c:
* gtk/gtkimmulticontext.c:
* gtk/gtkrecentchoosermenu.c:
* gtk/gtkvolumebutton.c: Use C_() instead of Q_(). String change!
2008-10-26 Christian Persch <chpe@gnome.org>
Bug 557065 – gtkcellrendererpixbuf spams console over and over with
'could not load image' warnings
* gtk/gtkcellrendererpixbuf.c:
(gtk_cell_renderer_pixbuf_create_themed_pixbuf): Remove noisy
g_warning.
2008-10-26 Philip Withnall <philip@tecnocode.co.uk>
Bug 530454 – Clarify page_nr when printing
* gtk/gtkprintoperation.c (gtk_print_operation_class_init): Point out
that page_nr is 0-based in the documentation.
2008-10-25 Matthias Clasen <mclasen@redhat.com>
Bug 557315 – stale clipboard target cache
* gtk/gtkclipboard.c (gtk_clipboard_set_contents): Remove cached
targets. Pointed out by Evan Stade
2008-10-24 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
the docs for GtkWidget::query-tooltip.
2008-10-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.c: The "screen" property ought to have
type GdkScreen, not GtkWindow. Found by Cosimo Cecchi
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching
allocation and deallocation
* gtk/gtkrecentchooserdefault.c (remove_selected_from_list): Don't
free a strdup'ed string by g_free. Pointed out by Daniel Marjamäki
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 556835 – gtkentry.c: variable is declared at middle of block
* gtk/gtkentry.c (gtk_entry_copy_clipboard): Fix a C99ism pointed
out by Kazuki Iwamoto
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 557524 – "va_end(args);" should be added into
gtk_text_buffer_insert_with_tags_by_name( )
* gtk/gtktextbuffer.c (gtk_text_buffer_insert_with_tags_by_name):
Don't forget to call va_end. Pointed out by Boram Park
2008-10-23 Alexander Larsson <alexl@redhat.com>
Bug 528320 - Incorrect icons displayed for files with custom
mimetype icons
* gtk/gtkfilesystem.c:
(_gtk_file_info_render_icon):
Fall back on default file icon if there was no icon or it
was not found in the theme. This goes with the corresponding
change in glib to not add the fallback icon, but is useful
in other cases too.
2008-10-22 Behdad Esfahbod <behdad@gnome.org>
Bug 555920 – gtkentry.c passes wrong enum to
pango_layout_set_alignment()
* gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
adjustment.
2008-10-22 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen
size actually changed.
2008-10-21 Michael Natterer <mitch@imendio.com>
* gdk/gdkdraw.c
* gdk/gdkimage.c
* gdk/gdkscreen.c
* gdk/gdkwindow.c: replace assertions for obj != NULL by
GDK_IS_OBJ(), remove redundant != NULL checks when there is
already a type check, add some g_return_if_fail() that were
missing entirely, fix some broken indentation and spacing.
2008-10-21 Tor Lillqvist <tml@novell.com>
Bug 557266 - Window Management Problem
Also reported in mail to gtk-list, and of course it has been well
known in general that window state management is messy and buggy
in various ways in gdk/win32.
* gdk/win32/gdkwindow-win32.c (show_window_internal): Correct
handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set
the WS_EX_TOPMOST extended style bit using SetWindowLong(). We
must call SetWindowPos() on the window using HWND_TOPMOST
instead. The description for WS_EX_TOPMOST in the documentation
for CreateWindowEx() even implies that if you read it carefully.
2008-10-21 Michael Natterer <mitch@imendio.com>
* gdk/gdkapplaunchcontext.c: reorder functions to be in standard
order, add prototypes and namespace to static functions, add
g_return_if_fail()s which were missing all over the place.
2008-10-20 Christian Persch <chpe@gnome.org>
Bug 557059 – crash when compositing emblems with icon
* gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it
with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped
from icon cache or builtins).
2008-10-20 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_item():
* gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_cell():
Documentation: Mention the simple set_tooltip_column()
alternative.
2008-10-18 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): On
WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
output without setting it first.
2008-10-18 Tor Lillqvist <tml@novell.com>
Bug 556578 - GIMP windows stay on top of other windows
* gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize)
(ensure_stacking_on_window_pos_changing)
(ensure_stacking_on_activate_app): Ignore unmapped windows in the
loops where we look for the lowest "transient-type" window.
(gdk_event_translate): Don't call
ensure_stacking_on_window_pos_changing() or
ensure_stacking_on_activate_app() for unmapped windows.
2008-10-16 Marek Kasik <mkasik@redhat.com>
Bug 556527 - The current page property is not passed to
GtkPrintUnixDialog
* gtk/gtkprintoperation-unix.c: pass current-page property
to GtkPrintUnixDialog
2008-10-15 Michael Natterer <mitch@imendio.com>
* gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo
in the type name so the macro becomes usable.
2008-10-14 Christian Dywan <christian@imendio.com>
556150 – gtk 'object' property test fixing
* gtk/tests/object.c (list_ignore_properties):
Remove some recently fixed properties from the exception list
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup
* gtk/gtkcellrendererpixbuf
(gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash
if a GIcon is not present in the current theme. Patch by
Alex Larsson.
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 552318 – menubar mnemonics consumed even when
gtk-enable-mnemonics=false
* gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic
entries block accelerator activation when gtk-enable-mnemonics is
FALSE. Problem reported by Andreas Moog.
2008-10-13 Cody Russell <cody@jhu.edu>
* test/testfilechooser.c: Fix option parsing so that -a and
--action work correctly.
2008-10-13 Christian Persch <chpe@gnome.org>
Bug 555386 – format not a string literal and no format arguments
* gtk/gtkiconfactory.c
* gtk/gtkprintbackend.c
* gtk/gtkprintoperation.c
* gtk/gtkthemes.c
* gtk/tests/builder.c
* modules/other/gail/gailtextview.c
* tests/testmerge.c: Use printf safely.
2008-10-13 Christian Persch <chpe@gnome.org>
Bug 555724 – gtkcellrendereraccel not initialised correctly
* gtk/gtkcellrendereraccel.c: Initialise the cell text.
2008-10-12 Simos Xenitellis <simos@gnome.org>
Bug 555625 – Updated gtk_compose_seqs_compact table
(gtkimcontextsimpleseqs.h)
* gtk/gtkimcontextsimpleseqs.c: Updated the compose sequence table.
In this update we removed a further set of compose sequences that
are otherwise covered by check_algorithmically().
* gtk/gtkimcontextsimple.c: Updated table value that shows how many
distinct first values exist in the compose sequences.
Change from 22 to 20.
2008-10-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbar.c: Revert the GtkSettings::gtk-toolbar-icon-size
part of the previous change, since it doesn't work correctly without
extra complication, and using custom icon sizes doesn't make too
much sense in a desktop-wide setting.
2008-10-11 Matthias Clasen <mclasen@redhat.com>
Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
* gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and
GtkSettings::gtk-toolbar-icon-size into int properties, to
allow the use of app-registered icon sizes.
2008-10-11 Christian Dywan <christian@imendio.com>
Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):
Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL
2008-10-10 Behdad Esfahbod <behdad@gnome.org>
Bug 551355 – [PATCH] Make glib build with libtool 2.2
* autogen.sh: Accept libtool 2.2. We are moving towards having
it working.
2008-10-10 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state)
Add empty stub to fix linking.
2008-10-10 Simos Xenitellis <simos@gnome.org>
Bug 555000 – Wrong treatment on non-spacing marks dead keys in
GtkIMContextSimple
* gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
it only checks if input is a deadkey keysym.
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):
Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555573 – gtk_font_selection_set_font_name
shouldn't require a screen
* gtk/gtkfontsel.c (gtk_font_selection_set_font_name):
Don't warn if there is no screen, just return FALSE
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555523 – gtk_scale_button_set_adjustment should accept NULL
* gtk/gtkscalebutton.c (gtk_scale_button_set_adjustment):
Create a new adjustment if NULL is passed, like other widgets
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555578 – GtkTable propertiy maxima are wrong
* gtk/gtktable.c (gtk_table_class_init), (gtk_table_resize):
Always use 65535 instead of G_MAXUINT since that is
the actually supported maximum number of columns and rows
2008-10-09 Richard Hult <richard@imendio.com>
Bug 550342 – Splash screens have a caption
* gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new),
(gdk_window_set_decorations): Patch from Marianne Gagnon to make
splash windows borderless.
2008-10-09 Michael Natterer <mitch@imendio.com>
Bug 516425 – Optionally display accelerators in popups
* gtk/gtkuimanager.h (enum GtkUIManagerItemType): add value
GTK_UI_MANAGER_POPUP_WITH_ACCELS which works like _POPUP but
shows the actions' accelerators.
* gtk/gtkuimanager.c: honor the new enum value for programmatically
created UIs, and support <popup accelerators="true"> in the XML
for the same purpose.
2008-10-09 Simos Xenitellis <simos@gnome.org>
Bug 554192 – double press on the "circumflex" dead key
(standard french 105 keyboard) no longer produces the "^" character
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
Changed the order, put check_compact_table() first, then
check_algorithmically().
2008-10-08 Christian Persch <chpe@gnome.org>
Bug 554702 – gtkfilesystem leaks GError
* gtk/gtkfilesystem.c (_gtk_file_system_init): Free the GError.
2008-10-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Don't forget to reset reload_state when current_folder is already
correct. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=465992
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 555270 – Allow unsetting a MessageDialog's image
* gtk/gtkmessagedialog.c (gtk_message_dialog_set_property),
Remove a superfluous cast to GtkWidget*
(gtk_message_dialog_set_image): Accept NULL for the image
and unset the image in that case.
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 436533 – Allow more space efficient scroll arrows placement
* gtk/gtkenums.h: Add GtkArrowPlacement
* gtk/gtkmenu.c (gtk_menu_class_init), (get_arrows_border),
(get_arrows_visible_area), (get_double_arrows),
(get_arrows_sensitive_area): Implement GtkMenu::arrow-placement
to allow scrolling arrows to be placed at the start, end or both
Patch by Tommi Komulainen and myself
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 555387 – Changing the sensitivity of a statusbar
mistakenly requires a display
* gtk/gtkstatusbar.c (set_grip_cursor): Only change the cursor
of the resize grip if there is a grip window.
2008-10-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized
memory warnings from valgrind.
2008-10-07 11:03:30 Tim Janik <timj@imendio.com>
* gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new()
as private function until we settle on the exact semantics.
renamed _gtk_box_set_old_defaults() as suggested by Mitch.
2008-10-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkbox.c: reindent static prototypes.
2008-10-07 Michael Natterer <mitch@imendio.com>
Bug 553573 – Add orientation API to GtkBox
* gtk/gtkbox.[hh]: implement the GtkOrientable interface and
swallow all code from GtkHBox and GtkVBox. Add gtk_box_new()
which takes a GtkOrientation argument. Also move the newly
added "spacing_set" boolean from struct GtkBox to the new
private struct.
* gtk/gtkhbox.[ch]
* gtk/gtkvbox.[ch]: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_box_new().
2008-10-06 Björn Lindqvist <bjourne@gmail.com>
Bug 539464 – gtk_cell_view_get_model is missing in GtkCellView
* gtk/gtkcellview.c (gtk_cell_view_get_model): Add
gtk_cell_view_get_model.
2008-10-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c (create_main_page): Show the tooltip
on the range entry itself, too.
2008-10-04 Tor Lillqvist <tml@novell.com>
Bug 132501 - Make utility window translate to tool window in win32
Implement the utility window type hint. Such windows are kept on
top of other windows of the same process. Makes GIMP's toolbox and
dock windows behave more like in GNOME under metacity. Apply the
same logic also to windows marked with the dialog window type
hint, and windows that are transient for some other window. I'll
call such windows "transient-type" below.
* gdk/win32/gdkevents-win32.c (doesnt_want_key): Drop unused
variables.
(ensure_stacking_on_unminimize)
(ensure_stacking_on_window_pos_changing)
(ensure_stacking_on_activate_app): New functions to implement the
desired stacking order. Make sure that a window that is not
transient-type stays below any transient-type windows of the
application. When activating a non-transient-type window make sure
it rises as high as possible while still staying below the lowest
transient-type window.
(gdk_event_translate): Call above functions on
WM_WINDOWPOSCHANGING, WM_ACTIVATEAPP and on WM_SIZE when
unminimizing. Improve debugging printout.
* gdk/win32/gdkwindow-win32.c (get_effective_window_decorations):
Handle utility windows like toolbar windows.
(gdk_window_new_internal) (update_style_bits): Give utility
windows the WS_EX_TOOLWINDOW extended style.
(gdk_window_set_title): If debugging "misc" or "events", make the
handle of top-level windows show up in their title bars. Very
useful when looking at debugging output.
(gdk_window_set_transient_for) (gdk_window_set_keep_above)
(gdk_window_set_keep_below) (gdk_window_set_modal_hint)
(gdk_window_set_skip_taskbar_hint)
(gdk_window_set_skip_pager_hint): Add and improve debugging
printout.
(gdk_window_set_type_hint): Print hint symbolically in GDK_NOTE().
2008-10-04 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkmain-win32.c (_gdk_win32_window_exstyle_to_string)
(_gdk_win32_window_pos_bits_to_string): New debugging printout
functions. Decode the WS_EX_* and SWP_* bits.
* gdk/win32/gdkprivate-win32.h: Declare them. Define
GDK_DEBUG_MISC_OR_EVENTS for use in GDK_NOTE() to match either
"misc" or "events".
2008-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some
debug output.
2008-10-02 Matthias Clasen <mclasen@redhat.com>
Bug 96431 – Can't cut and paste / DND within invisible entry
* gtk/gtkentry.c: Disable cut, copy and drag out of an invisible
entry. Proposed by Owen Taylor
2008-10-02 Matthias Clasen <mclasen@redhat.com>
Bug 530575 – GtkEntry with invisible chars has a confused cursor in
overwrite mode
* gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
in the layout when positioning the cursor, not the actual text
content of the entry. This makes a different when using overwrite
mode in an invisible entry.
Problem noticed by Jonathan Blandford
* gtk/gtktextutil.c: Fix a typo in a comment
2008-10-02 Christian Persch
Bug 554704 – gtkfilesystemmodel does too much work
* gtk/gtkfilesystemmodel.c: Replace g_slist_length()<1 check with a
simple NULL check.
2008-10-02 Christian Persch
Bug 554701 – filechooser spams console with useless warnings
* gtk/gtkfilesystem.c.c: Don't warn if the async call was simply
cancelled.
2008-10-02 Christian Persch
Bug 554698 – mem leak in filechooser
* gtk/gtkfilechooserdefault.c: Plug a mem leak.
2008-10-02 Christian Persch
Bug 554696 – invalid free function used
* gtk/gtkfilesystemmodel.c: Use the right free func.
2008-10-02 Christian Persch
Bug 554691 – mem leak in filechooser
* gtk/gtkfilesystemmodel.c: Plug a mem leak.
2008-10-02 Christian Persch
Bug 554690 – mem leak in filechooser
* gtk/gtkfilechooserdefault.c: Plug a mem leak.
2008-10-02 Michael Natterer <mitch@imendio.com>
Bug 553585 – Add orientation API to GtkRuler
* gtk/gtkruler.[ch]: implement the GtkOrientable interface and
swallow all code from GtkHRuler and GtkVRuler. Add gtk_ruler_new()
which takes a GtkOrientation argument.
* gtk/gtkhruler.c
* gtk/gtkvruler.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_ruler_new().
2008-10-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* docs/reference/gtk/gtk-sections.txt:
* gtk/gtk.symbols:
* gtk/gtkselection.c:
* gtk/gtkselection.h: Add gtk_selection_data_get_selection to
retrieve the sealed struct field GtkSelectionData.selection.
2008-10-01 Tor Lillqvist <tml@novell.com>
* gtk/gtkscalebutton.c: Don't #define _GNU_SOURCE on Windows as it
confuses newest mingw headers.
2008-10-01 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (gdk_keymap_get_caps_lock_state):
Implement trivially on Windows. Not sure if something more complex
is actually needed, more specifically whether the function needs
to differentiate between "Caps Lock" and "Shift Lock" semantics?
2008-10-01 Simos Xenitellis <simos@gnome.org>
Bug 554506 – combining diacritics broken, became deadkeys
* gtk/gtkimcontextsimple.c: added check if keysym is greater
than 0x1000000, in this case it is not a dead key.
2008-09-30 Michael Natterer <mitch@imendio.com>
Bug 553582 – Add orientation API to GtkSeparator
* gtk/gtkseparator.[ch]: implement the GtkOrientable interface and
swallow all code from GtkHSeparator and GtkVSeparator. Add
gtk_separator_new() which takes a GtkOrientation argument.
* gtk/gtkhseparator.c
* gtk/gtkvseparator.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_separator_new().
2008-09-30 Marek Kasik <mkasik@redhat.com>
Bug 344522 – support non-local destination files (GtkPrint):
* gtk/gtkprintunixdialog.c
* gtk/gtkprinteroptionwidget.c: Process URI instead of filename.
* modules/printbackends/file/gtkprintbackendfile.c: Add ability
to save files on non-local filesystems.
2008-09-30 Michael Natterer <mitch@imendio.com>
* gtk/gtk.symbols: forgot the G_GNUC_CONST of
gtk_orientable_get_type().
2008-09-30 Michael Natterer <mitch@imendio.com>
Bug 541009 – Get rid of separate subclasses for horizontal and
vertical orientation:
* gtk/Makefile.am
* gtk/gtk.symbols
* gtk/gtk.h
* gtk/gtkorientable.[ch]: add new interface GtkOrientable which
will be implemented by everything that can switch orientation.
2008-09-30 Christian Dywan <christian@imendio.com>
Fix a typo in the tutorial.
* docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 553086 – hard to see current immodule
* gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
Display the actually selected context in the system menuitem.
Complaint by Akira Tagoh.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 530568 – Entries with visibility=FALSE should warn for caps-lock
on
* gtk/gtkentry.c: Add a tooltip-like Caps Lock warning for
password entries. The warning is also triggered if an input method
is active. The warning can be turned off using the
GtkEntry::caps-lock-warning property.
Proposed by Owen Taylor
2008-09-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_get_context_id):
Add a getter for the the sealed context_id field.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.
* gdk/gdk.symbols:
* gdk/gdkkeys.[ch]: Add a new GdkKeymap::state-changed signal, and
a gdk_keymap_get_caps_lock_state function.
* gdk/x11/gdkkeys-x11.c: Implement it here. For now, only emit
state-changed when caps lock lockedness changes.
* gdk/x11/gdkdisplay-x11.c: Also select for modifier lock status
changes in the XkbSelectEventDetails call.
2008-09-29 Kristian Rietveld <kris@imendio.com>
Bug 487624 - Tooltips doesn't get updated if ther's no mouse motion
over widget
* gtk/gtkwidget.c (gtk_widget_set_property): after updating
tooltip text or markup, call gtk_widget_trigger_tooltip_query()
so that existing visible tooltips are updated.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 371908 – Password Entry broken
Bug 317002 – Disable input method completely in GtkEntry when it's
in invisible mode.
* gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
properly when invisible.
* gtk/gtkentry.c (gtk_entry_create_layout): Show preedit even if
invisible.
* gtk/gtkentry.c (gtk_entry_set_visibility): Don't disable input
methods when making the entry invisible.
2008-09-29 Emmanuele Bassi <ebassi@linux.intel.com>
* gdk/x11/gdkinput.c:
(gdk_device_class_init), (gdk_device_finalize): Correctly chain
up the finalize implementation.
2008-09-29 Richard Hult <richard@imendio.com>
Bug 554141 – uninitialized data use/free in gtkclipboard-quartz.c
* gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
Patch from Jon A. Cruz to initialize the allocated selection data.
2008-09-27 Matthias Clasen <mclasen@redhat.com>
Bug 339367 – Incorrect spotlocation
* modules/input/gtkimcontextxim.c: Correct the spot location
for on-the-spot style.
2008-09-27 Denis Washington <denisw@svn.gnome.org>
* gtk/gtkiconview.c: only draw keyboard focus when keyboard navigation
is used, like GtkTreeView. (Bug #553575)
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real
transparency
* gtk/gtktrayicon-x11.c: Add support for the _NET_SYSTEM_TRAY_VISUAL
property described in
http://lists.freedesktop.org/archives/xdg/2008-September/009919.html
If _NET_SYSTEM_TRAY_VISUAL is a visual with an alpha channel, the
parent-relative-background hack is skipped and we draw with a real
transparent background.
* gtk/gtkrc.c: Remove the default GtkTrayIcon style, since the
parent-relative background is now set when realizing the tray
icon.
Patch by Owen Taylor
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 552956 – Should check composite extension version
* gdk/x11/gdkdisplay-x11.c: Check that the version of the
composite extension is at least 0.4.
Patch by Owen Taylor
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553803 – eventually call XCloseDevice on XOpenDevice results
* gdk/x11/gdkinput.c: Add a finalize function for device objects,
and call XCloseDevice there.
* gdk/x11/gdkinput-x11.c:
* gdk/x11/gdkdisplay-x11.c: Move freeing of device objects to
the finalize function.
Patch by Caolan McNamara
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553578 - tabs are not drawn correctly
* gtk/gtknotebook.c: Track the visibility state of notebook tabs
between allocations so that we know to redraw the tab labels if
tabs are hidden and shown without changing position.
Reported by Marek Kašík, patch by Owen Taylor.
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553133 – GtkFileChooser won't ask to mount a volume
Bug 553211 – GtkFileChooserButton unsets filter after first use
* gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use
a GtkMountOperation when mounting, so that we get a password
dialog when required.
* gtk/gtkfilechooserdefault.c (show_and_select_files): Also
get the content-type, since it is used later on.
Pointed out by Davyd Madeley.
2008-09-26 Cody Russell <bratsche@gnome.org>
Bug 553917 – Typo in gdkwindow-win32.c
* gdk/win32/gdkwindow-win32.c: Fixed a typo in
update_system_menu(). Changed GDK_DECOR_ALL to GDK_FUNC_ALL.
Reported by Richard Hult
2008-09-25 Marek Kasik <mkasik@redhat.com>
Bug 553241 – double freed pointer in lpr_write cause firefox3 crash
* modules/printbackends/lpr/gtkprintbackendlpr.c:
The redundant freeing of memory was removed.
Patch by Chris Wang
2008-09-25 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
don't unref the file system backend, the newly added
unset_file_system_backend() already does this (bug #553135).
2008-09-24 Michael Natterer <mitch@imendio.com>
* gtk/gtkeventbox.c: events return gboolean not gint, reindented
static prototypes.
2008-09-24 Johan Dahlin <johan@gnome.org>
Bug 553385 – gtk-builder-convert creates untranslated combobox models
* gtk/gtk-builder-convert: Set the translatable property on
col tags for converted combos.
2008-09-24 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
share/aclocal and share/gtk-doc instead of trying to list
individual files or subdirectories. We had missed gail.pc, for
instance.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 538782 – Make GtkMenu's arrow size themable
* gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
Implement "arrow-scaling" style property in GtkMenu.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 408244 – add GtkDialog::content-area-spacing
* gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
(_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
* gtk/gtkbox.h:
* gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
Implement "content-area-spacing" style property in GtkDialog
and internal helper _gtk_box_get_spacing_set in GtkBox.
Patch by Tim Janik, Sven Herzberg and myself.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 541391 – Unfocussable Treeview swallows focus
* gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
(gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
2008-09-24 Denis Washington <denisw@svn.gnome.org>
* gtk/gtkiconview.c: draw focus as a rectangle around the
complete item, not just the text. (Bug #38254)
2008-09-23 Michael Natterer <mitch@imendio.com>
* gtk/gtkobject.c
* gtk/gtksignal.[ch]: s/GtkType/GType/ and
s/GtkSignalMarshaller/GSignalCMarshaller/.
2008-09-23 Michael Natterer <mitch@imendio.com>
* gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
variable and fix indentation.
2008-09-23 Michael Natterer <mitch@imendio.com>
* gtk/gtkclist.h
* gtk/gtkctree.h
* gtk/gtklist.h
* gtk/gtklistitem.h
* gtk/gtkobject.h
* gtk/gtkoldeditable.h
* gtk/gtkpixmap.h
* gtk/gtkpreview.h
* gtk/gtktext.h
* gtk/gtktipsquery.h
* gtk/gtktree.h
* gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
in all deprecated headers.
2008-09-22 Matthias Clasen <mclasen@redhat.com>
Bug 553135 – eog crash: assertion failed. Gtk error:
shortcuts_remove_rows: code should not be reached
* gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem
signals when we are destroyed, in order to avoid nasty surprises.
Patch by Claudio Saavedra
2008-09-22 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 552789 – Show size column in the search and recently used
files modes
* gtk/gtkfilechooserdefault.c: Display the file size column
when in OPERATION_MODE_SEARCH. This removes a stat() call
and simplifies the code a little bit by changing the query
for file informations for each search engine hit.
2008-09-22 Michael Natterer <mitch@imendio.com>
* gtk/gtksignal.[ch]
* gtk/gtkclist.c
* gtk/gtklist.c
* gtk/gtkmain.c
* gtk/gtktext.c
* gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
2008-09-22 Frederic Crozat <fcrozat@mandriva.com>
* gtk/gtkfilesystem.c: use the correct gi18n header.
Fixes bug #553000.
2008-09-22 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
append(), prepend() and insert() functions and recommend to use
gtk_toolbar_insert() instead. Use GCallback instead of
GtkSignalFunc even in deprecated API.
2008-09-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
leak a GFile.
2008-09-19 Owen Taylor <otaylor@redhat.com>
Small cleanups to debug messages for GtkPlug/GtkSocket
* gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
* gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
messages.
2008-09-19 Carlos Garnacho <carlos@imendio.com>
Bug 83935 – GtkEntry's default invisible char should be U+25CF
* gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
more suitable invisible char than '*' based on the used font.
(gtk_entry_class_init) (gtk_entry_set_property)
(gtk_entry_get_property): Add a "invisible-char-set" property.
(gtk_entry_unset_invisible_char): New function, needed now that the
default invisible char isn't fixed.
* gtk/gtkentry.h:
* gtk/gtk.symbols:
* docs/reference/gtk/gtk-sections.txt: Add the new function.
2008-09-19 Christian Persch <chpe@gnome.org>
Bug 552837 – mem leak in gtkimmulticontext
* gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
leak.
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
* gtk/gtkfilechooserdefault.c (settings_save): Save the size column
visibility state with the rest of the FileChooser settings.
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 325095 – show a 'size' column
* gtk/gtkfilechooserdefault.c:
* gtk/gtkfilechooserprivate.h: Add a context menu item controlling
the visibility of the file size column. This works only for the
browse mode, and the column is not visible by default.
* gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
settings file.
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/*: Revert most of previous patch, as
it didn't work as expected; Some work toward #531086 - the new
GtkTooltip widget doesn't theme properly on win32. Now, at least
the background color seems okay
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/*: MS Windows style should use
pango_win32_font_description_from_logfont; Allows us to rip out a
lot of potentially buggy code, and also get the font specification
from the XP theme (#434987)
2008-09-18 Matthias Clasen <mclasen@redhat.com>
* configure.in: updated version number to 2.15.0 for development.
* ChangeLog.pre-2-14: rotate ChangeLog
=== Branch for 2.14 ===
2009-03-15 15:01:37 +01:00
|
|
|
include/gtk-2.0/gtk/gtkorientable.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-2.0/gtk/gtkpagesetup.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkpaned.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-2.0/gtk/gtkpapersize.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkpixmap.h
|
|
|
|
include/gtk-2.0/gtk/gtkplug.h
|
|
|
|
include/gtk-2.0/gtk/gtkpreview.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-2.0/gtk/gtkprintcontext.h
|
|
|
|
include/gtk-2.0/gtk/gtkprintoperation.h
|
|
|
|
include/gtk-2.0/gtk/gtkprintoperationpreview.h
|
|
|
|
include/gtk-2.0/gtk/gtkprintsettings.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkprivate.h
|
|
|
|
include/gtk-2.0/gtk/gtkprogress.h
|
|
|
|
include/gtk-2.0/gtk/gtkprogressbar.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkradioaction.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkradiobutton.h
|
|
|
|
include/gtk-2.0/gtk/gtkradiomenuitem.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkradiotoolbutton.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkrange.h
|
|
|
|
include/gtk-2.0/gtk/gtkrc.h
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
include/gtk-2.0/gtk/gtkrecentaction.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-2.0/gtk/gtkrecentchooser.h
|
|
|
|
include/gtk-2.0/gtk/gtkrecentchooserdialog.h
|
|
|
|
include/gtk-2.0/gtk/gtkrecentchoosermenu.h
|
|
|
|
include/gtk-2.0/gtk/gtkrecentchooserwidget.h
|
|
|
|
include/gtk-2.0/gtk/gtkrecentfilter.h
|
|
|
|
include/gtk-2.0/gtk/gtkrecentmanager.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkruler.h
|
|
|
|
include/gtk-2.0/gtk/gtkscale.h
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
include/gtk-2.0/gtk/gtkscalebutton.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkscrollbar.h
|
|
|
|
include/gtk-2.0/gtk/gtkscrolledwindow.h
|
|
|
|
include/gtk-2.0/gtk/gtkselection.h
|
|
|
|
include/gtk-2.0/gtk/gtkseparator.h
|
|
|
|
include/gtk-2.0/gtk/gtkseparatormenuitem.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkseparatortoolitem.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtksettings.h
|
2008-10-16 13:10:06 +02:00
|
|
|
include/gtk-2.0/gtk/gtkshow.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtksignal.h
|
|
|
|
include/gtk-2.0/gtk/gtksizegroup.h
|
|
|
|
include/gtk-2.0/gtk/gtksocket.h
|
|
|
|
include/gtk-2.0/gtk/gtkspinbutton.h
|
2010-05-31 19:34:33 +02:00
|
|
|
include/gtk-2.0/gtk/gtkspinner.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkstatusbar.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-2.0/gtk/gtkstatusicon.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkstock.h
|
|
|
|
include/gtk-2.0/gtk/gtkstyle.h
|
|
|
|
include/gtk-2.0/gtk/gtktable.h
|
|
|
|
include/gtk-2.0/gtk/gtktearoffmenuitem.h
|
2008-10-16 13:10:06 +02:00
|
|
|
include/gtk-2.0/gtk/gtktestutils.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtktext.h
|
|
|
|
include/gtk-2.0/gtk/gtktextbuffer.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-2.0/gtk/gtktextbufferrichtext.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtktextchild.h
|
|
|
|
include/gtk-2.0/gtk/gtktextdisplay.h
|
|
|
|
include/gtk-2.0/gtk/gtktextiter.h
|
|
|
|
include/gtk-2.0/gtk/gtktextlayout.h
|
|
|
|
include/gtk-2.0/gtk/gtktextmark.h
|
|
|
|
include/gtk-2.0/gtk/gtktexttag.h
|
|
|
|
include/gtk-2.0/gtk/gtktexttagtable.h
|
|
|
|
include/gtk-2.0/gtk/gtktextview.h
|
|
|
|
include/gtk-2.0/gtk/gtktipsquery.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtktoggleaction.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtktogglebutton.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtktoggletoolbutton.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtktoolbar.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtktoolbutton.h
|
|
|
|
include/gtk-2.0/gtk/gtktoolitem.h
|
2010-05-31 19:34:33 +02:00
|
|
|
include/gtk-2.0/gtk/gtktoolitemgroup.h
|
|
|
|
include/gtk-2.0/gtk/gtktoolpalette.h
|
2008-10-16 13:10:06 +02:00
|
|
|
include/gtk-2.0/gtk/gtktoolshell.h
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
include/gtk-2.0/gtk/gtktooltip.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtktooltips.h
|
|
|
|
include/gtk-2.0/gtk/gtktree.h
|
|
|
|
include/gtk-2.0/gtk/gtktreednd.h
|
|
|
|
include/gtk-2.0/gtk/gtktreeitem.h
|
|
|
|
include/gtk-2.0/gtk/gtktreemodel.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtktreemodelfilter.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtktreemodelsort.h
|
|
|
|
include/gtk-2.0/gtk/gtktreeselection.h
|
|
|
|
include/gtk-2.0/gtk/gtktreesortable.h
|
|
|
|
include/gtk-2.0/gtk/gtktreestore.h
|
|
|
|
include/gtk-2.0/gtk/gtktreeview.h
|
|
|
|
include/gtk-2.0/gtk/gtktreeviewcolumn.h
|
|
|
|
include/gtk-2.0/gtk/gtktypebuiltins.h
|
|
|
|
include/gtk-2.0/gtk/gtktypeutils.h
|
2004-04-01 20:15:41 +02:00
|
|
|
include/gtk-2.0/gtk/gtkuimanager.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkvbbox.h
|
|
|
|
include/gtk-2.0/gtk/gtkvbox.h
|
|
|
|
include/gtk-2.0/gtk/gtkversion.h
|
|
|
|
include/gtk-2.0/gtk/gtkviewport.h
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
include/gtk-2.0/gtk/gtkvolumebutton.h
|
2002-03-24 21:34:36 +01:00
|
|
|
include/gtk-2.0/gtk/gtkvpaned.h
|
|
|
|
include/gtk-2.0/gtk/gtkvruler.h
|
|
|
|
include/gtk-2.0/gtk/gtkvscale.h
|
|
|
|
include/gtk-2.0/gtk/gtkvscrollbar.h
|
|
|
|
include/gtk-2.0/gtk/gtkvseparator.h
|
|
|
|
include/gtk-2.0/gtk/gtkwidget.h
|
|
|
|
include/gtk-2.0/gtk/gtkwindow.h
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h
|
|
|
|
include/gtk-unix-print-2.0/gtk/gtkprinter.h
|
|
|
|
include/gtk-unix-print-2.0/gtk/gtkprintjob.h
|
|
|
|
include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h
|
2008-10-16 13:10:06 +02:00
|
|
|
include/gtk-unix-print-2.0/gtk/gtkunixprint.h
|
2013-06-04 15:04:39 +02:00
|
|
|
lib/girepository-1.0/Gdk-2.0.typelib
|
|
|
|
${PLIST.x11}lib/girepository-1.0/GdkX11-2.0.typelib
|
|
|
|
lib/girepository-1.0/Gtk-2.0.typelib
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
lib/gtk-2.0/2.10.0/engines/libpixmap.la
|
|
|
|
lib/gtk-2.0/2.10.0/immodules/im-am-et.la
|
|
|
|
lib/gtk-2.0/2.10.0/immodules/im-cedilla.la
|
|
|
|
lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la
|
|
|
|
lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la
|
|
|
|
lib/gtk-2.0/2.10.0/immodules/im-ipa.la
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
lib/gtk-2.0/2.10.0/immodules/im-multipress.la
|
2013-07-04 23:29:05 +02:00
|
|
|
${PLIST.quartz}lib/gtk-2.0/2.10.0/immodules/im-quartz.la
|
2007-01-08 17:41:31 +01:00
|
|
|
lib/gtk-2.0/2.10.0/immodules/im-thai.la
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
lib/gtk-2.0/2.10.0/immodules/im-ti-er.la
|
|
|
|
lib/gtk-2.0/2.10.0/immodules/im-ti-et.la
|
|
|
|
lib/gtk-2.0/2.10.0/immodules/im-viqr.la
|
2008-04-13 00:42:57 +02:00
|
|
|
${PLIST.x11}lib/gtk-2.0/2.10.0/immodules/im-xim.la
|
|
|
|
${PLIST.cups}lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.la
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.la
|
|
|
|
lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.la
|
2002-03-24 21:34:36 +01:00
|
|
|
lib/gtk-2.0/include/gdkconfig.h
|
2008-10-16 13:10:06 +02:00
|
|
|
lib/gtk-2.0/modules/libferret.la
|
|
|
|
lib/gtk-2.0/modules/libgail.la
|
|
|
|
lib/libgailutil.la
|
2008-04-13 00:42:57 +02:00
|
|
|
${PLIST.quartz}lib/libgdk-quartz-2.0.la
|
|
|
|
${PLIST.x11}lib/libgdk-x11-2.0.la
|
|
|
|
${PLIST.quartz}lib/libgtk-quartz-2.0.la
|
|
|
|
${PLIST.x11}lib/libgtk-x11-2.0.la
|
2008-10-16 13:10:06 +02:00
|
|
|
lib/pkgconfig/gail.pc
|
2002-03-24 21:34:36 +01:00
|
|
|
lib/pkgconfig/gdk-2.0.pc
|
2008-04-13 00:42:57 +02:00
|
|
|
${PLIST.quartz}lib/pkgconfig/gdk-quartz-2.0.pc
|
2008-10-23 15:58:00 +02:00
|
|
|
${PLIST.quartz}lib/pkgconfig/gtk+-quartz-2.0.pc
|
2008-04-13 00:42:57 +02:00
|
|
|
${PLIST.x11}lib/pkgconfig/gdk-x11-2.0.pc
|
2010-11-15 19:28:45 +01:00
|
|
|
lib/pkgconfig/gtk+-2.0.pc
|
|
|
|
lib/pkgconfig/gtk+-unix-print-2.0.pc
|
2008-04-13 00:42:57 +02:00
|
|
|
${PLIST.x11}lib/pkgconfig/gtk+-x11-2.0.pc
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
libdata/gtk-2.0/im-multipress.conf
|
2002-03-24 21:34:36 +01:00
|
|
|
share/aclocal/gtk-2.0.m4
|
2013-06-04 15:04:39 +02:00
|
|
|
share/gir-1.0/Gdk-2.0.gir
|
|
|
|
${PLIST.x11}share/gir-1.0/GdkX11-2.0.gir
|
|
|
|
share/gir-1.0/Gtk-2.0.gir
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/alphatest.png
|
|
|
|
share/gtk-2.0/demo/apple-red.png
|
|
|
|
share/gtk-2.0/demo/appwindow.c
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
share/gtk-2.0/demo/assistant.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/background.jpg
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
share/gtk-2.0/demo/builder.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/button_box.c
|
Update to 2.2.0.
Subjective extract of changes:
* Only close dialogs on Escape if they have a cancel button. [James Willcox]
* Add Home/End/Page_Up/Page_Down keybindings for menus [Owen,
Narayana Pattipati, Marius Andreiana]
* Improved default color scheme [Soeren Sandmann, with advise from
Tuomas Kuosmanen and Garrett LeSage]
* Make pixmap creation functions take a GdkDrawable not a GdkWindow
[Kristian Rietveld]
* Support move-resize emulation for all edges. [Matthias Clasen]
* Remove extra selections for ButtonRelease in XInput code
[Garry Osgood, Owen]
* Support RTL flipping for statusbars [Matthias]
* Use octal escapes rather than literal UTF-8 in strings [Owen]
* Make a lot of read-only data const. [Matthias, Morten Welinder]
* Use g_get_application_name() for default window titles and
for the title of the client leader window [Owen, Havoc Pennington]
* Complete resize-grippy support, move-resize emulation
[Anders Carlsson, Matthias Clasen]
* On screen change, recreate the widget's Pango context [Owen]
* Make g_object_set (gtk_settings_get_default (), ...) to override
settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford]
* Make GtkInputDialog multihead aware [Owen]
* Add a ::screen-changed signal to GtkWidget [Owen Taylor]
* Draw/check menu items insensitive [Soeren, Tim Evans]
* Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias]
* RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu,
GtkCheckMenuItem [Matthias Clasen]
* Handle painting text on dark-colored progressbars [Soeren]
* Sort the input method list in the right click popup [Abigail Brady]
* Don't grab the focus to the default button in a GtkDialog [Daniel Elstner]
* Remove usage of XLookupString outside of GtkIMContextXIM [Owen]
* Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen]
* Add a --screen option to set default screen [Balamurali Viswanathan, Owen]
* Add simple support for startup notification [Havoc Pennington]
* Handle focus indication for check and radio buttons without children
[Dave Camp, Owen]
* Much work on improve submenu navigation [Soeren Sandmann]
* Add "selected_shadow_type" property for menus [Soeren]
* Add "scrollbar_spacing" style property [Anders Carlsson, Owen]
* Rework GtkPaned keynav [Soeren, Calum Benson]
* Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen]
* Removed mnemonics for GtkToolbar Items [Mikael Hallendal]
* Allow themes to set GtkTreeView even/odd row colors [Kristian]
* Add support for separately installed Pixbuf loaders [Matthias Clasen]
* Export gdk_event_new(), discourage stack allocated events [Owen]
* gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen]
* Basic support for RandR extension [Keith Packard, Owen]
* Allow moving paned sliders all the way to the edge [Owen, Darin Adler]
* Add tag_table construct property to GtkTextBuffer [Daniel Elstner]
* gtk_window_set_[default_]icon_from_file [Owen, Havoc]
* Multihead support
* Add GdkDisplay, GdkScreen structures
* Add _for_display(), _for_screen() variants where needed in GDK and GTK+
(In other cases, make the variants methods on GdkDisplay/GdkScreen
* Adapt GTK+ widgets to be multihead safe
* Allow initialization of GTK+ without opening a display with gtk_parse_args()
* Add multihead support to demos/tests.
* Xinerama support [Erwann Chenede, Matthias Clasen]
* Allow GDK backends to add custom argument parsing [Sven Neumann]
* Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen]
* Add style property for drawing menu items without shadow [Soeren]
* gtk_widget_modify_color_component/font(): Allow clearing
current modifications. [Owen]
* Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen]
* Some XEMBED changes for standards compliance and Qt compatibility [Owen]
* Improve label behavior when it gets a too small allocation [Soeren]
* Add support for depth 8 StaticColor visuals to gdkrgb [Matthias]
* Theme drawing improvements [Soeren]
* Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen]
* Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias]
* Add gtk_menu_shell_select_first() [Owen]
* Add gtk_notebook_get_n_pages() [Havoc Pennington]
* Allow accel_path = NULL for gtk_menu_item_set_accel_path().
* Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen]
* Improve gdk-pixbuf loader tests [Soeren Sandmann]
* Use iTXT chunks when necessary in PNG image saver [Matthias]
* Add incremental loading for progressive jpegs [Matthias]
* Add load-at-size functionality [Matthias]
* Add a loader for .ANI animations [Matthias]
* Load hotspot for .ICO files [Matthias]
* Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima]
Lots of bug fixes and enhancements.
2002-12-24 05:07:31 +01:00
|
|
|
share/gtk-2.0/demo/changedisplay.c
|
2004-12-24 11:04:39 +01:00
|
|
|
share/gtk-2.0/demo/clipboard.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/colorsel.c
|
Update to 2.6.8:
* GtkFileChooser
- Don't select first row in SELECT_FOLDER mode [Christian Neumair]
- Improve autocompletion behaviour; fix CREATE_FOLDER mode [Federico
Mena Quintero]
- Don't stat children of /afs or /net network directories [Federico]
- Fix set_current_name() and unselect_all() in the light of asynchronous
selections [Federico]
- GtkFileChooserButton fixes [David A. Knight]
- Miscellaneous fixes [Federico, Sven Neumann, Kjartan Maraas]
* GtkIconView
- Many fixes for scrolling and selection handling [Mathias Hasselmann]
* GtkTreeView
- Fix insensitive appearance [Billy Biggs, Matthias Clasen]
* GtkEntry
- Don't blink the cursor if the entry is not editable [Nikos Kouremenos]
* GtkTextView
- Optimize cursor blinking [Michael Natterer]
- Don't blink the cursor if the entry is not editable [Nikos]
* GtkAlignment
- Flip padding in RTL mode [Maciej Katafiasz]
* Fix a bug in focus tracking that lead to problems between some
window managers and GTK+ applications. [Owen Taylor, Billy Biggs,
Niko Tyni]
* gtk-demo
- Add demos for 2.6 features [Matthias]
* Win32 changes
- Initialize gettext before use [Robert Ögren, Daniel Atallah,
Kevin Stange]
- Fix DND on multi-monitor systems [Tor Lillqvist]
- Improve handling of special and dead keys [Tor, Ivan Wong Yat Cheung]
- Improve rendering of insensitive icons [Tim Evans]
- Support RGBA cursors [Tim]
- Bug fixes [Ivan, Hans Breuer, Tor, Daniel]
* Other bug fixes [Federico, Sven Neumann, Nguyen Thai Ngoc Duy,
Philip Langdale, Stephen Kennedy, Michael, Pattrick Fimml,
Felix Riemann, David A. Knight, Hazael Maldonado Torres,
Mikael Hallendal, Ian Wienand, Tommi Komulainen, Ismael Juma,
Leonard Michlmayr, Matthias, Gary Kramlich, Peter Wainwright,
Dom Lachowicz, Kjartan Maraas, Victor Osadci, Olaf Vitters,
Morten Welinder, Alexander Hunziker, Elijah Newren, Frederic
Crozat, Joerg Sonnenberger, John Ehresman]
* Documentation improvements [Matthias, Masao Mutoh, Maciej,
Richard Hult, Ghorban M. Tavakoly]
* New and updated translations (cs,cy,da,de,en_GB,et,eu,fr,gu,hu,id,
nn,ru,sv,th,xh,zh_CN)
2005-06-26 21:43:54 +02:00
|
|
|
share/gtk-2.0/demo/combobox.c
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
share/gtk-2.0/demo/demo.ui
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/dialog.c
|
|
|
|
share/gtk-2.0/demo/drawingarea.c
|
|
|
|
share/gtk-2.0/demo/editable_cells.c
|
2009-10-21 17:34:06 +02:00
|
|
|
share/gtk-2.0/demo/entry_buffer.c
|
2004-04-01 20:15:41 +02:00
|
|
|
share/gtk-2.0/demo/entry_completion.c
|
Update to 2.4.1:
* 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)
2004-05-02 22:07:36 +02:00
|
|
|
share/gtk-2.0/demo/expander.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/floppybuddy.gif
|
|
|
|
share/gtk-2.0/demo/gnome-applets.png
|
|
|
|
share/gtk-2.0/demo/gnome-calendar.png
|
|
|
|
share/gtk-2.0/demo/gnome-foot.png
|
2004-12-24 11:04:39 +01:00
|
|
|
share/gtk-2.0/demo/gnome-fs-directory.png
|
|
|
|
share/gtk-2.0/demo/gnome-fs-regular.png
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/gnome-gimp.png
|
|
|
|
share/gtk-2.0/demo/gnome-gmush.png
|
|
|
|
share/gtk-2.0/demo/gnome-gsame.png
|
|
|
|
share/gtk-2.0/demo/gnu-keys.png
|
|
|
|
share/gtk-2.0/demo/gtk-logo-rgb.gif
|
2004-04-01 20:15:41 +02:00
|
|
|
share/gtk-2.0/demo/hypertext.c
|
2004-12-24 11:04:39 +01:00
|
|
|
share/gtk-2.0/demo/iconview.c
|
Update to 2.8.4:
Overview of Changes from GTK+ 2.8.3 to GTK+ 2.8.4
=================================================
* GtkFileChooser
- Turn off the profiling code [Federico Mena Quintero]
* GtkEntryCompletion
- Make completion work with multibyte characters
[Tommi Komulainen]
- Improve positioning of large popups [Tommi Komulainen]
* GtkTreeView
- Make column reordering by DND work better [Dan
Winship]
* GtkCalendar
- Correctly determine the first weekday from
nl_langinfo() [Stanislav Brabec]
* GtkFontSel, GtkFontButton
- Handle invalid font names better [Michael R. Walton,
Ed Catmur]
* Deliver destroy events [Chris Lahey]
* Fix redrawing of widgets in the the presence
of shaped child windows [Dan Winship]
* Win32 changes
- Prune unnecessary mouse events [Tor Lillqvist]
- Fix memory corruption when using display
names [Tor Lillqvist]
* Other bug fixes [Alexander Larsson, John Cupitt,
John Finlay, Kjartan Maraas, Thomas Leonard,
Guillaume Cottenceau, Alexander Nedotsukov, Tim Janik,
Tor Lillqvist, Tommi Komulainen
* Documentation improvements [Guillaume Cottenceau,
Torsten Schoenfeld, Damon Chaplin, Vincent Untz,
Tommi Komulainen, Federico Mena Quintero
* New and updated translations (bg,bn,et,eu,fr,gl,hi,it,
ku,ru,sr,sv,tr,vi)
Overview of Changes from GTK+ 2.8.2 to GTK+ 2.8.3
=================================================
* Fix problems with the handling of initial settings
for font options and cursor themes [Frederic Crozat,
Joe Markus Clarke, Owen Taylor, Kjartan Maraas]
* Add a --ignore-theme-index option to
gtk-update-icon-cache [JP Rosevaar]
* Other bug fixes [Christian Persch, Owen Taylor,
Ed Catmur, Thomas Fitzsimmons, JP Rosevaar, Tor
Lillqvist, Colin Walters, Yong Wang, Matthias,
Kjartan Maraas, Christian Persch, Mark McLoughlin]
* Updated translations (ca,es,fr,pt_BR)
Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
=================================================
* Fix a crash with custom icon themes, which affected
the gnome-theme-manager. [Kjartan Maraas]
* Make sure font and cursor settings are propaged down
to the screen initially. [Frederic Crozat]
Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
=================================================
* gtk-update-icon-cache no longer stores copies of symlinked
icons, and it has a --index-only option to omit image data
from the cache [Matthias]
* Make large GtkSizeGroups more efficient [Michael Natterer]
* Improve positioning of menus in GtkToolbar [Christian Persch,
Paolo Borelli]
* Make scrolling work on unrealized icon views [Jonathan Blandford]
* Avoid unnecessary redraws on range widgets [Benjamin Berg]
* Make sure that all GTK+ applications reload icon themes
promptly. [Chris Lahey]
* Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
use the same font options and dpi value [Michael Reinsch, Owen]
* Multiple memory leak fixes [Kjartan Maraas, Matthias]
* Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume
Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
Markku Vire, Kristian Rietveld, Tommi Komulainen]
* Documentation improvements [Olexiy Avramchenko, Matthias]
* Updated translations (es,et,hu,ko,lt,ro,uk)
Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
=================================================
* Require cairo 0.9.2 [Matthias]
+ Extend ABI checks to cover exported variables [Matthias]
* Bug fixes [Benjamin Berg, Christian Persch]
* Documentation improvements [Matthias]
* New and updated translation (cy,de,el,id,te,zh_TW)
Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
=================================================
* Rename the default theme to "Raleigh" [Thomas Wood]
* Add a permformance testing framework [Federico Mena Quintero]
* Catch format errors in translations. This may cause
"make check" to fail when using older versions
of gettext [Matthias]
* Win32
- Implement the urgency hint [Tor Lillqvist]
- Update ms-windows theme [Dom Lachowicz]
- Improve tablet handling [Robert Ögren]
- Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans,
J. Ali Harlow, Hans Breuer]
* Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas,
Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
Mike Morrison, David Odin]
* Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
Federico Mena Quintero]
* New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
pl,pt,sq,zh_CN,zh_TW)
Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
=================================================
* Make svg icon themes work better [Matthias]
* GtkPlug/GtkSocket: Make these cross-platform
and implement them for Win32 [Tor]
* Make font rendering xsettings work with pangocairo [Owen]
* Fix sporadic segfaults in the GtkTreeModelSort [James
Bramford, Markku Vire, Kristian Rietveld]
* Improve gdk-pixbuf's ability to recognize
svg images. [William Jon McCann]
* Win32
- Build fixes [Tor Lillqvist]
- Fix clipping issues [Robert Ögren]
- Bug fixes [Peter Zelezny]
* Other bug fixes [Christian Persch, Arkady L. Shane,
Matthias, Tommi Komulainen, Alexander Larsson, Owen,
Thomas Vander Stichele, Robert Ögren]
* Documentation improvements [Steve Chaplin, Matthias,
Federico Mena Quintero]
* New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
=================================================
* Make sure that gtk_window_present() moves the window to the
current desktop [Elijah Newren]
* GtkFileChooser
- Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
* GtkTreeView
- Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
- Add gtk_tree_view_column_queue_resize() [Morten Welinder]
- Add gtk_tree_row_reference_get_model() [Stefan Kost]
- Make page up/down behave as in the text view [Owen Taylor]
- In typeahead search, allow Ctrl-G to move to the
next match. [Matt T. Proud]
- Interpret Ctrl-Backspace as "Move focus to parent [Kathy
Fernandes]
- Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
* GtkTextView
- Make double-clicking between words select whitespace [Mike
Miller, Paolo Borelli]
- Show dragged text in drag icon [Kevin Duffus, Carlos
Garnacho Parro]
- Make invisible text work well enough to remove the
remove the warning about it being unsupported. [Matthias]
* GtkEntry
- Make double-clicking between words select whitespace [Matthias]
- Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
- Fix the sizing of the entry completion popup [Ross Burton, Kris]
* Win32
- Build fixes [Tor Lillqvist]
- Fix handlink of Aiptek tablets [Robert Ögren]
* Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic,
Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin.
Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish
Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
* Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
Park Ji-In]
* New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
=================================================
* GtkAboutDialog
- Clean up the "trail" in the path bar when set_current_folder
is called explicitly [Jonathan Blandford, Matthias Clasen]
- Accept dropped files and directories on the file list [Sven
Neumann, Matthias]
* GtkTreeView
- Make reusing cell renders work as well as it did in 2.6,
but document it as being unsupported. [Kristian Rietveld]
* GtkAboutDialog
- Optionally wrap the license [Christian Rose, Christian Persch]
* Menu
- Make image menu items work in vertical menubars [Matthias]
- Make orientation changes of menubars work [Matthias]
* Win32
- Implement named cursors and other new GDK apis [Hans Breuer]
- Implement getting cursor images [Tor Lillqvist]
* Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez,
Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
* Documentation improvements [Benjamin Berg, Matthias,
Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
* New and updated translations (en_CA,sr,sr@Latn)
Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
=================================================
* GtkTreeView
- Change the keynav for header reordering and resizing
to Alt-arrows and Shift-Alt-arrows [Calum Benson]
* GtkTextView
- Make movement by paragraphs up/down symmetric [Behnam
Esfahbod]
- Improve invisible text support [Matthias Clasen]
* Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
* Handle broken grabs in many places [John Ehresman, Matthias]
* GDK
- Add a function to move a region [Søren Sandmann]
- Fix endianness issues in the pixbuf drawing
code [David Zeuthen, Owen Taylor]
- Add a GrabBroken event that is emitted when grabs
are broken [Simon Cooke, John Ehresman, Matthias]
- Track implicit grabs [Matthias]
* Win32
- Improve and simplify line segment rendering [Tor Lillqvist]
* Bug fixes [Georg Schwarz, Fabricio Barros Cabral,
Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
Morten Welinder, Dan Winship, Manish Singh, Tom von
Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon
McCann, David Saxton, Padraig Brady]
* Documentation improvements [Matthias, Ross Burton]
* New and improved translations (es,et,nl,sk,th,zh_TW)
Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
=================================================
* GtkTreeView
- Kris is back !!!
- Lots of scrolling/validation fixes [Kristian Rietveld]
- Allow to "unsort" columns. [Richard Hult]
- Support wrapping in GtkCellRendererText [Matthias Clasen]
- Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
- Make enable-search control only typeahead search,
not C-f search. [Sven Neumann]
- Make double-click autosize treeview columns again [Matthias]
- Fix insensitive appearance [Billy Biggs, Matthias]
* GtkFileChooser
- Don't select the first item in folder modes [Christian Neumair,
Federico Mena Quintero]
- Make save mode work again [Federico]
- Allow bookmarks to be renamed [Sean Middleditch]
- Ellipsize the preview label [Jeroen Zwartepoorte]
- Use smaller icons [Vincent Noel]
- Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
- Don't stat children of /afs or /net network directories [Federico]
- Improve sorting of filenames [Matthias]
- 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
- Many fixes for scrolling and selection handling [Mathias Hasselmann]
- Implement GtkCellLayout, use cell renderers [Matthias]
- Support editing [Matthias]
- Support DND [Matthias]
- Add API to determine the visible part of the
model [Jonathan Blandford]
* GtkAboutDialog
- Visual improvements, HIG compliance [Jorn Baayen]
* GtkCalendar
- Use nl_langinfo() to determine the first day of week,
when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
- Allow localization of the year format [Paisa Seeluangsawat]
* GtkEntry
- Allow completion popups to be wider than the entry [Ross Burton]
- Add a property to suppress the popup for single matches [Matthias]
- Don't blink the cursor if not editable [Nikos Kouremenos]
* GtkTextView
- Add a GtkTextBuffer::text property [Johan Dahlin]
- Allow to set a paragraph background color [Gustavo Carneiro,
Jeroen Zwartepoorte]
- Don't blink the cursor if not editable [Nikos Kouremenos]
- Make invisible text work a bit better [Jeroen]
* GtkAlignment
- Flip padding in RTL mode [Maciej Katafiasz]
* GtkUIManager
- Support invisible, expanding separators [Christian Persch]
- Allow to construct menu tool buttons [Sven Neumann]
* GtkIconCache
- Cache image data and metadata as well [Anders Carlsson]
* GtkMenu
- Support vertical menubars [Matthias]
- 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]
* gtk-demo
- Add demos for 2.6 features [Matthias, Mark McLoughlin]
* Allow custom translation function for stock labels. [Funda Wang,
Diego Gonzalez]
* Add 16x16 versions for some some icons which were missing
them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
* Move a lot of constant data to the .rodata section [Matthias]
* Don't copy property names, nicks and blurbs [Matthias]
* Use Cairo for most drawing [Owen Taylor]
* Allow themes to draw outside the widget's allocation [Owen]
* Allow key names to be translated [Christian Rose]
* Make all cursors used by GTK+ themeable [Matthias]
* Support the ICCCM urgency hint [Havoc Pennington]
* GDK
- Work with XRender < 0.4 [Albert Chin, Billy Biggs]
- Add API to warp the pointer [Matthias]
- Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
- Add API to obtain the last user interaction time [Elijah
Newren]
- Make some large arrays const [Ben Maurer, Tommi Komulainen]
- Support Cairo drawing [Owen, Carl Worth]
- Support Visuals with alpha channel [Owen, Keith Packard]
- Support named cursors and cursor themes [Matthias]
* gdk-pixbuf
- Support saving BMP [Ivan Wong Yat Cheung]
- Allow to specify compression level when saving
in PNG format [Sven Neumann]
- Add a way to construct animations from frames [Dom Lachowicz]
- Accept BMP v4 [Matthias]
* Win32 changes
- Improve keyboard handling [Tor Lillqvist]
- Improve clipboard handling [Ivan Wong]
- Do delayed rendering for transfering images
through the clipboard [Ivan Wong]
- Improve tablet handling [Robert Ögren]
- Initialize input devices lazily [Robert Ögren]
- Make big windows work on NT [Ivan Wong]
- Implement dashed lines correctly [Ivan Wong, Hans Breuer]
- Handle 16 color display mode [Tor]
- Support RGBA cursors [Tim Evans]
- Fix DND on multi-monitor systems [Tor]
- Use alternative button order [Tor]
- Build fixes [Hans]
- Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie,
Robert Ögren, Kevin Stange, Tim Evans]
* Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee,
Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin,
David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez,
Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros
Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann,
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,
Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan,
Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard
Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias,
Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder,
Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy,
Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml,
Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale,
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,
Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil,
Vincent Noel, Vincent Untz, Yury Puzis]
* Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen,
Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann,
Torsten Schoenfeld, Vincent Untz, Worik Stanton]
* 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,
sv,th,uk,vi,xh,zh_CN,zh_TW)
2005-10-02 14:19:06 +02:00
|
|
|
share/gtk-2.0/demo/iconview_edit.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/images.c
|
2009-10-21 17:34:06 +02:00
|
|
|
share/gtk-2.0/demo/infobar.c
|
|
|
|
share/gtk-2.0/demo/links.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/list_store.c
|
|
|
|
share/gtk-2.0/demo/menus.c
|
2009-10-21 17:34:06 +02:00
|
|
|
share/gtk-2.0/demo/offscreen_window.c
|
|
|
|
share/gtk-2.0/demo/offscreen_window2.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/panes.c
|
Update to 2.6.8:
* GtkFileChooser
- Don't select first row in SELECT_FOLDER mode [Christian Neumair]
- Improve autocompletion behaviour; fix CREATE_FOLDER mode [Federico
Mena Quintero]
- Don't stat children of /afs or /net network directories [Federico]
- Fix set_current_name() and unselect_all() in the light of asynchronous
selections [Federico]
- GtkFileChooserButton fixes [David A. Knight]
- Miscellaneous fixes [Federico, Sven Neumann, Kjartan Maraas]
* GtkIconView
- Many fixes for scrolling and selection handling [Mathias Hasselmann]
* GtkTreeView
- Fix insensitive appearance [Billy Biggs, Matthias Clasen]
* GtkEntry
- Don't blink the cursor if the entry is not editable [Nikos Kouremenos]
* GtkTextView
- Optimize cursor blinking [Michael Natterer]
- Don't blink the cursor if the entry is not editable [Nikos]
* GtkAlignment
- Flip padding in RTL mode [Maciej Katafiasz]
* Fix a bug in focus tracking that lead to problems between some
window managers and GTK+ applications. [Owen Taylor, Billy Biggs,
Niko Tyni]
* gtk-demo
- Add demos for 2.6 features [Matthias]
* Win32 changes
- Initialize gettext before use [Robert Ögren, Daniel Atallah,
Kevin Stange]
- Fix DND on multi-monitor systems [Tor Lillqvist]
- Improve handling of special and dead keys [Tor, Ivan Wong Yat Cheung]
- Improve rendering of insensitive icons [Tim Evans]
- Support RGBA cursors [Tim]
- Bug fixes [Ivan, Hans Breuer, Tor, Daniel]
* Other bug fixes [Federico, Sven Neumann, Nguyen Thai Ngoc Duy,
Philip Langdale, Stephen Kennedy, Michael, Pattrick Fimml,
Felix Riemann, David A. Knight, Hazael Maldonado Torres,
Mikael Hallendal, Ian Wienand, Tommi Komulainen, Ismael Juma,
Leonard Michlmayr, Matthias, Gary Kramlich, Peter Wainwright,
Dom Lachowicz, Kjartan Maraas, Victor Osadci, Olaf Vitters,
Morten Welinder, Alexander Hunziker, Elijah Newren, Frederic
Crozat, Joerg Sonnenberger, John Ehresman]
* Documentation improvements [Matthias, Masao Mutoh, Maciej,
Richard Hult, Ghorban M. Tavakoly]
* New and updated translations (cs,cy,da,de,en_GB,et,eu,fr,gu,hu,id,
nn,ru,sv,th,xh,zh_CN)
2005-06-26 21:43:54 +02:00
|
|
|
share/gtk-2.0/demo/pickers.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/pixbufs.c
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
share/gtk-2.0/demo/printing.c
|
2004-12-24 11:04:39 +01:00
|
|
|
share/gtk-2.0/demo/rotated_text.c
|
Update gtk2+ to 2.16.0.
Changes:
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.0 ===
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* configure.in: Bump version to 2.16.0
2009-03-11 Matthias Clasen <mclasen@redhat.com>
Bug 572455 – GtkEntry window layed out wrong if the widget has focus
* gtk/gtkentry.c: Fix problems with window positioning. Reported
by Benjamin Berg.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 573067 - Intra-app dnd of text behavior on Windows is wrong
* gdk/win32/gdkdnd-win32.c (local_send_motion) (gdk_drag_motion):
The default action should be move, not copy. Tweak how the
GdkDragAction fields in GdkDragContexts are changed. Seems to help
the problem.
Add more debugging printout for --gdk-debug=dnd to many functions.
* gdk/win32/gdkmain-win32.c
* gdk/win32/gdkprivate-win32.h: (_gdk_win32_drag_protocol_to_string)
(_gdk_win32_drag_action_to_string): New functions for use in
debugging printouts.
2009-03-11 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdnd-win32.c: Use G_DEFINE_TYPE. Some debugging
printout changes. Hacking on the OLE2_DND code, which still
doesn't work, though, and is not normally compiled.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 570896 - gdkevents-win32.c(2947) : error C4053: one void
operand for '?:'
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix
compilation error with MSVC. While at it add clarifying comments
and fix a typo in the debugging output.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 574794 - Can not resize shaped windows on Windows
* gdk/win32/gdkevents-win32.c (gdk_event_translate): On handling
WM_WINDOWPOSCHANGED, don't do anything if the position and size
hasn't changed. I am not exactly sure I understand why this helps
this particular bug.
2009-03-10 Matthias Clasen <mclasen@redhat.com>
Bug 574561 – gtk_style_get "shadows" g_object_get
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Rename gtk_style_get_property to
gtk_style_get_style_property to avoid problems for language
bindings. Pointed out by Torsten Schoenfeld.
2009-03-10 Matthias Clasen <mclasen@redhat.com>
Bug 574622 – GtkEntry: Should we wrap icon-press and icon-release
signals?
* gtk/gtkentry.c: ::icon-press and ::icon-release are not
action signals. Pointed out by Murray Cumming
2009-03-04 Michael Hasselmann <michaelh@openismus.com>
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_contents_changed):
Fixed regression reported in bug #574059. (search button not available in
some cases.) The old implementation relied on bug #572478.
2009-03-10 Alexander Larsson <alexl@redhat.com>
* gtk/gtkmountoperation.c:
(gtk_mount_operation_ask_password):
Clear all optionally created widget pointer in priv. Initially
priv is cleared so thats ok, but on a second call we may have
leftovers from previous calls which is problematic if for instance
we asked for the user the first time and not the second, then we
will access the old priv->username_entry.
2009-03-06 Michael Natterer <mitch@gimp.org>
* gtk/gtkscalebutton.c (gtk_scale_button_set_property): don't call
gtk_orientable_set_orientation() because that calls g_object_set()
again -> infinite recursion. Call gtk_scale_button_set_orientation()
instead.
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.5 ===
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-03-02 Matthias Clasen <mclasen@redhat.com>
Bug 546285 – Allow GtkEntry to draw progress
* gtk/gtkentry.c: Improve the drawing of progress in entries,
using fg/bg[SELECTED]. Add a progress-border style property.
Draw progress behind icons too.
* gtk/gtkrc.c: Add defaults for fg/bg[SELECTED] in entries.
Patch by Benjamin Berg.
2009-03-02 Matthias Clasen <mclasen@redhat.com>
Bug 573688 – Don't steal update region in gtk_text_view_paint()
* gtk/gtktextview.c (gtk_text_view_paint): If additional areas got
invalidated, don't try to add them to the paint region: in an expose
handler, we cannot paint outside the area that was passed in, since
drawing will be clipped. So stealing the update region from the
window causes lost draws.
Patch by Owen Taylor
2009-03-02 Alexander Larsson <alexl@redhat.com>
Bug 573087 – gdkwindow.c: {x,y}_offset used uninitialized
* gdk/gdkwindow.c (gdk_window_clear_backing_rect_redirect):
Don't use uninitialized vars.
Fix offsets for redirected pixmap, draw to pixmap not window.
2009-03-02 Theppitak Karoonboonyanan <thep@linux.thai.net>
Bug 457086 - numpad does not work when the Thai-Lao input method is
used
* modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
character-generating keypads as context-lost keys. (patch recommitted
after approval)
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeysyms.h: Fix the sorting of GDK_KP_Equal.
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 552619 – File Chooser no longer automatically enters newly created
directories
* gtk/gtkfilechooserdefault.c (edited_idle_cb): Switch to the newly
created folder on success.
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 573515 – po-properties/ special Makefile.in.in handling causes
failure to build
* configure.in: Generate po-properties/POTFILES at configure time.
Patch by Loïc Minier
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/appwindow.c: Set the program-name property
of the about dialog.
* docs/tools/widgets.c: Add GtkAboutDialog
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 572273 – No replacement documented for gtk_action_connect_proxy()
* gtk/gtkaction.c: Make gtk-doc pick up deprecation notes.
Insisted on by Andre Klapper.
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573287 – Warning on startup
* gtk/gtkstatusicon.c (gtk_status_icon_finalize): Disconnect
all tray icon signals. Noticed by Bastien Nocera
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573211 – Setting screen for popup windows
* gtk/gtkentrycompletion.c:
* gtk/gtknotebook.c: Keep popups on the right screen.
Pointed out by Morten Welinder
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573113 – Can't build tests due to testfilechooserbutton.c...
* tests/testfilechooserbutton.c: Don't use deprecated API.
Reported by Tobias Mueller
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when dragging
GtkNotebook tabs
* gtk/gtkwidget.c (_gtk_widget_synthesize_crossing): Be a little
more careful when navigating up the parent chain.
* gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Reset the
pointer window thats stored on the screen when it is destroyed.
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572996 – crash in Home Folder: Trying to open the sidebar
* gtk/gtkpaned.c (get_child_panes): Handle widget being NULL.
Pointed out by Wouter Bolsterlee.
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572972 – GtkRecentChooserDefault: memory leak in
copy_activated_cb()
* gtk/gtkrecentchooserdefault.c (copy_activated_cb): Don't leak
a GtkRecentInfo. Found by Tommi Rantala
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572968 – GtkIconView: image_description setter function strdups
wrong string
* gtk/gtkiconview.c
(gtk_icon_view_item_accessible_image_set_image_description): Copy
the right string. Pointed out by Tommi Rantala
2009-02-27 David Zeuthen <davidz@redhat.com>
Bug 573416 – GtkMountOperation fixes for ask_password()
* gtk/gtkmountoperation.c (gtk_mount_operation_ask_password):
Split the message from GMountOperation into primary/secondary like
we also do in gtk_mount_operation_ask_question()
2009-02-27 Michael Natterer <mitch@imendio.com>
Bug 573383 – Setting a textview's buffer to NULL doesn't do a
complete job
* gtk/gtktextview.c (gtk_text_view_set_buffer): always set
text_view->layout's buffer, also if it's NULL.
2009-02-25 Tristan Van Berkom <tvb@gnome.org>
Bug 572904 – GtkRadioAction broken in trunk
* gtk/gtkradioaction.c: When setting non active state always
notify the action's active state (this prevents toggle type proxies
used with radio actions from deactivating when pressed a second time).
2009-02-25 Xan Lopez <xan@gnome.org>
Bug 495320 - GtkRange does not use gdk_event_request_motions
* gtk/gtkrange.c:
(gtk_range_motion_notify): Use gdk_event_request_motions to
request more motion events, as suggested in the docs for widgets
using motion hints.
2009-02-24 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkevents-x11.c:
* gdk/x11/gdkscreen-x11.[hc]: Another attempt at getting Xrandr
screen size changes right. Actually handle XRRScreenChangeNotify
events, and ignore root ConfigureNotify events if we are using
Xrandr. Only emit size-changed signals if the screen size changed,
and only emit monitor-changed signals if the monitors changed.
2009-02-23 Matthias Clasen <mclasen@redhat.com>
Bug 565199 – Ellipsize text in Places list
* gtk/gtkfilechooserdefault.c (shortcuts_list_create): Never scroll
the places horizontally. Instead, ellipsize the text.
2009-02-19 Michael Hasselmann <michaelh@openismus.com>
* gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
Added a check to not emit a "changed" signal when an already invalid
selection was set to invalid.
2009-02-22 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkactivatable.[hc]: Rename gtk_activatable_reset to
gtk_activatable_sync_action_properties, since the previous name
was deemed too generic. Update all implementations.
2009-02-19 Ray Strode <rstrode@redhat.com>
* gdk/x11/gdkscreen-x11.c
(monitor_compare_function), (init_randr13):
After using randr to get a list of monitors,
sort the list such that the biggest output
of "cloned" outputs comes first in the list.
This helps apps that don't generally handle
overlapping outputs to work better in randr
clone mode.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_directfb_window_move_resize): looks like being called with
negative width and height should be interpreted as a move. Fixes
scrolling and makes popups work to some extent.
(_gdk_directfb_move_resize_child): formatting.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open): move the
call to _gdk_windowing_window_init() up a little. Fixes a crash
when running on pseudo-color visuals. Thanks to Masse Nicolas for
pointing this out.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_window_foreign_new_for_display, gdk_directfb_window_new):
initialize private->impl. Thanks to Masse Nicolas for pointing
this out.
2009-02-19 Matthias Clasen <mclasen@redhat.com>
Bug 572387 – gdm crashes after gtk 2.15.4 upgrade
* gdk/x11/gdkscreen-x11.c (init_xrandr13): If X is broken and returns
no monitors, fall back to other multihead init methods, so that we
at least get one monitor set up.
2009-02-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkmountoperation.c: sort functions so their order is more
"standard", some cosmetic cleanup (not changing any code).
2009-02-19 Michael Natterer <mitch@imendio.com>
* tests/testgtk.c: add some orientation flipping code to the
"flipping" test.
2009-02-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkscalebutton.c: make the orientation flipping much simpler
by using the GtkOrientable features of the involved widgets:
(gtk_scale_button_init): create the frame, box and scale here,
they never need to be recreated because they implement GtkOrientable.
(gtk_scale_button_constructor): remove their construction here.
(gtk_scale_button_set_orientation): don't destroy and re-create
anything. Instead, simply set the orientation of the above created
widgets and fiddle a bit with the "plus" and "minus" buttons'
packing and the scale's "inverted" state.
Remove separate internal GtkScaleButtonHScale and
GtkScaleButtonVScale subclasses and simply have a
GtkScaleButtonScale directly inherited from GtkScale.
2009-02-19 Theppitak Karoonboonyanan <thep@linux.thai.net>
* modules/input/gtkimcontextthai.c (is_context_lost_key): Revert the
unapproved patch for bug 457086.
2009-02-18 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c (init_randr13): Ignore disconnected outputs,
and fill in name and physical dimensions.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 533456 – Memory leak when window is destroyed
* gdk/directfb/gdkdirectfb.h
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkcursor-directfb.c
* gdk/directfb/gdkevents-directfb.c
* gdk/directfb/gdkwindow-directfb.c: removed all #ifdef checks for
DIRECTFB_MAJOR_VERSION >= 1 and compile that code unconditionally.
as we depend on DirectFB >= 1.0.0 now. Fixes a potential build
issue that would lead to a memory leak as described in bug #533456.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 513422 – Unknown meaning of translatable messages
* gdk/directfb/gdkdisplay-directfb.c: removed broken and commented
code and the translatable messages that belonged to it.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 560671 – the client_message API doesn't work in DirectFB
* gdk/directfb/gdkevents-directfb.c: applied a slightly cleaned up
patch from Steve Lhomme that adds this functionality using
DirectFB's DFBUserEvent.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 543710 – Dead keys do not work anymore with DirectFB
* gdk/directfb/gdkkeys-directfb.c (gdk_directfb_translate_key):
applied patch from Josselin Mouette that removes special handling
of dead keys as that is done by DirectFB for a long time already.
2009-02-18 Sven Neumann <sven@gimp.org>
* configure.in: depend on DirectFB >= 1.0.0. There's no point in
using an earlier development version.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 554407 – directfb backend does not implement GdkWindowImpl
* gdk/directfb/gdkgeometry-directfb.c
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkwindow-directfb.c: fix the build of the DirectFB
backend and resurrect basic functionality. Based on a patch from
the Ubuntu bug-tracker and work by Masse Nicolas.
2009-02-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
Bug 457086 - numpad does not work when the Thai-Lao input method is
used
* modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
character-generating keypads as context-lost keys.
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.4 ===
* gdk/tests/Makefile.am: Disable check-gdk-cairo for now.
2009-02-17 Andre Klapper <a9016009@gmx.de>
* demos/gtk-demo/main.c:
Fix deprecated glib call.
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-02-16 Matthias Clasen <mclasen@redhat.com>
Bug 572040 – GtkAssistant does not expose page titles
* gtk/gtkassistant.c (gtk_assistant_accessible_ref_child): Set
the object name to the page title. Proposed by Eitan Isaacson
2009-02-16 Matthias Clasen <mclasen@redhat.com>
Bug 572041 – Focus should change when advancing forward in GtkAssistant
* gtk/gtkassistant.c (set_current_page): Set focus when the current
page changes. Pointed out by Eitan Isaacson
2009-02-16 Matthias Clasen <mclasen@redhat.com>
* configure.in: Require GLib 2.19.7 for GMountOperation::aborted.
* gtk/gtkmountoperation.c: Implement GMountOperation::aborted.
2009-02-16 Sven Neumann <sven@gimp.org>
* gdk/gdk.symbols
* gdk/directfb/gdkkeys-directfb.c: implement
gdk_keymap_get_caps_lock_state(). No "state-changed" signal yet.
2009-02-16 Tor Lillqvist <tml@novell.com>
Bug 571873 - Compile error with gdk/win32/gdkselection-win32.c
* gdk/win32/gdkselection-win32.c (gdk_selection_convert): Cast
gpointer to char * before pointer arithmetic to avoid compilation
error with MSVC.
(_gdk_selection_property_delete): Remove unused variable.
2009-02-13 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Don't forget to
register randr events. Found by Søren Sandmann
2009-02-13 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for Xrandr 1.3
* gdk/x11/gdkdisplay-x11.[ch]: Rename have_randr12 to have_randr13
and set if if we have randr 1.3
* gdk/x11/gdkscreen-x11.c: Go back to using randr for monitor
information, if we have XRRGetScreenResourcesCurrent.
:
2009-02-12 Cody Russell <bratsche@gnome.org>
Bug 571576 – gdk_pixbuf_save_to_stream() broken
* gdk-pixbuf/gdk-pixbuf-io.c: Fix gdk_pixbuf_save_to_stream() so that
it does not always return FALSE (even when it succeeds), and also so
that it does not set error to NULL when something goes wrong.
2009-02-12 Marek Kasik <mkasik@redhat.com>
Bug 568571 – Asian am/pm format on cups print backend's time parsing
* modules/printbackends/cups/gtkprintbackendcups.c: Add Asian am/pm
format into formats recognized by CUPS backend
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 570824 – [a11y] TreeView is not keyboard (re)focusable after
selecting a cell in a non-sortable column
* gtk/gtktreeview.c (gtk_tree_view_header_focus): Don't grab
focus to a header button if it is not focusable. Problem reported
by Joanmarie Diggs
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 508545 – No way to identify terminal classes from documentation
* gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition
into the header to make it possible to derive from GtkVoumeButton.
Reported by Chris Lord.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 571196 – gtk_binding_entry_add_signall deprecated without
alternative
* gtk/gtk.symbols:
* gtk/gtkbindings.[hc]: Undeprecate gtk_binding_entry_add_signall
since its replacement is a varargs function. Complaint by
Torsten Schoenfeld.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 571249 – Icons are not drawn properly when initial widget
state is insensitive
* gtk/gtkentry.c (gtk_entry_ensure_pixbuf): Render icons
in normal state, regardless of the entrys state. Reported by
Enrico Tröger.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c: Don't emit the file-set signal
if the file chooser dialog is canceled. But emit it if a file
is received via DND.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 353196 – Add a file-set signal to GtkFileChooserButton
* gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
from the file-set signal, that wasn't supposed to have it.
2009-02-10 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 – libprintbackend-cups has unlocalized strings
* modules/printbackends/cups/gtkprintbackendcups.c:
Added a translator comment with the request of translators.
2009-02-09 Richard Hughes <richard@hughsie.com>
* docs/reference/gtk/migrating-GtkEntry-icons.sgml:
Fix the enumerated name in the migration document.
2009-02-09 Cody Russell <bratsche@gnome.org>
* gdk/win32/gdkwin32.h: Add potentially missing #defines for
XBUTTON1, etc. Fixes the build that was broken in r21746.
2009-02-09 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 – libprintbackend-cups has unlocalized strings
Reviewed by Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/cups/gtkprintbackendcups.c (handle_option):
Add translatable strings from ppd files.
2009-02-06 Matthias Clasen <mclasen@redhat.com>
Make the new GtkAction code work with PolicyKit-gnome's use of actions.
* gtk/gtkaction.c (gtk_action_[un]block_activate_from): Block
the action.
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activatable_reset):
* gtk/gtktogglebutton. (gtk_toggle_button_activatable_reset):
* gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_activatable_reset):
Work with non-toggle actions without complaining.
* gtk/gtktoolbutton.c (gtk_tool_button_activatable_update): Updating
the icon-name should not remove the label.
* gtk/gtkimagemenuitem.c (activatable_update_icon_name): Also
update the image when the icon name is set to NULL.
2009-02-06 Matthew Barnes <mbarnes@redhat.com>
* gtk/gtklabel.c (gtk_label_set_label): Accept a NULL string.
2009-02-03 Matthias Clasen <mclasen@redhat.com>
Bug 538439 – tooltip may appear in upper left corner instead of
over widget
* gtk/gtktooltip.c (gtk_tooltip_trigger_query): Set the root
coordinates in the event correctly. Patch by Kristian Rietveld.
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.3 ===
* NEWS: Updates
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtksettings.c (gtk_settings_class_init): Change the
"gtk-fontconfig-timestamp" property from int to uint. Doesn't affect
anything in practice, except that it overflows years later...
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
Bug 569635 – fontchooser should reload list of families/styles on
theme change
* gtk/gtkfontsel.c (gtk_font_selection_class_init),
(gtk_font_selection_init), (gtk_font_selection_finalize),
(gtk_font_selection_ref_family), (gtk_font_selection_ref_face),
(gtk_font_selection_reload_fonts),
(gtk_font_selection_screen_changed),
(gtk_font_selection_style_set),
(gtk_font_selection_scroll_to_selection),
(gtk_font_selection_scroll_on_map),
(gtk_font_selection_select_font),
(gtk_font_selection_show_available_fonts),
(gtk_font_selection_show_available_styles),
(gtk_font_selection_select_style),
(gtk_font_selection_select_font_desc),
(gtk_font_selection_set_font_name):
Reload Pango families and faces in style_set. Installing/uninstalling
fonts shows up immediately in an open font chooser now.
2009-01-31 Matthias Clasen <mclasen@redhat.com>
Bug 162726 – Multiple Latin layouts in XKB break keyboard shortcuts
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Change the handling of
fuzzy matches: As long there are any exact matches, only exact
matches are returned. If there are no exact matches, fuzzy matches
will be returned, as long as they are not shadowing a possible exact
match. This means that fuzzy matches won't be considered if their
keyval is present in the current group. Problem reported by
many people, patch by Simos Xenitellis.
2009-01-31 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-30 Fridrich Strba <fridrich.strba@bluewin.ch>
* configure.in: Allow linking in static jasper gdk-pixbuf loader.
(reviewed by Tor Lillqvist)
2009-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (preedit_changed_handler): Be more careful
with the beeps, since preedit-changed is occasionally emitted
without actual input. Pointed out by Tor Lillqvist.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
Bug 569918 – 64bit portability issue in gtkrecentchooser.c
* gtk/gtkrecentchooser.c (gtk_recent_chooser_set_use_action_appearance):
Avoid a compiler warning. Patch by Magnus Boman.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
Bug 359288 – Toolbar items are not shown after hiding
* gtk/gtktoolbar.c (slide_idle_handler): Make sure we queue
at least one resize. This fixes a problem with toolitems remaining
invisible when they shouldn't that was reported by Christian Weiske.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_create_item):
Always show images.
2009-01-29 Tor Lillqvist <tml@novell.com>
Bug 559408 - Transparency lost when images are copied between GTK+
and the clipboard on Windows
The code in gdkselection-win32.c is simplified quite a lot. When
an image is stored on the clipboard from GTK+, only the "PNG" and
CF_DIB formats are advertised. PNG is our preferred format because
it can losslessly represent any image that gdk-pixbuf can handle,
even with alpha, unambiguously. CF_DIB is also advertised because
of its ubiquitous support in Windows software.
Delayed rendering is used as before, so for other data than text
nothing is actually stored on the clipboard until some app asks
for it.
It's pointless to advertise images formats like "image/png" or
"image/x-MS-bmp" that no other Windows application is going to
look for anyway. Likewise it's pointless to store text under
formats like "text/plain" or "UTF8_STRING". Just store
CF_UNICODETEXT. CF_TEXT will be available as a synthesized format
anyways.
Office 2007 offers and asks for images in PNG format using the
registered clipboard format name "PNG", so we do likewise. If the
"PNG" format is available that is preferred when copying to GTK+
from the clipboard.
Unfortunately Word 2007 still uses CF_DIB without handling
alpha. But PowerPoint 2007 uses PNG if available and handles alpha
correctly. Both Word and Powerpoint offer PNG with alpha nicely.
Firefox and IE7 offer images that contain alpha as 32-bit version
3 BI_RGB DIBs with the undocumented "extra" bytes actually being
alpha. Also, alpha is premultiplied into the RGB bytes, presumably
because that is how AlphaBlend() wants such DIBs. That is also
taken care of. At least for Firefox it easy to be sure that a
CF_DIB on the clipboard is from Firefox.
Also some general stylistic cleanup, comment improvements, and
improvements of debugging printout especially in the clipboard
handling. Those are not detailled below.
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkglobals-win32.c
* gdk/win32/gdkgmain-win32.c: Move some globals that were used
only in gdkselection-win32.c to be local to that file.
* gdk/win32/gdkproperty-win32.c (gdk_property_change): Don't
bother checking if text to be placed on the clipboard consists of
only ASCII.
* gdk/win32/gdkselection-win32.c: Add static variables for a list
of GdkPixbuf-supported formats, well-known registered clipboard
formats for images, and for GdkAtoms for well-known image and text
formats.
(_gdk_win32_selection_init): Initialize above static variables.
(selection_property_store) (gdk_selection_property_get)
(_gdk_selection_property_delete): Don't use a FIFO of GdkSelProps
for a window after all, it breaks testtext. See bug #163844.
(gdk_selection_convert): When converting to the TARGETS format,
i.e. when the caller wants to know what clipboard formats are
available, if PNG is available we report just that and skip
CF_DIB, JPEG and GIF even if advertised.
If CF_UNICODETEXT is available, report only UTF8_STRING.
When converting to the UTF8_STRING format, i.e. when the caller
wants text from the clipboard, try just CF_UNICODETEXT. There is
no point in trying CF_TEXT as Windows will synthesize
CF_UNICODETEXT from CF_TEXT anyway, if some app has stored just
CF_TEXT.
When converting to the image/bmp format, i.e. when the caller
wants an CF_DIB image from the clipboard, we check if the DIB is a
version 3 32-bit BI_RGB one that is likely to actually contain
alpha in the "extra" bytes. Such a DIB is likely to have
premultiplied alpha even, at least in the case of Firefox 3 and
IE7. We then edit the DIB in-place into a version 5 one in
BI_BITFIELDS format and undo the alpha premultiplication.
In any case, prepend a BMP file header before letting go of the
data which will be fed to the gdk-pixbuf bmp loader by upper
levels.
(gdk_win32_selection_add_targets): If some kind of pixmap image
format is being added, actually advertise just PNG and
CF_DIB. Note that alpha won't be stored on the clipboard through
CF_DIB. This is because gdk-pixbuf's bmp loader doesn't save
alpha. Furthermore, few if any non-GTK+ Windows apps seem to
understand a version 5 DIB with proper alpha anyway.
(_gdk_win32_selection_convert_to_dib): Simplified muchly.
2009-01-29 Tor Lillqvist <tml@novell.com>
Bug 145058 - Inputting "^^" requires four keystrokes on Win32,
differs from platform default behaviour
* gtk/gtkimcontextsimple.c
(check_win32_special_case_after_compact_match): New
function. Called from check_compact_table() after a table-based
match has committed a character. In case there was two identical
dead accents in the input, another copy of the spacing accent that
was already committed is committed. This fixes #145058.
(check_win32_special_cases): New function. Called first from
gtk_im_context_simple_filter_keypress(). This fixes another
problem: a dead accent followed by a space should commit the
corresponding spacing accent. The compose tables from X commit
another character in two cases and we want to override that on
Windows.
Add GTK_NOTE (MISC) debugging output to this code.
2009-01-29 Claudio Saavedra <csaavedra@igalia.com>
Bug 569435 – make maintainer-clean removes non-generated sources
* gdk/Makefile.am: Do not remove gdkprivate.h and gdkwindowimpl.h
during make maintainer-clean, as these files are not generated.
2009-01-28 Philip Withnall <philip@tecnocode.co.uk>
* gtk/gtktreeview.c: Small documentation fix.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Use the get_text_area_size vfunc to make
alignment and icons in spin buttons work correctly.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
Bug 569336 – change in gtkbutton klass is causing crash when
activating menu item
* gtk/gtktogglebutton.c: Don't chain the clicked handler
up unconditionally.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.2 ===
* NEWS: Updates
2009-01-26 Matthias Clasen <mclasen@redhat.com>
Bug 322932 – Always show icons on panel menus
* gtk/gtk.symbols:
* gtk/gtkimagemenuitem.[hc]: Add a property to override the
show-menu-images setting for individual menuitems. Patch by
William Jon McCann.
2009-01-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbutton.c: Activate the action in a regular clicked
handler instead of the default handler, to make it work with
derived classes which don't chain up their clicked handler.
2009-01-26 Matthias Clasen <mclasen@redhat.com>
Bug 569104 – Toggle menu entries showed as check menu entries
in nautilus
* gtk/gtkactivatable.c (gtk_activatable_do_set_related_action):
Block the previous action when calling reset() to prevent
accidental activation of the previous action.
* gtk/gtkaction.c (gtk_action_activate): Don't compare booleans.
* gtk/gtktoggleaction.c (gtk_toggle_action_set_active): Remove
extraneous braces.
2009-01-26 Bastien Nocera <hadess@hadess.net>
Bug 569240 - Crasher when using markers
* gtk/gtkrange.c (gtk_range_destroy): Avoid crashes when destroying
a GtkRange with markers
2009-01-26 Richard Hult <richard@imendio.com>
Bug 566628 – gdk_display_close always asserts on win32 and quartz
* gdk/quartz/gdkdisplay-quartz.c
(_gdk_windowing_set_default_display): Copy fix for bug #566628
from the win32 backend: Allow also a NULL parameter in the
g_assert().
2009-01-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolitem.[hc]: Export the function to create a proxy
menuitem from the action for use in subclasses.
* gtk/gtktoolbutton.c:
* gtk/gtktoggletoolbutton.c: Use it here.
* gtk/gtkrecentchoosermenu.c: Avoid temporary empty state that
can lead to a recent action proxy menu being erroneously hidden.
2009-01-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradioaction.c: Set draw-as-radio to TRUE.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
Revert changes for bug 567124. Instead of trying to avoid
setting up the im context before the widget is realized, just
reset it when the client window is set.
* gtk/gtkimmulticontext.c: Reset the slave when a client window
is set.
* gtk/gtkimmodule.c
* gtk/gtktextview.c: Revert changes for bug 567124.
2009-01-25 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtktreeview.c: Use gtk-doc syntax to refer to properties in
the docstrings.
2009-01-25 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtkiconview.c: More docstrings improvements
regarding reorderable property.
2009-01-24 Claudio Saavedra <csaavedra@igalia.com>
Bug 559420 – gtk_icon_view_enable_model_drag_[source|dest] docs
wrt. reorderable property
* gtk/gtkiconview.c: Improve docstrings regarding reorderable
property. Based on a patch by Björn Lindqvist.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbutton.c (gtk_tool_button_activatable_reset):
Fall back from stock ids to icon names like the old code
did. Patch by Tristan van Berkom.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* tests/testactions.c: Add a testcase for toolitems using
icon names.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme):
Don't update blank cursors.
2009-01-24 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtktreeview.c: (gtk_tree_view_class_init): Slightly
improve ::search-column property description.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.1 ===
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactivatable.c: Make the section docs produce some valid
xml.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactivatable.c: Fix the section docs so gtk-doc finds them.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchooser.c:
* gtk/gtkuimanager.c: Fix issues found by pltcheck
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 560228 – Add "action-controller" property to GtkWidgetClass
Rework the way actions and proxies interact, to make the
interaction less ad hoc, more extensible, and better suited
for support in GUI builders like glade.
To be used as a proxy, a widget must now implement the
GtkActivatable interface, and GtkActivatable implementations
are responsible for syncing their appearance with the action
and for activating the action.
All the widgets that are commonly used as proxies implement
GtkActivatable now.
Patch by Tristan van Berkom.
* gtk/gtkactivatable.[hc]: The GtkActivatable interface.
* gtk/gtkbutton.c:
* gtk/gtktogglebutton.c:
* gtk/gtktoolitem.c:
* gtk/gtktoolbutton.c:
* gtk/gtktoggletoolbutton.c:
* gtk/gtkmenuitem.c:
* gtk/gtkcheckmenuitem.c:
* gtk/gtkimagemenuitem.c:
* gtk/gtkradiomenuitem.c:
* gtk/gtkrecentchooserprivate.h:
* gtk/gtkrecentchooser.c:
* gtk/gtkrecentchooserdefault.c:
* gtk/gtkrecentchoosermenu.c: Implement GtkActivatable.
* gtk/gtkaction.[hc]: Move appearance synchronization to
GtkActivatable implementations.
* gtk/gtkradioaction.c:
* gtk/gtkrecentaction.c:
* gtk/gtktoggleaction.c:
* gtk/gtkactiongroup.c: Adapt.
* gtk/gtk.h: Include gtkactivatable.h
* gtk/gtk.symbols: Add new functions
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567124 – proposal to delay doing something related to
immodule until widgets realized
Delay setting up immodules until the widget is realized.
Patch by Akira Tagoh
* gtk/gtktextview.c: Don't set up im stuff if the widget
is not realized.
* gtk/gtkimmodule.c: Assert that we have a window.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Skip Desktop if it equals the home folder
Patch by Christian Dywan
* gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Skip
Desktop if it equals the home folder.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 536965 – GtkPlug: crash on theme change
Keep GtkPlug in sync with the global list of toplevels.
Patch by Federico Mena Quintero
* gtk/gtkwindow.h:
* gtk/gtkwindow.c (_gtk_window_set_is_toplevel): New internal
function used when a GtkPlug parents/unparents itself by an
in-process GtkSocket. This keeps the plug's GTK_TOPLEVEL flag in
sync with the global toplevel_list.
* gtk/gtkplug.c (gtk_plug_set_is_child): Call
_gtk_window_set_is_toplevel() to keep the toplevel list updated,
instead of just setting/unsetting the GTK_TOPLEVEL flag.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 568744 – Spellfixes in GtkTreeView's documentation
* gtk/gtktreeview.c: Fix typos in the docs.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567761 – Spellfixes in GTK+ documentation
* gdk/x11/gdkselection-x11.c:
* gtk/gtktestutils.c: Fix typos in the docs.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567021 – gtkimage accessors docs
* gtk/gtkimage.c: Improve docs by mentioning allowed NULL values.
Patch by Christian Persch
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 566535 – gtk_widget_get_snapshot does not work if double buffered
is disabled
* gtk/gtkwidget.c (gtk_widget_get_snapshot): Use a different approach
to snapshotting that is in line with what is done in the client-side
windows branch, and that works for widgets regardless if they are
double-buffered or not. Patch by Alex Larsson.
* gdk/gdkwindow.c (_gdk_window_calculate_full_clip_region): Clip
to the parent.
2009-01-22 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserentry.c (autocomplete): Relax the assertion;
just do nothing if the folder is not loaded or if the cursor position
is not at the end of the text. A very slow-to-load folder can get
us into the latter state if the user starts typing first.
2008-01-22 Matthias Clasen <mnclasen@redhat.com>
* gtk/gtkaction.c: Revert the last change, since it breaks
epiphany.
2009-01-22 Federico Mena Quintero <federico@novell.com>
Fix the computation of "complete but unique" in
GtkFileChooserEntry. Fix the case where "/" was not appended to a
unique directory name during explicit Tab completion.
* gtk/gtkfilechooserentry.c (maybe_append_separator_to_file):
Return whether anything was appended as well as the new string
itself.
(find_common_prefix): Oops, only turn on
is_complete_not_unique_ret if we had a unique match!
(append_common_prefix): If we appended a directory separator, we
*did* expand the common prefix, so we are not in the "nothing
inserted" case.
2009-01-22 Federico Mena Quintero <federico@novell.com>
Return an error code when refreshing the entry from the user's
input. We use this in the completion code to know when completion
can't happen due to (for example) having a non-local URI in a file
chooser that is local_only=TRUE.
Also, we start maintaining an invariant that
chooser_entry->current_folder_file != NULL implies that:
* what the user entered is valid
* we are loading that folder (chooser_entry->load_folder_cancellable != NULL)
* or we are done loading that folder, or we have a handle
to it at least (chooser_entry->current_folder != NULL)
The invariant also says that all of the above are NULL (and
chooser_entry->current_folder_file == NULL) implies that the user
typed something invalid. This makes
_gtk_file_chooser_entry_get_current_folder() not able to return
an invalid folder.
* gtk/gtkfilechooserentry.c (RefreshStatus): New enum.
(refresh_current_folder_and_file_part): Return a RefreshStatus.
We filter out incomplete hostnames here (typing
"sftp://incompl[tab]" will error out), as well as completely
unparsable input.
(start_explicit_completion): Process the result from refresh...().
Here we present the actual feedback about only being able to
display local folders for local_only=TRUE.
(commit_completion_and_refresh): Don't do anything with the result
of refresh...(), since this function doesn't get called during
completion-related interaction.
(start_autocompletion): Process the result from refresh...(). We
only do completion in the REFRESH_OK case. For the error cases,
we don't do anything, as this is autocompletion and must not
result in non-asked-for errors popping up.
(discard_loading_and_current_folder_file): Factor out function to
cancel the cancellable and discard the current_folder_file,
i.e. to reset the invariant to the "nothing valid is loaded" case.
(gtk_file_chooser_entry_dispose): Use
discard_loading_and_current_folder_file().
(reload_current_folder): Likewise.
(refresh_current_folder_and_file_part): Likewise, and ensure that
the error cases result in the invariant being held.
(start_loading_current_folder): Check if the folder to be loaded
is non-native for the local_only=TRUE case; if so, return an error
as we are configured to load only local folders.
(reload_current_folder): Pass on errors from
start_loading_current_folder(). Tighten the preconditions, as we
are sure that we can only receive non-NULL folder-files to load.
(refresh_current_folder_and_file_part): Pass on errors from
reload_current_folder(). At the very end, assert the invariant
described above.
2009-01-22 Matthew Barnes <mbarnes@redhat.com>
Bug 568334 – Constructor properties for GtkAction
* gtk/gtkaction.c (gtk_action_class_init): Make all properties
G_PARAM_CONSTRUCT except "action-group".
2009-01-22 Michael Natterer <mitch@imendio.com>
* gtk/gtkicontheme.c (gtk_icon_theme_has_icon): g_return_if_fail()
on icon_name != NULL so we get a warning instead of a crash here.
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Don't show windows that may not exist
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtklabel.c: Implement select-by-words for selectable labels.
2009-01-21 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkcursor-win32.c: Rename static local functions and
variables to not have any unnecessary _ or _gdk_win32 prefix.
* gdk/win32/gdkcursor-win32.c (hcursor_from_type): Implement
creating a GDK_BLANK_CURSOR.
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Change the Caps Lock warning to the more
neutral "Caps Lock is on". Requested by Wouter Bolsterlee
2009-01-21 Matthias Clasen <mclasen@redhat.com>
Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu
* gtk/gtkentry.c: Fix an expose loop caused by raising windows out
of an expose handler. Also, don't show the 'Caps Lock' warning for
activated input methods, since that makes it permanently shown
for some locales. It should not be that necessary, now that we
do show preedit text even in password entries. Pointed out by
Frederic Crozat.
(start_loading_current_folder): Check if the folder to be loaded
is non-native for the local_only=TRUE case; if so, return an error
as we are configured to load only local folders.
(reload_current_folder): Pass on errors from
start_loading_current_folder(). Tighten the preconditions, as we
are sure that we can only receive non-NULL folder-files to load.
(refresh_current_folder_and_file_part): Pass on errors from
reload_current_folder(). At the very end, assert the invariant
described above.
(start_explicit_completion): Add comments for translators, to
explain the purpose of the various feedback messages used during
completion.
2009-01-21 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserdefault.c (save_widgets_create): Set
local_only on the location entry when we create it...
(set_local_only): ... and set it here only if the location entry
exists.
2009-01-21 Marek Kasik <mkasik@redhat.com>
Bug 561801 - "scheduled printing" doesn't function as expected
* gtk/gtkprintunixdialog: Add tooltip.
* modules/printbackends/cups/gtkprintbackendcups.c: Add conversion
from local time to utc time for scheduled printing.
2009-01-20 Federico Mena Quintero <federico@novell.com>
http://bugzilla.gnome.org/show_bug.cgi?id=545980 -
GtkFileChooserEntry should handle URIs
* gtk/gtkfilesystem.c (_gtk_file_system_parse): Detect URI schemes
and parse the full URI.
(has_uri_scheme): New function, stolen from the old
gtkfilesystemgnomevfs.c.
Patch by Carlos Garnacho <carlos@imendio.com>:
* gtk/gtkfilechooserentry.c (discard_current_folder): New
function, factored out for when we need to get rid of the
current_folder.
(gtk_file_chooser_entry_dispose): Use discard_current_folder().
(finished_loading_cb): Fix prototype.
(load_directory_get_folder_callback): Discard the completion
store, as well as clearing the completion feedback, if we find an
error while loading the folder. Also, use
discard_current_folder().
(reload_current_folder): Use discard_current_folder().
Patch by Carlos Garnacho <carlos@imendio.com> - add a local_only
property to GtkFileChooserEntry:
* gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Add a
local_only field.
(_gtk_file_chooser_entry_init): Default to local_only being true.
(start_explicit_completion): Don't allow completion of non-native
files if local_only is turned on.
(start_loading_current_folder): Don't start loading non-native
folders if local_only is turned on.
(_gtk_file_chooser_entry_set_local_only): New function.
(_gtk_file_chooser_entry_get_local_only): New function.
* gtk/gtkfilechooserentry.h (_gtk_file_chooser_entry_set_local_only,
_gtk_file_chooser_entry_get_local_only): New prototypes.
* gtk/gtkfilechooserdefault.c (set_local_only): Set the local_only
property on the entry.
Fix completion so it doesn't pop up for every character in a URI
hostname:
* gtk/gtkfilechooser.h (GtkFileChooserError): Add a
GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME.
* gtk/gtkfilesystem.c (_gtk_file_system_parse): Return an
"incomplete hostname" error if the user has not typed a full
hostname yet in an URI.
* gtk/gtkfilechooserentry.c (append_common_prefix): If we get an
incomplete hostname, just don't pop up an error, since that is a
transient state and the user doesn't need to be notified about it.
(refresh_current_folder_and_file_part): Don't revert to showing
the base folder if we have an incomplete hostname.
(reload_current_folder): Handle the passed folder being NULL, even
if we must force a reload. Also, reload the folder if we didn't
have a cancellable for it (i.e. we hadn't started to load it
before).
2009-01-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkaction.[hc]: Add setters and getters for GtkAction
properties, in preparation for bug 560228.
2009-01-21 Christian Dywan <christian@twotoasts.de>
Bug 567413 – GtkComboBoxEntry doesn't emit "changed" signal
on entry editing
* gtk/gtkcombobox.c (gtk_combo_box_set_active): Return only if index
is set. Patch by Carl-Anton Ingmarsson.
2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de>
* gtk/gtkstyle.c: Add a "Since: 2.16" tag to gtk_style_get.
2009-01-20 Matthias Clasen <mclasen@redhat.com>
Bug 565656 – Add marks to scales
* gtk/gtkrange.[hc]: Add internal api to define 'stop values'
that have a little resistance when dragging the slider over it.
* gtk/gtk.symbols:
* gtk/gtkscale.[hc] (gtk_scale_add_mark): New function to add
a 'mark' to a scale, which will draws a tick, plus optionally
some text, and makes the value a stop value.
(gtk_scale_clear_values): Removes all marks.
* tests/testscale.c: Test for marks on scales
* tests/Makefile.am: Integrate it
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c:
* gtk/gtkfilechooserentry.c:
* gtk/gtktextview.c: Replace several implementation of
blank cursor setting by GDK_BLANK_CURSOR.
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcursor.c:
* gdk/gdkwindow.c: Update docs on how to create blank cursors.
2009-01-19 Matthias Clasen <mclasen@redhat.com>
Cache cursors to avoid libXcursor theme lookup overhead.
Patch by David Alan Gilbert.
* gdk/gdkcursor.h: Add a GDK_BLANK_CURSOR cursor type.
* gdk/x11/gdkcursor-x11.c: Cache font cursors and named cursors.
* gdk/x11/gdkprivate-x11.h:
* gdk/x11/gdkcdisplay-x11.c: Remove cached cursors when a
display if finalized.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568263 – gtk can't recognize the wrong X Selection TARGETS'
type "TARGETS" by java applications
* gtk/gtkselection.c (gtk_selection_data_get_targets): Accept
a type of TARGETS instead of ATOM, too. Based on a patch by
Peng Wu.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568233 – Wrong statement about GtkEntry's "activate" signal
* gtk/gtkentry.c:
* gtk/gtklabel.c:
* gtk/gtktextview.c: Correct some copy-and-paste mistakes in
keybinding signal docs. Pointed out by Pascal Terjan.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkentry.[hc]: Add properties and getters for icon tooltips.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 563280 – stock items & translation context
* gtk/gtkstock.c: Solve the msgctxt problem a bit more
elegantly, and add some hints about this to the docs of
gtk_stock_set_translate_func. Proposed by Christian Persch
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568196 – Please change context of Forward stock label
* gtk/gtkstock.c: Reinstate separate translation contexts for
navigation and media labels (these were lost in the transition
to msgctxt. Pointed out by Gabor Kelemen.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 567887 – gtk_entry_get_storage_type() should be
gtk_entry_get_icon_storage_type()
* gtk/gtk.symbols:
* gtk/gtkentry.[hc]: Use the last chance to get the api right,
and rename things for consistency, requested by Murray Cumming.
In detail,
gtk_entry_get_stock -> gtk_entry_get_icon_stock
gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf
gtk_entry_get_gicon -> gtk_entry_get_icon_gicon
gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type
::prelight -> ::icon-prelight
::pixbuf-primary -> ::primary-icon-pixbuf
::stock-primary -> ::primary-icon-stock
::icon-name-primary -> ::primary-icon-name
::gicon-primary-> ::primary-icon-gicon
::storage-type-primary -> ::primary-icon-storage-type
::activatable->primary -> ::primary-icon-activatable
::sensitive-primary -> ::primary-icon-sensitive
(and similar for secondary properties)
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 567655 – gtk_status_icon_set_tooltip_text and
gtk_status_icon_set_tooltip_markup should use gchar*
* gtk/gtkstatusicon.h: Use "const gchar*" in new tooltip api.
Pointed out by Torsten Schoenfeld.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/search_entry.c: End the search if the window
is closed.
* demos/gtk-demo/search_entry.c:
* demos/gtk-demo/entry_completion.c: Group the entry examples
under "Entry".
2009-01-18 Christian Dywan <christian@twotoasts.de>
Remove a redundant include from gtktoolbar.c
* gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h.
Patch by Enrico Tröger.
2009-01-16 Cody Russell <bratsche@gnome.org>
Bug 567944 – [Win32] Sorted treeview columns can be unreadable
* modules/engines/ms-windows/msw_style.c: Draw selected treeview
cells according to treeview focus, but ignore whether it is in
a sorted column or not. Otherwise the intersection of a selected
row and a sorted column looks very strange if the treeview does
not have focus.
2009-01-16 Daniel Elstner <danielk@openismus.com>
* modules/input/gtkimcontextmultipress.[ch]: Remove the namespace
prefix from functions defined locally only. Clean up the code and
change indentation to match the GTK+ coding style.
(_GtkImContextMultipress::key_sequences): Replace array of pointers
by GHashTable. Adapt the implementation accordingly.
(passthrough_enabled_for_window): Remove. The passthrough hack is
no longer necessary thanks to the recently introduced "im-module"
property of GtkEntry and GtkTextView.
(load_config): Rework to implement an improved configuration file
format. Just fetch all keys of the group instead of expecting the
keys to be named a certain way. This also allows interpreting the
config key itself as the GDK key name to bind the character sequence
to, thereby making it independent of the sequence itself.
* modules/input/im-multipress.conf: New example configuration using
the new syntax. The example sequences are now bound to the numeric
keypad and imitate the behavior of a standard mobile phone.
2009-01-15 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkimcontext.c: documentation description: Mention the various
properties and the environment variable, with links to their
documentation.
* gtk/gtksettings.c:
* gtk/gtktextview.c: Make the im-module property documentation more
expansive.
2009-01-15 Diego Escalante Urrelo <diegoe@gnome.org>
Bug 562701 – GtkEntryCompletion popup sizes its rows wrong
when they span for more than one line.
Don't assume actions and results have equal height, this causes
negative size requisitions when results are more than one
line tall.
* gtk/gtkentrycompletion.c: change the formula used to calculate
the size of the completion popup.
2009-01-14 Federico Mena Quintero <federico@novell.com>
Remember the file chooser's geometry across invocations.
* gtk/gtkfilechoosersettings.h (struct _GtkFileChooserSettings):
New fields geometry_x, geometry_y, geometry_width, geometry_height.
(_gtk_file_chooser_settings_get_geometry): New prototype.
(_gtk_file_chooser_settings_set_geometry): New prototype.
* gtk/gtkfilechoosersettings.c (GEOMETRY_X_KEY, GEOMETRY_Y_KEY,
GEOMETRY_WIDTH_KEY, GEOMETRY_HEIGTH_KEY): New key names.
(ensure_settings_read): Read the geometry keys.
(_gtk_file_chooser_settings_save): Save the geometry keys.
(_gtk_file_chooser_settings_init): Initialize the geometry keys to
"don't have this value".
(_gtk_file_chooser_settings_get_geometry): New public function.
(_gtk_file_chooser_settings_set_geometry): New public function.
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_map):
Don't change the default size in ::map() so we don't flicker...
(gtk_file_chooser_default_realize): ... so do it in ::realize()
instead, when the window is not yet visible. This avoids a
dialog-that-resizes when you first pop up the file chooser.
(emit_default_size_changed): Just emit the signal; don't check for
the widget's state so we can be emitted during the initial
::realize() when we are not mapped yet.
(update_preview_widget_visibility): Only emit default_size_changed
if the widget is not mapped, to avoid resizing the dialog while it
is visible.
* gtk/gtkfilechooserdialog.c
(file_chooser_widget_default_size_changed): Simply resize the
dialog to the default size without any fancy clamping. Also,
leave in place ifdef-ed out code to restore the file chooser's
position in addition to its size. The code to restore the
position doesn't quite work yet, but we'll leave it in as a
reference.
* gtk/gtkfilechooserdefault.c (save_dialog_geometry): New function.
(settings_save): Save the dialog's geometry.
(gtk_file_chooser_default_get_default_size): Load the geometry
from the settings. If it was already saved, return that instead
of computing an ad-hoc size.
2009-01-13 Matthias Clasen <mclasen@redhat.com>
Bug 450716 – New API to change global IM
Requested by Daniel Elstner.
* gtk/gtk.symbols:
* gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_set_context_id):
New function to set the context id on a GtkIMMulticontext.
* gtk/gtkentry.c:
* gtk/gtktextview.c: Add a ::im-module property that can be
set to override the global setting for the im module to be used.
2009-01-13 Christian Dywan <christian@imendio.com>
Bug 566532 – GtkScaleButton implementation of GtkOrientable
* gtk/gtk.symbols:
* gtk/gtkscalebutton.c (gtk_scale_button_class_init),
(gtk_scale_button_set_property):
* gtk/gtkscalebutton.h: Deprecate gtk_scale_button_get_orientation
in favour of implementing GtkOrientable. Patch by Bruce Cowan.
2009-01-13 Tor Lillqvist <tml@iki.fi>
Bug 164002 - query scripts don't work uninstalled on windows
* gtk/gtkmain.c (_gtk_get_libdir): If the gtk DLL is in a ".libs"
folder, assume we are running uninstalled, and use the
configure-time GTK_LIBDIR.
2009-01-12 Matthias Clasen <mclasen@redhat.com>
* NEWS: Refer to tray icon spec, instead of a random email.
2009-01-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_icon_name): Don't cause lots
of X traffic when the icon name doesn't actually change. Some
apps like to reset their window icon frequently, without actually
changing the icon name...
2009-01-12 Paolo Borelli <pborelli@katamail.com>
Bug 492794 – Pasting external text at end of view yields wrong
scrolling to mark
* gtk/gtktextbuffer.[ch]:
* gtk/gtktextview.c:
Add a "paste-done" signal and use it to propelry scroll the
view at the end of the pasted text in the case of an async
paste. Patch by Ignacio Casal Quintero based on a patch by
Yevgen Muntyan.
2009-01-12 Tor Lillqvist <tml@iki.fi>
* gdk/gdk.c (gdk_arg_debug_cb) (gdk_arg_no_debug_cb): A
GOptionArgFunc should return gboolean and take also a GError
pointer parameter, so make these two functions do that. Return
FALSE (and set the GError) if the parsing of the debug string
failed completely. Note that g_parse_debug_string() doesn't really
have any way to return parsing status, and accepts partially
incorrect strings, though.
2009-01-12 Claudio Saavedra <csaavedra@igalia.com>
Bug 567468 – no check for trailing != NULL in
gtk_text_layout_get_iter_at_position()
* gtk/gtktextlayout.c: (gtk_text_layout_get_iter_at_position):
Check for trailing to be non-NULL.
* gtk/gtktextview.c: (gtk_text_view_get_iter_at_position): document
that trailing may be NULL.
2009-01-11 Tor Lillqvist <tml@iki.fi>
Bug 523554 - Copy from GIMP to Word broken
* gdk/win32/gdkselection-win32.c
(_gdk_win32_selection_convert_to_dib): The DIB stored in the
Windows Clipboard was for some unknown reason truncated by one
byte. Don't do that.
2009-01-11 Matthias Clasen <mclasen@redhat.com>
Bug 567024 – gtktoolbutton doesn't create right proxy menu item
image with GIcon
* gtk/gtktoolbutton.c: Properly create a menu proxy from a GIcon.
Patch by Christian Persch
* tests/testtoolbar.c: Add an example with a GIcon
2009-01-09 Christian Dywan <christian@imendio.com>
Fail in gdk_window_new if _gdk_window_new failed
* gdk/gdkwindow.c (gdk_window_new): Add g_return_val_if_fail
in case _gdk_window_new is NULL. Approved by Tim Janik
2009-01-08 Matthias Clasen <mclasen@redhat.com>
Bug 566733 – Add GIcon to GtkAction, GtkToolButton
* gtk/gtkaction.c: Add a ::gicon property to GtkAction and set the
icon from it if specified. The stock icon is preferred if a stock id
is given. Based on a patch by A. Walton
2009-01-04 Matthias Clasen <mclasen@redhat.com>
* gtk/stock-icons/{16,24}/gtk-caps-lock-warning.png: New icons
* gtk/gtkstock.h: Add GTK_STOCK_CAPS_LOCK_WARNING.
* gtk/gtkiconfactory.c (get_default_icons): Register the stock icon.
* gtk/gtkentry.c (show_capslock_feedback): Use the new stock icon.
2009-01-05 Tor Lillqvist <tml@novell.com>
Bug 566628 - gdk_display_close always asserts on win32
* gdk/win32/gdkdisplay-win32.c
(_gdk_windowing_set_default_display): Allow also a NULL parameter
in the g_assert(). Still don't actually do anything in this
function, though.
2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566568 – gtk_tree_model_get_value docs typo
* gtk/gtktreemodel.c (gtk_tree_model_get_value): Fix a typo
in the docs, pointed out by Christian Persch.
2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566391 – gtk_about_dialog_set_url_hook should activate
pre-existing website links
* gtk/gtkaboutdialog.c: Make setting website, website-label and
url hook work independent of their order. Reported by Steven
Sheehy.
2009-01-03 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.h:
* gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window): Recheck
_NET_SUPPORTING_WM_CHECK every now and then to avoid getting
stuck on the id of a former wmcheck window that got reused by
another client (see RH bug 471927)
2009-01-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreesortable.c: Improve the docs
* gtk/gtktreemodelsort.c: Don't assert when using the "unsorted"
sort column id.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 565998 – configure script doesn't check for cairo-xlib.pc
* configure.in: Check for cairo-xlib when looking for
gdk dependencies. Requested by Alberto Ruiz
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 566334 – compile failure for gtk+ on Mac OS X
* gtk/gtkstatusicon.c: Fix the build on OS X.
Reported by Bart Cortooms.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 566083 – Icon pixmap hardcoded during DnD
* gtk/gtkwidget.c:
* gtk/gtkentry.c: Add docs about using ::drag-begin for setting
a custom drag icon. Reported by Xan Lopez
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
* === Released 2.15.0 ===
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_set_icon_sensitive): Fix default
value
* gtk/tests/builder.c: Clean up asserts, make domain
test work with current GtkBuilder behaviour.
* Makefile.decl: Start Xvfb with -ac -noreset to try
and get the gui tests working.
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols: Add a few forgotten symbols
* gtk/gtkprintoperation.c:
* gtk/gtktrayicon-x11.c: Make some functions static
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkruler.[hc]: Some more
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkpaned.[hc]:
* gtk/gtkscale.[hc]:
* gtk/gtkscrollbar.[hc]:
* gtk/gtkseparator.[hc]: Keep these all abstract for now.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Rename the icon signals to ::icon-press and
::icon-release to avoid clashes with the existing SexyIconEntry
signals. Also annotate the GdkEvent parameters as static-scope.
* tests/testentryicons.c: Adapt
* demos/gtk-demo/search-entry.c: Adapt
2008-12-30 Matthias Clasen <mclasen@redhat.com>
Bug 565846 – "va_end(args);" should be added into gtk_tree_store_new
* gtk/gtktreestore.c (gtk_tree_store_new): Add a missing
va_end() call. Pointed out by Jiwon Lee.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Code cleanups; get rid of get_text_area_size,
replace get_icon_allocation by get_icon_allocations, don't
pass allocation to place_windows; other stylistic changes to
the icon-related code.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Avoid size allocation loops.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Fix errors in property definitions and
get_property implementation.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Redo the Caps Lock warning using an icon.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
Bug 558694 – Paned window splitter keynav broken
* gtk/gtkpaned.c (get_child_panes): Don't add unrealized
widgets.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstyle.c:
* gtk/gtkmenutooltbutton.c:
* gtk/gtkprintoperationpreview.c: Doc additions
2008-12-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c:
* gtk/gtklabel.c:
* gtk/gtkentry.c:
* gtk/gtktextview.c:
* gtk/gtkeditable.c:
* gtk/gtktextbuffer.c: Doc additions.
2008-12-29 Tor Lillqvist <tml@novell.com>
* gtk/gtk.symbols: Add missing symbols from gtkentry.c.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c:
* gtk/gtkstyle.c: Doc additions
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk[hv]scrollbar.c: Document gtk_[hv]scrollbar_new.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c: Document gtk_mnemonic_activate.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextlayout.c: Un-doc-commentize non-public api
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprogress.h: Fix a typo
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c:
* gtk/gtkentry.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c:
* gtk/gtktextutil.c: Un-doc-commentize non-exported functions
to make gtk-doc happy.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscale.c:
* gtk/gtkimagemenuitem.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkeditable.h: Match parameter names to make gtk-doc happy.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* tk/gtkfontsel.c: Merge docs inline.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintsettings.c:
* gtk/gtkbindings.c:
* gtk/gtkstyle.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscrolledwindow.c:
* gtk/gtkscale.c: Merge docs inline.
2008-12-28 Ryan Lortie <desrt@desrt.ca>
small fix for "Paned Window Widgets" example
* docs/tutorial/gtk-tut.sgml: use gtk_container_add rather than
add_with_viewport for putting a GtkTreeView into a ScrolledWindow
Spotted by Benjamin Herrenschmidt
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimmodule.c:
* gtk/gtkseparatortoolitem.c: Doc fixes
* gtk/gtkfontsel.c:
* gtk/gtkeditable.c: Merge docs inline.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c:
* gtk/gtkwidget.c:
* gtk/gtkaccelgroup.c: Documentation fixes
* gtk/gtkstatusicon.c:
* gtk/gtkentry.c:
* gtk/gtkeditable.[hc]: Make parameter names match to make gtk-doc
happy.
2008-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Expand the docs some more.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Don't emit ::icon-pressed on nonactivatable
icons. Fix up docs to match actual api.
* tests/testentryicons.c: Reshuffle tests a bit. Add a DND test.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Fix interaction between icons and widget sensitivity.
Also fix a few typos.
* tests/testentryicons.c: Add property editors.
* tests/Makefile.am: Glue
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Allow builtin icons when loading themed icons,
and don't leak a GtkIconInfo.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Emit ::icon-pressed regardless which button was
pressed. Also make it explicit in the signal signature that the
position parameter is a GtkEntryIconPosition.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Emit property notification for the text-length
property.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/search_entry.c: Add a demo for new entry features.
* demos/gtk-demo/Makefile.am: Glue
2008-12-25 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkapplaunchcontext.c:
* gdk/gdkkeys.c:
* gdk/x11/gdkdnd-x11.c:
* gdk/x11/gdkkeyx-x11.c:
* gdk/x11/gdktestutils-x11.c: Typo fixes and other small
doc improvements.
2008-12-23 Li Yuan <li.yuan@sun.com>
* gtk/gtkiconview.c: (gtk_icon_view_accessible_model_row_changed):
Bug #549251. No need to set name if there is no a11y item object.
2008-12-21 Yair Hershkovitz <yairhr@gmail.com>
Bug 565203: RTL locales: icons are misplaced when horizontal
gtkiconview is contained in a gtkscrolledwindow.
* gtk/gtkiconview.c (gtk_icon_view_layout_single_row):
Fix horizontal icon positions when in RTL locale.
2008-12-19 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update
2008-12-19 Matthias Clasen <mclasen@redhat.com>
Bug 564881 – gtkstatusicon.c: 'event' bug again
* gtk/gtkstatusicon.c (button_callback): Fix the build.
Patch by Christian Dywan.
2008-12-19 Cody Russell <bratsche@gnome.org>
Bug 85292 – add an icon to gtkentry
* gtk/gtkmarshalers.list: Add VOID:INT,BOXED
* tests/testentryicons.c: Initial icon entry test
* tests/Makefile.am: Add testentryicons
* gtk/gtkentry.[ch]: Add API for setting primary/secondary icons
and other features related to them.
2008-12-19 Marek Kasik <mkasik@redhat.com>
Bug 339318 - Allow page rendering to (optionally) happen in a thread
* gtk/gtk.symbols: API change
* doc/reference/gtk/gtk-sections.txt: API change
* gtk/gtkprintoperation-private.h
* gtk/gtkprintoperation.h
* gtk/gtkprintoperation.c: Adds 2 new functions
gtk_print_operation_set_defer_drawing()
- Sets up the GtkPrintOperation to wait for calling of
gtk_print_operation_draw_page_finish() from application. It can
be used for drawing page in another thread.
This function must be called in the callback of "draw-page"
signal.
gtk_print_operation_draw_page_finish()
- Signalize that drawing of particular page is complete.
It is called after completion of page drawing (e.g. drawing
in another thread).
If gtk_print_operation_set_defer_drawing() was called before,
then this function has to be called by application. In another
case it is called by the library itself.
2008-12-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c: Don't export emit_ok_response
2008-12-15 Tomas Bzatek <tbzatek@redhat.com>
* gtk/gtkfilechooserdefault.c: (list_row_activated):
* gtk/gtkfilesystem.c: (_gtk_file_info_consider_as_directory):
Mask G_FILE_TYPE_SHORTCUT as a directory (#561494)
2008-12-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Mount the enclosing volume if the folder we're switching to is not
mounted. Patch by Tomas Bzatek, based on work by Carlos Garnacho
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 561494 – FileChooser network browsing and authentication support
* gtk/gtkfilesystem.[hc] (_gtk_file_info_consider_as_directory):
Privately export this method. It classifies directories and mountables
the same.
* gtk/gtkfilesystem.c (enclosing_volume_mount_cb): Silently drop
G_IO_ERROR_ALREADY_MOUNTED error for gvfs backends without visible
mounts.
* gtk/gtkfilesystemmodel.c:
* gtk/gtkfilechooserbutton.c:
* gtk/gtkfilechooserentry.c:
* gtk/gtkfilechooserdefault.c: Use the new function instead of
direct checks for G_FILE_TYPE_DIRECTORY throughout.
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 562579 – Remove error dialog when directory does not exist
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Don't show an error dialog when changing to a non-existing folder,
since this is ususally just an annoyance.
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 556233 – local-only causes G_IS_FILE warning
* gtk/gktfilechooserdefault.c (set_local_only): Avoid a warning
in tests. Patch by Christian Dywan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563158 – CellRendererProgress pulsing and progressing rows can
not be used together
* gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_pulse):
Don't try to keep state in a cell renderer between two paint
calls. It doesn't work. Patch by Kristian Mueller
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 555560 – gtk_combo_box_set_active fails with no model
* gtk/gtkcombobox.c: Allow out-of-order setting of model and active.
Patch by Christian Dywan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 558306 – Cannot build gdk (gtk+ 2.14.4) on Solaris 8
* gdk/x11/gdktestutils-x11.c (gdk_test_simulate_button):
Remove a C99ism. Pointed out by Eric Lamarque
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 549251 – GTK icon view accessible issue.
* gtk/gtkiconview.c (gtk_icon_view_accessible_model_row_changed):
Handle separate append/set for rows. Patch by Li Yuan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 556839 – Crash when opening a link
* gtk/gtkstatusicon.c (gtk_status_icon_finalize): Destroy the
image too. Patch by Carlos Garcia Campos
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563751 – xatom cache is prefilled too late
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize the
XAtom cache earlier. Patch by Christian Persch
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 564212 – gtk_icon_view_accessible_model_rows_reordered explain
new_order in the wrong way
* gtk/gtkiconview.c (gtk_icon_view_accessible_model_rows_reordered):
Use the new order correctly. Patch by Li Yuan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563835 – Typo in gtk_widget_has_screen() docs
* gdk/directfb/gdkwindow-directfb.c:
* gdk/gdkwindow.c:
* gdk/x11/gdkwindow-x11.c:
* gtk/gtkmenushell.c:
* gtk/gtkwidget.c:
* gtk/tests/builder.c:
* tests/testdnd.c: s/heirarchy/hierarchy/ in docs and comments.
Pointed out by Wouter Bolsterlee
2008-12-12 Matthias Clasen <mclasen@redhat.com>
Bug 564066 – Crash in gtk_rc_parse_default_files
* gtk/gtkrc.c (gtk_rc_parse_default_files): Handle being called
early. Bug report by Andrés G. Aragoneses
2008-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.c: Set an empty title on password dialogs.
Pointed out by Máirín Duffy.
2008-12-11 Sven Herzberg <sven@imendio.com>
Document the "set-scroll-adjustments" signal
Reviewed by Kristian Rietveld.
* gtk/gtkiconview.c,
* gtk/gtklayout.c,
* gtk/gtktextview.c,
* gtk/gtktreeview.c,
* gtk/gtkviewport.c: added proper documentation for the signal
2008-12-11 Daniel Elstner <danielk@openismus.com>
Bug 563994 – Input method module interface not documented
* gtk/gtkimcontext.h: Add public/private markers.
* gtk/gtkimcontext.c: Add section documentation which explains how
to add a new input method module to GTK+. Document the signals and
virtual functions of GtkIMContextClass.
* gtk/gtkimmodule.c: Document struct GtkIMContextInfo.
* docs/reference/gtk/gtk-sections.txt: Add GtkIMContextClass and
GtkIMContextInfo to section GtkIMContext.
* docs/reference/gtk/Makefile.am (IGNORE_HFILES): Remove
gtkimmodule.h from the list in order to pick up GtkIMContextInfo.
* docs/reference/gtk/tmpl/gtkimcontext.sgml: Remove file from
repository since all the hand-edited content has been migrated to
source file comments.
2008-12-10 Matthias Clasen <mclasen@redhat.com>
Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated
-- but what should be used instead?
* gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation.
2008-12-10 Daniel Elstner <danielk@openismus.com>
Maintenance of Multipress input method by Openismus GmbH:
* modules/input/gtkimcontextmultipress.[ch]: Clean up the code
a bit to follow the GTK+ coding style more closely. Fix the code
to emit "preedit-start" and "preedit-end", too, rather than only
"preedit-changed".
(GTK_IM_CONTEXT_MULTIPRESS*): Rename incorrectly spelled macros
gtk_im_context_multipress*. Shouldn't break API or ABI as it's
only used internally.
* modules/input/immultipress.c: More cleanup,
* modules/input/README.multipress: ditto.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gdk/gdk.symbols: add missing #ifndef GDK_DISABLE_DEPRECATED.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gtk/gtkcontainer.c (struct PackingPropertiesData): add missing
semicolon.
* gtk/gtkcontainer.c (attributes_text_element): "value" is a
gchar*, not const gchar*.
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 546378 – GtkAssistant page title is not translatable
* gtk/gtkbuilderparser.c: Make gtk_builder_get_translation_domain()
useful for subparsers.
* gtk/gtkcontainer.c: Make the child property parser support
translatable child properties. Patch by Antti Kaijanmäki
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 554274 – Add default hook for GtkLinkButton
* gtk/gtklinkbutton.c: Call gtk_show_uri() if no uri hook has
been set. Patch by Emmanuele Bassi
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 559325 – documentation for gdk_display_get_window_at_pointer()
: is wrong
* gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct
the documentation. Patch by Paul Davis
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 563285 – test print backend does not compile
* modules/printbackends/test/gtkprintbackendtest.c: Clean up
includes.
2008-12-07 Behdad Esfahbod <behdad@gnome.org>
Bug 563547 – Update gdkx11 atom precache table
* gdk/x11/gdkdisplay-x11.c: Add more atoms to precache.
2008-12-05 Michael Natterer <mitch@imendio.com>
Bug 546285 – Allow GtkEntry to draw progress
* gtk/gtkentry.[ch]: add new API similar to GtkProgressBar which
allows to set the entry's progress_fraction, its progress_pulse_step
and to let the entry's progress pulse.
* gtk/gtk.symbols: updated.
* tests/testgtk.c: add progress demo code to the "Entry" window.
2008-12-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkstatusicon.c:
Add missing space in gtk-doc deprecated syntax
2008-12-03 Simos Xenitellis <simos@gnome.org>
Bug 557420 – Some compose sequences don't work anymore (or only in
a specific order)
* gtk/gtkimcontextsimple.c: Update of table size, keysym boundary,
to match the gtkimcontextsimpleseqs.h table.
* gtk/gtkimcontextsimpleseqs.h: Update with older gtk+ compose
sequences that went missing due to table update with upstream.
* gtk/compose-parse.py: Updated to include gtk-compose-lookaside.txt
* gtk/gtk-compose-lookaside.txt: Older gtk+ compose sequences that
are not found in the X.Org Compose file.
2008-12-03 Sven Herzberg <sven@imendio.com>
Bug 562998 – GtkFontButton documentation improvements
* gtk/gtkfontbutton.c: mention the way the font string should be used.
Patch by Sven Herzberg and Nelson Benitez
2008-12-03 Marek Kasik <mkasik@redhat.com>
Bug 559914 – eog doesn't apply paper setup.
* gtk/gtkpapersize.c: Call the gtk_paper_size_new_from_ppd() with width
and height in points.
2008-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
Bug 562878 – password save incorrectly set in gtkmountoperation
* gtk/gtkmountoperation.c (remember_button_toggled),
(gtk_mount_operation_ask_password): Remember the password save
flags only when the radio button becomes active. Set also the
default state of the radio buttons depending on the current value
of password save flags.
2008-12-01 Matthias Clasen <mclasen@redhat.com>
Bug 555334 – connected server feature
* gtk/gtkfilesystem.c (get_volumes_list): Filter out shadow mounts.
Patch by David Zeuthen.
2008-12-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Revert an accidental change that sneaked
in with the last commit.
2008-12-01 Paul Bolle <pebolle@tiscali.nl>
Bug 562817 – GtkDialog: typo
* gtk/gtkdialog.c: Fix typo
2008-11-29 Matthias Clasen <mclasen@redhat.com>
Bug 554453 – "typeahead find" widget of GtkTreeView appears on
wrong monitor in a multi-head environment
* gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
Make sure the typeahead window follows screen changes of the
treeview. Noticed by Rainer Stransky
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 559622 – GdkDevice test segfaults
* gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose):
* gdk/x11/gdkinput.c (gdk_device_class_init), (gdk_device_dispose):
Free and reset device in dispose. Patch by Michael Natterer and myself.
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 554076 – eventually release g_new-ed supported_atoms
* gdk/x11/gdkevents-x11.c (cleanup_atoms),
(gdk_x11_screen_supports_net_wm_hint): Set cleanup callback.
Patch by Caolan McNamara.
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 539263 – Deprecate gdk_window_get_toplevels
* gdk/gdkwindow.c:
* gdk/gdkwindow.h: Deprecate gdk_window_get_toplevels
2008-11-29 Federico Mena Quintero <federico@novell.com>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): If tree lines are
enabled, flip them around for the right-to-left case. Fixes
https://bugzilla.novell.com/show_bug.cgi?id=447004. Patch by
Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>
2008-11-29 Christian Persch <chpe@gnome.org>
* gtk/gtkselection.c: Typo fix.
2008-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c:
* gtk/gtkentry.c:
* gtk/gtkdnd.c:
* gtk/gtkcolorsel.c:
* gtk/gtkbindings.c: Improve deprecation annotations.
2008-11-26 Christian Dywan <christian@imendio.com>
Bug 561504 – testgtk should load rc file from sub folder
* tests/testgtk.c (main):
Make testgtk look in subfolder and warn if not found
2008-11-25 Johan Dahlin <jdahlin@async.com.br>
Bug 559947 – Unchecked dependency on python>=2.4
* gtk/gtk-builder-convert:
Avoid using sorted() which is only present in python 2.
2008-11-24 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkalignment.c: Bug 561539 - Fix warnings when size allocations
fall short of border width and padding.
2008-11-22 Paul Bolle <pebolle@tiscali.nl>
Bug 561335 - Fix typos in GtkToolItem documentation
* gtk/gtktoolitem.c: Fix typos in GtkToolItem documentation
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump gtk-doc dependency to 1.11 for
nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.[hc]: Declare structs in a way that
gtk-doc understands.
2008-11-17 Christian Dywan <christian@imendio.com>
Bug 377699 – realizing gtk.Progress() causes SEGV
* gtk/gtkprogress.c: Define GtkProgress as an abstract type
2008-11-13 Christian Dywan <christian@imendio.com>
Bug 560602 – Wrong GtkMenuItem default value (test fails)
* gtk/gtkmenuitem.c (gtk_menu_item_class_init):
Correct default "label" value to ""
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 560139 – GtkEntry doesn't paint with the right state
* gtk/gtkentry.c (gtk_entry_class_init), (gtk_entry_draw_frame),
(gtk_entry_expose): Reflect the right state if state-hint is set
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 559619 – invisible-char default cannot be tested
* gtk/tests/defaultvalue.c (test_type):
Skip invisible-char when testing
2008-11-12 Richard Hult <richard@imendio.com>
* gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
patch from Paul Davis.
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
* gtk/tests/object.c (list_ignore_properties),
(object_test_property), (main): Ignore GtkCurve when testing
2008-11-12 Richard Hult <richard@imendio.com>
Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
* gdk/gdk.c:
* gdk/gdkinternals.h: Add eventloop debug facility.
* gdk/quartz/gdkeventloop-quartz.c: Big rework of the quartz
mainloop integration, patch from Owen Taylor. See bug #550942 for
the details.
2008-11-12 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
new API when building on 64-bit, since there are still old non-xml
layouts used out there we don't want to break them. (For 64-bit
those layouts doesn't work so we don't have a choice there.)
2008-11-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.c: Chain up in enter and leave notify handlers.
2008-11-11 Michael Natterer <mitch@imendio.com>
Bug 553765 – Add orientation API to GtkRange
* gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
evil code that makes sure that the stepper_detail and slider_detail
set in GtkRangeClass continue to work with the hacked subclasses
below.
* gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
and add gtk_scale_new() and gtk_scale_new_with_range() which take
a GtkOrientation argument. Set slider_detail to "Xscale" so above
evil code works.
* gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
above evil code works.
* gtk/gtkhscale.c
* gtk/gtkvscale.c
* gtk/gtkhscrollbar.c
* gtk/gtkvscrollbar.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: changed accordingly.
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.h: move deprecated functions together, move
setters and getters together, some indentation cleanup.
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: implement the GtkOrientable interface
and deprecate gtk_toolbar_get,set_orientation().
* gtk/gtk.symbols: changed accordingly.
2008-11-10 Marek Kasik <mkasik@redhat.com>
Bug 560135 - Print when the user double clicks a printer
* gtk/gtkprintunixdialog.c: add handling of double click to
GtkPrintUnixDialog.
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkpaned.c: argh, actually call the newly added private
gtk_paned_calc_position() instead of the deprecated public
version.
2008-11-07 Michael Natterer <mitch@imendio.com>
Bug 553586 – Add orientation API to GtkPaned
* gtk/gtkpaned.[ch]: implement the GtkOrientable interface
and swallow all code from GtkHPaned and GtkVPaned. Add
gtk_paned_new() which takes a GtkOrientation argument. Deprecate
gtk_paned_compute_position() for good (also for GTK_COMPILATION).
* gtk/gtkhpaned.[ch]
* gtk/gtkvpaned.[ch]: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_box_new().
2008-11-07 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkcontainer.c (gtk_container_buildable_add_child):
Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkscrollbar.c: remove bogus newlines in the middle of
function calls, fix broken indentation and remove trailing
whitespace.
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkmenuitem.c: Made buildable and added support for adding
children of type "submenu"
* gtk/gtkwindow.c: Added support for custom tag "accel-groups" to
add GtkAccelGroups to the window.
* gtk/gtkcontainer.c: Added builder contextual warnings in
buildable_add_child()
* gtk/tests/builder.c: Added tests for buildable menus (test that
accelerators are properly connected on stock items, test the menu
hierarchy, test permission to add alien/custom menuitem children).
* docs/reference/gtk/tmpl/gtkbuilder.sgml
* docs/reference/gtk/tmpl/gtkwindow.sgml
* docs/reference/gtk/tmpl/gtkmenuitem.sgml: Updated docs for
buildable submenus and accel groups.
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkmenuitem.[ch]: added new apis
gtk_menu_item_[set/get]_label() and
gtk_menu_item_[set/get]_use_underline() with "label" and
"use-underline" properties, constructors cleaned up to use
g_object_new(). GtkMenuItemClass take new vfuncs
->get/set_label().
* gtk/gtkcheckmenuitem.c: constructors cleaned up to use
g_object_new().
* gtk/gtkimagemenuitem.[ch]: added new apis
gtk_image_menu_item_[get/set]_use_stock() and
gtk_image_menu_item_set_accel_group() with "use-stock" and
write-only "accel-group" properties. constructors cleaned up to
use g_object_new().
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkbuilder.h: Fixed a crasher in
GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes
on top of any markup or mnemonic attributes (bug 558409).
* README: Updated and added release notes for 2.16
2008-11-06 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from
Arnaud Charlet to replace use of deprecated keyboard layout API
with the new TIS API available in 10.5. The old code is still used
when building for 10.4.
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c:
(get_keyboard_modifiers_from_ns_event), (create_key_event): Revert
(at least for now) the alt/cmd switching since it breaks the
"alt-gr" functionality of alt which makes it impossible to input
lots of characters.
2008-11-05 Christian Dywan <christian@imendio.com>
Bug 559404 – gtk_editable_insert_text counts length in bytes
* gtk/gtkeditable.c:
Document new_text_length as the number of bytes
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_impl_quartz_begin_paint_region): Set the fill color
outside the loop.
2008-11-05 Richard Hult <richard@imendio.com>
* gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip),
(gtk_status_icon_get_tooltip_markup): Fix build for win32 and
quartz.
2008-11-04 Tor Lillqvist <tml@novell.com>
Bug 557212 - Problem with which window gains focus and is visible
* gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app):
Only do the restacking for the active window of the
application. Seems to fix the problem.
(gdk_event_translate): Only call ensure_stacking_on_activate_app()
when the application is being activated, not deactivated.
2008-11-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkstatusicon.[hc]: Add new tooltip api.
2008-11-03 Christian Persch <chpe@gnome.org>
Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problem
* gtk/gtkiconview.c: Make gtk_drag_*_add_*_targets() usable with
GtkIconView.
2008-11-02 Matthias Clasen <mclasen@redhat.com>
Bug 558929 – gtkstatusicon.c: 'event' is a member of the structure
* gtk/gtkstatusicon.c: Fix the build.
2008-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimagemenuitem.c: Make it possible to overrule the
gtk-menu-images setting.
* gtk/gtkaction.c (connect_proxy): Show the image before adding
it to the image menu item.
2008-11-01 Tor Lillqvist <tml@novell.com>
Bug 558278 - Crash when calling a callback set by
gdk_add_client_message_filter()
* gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from
apply_filters() so that it is clear that this function is for
GdkEventFilters only.
(print_event): Print more information for GDK_CLIENT_EVENT events.
(gdk_event_translate): When handling client filters, don't use
apply_event_filters(). Use similar code as in the X11 backend,
although not exactly, as the parameter list and return value
semantics of gdk_event_translate() is different.
* tests/testclientmessage.c: New interactive test program to
verify client message functionality.
* tests/Makefile.am: Add it.
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 409435 – GtkStatusIcon enhancements: DnD, scroll events,
middle click, rich tooltips
* gtk/gtkstatusicon.[hc]: Add support for button press/release and
scroll events. Patch by Ed Catmur
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 322934 – Replace menu's proxy icons with empty space hiding icons
* gtk/gtkmenu.c (gtk_menu_size_request): Use consistent padding
regardless of imagees or checks being in the menu. Also add
padding on the right edge.
Proposal by Luca Ferretti, patch by Jon McCann
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 412134 – Add API to query style properties from the style
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Add getters for style properties to
avoid the need for ugly workarounds with dummy widget instances.
Patch by Mariano Suárez-Alvarez
2008-10-31 Christian Dywan <christian@imendio.com>
Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
* gtk/gtk.symbols:
* gtk/gtkfontsel.c:
* gtk/gtkfontsel.h:
Deprecate gtk_font_selection_dialog_get_apply_button
2008-10-31 Matthias Clasen <mclasen@redhat.com>
Bug 558323 – glitches when popping up combos in treeviews
* gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property):
Don't set the model property on the combo box, since that leads
to loops.
2008-10-31 Christian Dywan <christian@imendio.com>
Bug 347230 – testicontheme shortcomings
* tests/testicontheme.c (main):
Use theme for "display" and quit on window closing
2008-10-30 Matthias Clasen <mclasen@redhat.com>
Bug 558522 – scroll arrow painted insensitive even though there
are pages beyond the edge
* gtk/gtknotebook.c (gtk_notebook_real_insert_page): Redraw
arrows. Pointed out by Christian Persch
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/gtkcellrenderertext.h
* gtk/gtkentry.[ch]
* gtk/gtkimcontext.h
* gtk/gtklabel.c
* gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
remove its inclusion here.
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
somehow include gtkobject.h or another header which includes it.
2008-10-30 Marek Kasik <mkasik@redhat.com>
Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
* gtk/gtk.symbols
* gtk/gtkprintsettings.c
* gtk/gtkprintsettings.h
* docs/reference/gtk/gtk-sections.txt
* modules/printbackends/file/gtkprintbackendfile.c
* modules/printbackends/test/gtkprintbackendtest.c
* modules/printbackends/cups/gtkprintbackendcups.c
* modules/printbackends/lpr/gtkprintbackendlpr.c:
Added lpi (lines per inch) setting to GtkPrintSettings and support
for anamorphic dpi. Surface fallback resolution is set to 2*lpi.
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
it's included via gtkwidget.h anyway.
2008-10-30 Sven Neumann <sven@gimp.org>
* gtk/gtkwidget.c (gtk_widget_get_property): removed redundant
conditional.
2008-10-30 Christian Dywan <christian@imendio.com>
Bug 557316 – GtkLinkButton should consider user-defined tooltip
* gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb):
Only override the tooltip if not previously set
2008-10-29 Christian Dywan <christian@imendio.com>
Bug 557762 – Misleading error message in GDK DirectFB
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open):
Correctly say GetInputDevice instead of GetDisplayLayer
2008-10-29 Christian Dywan <christian@imendio.com>
Bug 558397 – gtk_widget_error_bell undefined without a screen
* gtk/gtkwidget.c (gtk_widget_error_bell): Test the settings
instance and return silently if unset
2008-10-28 Michael Natterer <mitch@imendio.com>
* gdk/keyname-table.h: fix small typo.
2008-10-27 Richard Hult <richard@imendio.com>
Bug 557894 – Wrong return value for
gdk_pointer_grab_info_libgtk_only()
* gdk/quartz/gdkevents-quartz.c:
(gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a
pointer grab. Patch by Owen Taylor.
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolshell.c:
* gtk/gtktoolitem.c: Remove markup from short descriptions.
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gdk/keyname-table.h:
* gtk/gen-paper-names.c:
* gtk/paper_names_offsets.c:
* gtk/gtkpapersize.c:
* gtk/gtkaccellabel.c:
* gtk/gtkprintoperation.c:
* gtk/gtkstock.c: More conversion to C_().
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaccellabel.c:
* gtk/gtkcalendar.c:
* gtk/gtkcellrendereraccel.c:
* gtk/gtkcellrendererprogress.c:
* gtk/gtkimmulticontext.c:
* gtk/gtkrecentchoosermenu.c:
* gtk/gtkvolumebutton.c: Use C_() instead of Q_(). String change!
2008-10-26 Christian Persch <chpe@gnome.org>
Bug 557065 – gtkcellrendererpixbuf spams console over and over with
'could not load image' warnings
* gtk/gtkcellrendererpixbuf.c:
(gtk_cell_renderer_pixbuf_create_themed_pixbuf): Remove noisy
g_warning.
2008-10-26 Philip Withnall <philip@tecnocode.co.uk>
Bug 530454 – Clarify page_nr when printing
* gtk/gtkprintoperation.c (gtk_print_operation_class_init): Point out
that page_nr is 0-based in the documentation.
2008-10-25 Matthias Clasen <mclasen@redhat.com>
Bug 557315 – stale clipboard target cache
* gtk/gtkclipboard.c (gtk_clipboard_set_contents): Remove cached
targets. Pointed out by Evan Stade
2008-10-24 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
the docs for GtkWidget::query-tooltip.
2008-10-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.c: The "screen" property ought to have
type GdkScreen, not GtkWindow. Found by Cosimo Cecchi
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching
allocation and deallocation
* gtk/gtkrecentchooserdefault.c (remove_selected_from_list): Don't
free a strdup'ed string by g_free. Pointed out by Daniel Marjamäki
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 556835 – gtkentry.c: variable is declared at middle of block
* gtk/gtkentry.c (gtk_entry_copy_clipboard): Fix a C99ism pointed
out by Kazuki Iwamoto
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 557524 – "va_end(args);" should be added into
gtk_text_buffer_insert_with_tags_by_name( )
* gtk/gtktextbuffer.c (gtk_text_buffer_insert_with_tags_by_name):
Don't forget to call va_end. Pointed out by Boram Park
2008-10-23 Alexander Larsson <alexl@redhat.com>
Bug 528320 - Incorrect icons displayed for files with custom
mimetype icons
* gtk/gtkfilesystem.c:
(_gtk_file_info_render_icon):
Fall back on default file icon if there was no icon or it
was not found in the theme. This goes with the corresponding
change in glib to not add the fallback icon, but is useful
in other cases too.
2008-10-22 Behdad Esfahbod <behdad@gnome.org>
Bug 555920 – gtkentry.c passes wrong enum to
pango_layout_set_alignment()
* gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
adjustment.
2008-10-22 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen
size actually changed.
2008-10-21 Michael Natterer <mitch@imendio.com>
* gdk/gdkdraw.c
* gdk/gdkimage.c
* gdk/gdkscreen.c
* gdk/gdkwindow.c: replace assertions for obj != NULL by
GDK_IS_OBJ(), remove redundant != NULL checks when there is
already a type check, add some g_return_if_fail() that were
missing entirely, fix some broken indentation and spacing.
2008-10-21 Tor Lillqvist <tml@novell.com>
Bug 557266 - Window Management Problem
Also reported in mail to gtk-list, and of course it has been well
known in general that window state management is messy and buggy
in various ways in gdk/win32.
* gdk/win32/gdkwindow-win32.c (show_window_internal): Correct
handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set
the WS_EX_TOPMOST extended style bit using SetWindowLong(). We
must call SetWindowPos() on the window using HWND_TOPMOST
instead. The description for WS_EX_TOPMOST in the documentation
for CreateWindowEx() even implies that if you read it carefully.
2008-10-21 Michael Natterer <mitch@imendio.com>
* gdk/gdkapplaunchcontext.c: reorder functions to be in standard
order, add prototypes and namespace to static functions, add
g_return_if_fail()s which were missing all over the place.
2008-10-20 Christian Persch <chpe@gnome.org>
Bug 557059 – crash when compositing emblems with icon
* gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it
with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped
from icon cache or builtins).
2008-10-20 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_item():
* gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_cell():
Documentation: Mention the simple set_tooltip_column()
alternative.
2008-10-18 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): On
WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
output without setting it first.
2008-10-18 Tor Lillqvist <tml@novell.com>
Bug 556578 - GIMP windows stay on top of other windows
* gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize)
(ensure_stacking_on_window_pos_changing)
(ensure_stacking_on_activate_app): Ignore unmapped windows in the
loops where we look for the lowest "transient-type" window.
(gdk_event_translate): Don't call
ensure_stacking_on_window_pos_changing() or
ensure_stacking_on_activate_app() for unmapped windows.
2008-10-16 Marek Kasik <mkasik@redhat.com>
Bug 556527 - The current page property is not passed to
GtkPrintUnixDialog
* gtk/gtkprintoperation-unix.c: pass current-page property
to GtkPrintUnixDialog
2008-10-15 Michael Natterer <mitch@imendio.com>
* gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo
in the type name so the macro becomes usable.
2008-10-14 Christian Dywan <christian@imendio.com>
556150 – gtk 'object' property test fixing
* gtk/tests/object.c (list_ignore_properties):
Remove some recently fixed properties from the exception list
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup
* gtk/gtkcellrendererpixbuf
(gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash
if a GIcon is not present in the current theme. Patch by
Alex Larsson.
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 552318 – menubar mnemonics consumed even when
gtk-enable-mnemonics=false
* gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic
entries block accelerator activation when gtk-enable-mnemonics is
FALSE. Problem reported by Andreas Moog.
2008-10-13 Cody Russell <cody@jhu.edu>
* test/testfilechooser.c: Fix option parsing so that -a and
--action work correctly.
2008-10-13 Christian Persch <chpe@gnome.org>
Bug 555386 – format not a string literal and no format arguments
* gtk/gtkiconfactory.c
* gtk/gtkprintbackend.c
* gtk/gtkprintoperation.c
* gtk/gtkthemes.c
* gtk/tests/builder.c
* modules/other/gail/gailtextview.c
* tests/testmerge.c: Use printf safely.
2008-10-13 Christian Persch <chpe@gnome.org>
Bug 555724 – gtkcellrendereraccel not initialised correctly
* gtk/gtkcellrendereraccel.c: Initialise the cell text.
2008-10-12 Simos Xenitellis <simos@gnome.org>
Bug 555625 – Updated gtk_compose_seqs_compact table
(gtkimcontextsimpleseqs.h)
* gtk/gtkimcontextsimpleseqs.c: Updated the compose sequence table.
In this update we removed a further set of compose sequences that
are otherwise covered by check_algorithmically().
* gtk/gtkimcontextsimple.c: Updated table value that shows how many
distinct first values exist in the compose sequences.
Change from 22 to 20.
2008-10-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbar.c: Revert the GtkSettings::gtk-toolbar-icon-size
part of the previous change, since it doesn't work correctly without
extra complication, and using custom icon sizes doesn't make too
much sense in a desktop-wide setting.
2008-10-11 Matthias Clasen <mclasen@redhat.com>
Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
* gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and
GtkSettings::gtk-toolbar-icon-size into int properties, to
allow the use of app-registered icon sizes.
2008-10-11 Christian Dywan <christian@imendio.com>
Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):
Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL
2008-10-10 Behdad Esfahbod <behdad@gnome.org>
Bug 551355 – [PATCH] Make glib build with libtool 2.2
* autogen.sh: Accept libtool 2.2. We are moving towards having
it working.
2008-10-10 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state)
Add empty stub to fix linking.
2008-10-10 Simos Xenitellis <simos@gnome.org>
Bug 555000 – Wrong treatment on non-spacing marks dead keys in
GtkIMContextSimple
* gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
it only checks if input is a deadkey keysym.
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):
Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555573 – gtk_font_selection_set_font_name
shouldn't require a screen
* gtk/gtkfontsel.c (gtk_font_selection_set_font_name):
Don't warn if there is no screen, just return FALSE
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555523 – gtk_scale_button_set_adjustment should accept NULL
* gtk/gtkscalebutton.c (gtk_scale_button_set_adjustment):
Create a new adjustment if NULL is passed, like other widgets
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555578 – GtkTable propertiy maxima are wrong
* gtk/gtktable.c (gtk_table_class_init), (gtk_table_resize):
Always use 65535 instead of G_MAXUINT since that is
the actually supported maximum number of columns and rows
2008-10-09 Richard Hult <richard@imendio.com>
Bug 550342 – Splash screens have a caption
* gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new),
(gdk_window_set_decorations): Patch from Marianne Gagnon to make
splash windows borderless.
2008-10-09 Michael Natterer <mitch@imendio.com>
Bug 516425 – Optionally display accelerators in popups
* gtk/gtkuimanager.h (enum GtkUIManagerItemType): add value
GTK_UI_MANAGER_POPUP_WITH_ACCELS which works like _POPUP but
shows the actions' accelerators.
* gtk/gtkuimanager.c: honor the new enum value for programmatically
created UIs, and support <popup accelerators="true"> in the XML
for the same purpose.
2008-10-09 Simos Xenitellis <simos@gnome.org>
Bug 554192 – double press on the "circumflex" dead key
(standard french 105 keyboard) no longer produces the "^" character
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
Changed the order, put check_compact_table() first, then
check_algorithmically().
2008-10-08 Christian Persch <chpe@gnome.org>
Bug 554702 – gtkfilesystem leaks GError
* gtk/gtkfilesystem.c (_gtk_file_system_init): Free the GError.
2008-10-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Don't forget to reset reload_state when current_folder is already
correct. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=465992
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 555270 – Allow unsetting a MessageDialog's image
* gtk/gtkmessagedialog.c (gtk_message_dialog_set_property),
Remove a superfluous cast to GtkWidget*
(gtk_message_dialog_set_image): Accept NULL for the image
and unset the image in that case.
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 436533 – Allow more space efficient scroll arrows placement
* gtk/gtkenums.h: Add GtkArrowPlacement
* gtk/gtkmenu.c (gtk_menu_class_init), (get_arrows_border),
(get_arrows_visible_area), (get_double_arrows),
(get_arrows_sensitive_area): Implement GtkMenu::arrow-placement
to allow scrolling arrows to be placed at the start, end or both
Patch by Tommi Komulainen and myself
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 555387 – Changing the sensitivity of a statusbar
mistakenly requires a display
* gtk/gtkstatusbar.c (set_grip_cursor): Only change the cursor
of the resize grip if there is a grip window.
2008-10-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized
memory warnings from valgrind.
2008-10-07 11:03:30 Tim Janik <timj@imendio.com>
* gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new()
as private function until we settle on the exact semantics.
renamed _gtk_box_set_old_defaults() as suggested by Mitch.
2008-10-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkbox.c: reindent static prototypes.
2008-10-07 Michael Natterer <mitch@imendio.com>
Bug 553573 – Add orientation API to GtkBox
* gtk/gtkbox.[hh]: implement the GtkOrientable interface and
swallow all code from GtkHBox and GtkVBox. Add gtk_box_new()
which takes a GtkOrientation argument. Also move the newly
added "spacing_set" boolean from struct GtkBox to the new
private struct.
* gtk/gtkhbox.[ch]
* gtk/gtkvbox.[ch]: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_box_new().
2008-10-06 Björn Lindqvist <bjourne@gmail.com>
Bug 539464 – gtk_cell_view_get_model is missing in GtkCellView
* gtk/gtkcellview.c (gtk_cell_view_get_model): Add
gtk_cell_view_get_model.
2008-10-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c (create_main_page): Show the tooltip
on the range entry itself, too.
2008-10-04 Tor Lillqvist <tml@novell.com>
Bug 132501 - Make utility window translate to tool window in win32
Implement the utility window type hint. Such windows are kept on
top of other windows of the same process. Makes GIMP's toolbox and
dock windows behave more like in GNOME under metacity. Apply the
same logic also to windows marked with the dialog window type
hint, and windows that are transient for some other window. I'll
call such windows "transient-type" below.
* gdk/win32/gdkevents-win32.c (doesnt_want_key): Drop unused
variables.
(ensure_stacking_on_unminimize)
(ensure_stacking_on_window_pos_changing)
(ensure_stacking_on_activate_app): New functions to implement the
desired stacking order. Make sure that a window that is not
transient-type stays below any transient-type windows of the
application. When activating a non-transient-type window make sure
it rises as high as possible while still staying below the lowest
transient-type window.
(gdk_event_translate): Call above functions on
WM_WINDOWPOSCHANGING, WM_ACTIVATEAPP and on WM_SIZE when
unminimizing. Improve debugging printout.
* gdk/win32/gdkwindow-win32.c (get_effective_window_decorations):
Handle utility windows like toolbar windows.
(gdk_window_new_internal) (update_style_bits): Give utility
windows the WS_EX_TOOLWINDOW extended style.
(gdk_window_set_title): If debugging "misc" or "events", make the
handle of top-level windows show up in their title bars. Very
useful when looking at debugging output.
(gdk_window_set_transient_for) (gdk_window_set_keep_above)
(gdk_window_set_keep_below) (gdk_window_set_modal_hint)
(gdk_window_set_skip_taskbar_hint)
(gdk_window_set_skip_pager_hint): Add and improve debugging
printout.
(gdk_window_set_type_hint): Print hint symbolically in GDK_NOTE().
2008-10-04 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkmain-win32.c (_gdk_win32_window_exstyle_to_string)
(_gdk_win32_window_pos_bits_to_string): New debugging printout
functions. Decode the WS_EX_* and SWP_* bits.
* gdk/win32/gdkprivate-win32.h: Declare them. Define
GDK_DEBUG_MISC_OR_EVENTS for use in GDK_NOTE() to match either
"misc" or "events".
2008-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some
debug output.
2008-10-02 Matthias Clasen <mclasen@redhat.com>
Bug 96431 – Can't cut and paste / DND within invisible entry
* gtk/gtkentry.c: Disable cut, copy and drag out of an invisible
entry. Proposed by Owen Taylor
2008-10-02 Matthias Clasen <mclasen@redhat.com>
Bug 530575 – GtkEntry with invisible chars has a confused cursor in
overwrite mode
* gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
in the layout when positioning the cursor, not the actual text
content of the entry. This makes a different when using overwrite
mode in an invisible entry.
Problem noticed by Jonathan Blandford
* gtk/gtktextutil.c: Fix a typo in a comment
2008-10-02 Christian Persch
Bug 554704 – gtkfilesystemmodel does too much work
* gtk/gtkfilesystemmodel.c: Replace g_slist_length()<1 check with a
simple NULL check.
2008-10-02 Christian Persch
Bug 554701 – filechooser spams console with useless warnings
* gtk/gtkfilesystem.c.c: Don't warn if the async call was simply
cancelled.
2008-10-02 Christian Persch
Bug 554698 – mem leak in filechooser
* gtk/gtkfilechooserdefault.c: Plug a mem leak.
2008-10-02 Christian Persch
Bug 554696 – invalid free function used
* gtk/gtkfilesystemmodel.c: Use the right free func.
2008-10-02 Christian Persch
Bug 554691 – mem leak in filechooser
* gtk/gtkfilesystemmodel.c: Plug a mem leak.
2008-10-02 Christian Persch
Bug 554690 – mem leak in filechooser
* gtk/gtkfilechooserdefault.c: Plug a mem leak.
2008-10-02 Michael Natterer <mitch@imendio.com>
Bug 553585 – Add orientation API to GtkRuler
* gtk/gtkruler.[ch]: implement the GtkOrientable interface and
swallow all code from GtkHRuler and GtkVRuler. Add gtk_ruler_new()
which takes a GtkOrientation argument.
* gtk/gtkhruler.c
* gtk/gtkvruler.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_ruler_new().
2008-10-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* docs/reference/gtk/gtk-sections.txt:
* gtk/gtk.symbols:
* gtk/gtkselection.c:
* gtk/gtkselection.h: Add gtk_selection_data_get_selection to
retrieve the sealed struct field GtkSelectionData.selection.
2008-10-01 Tor Lillqvist <tml@novell.com>
* gtk/gtkscalebutton.c: Don't #define _GNU_SOURCE on Windows as it
confuses newest mingw headers.
2008-10-01 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (gdk_keymap_get_caps_lock_state):
Implement trivially on Windows. Not sure if something more complex
is actually needed, more specifically whether the function needs
to differentiate between "Caps Lock" and "Shift Lock" semantics?
2008-10-01 Simos Xenitellis <simos@gnome.org>
Bug 554506 – combining diacritics broken, became deadkeys
* gtk/gtkimcontextsimple.c: added check if keysym is greater
than 0x1000000, in this case it is not a dead key.
2008-09-30 Michael Natterer <mitch@imendio.com>
Bug 553582 – Add orientation API to GtkSeparator
* gtk/gtkseparator.[ch]: implement the GtkOrientable interface and
swallow all code from GtkHSeparator and GtkVSeparator. Add
gtk_separator_new() which takes a GtkOrientation argument.
* gtk/gtkhseparator.c
* gtk/gtkvseparator.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_separator_new().
2008-09-30 Marek Kasik <mkasik@redhat.com>
Bug 344522 – support non-local destination files (GtkPrint):
* gtk/gtkprintunixdialog.c
* gtk/gtkprinteroptionwidget.c: Process URI instead of filename.
* modules/printbackends/file/gtkprintbackendfile.c: Add ability
to save files on non-local filesystems.
2008-09-30 Michael Natterer <mitch@imendio.com>
* gtk/gtk.symbols: forgot the G_GNUC_CONST of
gtk_orientable_get_type().
2008-09-30 Michael Natterer <mitch@imendio.com>
Bug 541009 – Get rid of separate subclasses for horizontal and
vertical orientation:
* gtk/Makefile.am
* gtk/gtk.symbols
* gtk/gtk.h
* gtk/gtkorientable.[ch]: add new interface GtkOrientable which
will be implemented by everything that can switch orientation.
2008-09-30 Christian Dywan <christian@imendio.com>
Fix a typo in the tutorial.
* docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 553086 – hard to see current immodule
* gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
Display the actually selected context in the system menuitem.
Complaint by Akira Tagoh.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 530568 – Entries with visibility=FALSE should warn for caps-lock
on
* gtk/gtkentry.c: Add a tooltip-like Caps Lock warning for
password entries. The warning is also triggered if an input method
is active. The warning can be turned off using the
GtkEntry::caps-lock-warning property.
Proposed by Owen Taylor
2008-09-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_get_context_id):
Add a getter for the the sealed context_id field.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.
* gdk/gdk.symbols:
* gdk/gdkkeys.[ch]: Add a new GdkKeymap::state-changed signal, and
a gdk_keymap_get_caps_lock_state function.
* gdk/x11/gdkkeys-x11.c: Implement it here. For now, only emit
state-changed when caps lock lockedness changes.
* gdk/x11/gdkdisplay-x11.c: Also select for modifier lock status
changes in the XkbSelectEventDetails call.
2008-09-29 Kristian Rietveld <kris@imendio.com>
Bug 487624 - Tooltips doesn't get updated if ther's no mouse motion
over widget
* gtk/gtkwidget.c (gtk_widget_set_property): after updating
tooltip text or markup, call gtk_widget_trigger_tooltip_query()
so that existing visible tooltips are updated.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 371908 – Password Entry broken
Bug 317002 – Disable input method completely in GtkEntry when it's
in invisible mode.
* gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
properly when invisible.
* gtk/gtkentry.c (gtk_entry_create_layout): Show preedit even if
invisible.
* gtk/gtkentry.c (gtk_entry_set_visibility): Don't disable input
methods when making the entry invisible.
2008-09-29 Emmanuele Bassi <ebassi@linux.intel.com>
* gdk/x11/gdkinput.c:
(gdk_device_class_init), (gdk_device_finalize): Correctly chain
up the finalize implementation.
2008-09-29 Richard Hult <richard@imendio.com>
Bug 554141 – uninitialized data use/free in gtkclipboard-quartz.c
* gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
Patch from Jon A. Cruz to initialize the allocated selection data.
2008-09-27 Matthias Clasen <mclasen@redhat.com>
Bug 339367 – Incorrect spotlocation
* modules/input/gtkimcontextxim.c: Correct the spot location
for on-the-spot style.
2008-09-27 Denis Washington <denisw@svn.gnome.org>
* gtk/gtkiconview.c: only draw keyboard focus when keyboard navigation
is used, like GtkTreeView. (Bug #553575)
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real
transparency
* gtk/gtktrayicon-x11.c: Add support for the _NET_SYSTEM_TRAY_VISUAL
property described in
http://lists.freedesktop.org/archives/xdg/2008-September/009919.html
If _NET_SYSTEM_TRAY_VISUAL is a visual with an alpha channel, the
parent-relative-background hack is skipped and we draw with a real
transparent background.
* gtk/gtkrc.c: Remove the default GtkTrayIcon style, since the
parent-relative background is now set when realizing the tray
icon.
Patch by Owen Taylor
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 552956 – Should check composite extension version
* gdk/x11/gdkdisplay-x11.c: Check that the version of the
composite extension is at least 0.4.
Patch by Owen Taylor
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553803 – eventually call XCloseDevice on XOpenDevice results
* gdk/x11/gdkinput.c: Add a finalize function for device objects,
and call XCloseDevice there.
* gdk/x11/gdkinput-x11.c:
* gdk/x11/gdkdisplay-x11.c: Move freeing of device objects to
the finalize function.
Patch by Caolan McNamara
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553578 - tabs are not drawn correctly
* gtk/gtknotebook.c: Track the visibility state of notebook tabs
between allocations so that we know to redraw the tab labels if
tabs are hidden and shown without changing position.
Reported by Marek Kašík, patch by Owen Taylor.
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553133 – GtkFileChooser won't ask to mount a volume
Bug 553211 – GtkFileChooserButton unsets filter after first use
* gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use
a GtkMountOperation when mounting, so that we get a password
dialog when required.
* gtk/gtkfilechooserdefault.c (show_and_select_files): Also
get the content-type, since it is used later on.
Pointed out by Davyd Madeley.
2008-09-26 Cody Russell <bratsche@gnome.org>
Bug 553917 – Typo in gdkwindow-win32.c
* gdk/win32/gdkwindow-win32.c: Fixed a typo in
update_system_menu(). Changed GDK_DECOR_ALL to GDK_FUNC_ALL.
Reported by Richard Hult
2008-09-25 Marek Kasik <mkasik@redhat.com>
Bug 553241 – double freed pointer in lpr_write cause firefox3 crash
* modules/printbackends/lpr/gtkprintbackendlpr.c:
The redundant freeing of memory was removed.
Patch by Chris Wang
2008-09-25 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
don't unref the file system backend, the newly added
unset_file_system_backend() already does this (bug #553135).
2008-09-24 Michael Natterer <mitch@imendio.com>
* gtk/gtkeventbox.c: events return gboolean not gint, reindented
static prototypes.
2008-09-24 Johan Dahlin <johan@gnome.org>
Bug 553385 – gtk-builder-convert creates untranslated combobox models
* gtk/gtk-builder-convert: Set the translatable property on
col tags for converted combos.
2008-09-24 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
share/aclocal and share/gtk-doc instead of trying to list
individual files or subdirectories. We had missed gail.pc, for
instance.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 538782 – Make GtkMenu's arrow size themable
* gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
Implement "arrow-scaling" style property in GtkMenu.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 408244 – add GtkDialog::content-area-spacing
* gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
(_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
* gtk/gtkbox.h:
* gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
Implement "content-area-spacing" style property in GtkDialog
and internal helper _gtk_box_get_spacing_set in GtkBox.
Patch by Tim Janik, Sven Herzberg and myself.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 541391 – Unfocussable Treeview swallows focus
* gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
(gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
2008-09-24 Denis Washington <denisw@svn.gnome.org>
* gtk/gtkiconview.c: draw focus as a rectangle around the
complete item, not just the text. (Bug #38254)
2008-09-23 Michael Natterer <mitch@imendio.com>
* gtk/gtkobject.c
* gtk/gtksignal.[ch]: s/GtkType/GType/ and
s/GtkSignalMarshaller/GSignalCMarshaller/.
2008-09-23 Michael Natterer <mitch@imendio.com>
* gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
variable and fix indentation.
2008-09-23 Michael Natterer <mitch@imendio.com>
* gtk/gtkclist.h
* gtk/gtkctree.h
* gtk/gtklist.h
* gtk/gtklistitem.h
* gtk/gtkobject.h
* gtk/gtkoldeditable.h
* gtk/gtkpixmap.h
* gtk/gtkpreview.h
* gtk/gtktext.h
* gtk/gtktipsquery.h
* gtk/gtktree.h
* gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
in all deprecated headers.
2008-09-22 Matthias Clasen <mclasen@redhat.com>
Bug 553135 – eog crash: assertion failed. Gtk error:
shortcuts_remove_rows: code should not be reached
* gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem
signals when we are destroyed, in order to avoid nasty surprises.
Patch by Claudio Saavedra
2008-09-22 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 552789 – Show size column in the search and recently used
files modes
* gtk/gtkfilechooserdefault.c: Display the file size column
when in OPERATION_MODE_SEARCH. This removes a stat() call
and simplifies the code a little bit by changing the query
for file informations for each search engine hit.
2008-09-22 Michael Natterer <mitch@imendio.com>
* gtk/gtksignal.[ch]
* gtk/gtkclist.c
* gtk/gtklist.c
* gtk/gtkmain.c
* gtk/gtktext.c
* gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
2008-09-22 Frederic Crozat <fcrozat@mandriva.com>
* gtk/gtkfilesystem.c: use the correct gi18n header.
Fixes bug #553000.
2008-09-22 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
append(), prepend() and insert() functions and recommend to use
gtk_toolbar_insert() instead. Use GCallback instead of
GtkSignalFunc even in deprecated API.
2008-09-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
leak a GFile.
2008-09-19 Owen Taylor <otaylor@redhat.com>
Small cleanups to debug messages for GtkPlug/GtkSocket
* gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
* gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
messages.
2008-09-19 Carlos Garnacho <carlos@imendio.com>
Bug 83935 – GtkEntry's default invisible char should be U+25CF
* gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
more suitable invisible char than '*' based on the used font.
(gtk_entry_class_init) (gtk_entry_set_property)
(gtk_entry_get_property): Add a "invisible-char-set" property.
(gtk_entry_unset_invisible_char): New function, needed now that the
default invisible char isn't fixed.
* gtk/gtkentry.h:
* gtk/gtk.symbols:
* docs/reference/gtk/gtk-sections.txt: Add the new function.
2008-09-19 Christian Persch <chpe@gnome.org>
Bug 552837 – mem leak in gtkimmulticontext
* gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
leak.
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
* gtk/gtkfilechooserdefault.c (settings_save): Save the size column
visibility state with the rest of the FileChooser settings.
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 325095 – show a 'size' column
* gtk/gtkfilechooserdefault.c:
* gtk/gtkfilechooserprivate.h: Add a context menu item controlling
the visibility of the file size column. This works only for the
browse mode, and the column is not visible by default.
* gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
settings file.
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/*: Revert most of previous patch, as
it didn't work as expected; Some work toward #531086 - the new
GtkTooltip widget doesn't theme properly on win32. Now, at least
the background color seems okay
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/*: MS Windows style should use
pango_win32_font_description_from_logfont; Allows us to rip out a
lot of potentially buggy code, and also get the font specification
from the XP theme (#434987)
2008-09-18 Matthias Clasen <mclasen@redhat.com>
* configure.in: updated version number to 2.15.0 for development.
* ChangeLog.pre-2-14: rotate ChangeLog
=== Branch for 2.14 ===
2009-03-15 15:01:37 +01:00
|
|
|
share/gtk-2.0/demo/search_entry.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/sizegroup.c
|
2010-05-31 19:34:33 +02:00
|
|
|
share/gtk-2.0/demo/spinner.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/stock_browser.c
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
share/gtk-2.0/demo/textscroll.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/textview.c
|
2010-05-31 19:34:33 +02:00
|
|
|
share/gtk-2.0/demo/toolpalette.c
|
2002-03-24 21:34:36 +01:00
|
|
|
share/gtk-2.0/demo/tree_store.c
|
2004-04-01 20:15:41 +02:00
|
|
|
share/gtk-2.0/demo/ui_manager.c
|
2008-10-16 13:10:06 +02:00
|
|
|
share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html
|
|
|
|
share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html
|
|
|
|
share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2
|
|
|
|
share/gtk-doc/html/gail-libgail-util/home.png
|
|
|
|
share/gtk-doc/html/gail-libgail-util/index.html
|
|
|
|
share/gtk-doc/html/gail-libgail-util/index.sgml
|
|
|
|
share/gtk-doc/html/gail-libgail-util/left.png
|
|
|
|
share/gtk-doc/html/gail-libgail-util/libgail-util-main.html
|
|
|
|
share/gtk-doc/html/gail-libgail-util/right.png
|
|
|
|
share/gtk-doc/html/gail-libgail-util/style.css
|
|
|
|
share/gtk-doc/html/gail-libgail-util/up.png
|
2012-12-15 13:49:29 +01:00
|
|
|
share/gtk-doc/html/gdk2/GdkDisplay.html
|
|
|
|
share/gtk-doc/html/gdk2/GdkDisplayManager.html
|
|
|
|
share/gtk-doc/html/gdk2/GdkScreen.html
|
|
|
|
share/gtk-doc/html/gdk2/X_cursor.png
|
|
|
|
share/gtk-doc/html/gdk2/annotation-glossary.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-10.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-12.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-14.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-16.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-18.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-2.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-20.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-22.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-4.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-6.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-2-8.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-deprecated.html
|
|
|
|
share/gtk-doc/html/gdk2/api-index-full.html
|
|
|
|
share/gtk-doc/html/gdk2/arrow.png
|
|
|
|
share/gtk-doc/html/gdk2/based_arrow_down.png
|
|
|
|
share/gtk-doc/html/gdk2/based_arrow_up.png
|
|
|
|
share/gtk-doc/html/gdk2/boat.png
|
|
|
|
share/gtk-doc/html/gdk2/bogosity.png
|
|
|
|
share/gtk-doc/html/gdk2/bottom_left_corner.png
|
|
|
|
share/gtk-doc/html/gdk2/bottom_right_corner.png
|
|
|
|
share/gtk-doc/html/gdk2/bottom_side.png
|
|
|
|
share/gtk-doc/html/gdk2/bottom_tee.png
|
|
|
|
share/gtk-doc/html/gdk2/box_spiral.png
|
|
|
|
share/gtk-doc/html/gdk2/center_ptr.png
|
|
|
|
share/gtk-doc/html/gdk2/circle.png
|
|
|
|
share/gtk-doc/html/gdk2/clock.png
|
|
|
|
share/gtk-doc/html/gdk2/coffee_mug.png
|
|
|
|
share/gtk-doc/html/gdk2/cross.png
|
|
|
|
share/gtk-doc/html/gdk2/cross_reverse.png
|
|
|
|
share/gtk-doc/html/gdk2/crosshair.png
|
|
|
|
share/gtk-doc/html/gdk2/diamond_cross.png
|
|
|
|
share/gtk-doc/html/gdk2/dot.png
|
|
|
|
share/gtk-doc/html/gdk2/dotbox.png
|
|
|
|
share/gtk-doc/html/gdk2/double_arrow.png
|
|
|
|
share/gtk-doc/html/gdk2/draft_large.png
|
|
|
|
share/gtk-doc/html/gdk2/draft_small.png
|
|
|
|
share/gtk-doc/html/gdk2/draped_box.png
|
|
|
|
share/gtk-doc/html/gdk2/exchange.png
|
|
|
|
share/gtk-doc/html/gdk2/fleur.png
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Application-launching.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Cairo-Interaction.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Cursors.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Event-Structures.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Events.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Fonts.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-GdkRGB.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-General.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Images.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Input-Devices.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Input.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Pixbufs.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Selections.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Testing.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Threads.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Visuals.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-Windows.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html
|
|
|
|
share/gtk-doc/html/gdk2/gdk2.devhelp2
|
|
|
|
share/gtk-doc/html/gdk2/gobbler.png
|
|
|
|
share/gtk-doc/html/gdk2/gumby.png
|
|
|
|
share/gtk-doc/html/gdk2/hand1.png
|
|
|
|
share/gtk-doc/html/gdk2/hand2.png
|
|
|
|
share/gtk-doc/html/gdk2/heart.png
|
|
|
|
share/gtk-doc/html/gdk2/home.png
|
|
|
|
share/gtk-doc/html/gdk2/icon.png
|
|
|
|
share/gtk-doc/html/gdk2/index.html
|
|
|
|
share/gtk-doc/html/gdk2/index.sgml
|
|
|
|
share/gtk-doc/html/gdk2/iron_cross.png
|
|
|
|
share/gtk-doc/html/gdk2/left.png
|
|
|
|
share/gtk-doc/html/gdk2/left_ptr.png
|
|
|
|
share/gtk-doc/html/gdk2/left_side.png
|
|
|
|
share/gtk-doc/html/gdk2/left_tee.png
|
|
|
|
share/gtk-doc/html/gdk2/leftbutton.png
|
|
|
|
share/gtk-doc/html/gdk2/ll_angle.png
|
|
|
|
share/gtk-doc/html/gdk2/lr_angle.png
|
|
|
|
share/gtk-doc/html/gdk2/man.png
|
|
|
|
share/gtk-doc/html/gdk2/middlebutton.png
|
|
|
|
share/gtk-doc/html/gdk2/mouse.png
|
|
|
|
share/gtk-doc/html/gdk2/multihead.html
|
|
|
|
share/gtk-doc/html/gdk2/pencil.png
|
|
|
|
share/gtk-doc/html/gdk2/pirate.png
|
|
|
|
share/gtk-doc/html/gdk2/plus.png
|
|
|
|
share/gtk-doc/html/gdk2/question_arrow.png
|
|
|
|
share/gtk-doc/html/gdk2/reference.html
|
|
|
|
share/gtk-doc/html/gdk2/right.png
|
|
|
|
share/gtk-doc/html/gdk2/right_ptr.png
|
|
|
|
share/gtk-doc/html/gdk2/right_side.png
|
|
|
|
share/gtk-doc/html/gdk2/right_tee.png
|
|
|
|
share/gtk-doc/html/gdk2/rightbutton.png
|
|
|
|
share/gtk-doc/html/gdk2/rotated-text.png
|
|
|
|
share/gtk-doc/html/gdk2/rtl_logo.png
|
|
|
|
share/gtk-doc/html/gdk2/sailboat.png
|
|
|
|
share/gtk-doc/html/gdk2/sb_down_arrow.png
|
|
|
|
share/gtk-doc/html/gdk2/sb_h_double_arrow.png
|
|
|
|
share/gtk-doc/html/gdk2/sb_left_arrow.png
|
|
|
|
share/gtk-doc/html/gdk2/sb_right_arrow.png
|
|
|
|
share/gtk-doc/html/gdk2/sb_up_arrow.png
|
|
|
|
share/gtk-doc/html/gdk2/sb_v_double_arrow.png
|
|
|
|
share/gtk-doc/html/gdk2/shuttle.png
|
|
|
|
share/gtk-doc/html/gdk2/sizing.png
|
|
|
|
share/gtk-doc/html/gdk2/spider.png
|
|
|
|
share/gtk-doc/html/gdk2/spraycan.png
|
|
|
|
share/gtk-doc/html/gdk2/star.png
|
|
|
|
share/gtk-doc/html/gdk2/style.css
|
|
|
|
share/gtk-doc/html/gdk2/target.png
|
|
|
|
share/gtk-doc/html/gdk2/tcross.png
|
|
|
|
share/gtk-doc/html/gdk2/top_left_arrow.png
|
|
|
|
share/gtk-doc/html/gdk2/top_left_corner.png
|
|
|
|
share/gtk-doc/html/gdk2/top_right_corner.png
|
|
|
|
share/gtk-doc/html/gdk2/top_side.png
|
|
|
|
share/gtk-doc/html/gdk2/top_tee.png
|
|
|
|
share/gtk-doc/html/gdk2/trek.png
|
|
|
|
share/gtk-doc/html/gdk2/ul_angle.png
|
|
|
|
share/gtk-doc/html/gdk2/umbrella.png
|
|
|
|
share/gtk-doc/html/gdk2/up.png
|
|
|
|
share/gtk-doc/html/gdk2/ur_angle.png
|
|
|
|
share/gtk-doc/html/gdk2/watch.png
|
|
|
|
share/gtk-doc/html/gdk2/xterm.png
|
|
|
|
share/gtk-doc/html/gtk2/AbstractObjects.html
|
|
|
|
share/gtk-doc/html/gtk2/Actions.html
|
|
|
|
share/gtk-doc/html/gtk2/Builder.html
|
|
|
|
share/gtk-doc/html/gtk2/ButtonWidgets.html
|
|
|
|
share/gtk-doc/html/gtk2/DeprecatedObjects.html
|
|
|
|
share/gtk-doc/html/gtk2/DisplayWidgets.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkAboutDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkAccelLabel.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkAccessible.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkAction.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkActionGroup.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkActivatable.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkAdjustment.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkAlignment.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkArrow.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkAspectFrame.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkAssistant.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkBin.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkBox.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkBuildable.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkBuilder.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkButtonBox.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCList.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCTree.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCalendar.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellEditable.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellLayout.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellRenderer.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellRendererAccel.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellRendererCombo.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellRendererProgress.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellRendererSpin.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellRendererText.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellRendererToggle.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCellView.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCheckButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkColorButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkColorSelection.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCombo.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkComboBox.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkComboBoxEntry.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkComboBoxText.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkContainer.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkCurve.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkDrawingArea.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkEditable.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkEntry.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkEntryBuffer.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkEntryCompletion.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkEventBox.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkExpander.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkFileChooser.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkFileChooserButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkFileChooserDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkFileChooserWidget.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkFileSelection.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkFixed.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkFontButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkFontSelection.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkFrame.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkGammaCurve.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkHBox.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkHButtonBox.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkHPaned.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkHRuler.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkHSV.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkHScale.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkHScrollbar.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkHSeparator.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkHandleBox.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkIMContext.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkIMContextSimple.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkIMMulticontext.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkIconTheme.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkIconView.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkImage.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkImageMenuItem.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkInfoBar.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkInputDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkInvisible.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkItem.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkItemFactory.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkLabel.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkLayout.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkLinkButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkList.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkListItem.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkListStore.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkMenu.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkMenuBar.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkMenuItem.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkMenuShell.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkMenuToolButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkMessageDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkMisc.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkNotebook.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkObject.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkOffscreenWindow.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkOldEditable.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkOptionMenu.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPageSetup.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPaned.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPaperSize.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPixmap.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPlug.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPreview.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPrintContext.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPrintJob.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPrintSettings.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkPrinter.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkProgress.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkProgressBar.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRadioAction.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRadioButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRadioMenuItem.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRadioToolButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRange.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRecentAction.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRecentChooser.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRecentFilter.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRecentManager.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkRuler.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkScale.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkScaleButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkScrollbar.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkScrolledWindow.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkSeparator.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkSettings.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkSizeGroup.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkSocket.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkSpinButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkSpinner.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkStatusIcon.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkStatusbar.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkStyle.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTable.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkText.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTextBuffer.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTextIter.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTextMark.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTextTag.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTextTagTable.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTextView.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTipsQuery.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkToggleAction.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkToggleButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkToggleToolButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkToolButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkToolItem.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkToolItemGroup.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkToolPalette.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkToolShell.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkToolbar.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTooltip.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTooltips.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTree.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTreeItem.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTreeModel.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTreeModelFilter.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTreeModelSort.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTreeSelection.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTreeSortable.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTreeStore.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTreeView.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkTreeViewColumn.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkUIManager.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkVBox.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkVButtonBox.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkVPaned.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkVRuler.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkVScale.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkVScrollbar.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkVSeparator.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkViewport.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkVolumeButton.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkWidget.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkWindow.html
|
|
|
|
share/gtk-doc/html/gtk2/GtkWindowGroup.html
|
|
|
|
share/gtk-doc/html/gtk2/LayoutContainers.html
|
|
|
|
share/gtk-doc/html/gtk2/MenusAndCombos.html
|
|
|
|
share/gtk-doc/html/gtk2/MiscObjects.html
|
|
|
|
share/gtk-doc/html/gtk2/NumericEntry.html
|
|
|
|
share/gtk-doc/html/gtk2/Ornaments.html
|
|
|
|
share/gtk-doc/html/gtk2/PlugSocket.html
|
|
|
|
share/gtk-doc/html/gtk2/Printing.html
|
|
|
|
share/gtk-doc/html/gtk2/RecentDocuments.html
|
|
|
|
share/gtk-doc/html/gtk2/ScrollingWidgets.html
|
|
|
|
share/gtk-doc/html/gtk2/SelectorWidgets.html
|
|
|
|
share/gtk-doc/html/gtk2/SpecialObjects.html
|
|
|
|
share/gtk-doc/html/gtk2/TextWidget.html
|
|
|
|
share/gtk-doc/html/gtk2/TextWidgetObjects.html
|
|
|
|
share/gtk-doc/html/gtk2/TreeWidget.html
|
|
|
|
share/gtk-doc/html/gtk2/TreeWidgetObjects.html
|
|
|
|
share/gtk-doc/html/gtk2/WindowWidgets.html
|
|
|
|
share/gtk-doc/html/gtk2/aboutdialog.png
|
|
|
|
share/gtk-doc/html/gtk2/accel-label.png
|
|
|
|
share/gtk-doc/html/gtk2/annotation-glossary.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-10.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-12.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-14.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-16.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-18.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-2.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-20.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-22.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-24.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-4.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-6.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-2-8.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-deprecated.html
|
|
|
|
share/gtk-doc/html/gtk2/api-index-full.html
|
|
|
|
share/gtk-doc/html/gtk2/application-exit.png
|
|
|
|
share/gtk-doc/html/gtk2/assistant.png
|
|
|
|
share/gtk-doc/html/gtk2/button.png
|
|
|
|
share/gtk-doc/html/gtk2/ch01.html
|
|
|
|
share/gtk-doc/html/gtk2/ch02.html
|
|
|
|
share/gtk-doc/html/gtk2/chap-drawing-model.html
|
|
|
|
share/gtk-doc/html/gtk2/check-button.png
|
|
|
|
share/gtk-doc/html/gtk2/checklist-gdkeventexpose-region.html
|
|
|
|
share/gtk-doc/html/gtk2/checklist-modifiers.html
|
|
|
|
share/gtk-doc/html/gtk2/checklist-named-icons.html
|
|
|
|
share/gtk-doc/html/gtk2/color-button.png
|
|
|
|
share/gtk-doc/html/gtk2/colorsel.png
|
|
|
|
share/gtk-doc/html/gtk2/combo-box-entry.png
|
|
|
|
share/gtk-doc/html/gtk2/combo-box.png
|
|
|
|
share/gtk-doc/html/gtk2/decorating-the-assistant-pages.html
|
|
|
|
share/gtk-doc/html/gtk2/dialog-error.png
|
|
|
|
share/gtk-doc/html/gtk2/dialog-information.png
|
|
|
|
share/gtk-doc/html/gtk2/dialog-password.png
|
|
|
|
share/gtk-doc/html/gtk2/dialog-question.png
|
|
|
|
share/gtk-doc/html/gtk2/dialog-warning.png
|
|
|
|
share/gtk-doc/html/gtk2/document-new.png
|
|
|
|
share/gtk-doc/html/gtk2/document-open.png
|
|
|
|
share/gtk-doc/html/gtk2/document-print-preview.png
|
|
|
|
share/gtk-doc/html/gtk2/document-print.png
|
|
|
|
share/gtk-doc/html/gtk2/document-properties.png
|
|
|
|
share/gtk-doc/html/gtk2/document-revert-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/document-revert-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/document-save-as.png
|
|
|
|
share/gtk-doc/html/gtk2/document-save.png
|
|
|
|
share/gtk-doc/html/gtk2/drive-harddisk.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-clear.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-copy.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-cut.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-delete.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-find-replace.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-find.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-paste.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-redo-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-redo-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-select-all.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-undo-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/edit-undo-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/entry.png
|
|
|
|
share/gtk-doc/html/gtk2/figure-hierarchical-drawing.png
|
|
|
|
share/gtk-doc/html/gtk2/figure-windowed-label.png
|
|
|
|
share/gtk-doc/html/gtk2/file-button.png
|
|
|
|
share/gtk-doc/html/gtk2/filechooser.png
|
|
|
|
share/gtk-doc/html/gtk2/folder.png
|
|
|
|
share/gtk-doc/html/gtk2/font-button.png
|
|
|
|
share/gtk-doc/html/gtk2/fontsel.png
|
|
|
|
share/gtk-doc/html/gtk2/format-indent-less-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/format-indent-less-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/format-indent-more-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/format-indent-more-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/format-justify-center.png
|
|
|
|
share/gtk-doc/html/gtk2/format-justify-fill.png
|
|
|
|
share/gtk-doc/html/gtk2/format-justify-left.png
|
|
|
|
share/gtk-doc/html/gtk2/format-justify-right.png
|
|
|
|
share/gtk-doc/html/gtk2/format-text-bold.png
|
|
|
|
share/gtk-doc/html/gtk2/format-text-italic.png
|
|
|
|
share/gtk-doc/html/gtk2/format-text-strikethrough.png
|
|
|
|
share/gtk-doc/html/gtk2/format-text-underline.png
|
|
|
|
share/gtk-doc/html/gtk2/frame.png
|
|
|
|
share/gtk-doc/html/gtk2/glossary.html
|
|
|
|
share/gtk-doc/html/gtk2/go-bottom.png
|
|
|
|
share/gtk-doc/html/gtk2/go-down.png
|
|
|
|
share/gtk-doc/html/gtk2/go-first-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/go-first-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/go-home.png
|
|
|
|
share/gtk-doc/html/gtk2/go-jump-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/go-jump-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/go-last-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/go-last-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/go-next-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/go-next-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/go-previous-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/go-previous-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/go-top.png
|
|
|
|
share/gtk-doc/html/gtk2/go-up.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-apply.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-builder-convert.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-building.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-cancel.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-caps-lock-warning.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-changes-1-2.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-changes-2-0.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-color-picker.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-compiling.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-connect.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-convert.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-directfb.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-disconnect.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-dnd-multiple.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-dnd.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-edit.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-font.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-index.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-ClientSideWindows.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-GtkAction.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-GtkAssistant.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-GtkBuilder.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-GtkFileChooser.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-checklist.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-label-links.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-no.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-ok.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-orientation-landscape.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-orientation-portrait.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-orientation-reverse-landscape.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-orientation-reverse-portrait.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-osx.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-page-setup.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-preferences.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-query-immodules-2.0.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-question-index.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-resources.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-running.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-select-color.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-undelete-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-undelete-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk-update-icon-cache.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-windows.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-x11.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk-yes.png
|
|
|
|
share/gtk-doc/html/gtk2/gtk.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Bindings.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Clipboards.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-General.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Orientable.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Resource-Files.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Selections.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Signals.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Standard-Enumerations.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Stock-Items.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Testing.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-Types.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html
|
|
|
|
share/gtk-doc/html/gtk2/gtk2.devhelp2
|
|
|
|
share/gtk-doc/html/gtk2/gtkbase.html
|
|
|
|
share/gtk-doc/html/gtk2/gtkfilechooser-installing-extra-widgets.html
|
|
|
|
share/gtk-doc/html/gtk2/gtkfilechooser-installing-preview.html
|
|
|
|
share/gtk-doc/html/gtk2/gtkfilechooser-new-features.html
|
|
|
|
share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html
|
|
|
|
share/gtk-doc/html/gtk2/gtkobjects.html
|
|
|
|
share/gtk-doc/html/gtk2/gtkrecent-advanced.html
|
|
|
|
share/gtk-doc/html/gtk2/gtkrecent-chooser.html
|
|
|
|
share/gtk-doc/html/gtk2/help-about.png
|
|
|
|
share/gtk-doc/html/gtk2/help-contents.png
|
|
|
|
share/gtk-doc/html/gtk2/home.png
|
|
|
|
share/gtk-doc/html/gtk2/icon-view.png
|
|
|
|
share/gtk-doc/html/gtk2/image-missing.png
|
|
|
|
share/gtk-doc/html/gtk2/image.png
|
|
|
|
share/gtk-doc/html/gtk2/index.html
|
|
|
|
share/gtk-doc/html/gtk2/index.sgml
|
|
|
|
share/gtk-doc/html/gtk2/label.png
|
|
|
|
share/gtk-doc/html/gtk2/layout-btlr.png
|
|
|
|
share/gtk-doc/html/gtk2/layout-btrl.png
|
|
|
|
share/gtk-doc/html/gtk2/layout-lrbt.png
|
|
|
|
share/gtk-doc/html/gtk2/layout-lrtb.png
|
|
|
|
share/gtk-doc/html/gtk2/layout-rlbt.png
|
|
|
|
share/gtk-doc/html/gtk2/layout-rltb.png
|
|
|
|
share/gtk-doc/html/gtk2/layout-tblr.png
|
|
|
|
share/gtk-doc/html/gtk2/layout-tbrl.png
|
|
|
|
share/gtk-doc/html/gtk2/left.png
|
|
|
|
share/gtk-doc/html/gtk2/link-button.png
|
|
|
|
share/gtk-doc/html/gtk2/list-add.png
|
|
|
|
share/gtk-doc/html/gtk2/list-and-tree.png
|
|
|
|
share/gtk-doc/html/gtk2/list-remove.png
|
|
|
|
share/gtk-doc/html/gtk2/media-floppy.png
|
|
|
|
share/gtk-doc/html/gtk2/media-optical.png
|
|
|
|
share/gtk-doc/html/gtk2/media-playback-pause.png
|
|
|
|
share/gtk-doc/html/gtk2/media-playback-start-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/media-playback-start-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/media-playback-stop.png
|
|
|
|
share/gtk-doc/html/gtk2/media-record.png
|
|
|
|
share/gtk-doc/html/gtk2/media-seek-backward-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/media-seek-backward-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/media-seek-forward-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/media-seek-forward-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/media-skip-backward-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/media-skip-backward-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/media-skip-forward-ltr.png
|
|
|
|
share/gtk-doc/html/gtk2/media-skip-forward-rtl.png
|
|
|
|
share/gtk-doc/html/gtk2/menubar.png
|
|
|
|
share/gtk-doc/html/gtk2/messagedialog.png
|
|
|
|
share/gtk-doc/html/gtk2/migrating-GtkCombo.html
|
|
|
|
share/gtk-doc/html/gtk2/migrating-gnomeuiinfo.html
|
|
|
|
share/gtk-doc/html/gtk2/migrating.html
|
|
|
|
share/gtk-doc/html/gtk2/multiline-text.png
|
|
|
|
share/gtk-doc/html/gtk2/network-idle.png
|
|
|
|
share/gtk-doc/html/gtk2/new-features-GtkComboBox.html
|
|
|
|
share/gtk-doc/html/gtk2/notebook.png
|
|
|
|
share/gtk-doc/html/gtk2/pagesetupdialog.png
|
|
|
|
share/gtk-doc/html/gtk2/panes.png
|
|
|
|
share/gtk-doc/html/gtk2/printdialog.png
|
|
|
|
share/gtk-doc/html/gtk2/printer-error.png
|
|
|
|
share/gtk-doc/html/gtk2/printer-info.png
|
|
|
|
share/gtk-doc/html/gtk2/printer-paused.png
|
|
|
|
share/gtk-doc/html/gtk2/printer-warning.png
|
|
|
|
share/gtk-doc/html/gtk2/process-stop.png
|
|
|
|
share/gtk-doc/html/gtk2/progressbar.png
|
|
|
|
share/gtk-doc/html/gtk2/pt05.html
|
|
|
|
share/gtk-doc/html/gtk2/radio-group.png
|
|
|
|
share/gtk-doc/html/gtk2/recentchooserdialog.png
|
|
|
|
share/gtk-doc/html/gtk2/right.png
|
|
|
|
share/gtk-doc/html/gtk2/scales.png
|
|
|
|
share/gtk-doc/html/gtk2/scrolledwindow.png
|
|
|
|
share/gtk-doc/html/gtk2/separator.png
|
|
|
|
share/gtk-doc/html/gtk2/setting-the-page-flow.html
|
|
|
|
share/gtk-doc/html/gtk2/spinbutton.png
|
|
|
|
share/gtk-doc/html/gtk2/spinner.png
|
|
|
|
share/gtk-doc/html/gtk2/statusbar.png
|
|
|
|
share/gtk-doc/html/gtk2/style.css
|
|
|
|
share/gtk-doc/html/gtk2/system-run.png
|
|
|
|
share/gtk-doc/html/gtk2/text-x-generic.png
|
|
|
|
share/gtk-doc/html/gtk2/toggle-button.png
|
|
|
|
share/gtk-doc/html/gtk2/toolbar.png
|
|
|
|
share/gtk-doc/html/gtk2/toolpalette.png
|
|
|
|
share/gtk-doc/html/gtk2/tools-check-spelling.png
|
|
|
|
share/gtk-doc/html/gtk2/tree-view-coordinates.png
|
|
|
|
share/gtk-doc/html/gtk2/ui-manager.html
|
|
|
|
share/gtk-doc/html/gtk2/up.png
|
|
|
|
share/gtk-doc/html/gtk2/view-fullscreen.png
|
|
|
|
share/gtk-doc/html/gtk2/view-refresh.png
|
|
|
|
share/gtk-doc/html/gtk2/view-restore.png
|
|
|
|
share/gtk-doc/html/gtk2/view-sort-ascending.png
|
|
|
|
share/gtk-doc/html/gtk2/view-sort-descending.png
|
|
|
|
share/gtk-doc/html/gtk2/volumebutton.png
|
|
|
|
share/gtk-doc/html/gtk2/window-close.png
|
|
|
|
share/gtk-doc/html/gtk2/window.png
|
|
|
|
share/gtk-doc/html/gtk2/zoom-fit-best.png
|
|
|
|
share/gtk-doc/html/gtk2/zoom-in.png
|
|
|
|
share/gtk-doc/html/gtk2/zoom-original.png
|
|
|
|
share/gtk-doc/html/gtk2/zoom-out.png
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/af/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/af/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/am/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/am/LC_MESSAGES/gtk20.mo
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
share/locale/ang/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ang/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/ar/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ar/LC_MESSAGES/gtk20.mo
|
2007-10-27 14:17:06 +02:00
|
|
|
share/locale/as/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/as/LC_MESSAGES/gtk20.mo
|
2009-01-12 03:08:46 +01:00
|
|
|
share/locale/ast/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ast/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/az/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/az/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/az_IR/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/be/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/be/LC_MESSAGES/gtk20.mo
|
2007-03-20 16:46:32 +01:00
|
|
|
share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/be@latin/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/bg/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/bg/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/bn/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/bn/LC_MESSAGES/gtk20.mo
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/bn_IN/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/br/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/br/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/bs/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/bs/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ca/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ca/LC_MESSAGES/gtk20.mo
|
2008-06-13 12:36:09 +02:00
|
|
|
share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ca@valencia/LC_MESSAGES/gtk20.mo
|
Update gtk2+ to 2.16.0.
Changes:
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.0 ===
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* configure.in: Bump version to 2.16.0
2009-03-11 Matthias Clasen <mclasen@redhat.com>
Bug 572455 – GtkEntry window layed out wrong if the widget has focus
* gtk/gtkentry.c: Fix problems with window positioning. Reported
by Benjamin Berg.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 573067 - Intra-app dnd of text behavior on Windows is wrong
* gdk/win32/gdkdnd-win32.c (local_send_motion) (gdk_drag_motion):
The default action should be move, not copy. Tweak how the
GdkDragAction fields in GdkDragContexts are changed. Seems to help
the problem.
Add more debugging printout for --gdk-debug=dnd to many functions.
* gdk/win32/gdkmain-win32.c
* gdk/win32/gdkprivate-win32.h: (_gdk_win32_drag_protocol_to_string)
(_gdk_win32_drag_action_to_string): New functions for use in
debugging printouts.
2009-03-11 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkdnd-win32.c: Use G_DEFINE_TYPE. Some debugging
printout changes. Hacking on the OLE2_DND code, which still
doesn't work, though, and is not normally compiled.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 570896 - gdkevents-win32.c(2947) : error C4053: one void
operand for '?:'
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix
compilation error with MSVC. While at it add clarifying comments
and fix a typo in the debugging output.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 574794 - Can not resize shaped windows on Windows
* gdk/win32/gdkevents-win32.c (gdk_event_translate): On handling
WM_WINDOWPOSCHANGED, don't do anything if the position and size
hasn't changed. I am not exactly sure I understand why this helps
this particular bug.
2009-03-10 Matthias Clasen <mclasen@redhat.com>
Bug 574561 – gtk_style_get "shadows" g_object_get
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Rename gtk_style_get_property to
gtk_style_get_style_property to avoid problems for language
bindings. Pointed out by Torsten Schoenfeld.
2009-03-10 Matthias Clasen <mclasen@redhat.com>
Bug 574622 – GtkEntry: Should we wrap icon-press and icon-release
signals?
* gtk/gtkentry.c: ::icon-press and ::icon-release are not
action signals. Pointed out by Murray Cumming
2009-03-04 Michael Hasselmann <michaelh@openismus.com>
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_contents_changed):
Fixed regression reported in bug #574059. (search button not available in
some cases.) The old implementation relied on bug #572478.
2009-03-10 Alexander Larsson <alexl@redhat.com>
* gtk/gtkmountoperation.c:
(gtk_mount_operation_ask_password):
Clear all optionally created widget pointer in priv. Initially
priv is cleared so thats ok, but on a second call we may have
leftovers from previous calls which is problematic if for instance
we asked for the user the first time and not the second, then we
will access the old priv->username_entry.
2009-03-06 Michael Natterer <mitch@gimp.org>
* gtk/gtkscalebutton.c (gtk_scale_button_set_property): don't call
gtk_orientable_set_orientation() because that calls g_object_set()
again -> infinite recursion. Call gtk_scale_button_set_orientation()
instead.
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.5 ===
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-03-02 Matthias Clasen <mclasen@redhat.com>
Bug 546285 – Allow GtkEntry to draw progress
* gtk/gtkentry.c: Improve the drawing of progress in entries,
using fg/bg[SELECTED]. Add a progress-border style property.
Draw progress behind icons too.
* gtk/gtkrc.c: Add defaults for fg/bg[SELECTED] in entries.
Patch by Benjamin Berg.
2009-03-02 Matthias Clasen <mclasen@redhat.com>
Bug 573688 – Don't steal update region in gtk_text_view_paint()
* gtk/gtktextview.c (gtk_text_view_paint): If additional areas got
invalidated, don't try to add them to the paint region: in an expose
handler, we cannot paint outside the area that was passed in, since
drawing will be clipped. So stealing the update region from the
window causes lost draws.
Patch by Owen Taylor
2009-03-02 Alexander Larsson <alexl@redhat.com>
Bug 573087 – gdkwindow.c: {x,y}_offset used uninitialized
* gdk/gdkwindow.c (gdk_window_clear_backing_rect_redirect):
Don't use uninitialized vars.
Fix offsets for redirected pixmap, draw to pixmap not window.
2009-03-02 Theppitak Karoonboonyanan <thep@linux.thai.net>
Bug 457086 - numpad does not work when the Thai-Lao input method is
used
* modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
character-generating keypads as context-lost keys. (patch recommitted
after approval)
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeysyms.h: Fix the sorting of GDK_KP_Equal.
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 552619 – File Chooser no longer automatically enters newly created
directories
* gtk/gtkfilechooserdefault.c (edited_idle_cb): Switch to the newly
created folder on success.
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 573515 – po-properties/ special Makefile.in.in handling causes
failure to build
* configure.in: Generate po-properties/POTFILES at configure time.
Patch by Loïc Minier
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/appwindow.c: Set the program-name property
of the about dialog.
* docs/tools/widgets.c: Add GtkAboutDialog
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 572273 – No replacement documented for gtk_action_connect_proxy()
* gtk/gtkaction.c: Make gtk-doc pick up deprecation notes.
Insisted on by Andre Klapper.
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573287 – Warning on startup
* gtk/gtkstatusicon.c (gtk_status_icon_finalize): Disconnect
all tray icon signals. Noticed by Bastien Nocera
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573211 – Setting screen for popup windows
* gtk/gtkentrycompletion.c:
* gtk/gtknotebook.c: Keep popups on the right screen.
Pointed out by Morten Welinder
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573113 – Can't build tests due to testfilechooserbutton.c...
* tests/testfilechooserbutton.c: Don't use deprecated API.
Reported by Tobias Mueller
2009-02-28 Matthias Clasen <mclasen@redhat.com>
Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when dragging
GtkNotebook tabs
* gtk/gtkwidget.c (_gtk_widget_synthesize_crossing): Be a little
more careful when navigating up the parent chain.
* gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Reset the
pointer window thats stored on the screen when it is destroyed.
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572996 – crash in Home Folder: Trying to open the sidebar
* gtk/gtkpaned.c (get_child_panes): Handle widget being NULL.
Pointed out by Wouter Bolsterlee.
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572972 – GtkRecentChooserDefault: memory leak in
copy_activated_cb()
* gtk/gtkrecentchooserdefault.c (copy_activated_cb): Don't leak
a GtkRecentInfo. Found by Tommi Rantala
2009-02-27 Matthias Clasen <mclasen@redhat.com>
Bug 572968 – GtkIconView: image_description setter function strdups
wrong string
* gtk/gtkiconview.c
(gtk_icon_view_item_accessible_image_set_image_description): Copy
the right string. Pointed out by Tommi Rantala
2009-02-27 David Zeuthen <davidz@redhat.com>
Bug 573416 – GtkMountOperation fixes for ask_password()
* gtk/gtkmountoperation.c (gtk_mount_operation_ask_password):
Split the message from GMountOperation into primary/secondary like
we also do in gtk_mount_operation_ask_question()
2009-02-27 Michael Natterer <mitch@imendio.com>
Bug 573383 – Setting a textview's buffer to NULL doesn't do a
complete job
* gtk/gtktextview.c (gtk_text_view_set_buffer): always set
text_view->layout's buffer, also if it's NULL.
2009-02-25 Tristan Van Berkom <tvb@gnome.org>
Bug 572904 – GtkRadioAction broken in trunk
* gtk/gtkradioaction.c: When setting non active state always
notify the action's active state (this prevents toggle type proxies
used with radio actions from deactivating when pressed a second time).
2009-02-25 Xan Lopez <xan@gnome.org>
Bug 495320 - GtkRange does not use gdk_event_request_motions
* gtk/gtkrange.c:
(gtk_range_motion_notify): Use gdk_event_request_motions to
request more motion events, as suggested in the docs for widgets
using motion hints.
2009-02-24 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkevents-x11.c:
* gdk/x11/gdkscreen-x11.[hc]: Another attempt at getting Xrandr
screen size changes right. Actually handle XRRScreenChangeNotify
events, and ignore root ConfigureNotify events if we are using
Xrandr. Only emit size-changed signals if the screen size changed,
and only emit monitor-changed signals if the monitors changed.
2009-02-23 Matthias Clasen <mclasen@redhat.com>
Bug 565199 – Ellipsize text in Places list
* gtk/gtkfilechooserdefault.c (shortcuts_list_create): Never scroll
the places horizontally. Instead, ellipsize the text.
2009-02-19 Michael Hasselmann <michaelh@openismus.com>
* gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
Added a check to not emit a "changed" signal when an already invalid
selection was set to invalid.
2009-02-22 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkactivatable.[hc]: Rename gtk_activatable_reset to
gtk_activatable_sync_action_properties, since the previous name
was deemed too generic. Update all implementations.
2009-02-19 Ray Strode <rstrode@redhat.com>
* gdk/x11/gdkscreen-x11.c
(monitor_compare_function), (init_randr13):
After using randr to get a list of monitors,
sort the list such that the biggest output
of "cloned" outputs comes first in the list.
This helps apps that don't generally handle
overlapping outputs to work better in randr
clone mode.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_directfb_window_move_resize): looks like being called with
negative width and height should be interpreted as a move. Fixes
scrolling and makes popups work to some extent.
(_gdk_directfb_move_resize_child): formatting.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open): move the
call to _gdk_windowing_window_init() up a little. Fixes a crash
when running on pseudo-color visuals. Thanks to Masse Nicolas for
pointing this out.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_window_foreign_new_for_display, gdk_directfb_window_new):
initialize private->impl. Thanks to Masse Nicolas for pointing
this out.
2009-02-19 Matthias Clasen <mclasen@redhat.com>
Bug 572387 – gdm crashes after gtk 2.15.4 upgrade
* gdk/x11/gdkscreen-x11.c (init_xrandr13): If X is broken and returns
no monitors, fall back to other multihead init methods, so that we
at least get one monitor set up.
2009-02-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkmountoperation.c: sort functions so their order is more
"standard", some cosmetic cleanup (not changing any code).
2009-02-19 Michael Natterer <mitch@imendio.com>
* tests/testgtk.c: add some orientation flipping code to the
"flipping" test.
2009-02-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkscalebutton.c: make the orientation flipping much simpler
by using the GtkOrientable features of the involved widgets:
(gtk_scale_button_init): create the frame, box and scale here,
they never need to be recreated because they implement GtkOrientable.
(gtk_scale_button_constructor): remove their construction here.
(gtk_scale_button_set_orientation): don't destroy and re-create
anything. Instead, simply set the orientation of the above created
widgets and fiddle a bit with the "plus" and "minus" buttons'
packing and the scale's "inverted" state.
Remove separate internal GtkScaleButtonHScale and
GtkScaleButtonVScale subclasses and simply have a
GtkScaleButtonScale directly inherited from GtkScale.
2009-02-19 Theppitak Karoonboonyanan <thep@linux.thai.net>
* modules/input/gtkimcontextthai.c (is_context_lost_key): Revert the
unapproved patch for bug 457086.
2009-02-18 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c (init_randr13): Ignore disconnected outputs,
and fill in name and physical dimensions.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 533456 – Memory leak when window is destroyed
* gdk/directfb/gdkdirectfb.h
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkcursor-directfb.c
* gdk/directfb/gdkevents-directfb.c
* gdk/directfb/gdkwindow-directfb.c: removed all #ifdef checks for
DIRECTFB_MAJOR_VERSION >= 1 and compile that code unconditionally.
as we depend on DirectFB >= 1.0.0 now. Fixes a potential build
issue that would lead to a memory leak as described in bug #533456.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 513422 – Unknown meaning of translatable messages
* gdk/directfb/gdkdisplay-directfb.c: removed broken and commented
code and the translatable messages that belonged to it.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 560671 – the client_message API doesn't work in DirectFB
* gdk/directfb/gdkevents-directfb.c: applied a slightly cleaned up
patch from Steve Lhomme that adds this functionality using
DirectFB's DFBUserEvent.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 543710 – Dead keys do not work anymore with DirectFB
* gdk/directfb/gdkkeys-directfb.c (gdk_directfb_translate_key):
applied patch from Josselin Mouette that removes special handling
of dead keys as that is done by DirectFB for a long time already.
2009-02-18 Sven Neumann <sven@gimp.org>
* configure.in: depend on DirectFB >= 1.0.0. There's no point in
using an earlier development version.
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 554407 – directfb backend does not implement GdkWindowImpl
* gdk/directfb/gdkgeometry-directfb.c
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkwindow-directfb.c: fix the build of the DirectFB
backend and resurrect basic functionality. Based on a patch from
the Ubuntu bug-tracker and work by Masse Nicolas.
2009-02-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
Bug 457086 - numpad does not work when the Thai-Lao input method is
used
* modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
character-generating keypads as context-lost keys.
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.4 ===
* gdk/tests/Makefile.am: Disable check-gdk-cairo for now.
2009-02-17 Andre Klapper <a9016009@gmx.de>
* demos/gtk-demo/main.c:
Fix deprecated glib call.
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-02-16 Matthias Clasen <mclasen@redhat.com>
Bug 572040 – GtkAssistant does not expose page titles
* gtk/gtkassistant.c (gtk_assistant_accessible_ref_child): Set
the object name to the page title. Proposed by Eitan Isaacson
2009-02-16 Matthias Clasen <mclasen@redhat.com>
Bug 572041 – Focus should change when advancing forward in GtkAssistant
* gtk/gtkassistant.c (set_current_page): Set focus when the current
page changes. Pointed out by Eitan Isaacson
2009-02-16 Matthias Clasen <mclasen@redhat.com>
* configure.in: Require GLib 2.19.7 for GMountOperation::aborted.
* gtk/gtkmountoperation.c: Implement GMountOperation::aborted.
2009-02-16 Sven Neumann <sven@gimp.org>
* gdk/gdk.symbols
* gdk/directfb/gdkkeys-directfb.c: implement
gdk_keymap_get_caps_lock_state(). No "state-changed" signal yet.
2009-02-16 Tor Lillqvist <tml@novell.com>
Bug 571873 - Compile error with gdk/win32/gdkselection-win32.c
* gdk/win32/gdkselection-win32.c (gdk_selection_convert): Cast
gpointer to char * before pointer arithmetic to avoid compilation
error with MSVC.
(_gdk_selection_property_delete): Remove unused variable.
2009-02-13 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Don't forget to
register randr events. Found by Søren Sandmann
2009-02-13 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for Xrandr 1.3
* gdk/x11/gdkdisplay-x11.[ch]: Rename have_randr12 to have_randr13
and set if if we have randr 1.3
* gdk/x11/gdkscreen-x11.c: Go back to using randr for monitor
information, if we have XRRGetScreenResourcesCurrent.
:
2009-02-12 Cody Russell <bratsche@gnome.org>
Bug 571576 – gdk_pixbuf_save_to_stream() broken
* gdk-pixbuf/gdk-pixbuf-io.c: Fix gdk_pixbuf_save_to_stream() so that
it does not always return FALSE (even when it succeeds), and also so
that it does not set error to NULL when something goes wrong.
2009-02-12 Marek Kasik <mkasik@redhat.com>
Bug 568571 – Asian am/pm format on cups print backend's time parsing
* modules/printbackends/cups/gtkprintbackendcups.c: Add Asian am/pm
format into formats recognized by CUPS backend
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 570824 – [a11y] TreeView is not keyboard (re)focusable after
selecting a cell in a non-sortable column
* gtk/gtktreeview.c (gtk_tree_view_header_focus): Don't grab
focus to a header button if it is not focusable. Problem reported
by Joanmarie Diggs
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 508545 – No way to identify terminal classes from documentation
* gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition
into the header to make it possible to derive from GtkVoumeButton.
Reported by Chris Lord.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 571196 – gtk_binding_entry_add_signall deprecated without
alternative
* gtk/gtk.symbols:
* gtk/gtkbindings.[hc]: Undeprecate gtk_binding_entry_add_signall
since its replacement is a varargs function. Complaint by
Torsten Schoenfeld.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 571249 – Icons are not drawn properly when initial widget
state is insensitive
* gtk/gtkentry.c (gtk_entry_ensure_pixbuf): Render icons
in normal state, regardless of the entrys state. Reported by
Enrico Tröger.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c: Don't emit the file-set signal
if the file chooser dialog is canceled. But emit it if a file
is received via DND.
2009-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 353196 – Add a file-set signal to GtkFileChooserButton
* gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
from the file-set signal, that wasn't supposed to have it.
2009-02-10 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 – libprintbackend-cups has unlocalized strings
* modules/printbackends/cups/gtkprintbackendcups.c:
Added a translator comment with the request of translators.
2009-02-09 Richard Hughes <richard@hughsie.com>
* docs/reference/gtk/migrating-GtkEntry-icons.sgml:
Fix the enumerated name in the migration document.
2009-02-09 Cody Russell <bratsche@gnome.org>
* gdk/win32/gdkwin32.h: Add potentially missing #defines for
XBUTTON1, etc. Fixes the build that was broken in r21746.
2009-02-09 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 – libprintbackend-cups has unlocalized strings
Reviewed by Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/cups/gtkprintbackendcups.c (handle_option):
Add translatable strings from ppd files.
2009-02-06 Matthias Clasen <mclasen@redhat.com>
Make the new GtkAction code work with PolicyKit-gnome's use of actions.
* gtk/gtkaction.c (gtk_action_[un]block_activate_from): Block
the action.
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activatable_reset):
* gtk/gtktogglebutton. (gtk_toggle_button_activatable_reset):
* gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_activatable_reset):
Work with non-toggle actions without complaining.
* gtk/gtktoolbutton.c (gtk_tool_button_activatable_update): Updating
the icon-name should not remove the label.
* gtk/gtkimagemenuitem.c (activatable_update_icon_name): Also
update the image when the icon name is set to NULL.
2009-02-06 Matthew Barnes <mbarnes@redhat.com>
* gtk/gtklabel.c (gtk_label_set_label): Accept a NULL string.
2009-02-03 Matthias Clasen <mclasen@redhat.com>
Bug 538439 – tooltip may appear in upper left corner instead of
over widget
* gtk/gtktooltip.c (gtk_tooltip_trigger_query): Set the root
coordinates in the event correctly. Patch by Kristian Rietveld.
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.3 ===
* NEWS: Updates
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtksettings.c (gtk_settings_class_init): Change the
"gtk-fontconfig-timestamp" property from int to uint. Doesn't affect
anything in practice, except that it overflows years later...
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
Bug 569635 – fontchooser should reload list of families/styles on
theme change
* gtk/gtkfontsel.c (gtk_font_selection_class_init),
(gtk_font_selection_init), (gtk_font_selection_finalize),
(gtk_font_selection_ref_family), (gtk_font_selection_ref_face),
(gtk_font_selection_reload_fonts),
(gtk_font_selection_screen_changed),
(gtk_font_selection_style_set),
(gtk_font_selection_scroll_to_selection),
(gtk_font_selection_scroll_on_map),
(gtk_font_selection_select_font),
(gtk_font_selection_show_available_fonts),
(gtk_font_selection_show_available_styles),
(gtk_font_selection_select_style),
(gtk_font_selection_select_font_desc),
(gtk_font_selection_set_font_name):
Reload Pango families and faces in style_set. Installing/uninstalling
fonts shows up immediately in an open font chooser now.
2009-01-31 Matthias Clasen <mclasen@redhat.com>
Bug 162726 – Multiple Latin layouts in XKB break keyboard shortcuts
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Change the handling of
fuzzy matches: As long there are any exact matches, only exact
matches are returned. If there are no exact matches, fuzzy matches
will be returned, as long as they are not shadowing a possible exact
match. This means that fuzzy matches won't be considered if their
keyval is present in the current group. Problem reported by
many people, patch by Simos Xenitellis.
2009-01-31 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-30 Fridrich Strba <fridrich.strba@bluewin.ch>
* configure.in: Allow linking in static jasper gdk-pixbuf loader.
(reviewed by Tor Lillqvist)
2009-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (preedit_changed_handler): Be more careful
with the beeps, since preedit-changed is occasionally emitted
without actual input. Pointed out by Tor Lillqvist.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
Bug 569918 – 64bit portability issue in gtkrecentchooser.c
* gtk/gtkrecentchooser.c (gtk_recent_chooser_set_use_action_appearance):
Avoid a compiler warning. Patch by Magnus Boman.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
Bug 359288 – Toolbar items are not shown after hiding
* gtk/gtktoolbar.c (slide_idle_handler): Make sure we queue
at least one resize. This fixes a problem with toolitems remaining
invisible when they shouldn't that was reported by Christian Weiske.
2009-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_create_item):
Always show images.
2009-01-29 Tor Lillqvist <tml@novell.com>
Bug 559408 - Transparency lost when images are copied between GTK+
and the clipboard on Windows
The code in gdkselection-win32.c is simplified quite a lot. When
an image is stored on the clipboard from GTK+, only the "PNG" and
CF_DIB formats are advertised. PNG is our preferred format because
it can losslessly represent any image that gdk-pixbuf can handle,
even with alpha, unambiguously. CF_DIB is also advertised because
of its ubiquitous support in Windows software.
Delayed rendering is used as before, so for other data than text
nothing is actually stored on the clipboard until some app asks
for it.
It's pointless to advertise images formats like "image/png" or
"image/x-MS-bmp" that no other Windows application is going to
look for anyway. Likewise it's pointless to store text under
formats like "text/plain" or "UTF8_STRING". Just store
CF_UNICODETEXT. CF_TEXT will be available as a synthesized format
anyways.
Office 2007 offers and asks for images in PNG format using the
registered clipboard format name "PNG", so we do likewise. If the
"PNG" format is available that is preferred when copying to GTK+
from the clipboard.
Unfortunately Word 2007 still uses CF_DIB without handling
alpha. But PowerPoint 2007 uses PNG if available and handles alpha
correctly. Both Word and Powerpoint offer PNG with alpha nicely.
Firefox and IE7 offer images that contain alpha as 32-bit version
3 BI_RGB DIBs with the undocumented "extra" bytes actually being
alpha. Also, alpha is premultiplied into the RGB bytes, presumably
because that is how AlphaBlend() wants such DIBs. That is also
taken care of. At least for Firefox it easy to be sure that a
CF_DIB on the clipboard is from Firefox.
Also some general stylistic cleanup, comment improvements, and
improvements of debugging printout especially in the clipboard
handling. Those are not detailled below.
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkglobals-win32.c
* gdk/win32/gdkgmain-win32.c: Move some globals that were used
only in gdkselection-win32.c to be local to that file.
* gdk/win32/gdkproperty-win32.c (gdk_property_change): Don't
bother checking if text to be placed on the clipboard consists of
only ASCII.
* gdk/win32/gdkselection-win32.c: Add static variables for a list
of GdkPixbuf-supported formats, well-known registered clipboard
formats for images, and for GdkAtoms for well-known image and text
formats.
(_gdk_win32_selection_init): Initialize above static variables.
(selection_property_store) (gdk_selection_property_get)
(_gdk_selection_property_delete): Don't use a FIFO of GdkSelProps
for a window after all, it breaks testtext. See bug #163844.
(gdk_selection_convert): When converting to the TARGETS format,
i.e. when the caller wants to know what clipboard formats are
available, if PNG is available we report just that and skip
CF_DIB, JPEG and GIF even if advertised.
If CF_UNICODETEXT is available, report only UTF8_STRING.
When converting to the UTF8_STRING format, i.e. when the caller
wants text from the clipboard, try just CF_UNICODETEXT. There is
no point in trying CF_TEXT as Windows will synthesize
CF_UNICODETEXT from CF_TEXT anyway, if some app has stored just
CF_TEXT.
When converting to the image/bmp format, i.e. when the caller
wants an CF_DIB image from the clipboard, we check if the DIB is a
version 3 32-bit BI_RGB one that is likely to actually contain
alpha in the "extra" bytes. Such a DIB is likely to have
premultiplied alpha even, at least in the case of Firefox 3 and
IE7. We then edit the DIB in-place into a version 5 one in
BI_BITFIELDS format and undo the alpha premultiplication.
In any case, prepend a BMP file header before letting go of the
data which will be fed to the gdk-pixbuf bmp loader by upper
levels.
(gdk_win32_selection_add_targets): If some kind of pixmap image
format is being added, actually advertise just PNG and
CF_DIB. Note that alpha won't be stored on the clipboard through
CF_DIB. This is because gdk-pixbuf's bmp loader doesn't save
alpha. Furthermore, few if any non-GTK+ Windows apps seem to
understand a version 5 DIB with proper alpha anyway.
(_gdk_win32_selection_convert_to_dib): Simplified muchly.
2009-01-29 Tor Lillqvist <tml@novell.com>
Bug 145058 - Inputting "^^" requires four keystrokes on Win32,
differs from platform default behaviour
* gtk/gtkimcontextsimple.c
(check_win32_special_case_after_compact_match): New
function. Called from check_compact_table() after a table-based
match has committed a character. In case there was two identical
dead accents in the input, another copy of the spacing accent that
was already committed is committed. This fixes #145058.
(check_win32_special_cases): New function. Called first from
gtk_im_context_simple_filter_keypress(). This fixes another
problem: a dead accent followed by a space should commit the
corresponding spacing accent. The compose tables from X commit
another character in two cases and we want to override that on
Windows.
Add GTK_NOTE (MISC) debugging output to this code.
2009-01-29 Claudio Saavedra <csaavedra@igalia.com>
Bug 569435 – make maintainer-clean removes non-generated sources
* gdk/Makefile.am: Do not remove gdkprivate.h and gdkwindowimpl.h
during make maintainer-clean, as these files are not generated.
2009-01-28 Philip Withnall <philip@tecnocode.co.uk>
* gtk/gtktreeview.c: Small documentation fix.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Use the get_text_area_size vfunc to make
alignment and icons in spin buttons work correctly.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
Bug 569336 – change in gtkbutton klass is causing crash when
activating menu item
* gtk/gtktogglebutton.c: Don't chain the clicked handler
up unconditionally.
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-01-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.2 ===
* NEWS: Updates
2009-01-26 Matthias Clasen <mclasen@redhat.com>
Bug 322932 – Always show icons on panel menus
* gtk/gtk.symbols:
* gtk/gtkimagemenuitem.[hc]: Add a property to override the
show-menu-images setting for individual menuitems. Patch by
William Jon McCann.
2009-01-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbutton.c: Activate the action in a regular clicked
handler instead of the default handler, to make it work with
derived classes which don't chain up their clicked handler.
2009-01-26 Matthias Clasen <mclasen@redhat.com>
Bug 569104 – Toggle menu entries showed as check menu entries
in nautilus
* gtk/gtkactivatable.c (gtk_activatable_do_set_related_action):
Block the previous action when calling reset() to prevent
accidental activation of the previous action.
* gtk/gtkaction.c (gtk_action_activate): Don't compare booleans.
* gtk/gtktoggleaction.c (gtk_toggle_action_set_active): Remove
extraneous braces.
2009-01-26 Bastien Nocera <hadess@hadess.net>
Bug 569240 - Crasher when using markers
* gtk/gtkrange.c (gtk_range_destroy): Avoid crashes when destroying
a GtkRange with markers
2009-01-26 Richard Hult <richard@imendio.com>
Bug 566628 – gdk_display_close always asserts on win32 and quartz
* gdk/quartz/gdkdisplay-quartz.c
(_gdk_windowing_set_default_display): Copy fix for bug #566628
from the win32 backend: Allow also a NULL parameter in the
g_assert().
2009-01-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolitem.[hc]: Export the function to create a proxy
menuitem from the action for use in subclasses.
* gtk/gtktoolbutton.c:
* gtk/gtktoggletoolbutton.c: Use it here.
* gtk/gtkrecentchoosermenu.c: Avoid temporary empty state that
can lead to a recent action proxy menu being erroneously hidden.
2009-01-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradioaction.c: Set draw-as-radio to TRUE.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
Revert changes for bug 567124. Instead of trying to avoid
setting up the im context before the widget is realized, just
reset it when the client window is set.
* gtk/gtkimmulticontext.c: Reset the slave when a client window
is set.
* gtk/gtkimmodule.c
* gtk/gtktextview.c: Revert changes for bug 567124.
2009-01-25 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtktreeview.c: Use gtk-doc syntax to refer to properties in
the docstrings.
2009-01-25 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtkiconview.c: More docstrings improvements
regarding reorderable property.
2009-01-24 Claudio Saavedra <csaavedra@igalia.com>
Bug 559420 – gtk_icon_view_enable_model_drag_[source|dest] docs
wrt. reorderable property
* gtk/gtkiconview.c: Improve docstrings regarding reorderable
property. Based on a patch by Björn Lindqvist.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbutton.c (gtk_tool_button_activatable_reset):
Fall back from stock ids to icon names like the old code
did. Patch by Tristan van Berkom.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* tests/testactions.c: Add a testcase for toolitems using
icon names.
2009-01-24 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme):
Don't update blank cursors.
2009-01-24 Claudio Saavedra <csaavedra@igalia.com>
* gtk/gtktreeview.c: (gtk_tree_view_class_init): Slightly
improve ::search-column property description.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.1 ===
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactivatable.c: Make the section docs produce some valid
xml.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactivatable.c: Fix the section docs so gtk-doc finds them.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchooser.c:
* gtk/gtkuimanager.c: Fix issues found by pltcheck
2009-01-23 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 560228 – Add "action-controller" property to GtkWidgetClass
Rework the way actions and proxies interact, to make the
interaction less ad hoc, more extensible, and better suited
for support in GUI builders like glade.
To be used as a proxy, a widget must now implement the
GtkActivatable interface, and GtkActivatable implementations
are responsible for syncing their appearance with the action
and for activating the action.
All the widgets that are commonly used as proxies implement
GtkActivatable now.
Patch by Tristan van Berkom.
* gtk/gtkactivatable.[hc]: The GtkActivatable interface.
* gtk/gtkbutton.c:
* gtk/gtktogglebutton.c:
* gtk/gtktoolitem.c:
* gtk/gtktoolbutton.c:
* gtk/gtktoggletoolbutton.c:
* gtk/gtkmenuitem.c:
* gtk/gtkcheckmenuitem.c:
* gtk/gtkimagemenuitem.c:
* gtk/gtkradiomenuitem.c:
* gtk/gtkrecentchooserprivate.h:
* gtk/gtkrecentchooser.c:
* gtk/gtkrecentchooserdefault.c:
* gtk/gtkrecentchoosermenu.c: Implement GtkActivatable.
* gtk/gtkaction.[hc]: Move appearance synchronization to
GtkActivatable implementations.
* gtk/gtkradioaction.c:
* gtk/gtkrecentaction.c:
* gtk/gtktoggleaction.c:
* gtk/gtkactiongroup.c: Adapt.
* gtk/gtk.h: Include gtkactivatable.h
* gtk/gtk.symbols: Add new functions
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567124 – proposal to delay doing something related to
immodule until widgets realized
Delay setting up immodules until the widget is realized.
Patch by Akira Tagoh
* gtk/gtktextview.c: Don't set up im stuff if the widget
is not realized.
* gtk/gtkimmodule.c: Assert that we have a window.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Skip Desktop if it equals the home folder
Patch by Christian Dywan
* gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Skip
Desktop if it equals the home folder.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 536965 – GtkPlug: crash on theme change
Keep GtkPlug in sync with the global list of toplevels.
Patch by Federico Mena Quintero
* gtk/gtkwindow.h:
* gtk/gtkwindow.c (_gtk_window_set_is_toplevel): New internal
function used when a GtkPlug parents/unparents itself by an
in-process GtkSocket. This keeps the plug's GTK_TOPLEVEL flag in
sync with the global toplevel_list.
* gtk/gtkplug.c (gtk_plug_set_is_child): Call
_gtk_window_set_is_toplevel() to keep the toplevel list updated,
instead of just setting/unsetting the GTK_TOPLEVEL flag.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 568744 – Spellfixes in GtkTreeView's documentation
* gtk/gtktreeview.c: Fix typos in the docs.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567761 – Spellfixes in GTK+ documentation
* gdk/x11/gdkselection-x11.c:
* gtk/gtktestutils.c: Fix typos in the docs.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 567021 – gtkimage accessors docs
* gtk/gtkimage.c: Improve docs by mentioning allowed NULL values.
Patch by Christian Persch
2009-01-23 Matthias Clasen <mclasen@redhat.com>
Bug 566535 – gtk_widget_get_snapshot does not work if double buffered
is disabled
* gtk/gtkwidget.c (gtk_widget_get_snapshot): Use a different approach
to snapshotting that is in line with what is done in the client-side
windows branch, and that works for widgets regardless if they are
double-buffered or not. Patch by Alex Larsson.
* gdk/gdkwindow.c (_gdk_window_calculate_full_clip_region): Clip
to the parent.
2009-01-22 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserentry.c (autocomplete): Relax the assertion;
just do nothing if the folder is not loaded or if the cursor position
is not at the end of the text. A very slow-to-load folder can get
us into the latter state if the user starts typing first.
2008-01-22 Matthias Clasen <mnclasen@redhat.com>
* gtk/gtkaction.c: Revert the last change, since it breaks
epiphany.
2009-01-22 Federico Mena Quintero <federico@novell.com>
Fix the computation of "complete but unique" in
GtkFileChooserEntry. Fix the case where "/" was not appended to a
unique directory name during explicit Tab completion.
* gtk/gtkfilechooserentry.c (maybe_append_separator_to_file):
Return whether anything was appended as well as the new string
itself.
(find_common_prefix): Oops, only turn on
is_complete_not_unique_ret if we had a unique match!
(append_common_prefix): If we appended a directory separator, we
*did* expand the common prefix, so we are not in the "nothing
inserted" case.
2009-01-22 Federico Mena Quintero <federico@novell.com>
Return an error code when refreshing the entry from the user's
input. We use this in the completion code to know when completion
can't happen due to (for example) having a non-local URI in a file
chooser that is local_only=TRUE.
Also, we start maintaining an invariant that
chooser_entry->current_folder_file != NULL implies that:
* what the user entered is valid
* we are loading that folder (chooser_entry->load_folder_cancellable != NULL)
* or we are done loading that folder, or we have a handle
to it at least (chooser_entry->current_folder != NULL)
The invariant also says that all of the above are NULL (and
chooser_entry->current_folder_file == NULL) implies that the user
typed something invalid. This makes
_gtk_file_chooser_entry_get_current_folder() not able to return
an invalid folder.
* gtk/gtkfilechooserentry.c (RefreshStatus): New enum.
(refresh_current_folder_and_file_part): Return a RefreshStatus.
We filter out incomplete hostnames here (typing
"sftp://incompl[tab]" will error out), as well as completely
unparsable input.
(start_explicit_completion): Process the result from refresh...().
Here we present the actual feedback about only being able to
display local folders for local_only=TRUE.
(commit_completion_and_refresh): Don't do anything with the result
of refresh...(), since this function doesn't get called during
completion-related interaction.
(start_autocompletion): Process the result from refresh...(). We
only do completion in the REFRESH_OK case. For the error cases,
we don't do anything, as this is autocompletion and must not
result in non-asked-for errors popping up.
(discard_loading_and_current_folder_file): Factor out function to
cancel the cancellable and discard the current_folder_file,
i.e. to reset the invariant to the "nothing valid is loaded" case.
(gtk_file_chooser_entry_dispose): Use
discard_loading_and_current_folder_file().
(reload_current_folder): Likewise.
(refresh_current_folder_and_file_part): Likewise, and ensure that
the error cases result in the invariant being held.
(start_loading_current_folder): Check if the folder to be loaded
is non-native for the local_only=TRUE case; if so, return an error
as we are configured to load only local folders.
(reload_current_folder): Pass on errors from
start_loading_current_folder(). Tighten the preconditions, as we
are sure that we can only receive non-NULL folder-files to load.
(refresh_current_folder_and_file_part): Pass on errors from
reload_current_folder(). At the very end, assert the invariant
described above.
2009-01-22 Matthew Barnes <mbarnes@redhat.com>
Bug 568334 – Constructor properties for GtkAction
* gtk/gtkaction.c (gtk_action_class_init): Make all properties
G_PARAM_CONSTRUCT except "action-group".
2009-01-22 Michael Natterer <mitch@imendio.com>
* gtk/gtkicontheme.c (gtk_icon_theme_has_icon): g_return_if_fail()
on icon_name != NULL so we get a warning instead of a crash here.
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Don't show windows that may not exist
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtklabel.c: Implement select-by-words for selectable labels.
2009-01-21 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkcursor-win32.c: Rename static local functions and
variables to not have any unnecessary _ or _gdk_win32 prefix.
* gdk/win32/gdkcursor-win32.c (hcursor_from_type): Implement
creating a GDK_BLANK_CURSOR.
2009-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Change the Caps Lock warning to the more
neutral "Caps Lock is on". Requested by Wouter Bolsterlee
2009-01-21 Matthias Clasen <mclasen@redhat.com>
Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu
* gtk/gtkentry.c: Fix an expose loop caused by raising windows out
of an expose handler. Also, don't show the 'Caps Lock' warning for
activated input methods, since that makes it permanently shown
for some locales. It should not be that necessary, now that we
do show preedit text even in password entries. Pointed out by
Frederic Crozat.
(start_loading_current_folder): Check if the folder to be loaded
is non-native for the local_only=TRUE case; if so, return an error
as we are configured to load only local folders.
(reload_current_folder): Pass on errors from
start_loading_current_folder(). Tighten the preconditions, as we
are sure that we can only receive non-NULL folder-files to load.
(refresh_current_folder_and_file_part): Pass on errors from
reload_current_folder(). At the very end, assert the invariant
described above.
(start_explicit_completion): Add comments for translators, to
explain the purpose of the various feedback messages used during
completion.
2009-01-21 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserdefault.c (save_widgets_create): Set
local_only on the location entry when we create it...
(set_local_only): ... and set it here only if the location entry
exists.
2009-01-21 Marek Kasik <mkasik@redhat.com>
Bug 561801 - "scheduled printing" doesn't function as expected
* gtk/gtkprintunixdialog: Add tooltip.
* modules/printbackends/cups/gtkprintbackendcups.c: Add conversion
from local time to utc time for scheduled printing.
2009-01-20 Federico Mena Quintero <federico@novell.com>
http://bugzilla.gnome.org/show_bug.cgi?id=545980 -
GtkFileChooserEntry should handle URIs
* gtk/gtkfilesystem.c (_gtk_file_system_parse): Detect URI schemes
and parse the full URI.
(has_uri_scheme): New function, stolen from the old
gtkfilesystemgnomevfs.c.
Patch by Carlos Garnacho <carlos@imendio.com>:
* gtk/gtkfilechooserentry.c (discard_current_folder): New
function, factored out for when we need to get rid of the
current_folder.
(gtk_file_chooser_entry_dispose): Use discard_current_folder().
(finished_loading_cb): Fix prototype.
(load_directory_get_folder_callback): Discard the completion
store, as well as clearing the completion feedback, if we find an
error while loading the folder. Also, use
discard_current_folder().
(reload_current_folder): Use discard_current_folder().
Patch by Carlos Garnacho <carlos@imendio.com> - add a local_only
property to GtkFileChooserEntry:
* gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Add a
local_only field.
(_gtk_file_chooser_entry_init): Default to local_only being true.
(start_explicit_completion): Don't allow completion of non-native
files if local_only is turned on.
(start_loading_current_folder): Don't start loading non-native
folders if local_only is turned on.
(_gtk_file_chooser_entry_set_local_only): New function.
(_gtk_file_chooser_entry_get_local_only): New function.
* gtk/gtkfilechooserentry.h (_gtk_file_chooser_entry_set_local_only,
_gtk_file_chooser_entry_get_local_only): New prototypes.
* gtk/gtkfilechooserdefault.c (set_local_only): Set the local_only
property on the entry.
Fix completion so it doesn't pop up for every character in a URI
hostname:
* gtk/gtkfilechooser.h (GtkFileChooserError): Add a
GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME.
* gtk/gtkfilesystem.c (_gtk_file_system_parse): Return an
"incomplete hostname" error if the user has not typed a full
hostname yet in an URI.
* gtk/gtkfilechooserentry.c (append_common_prefix): If we get an
incomplete hostname, just don't pop up an error, since that is a
transient state and the user doesn't need to be notified about it.
(refresh_current_folder_and_file_part): Don't revert to showing
the base folder if we have an incomplete hostname.
(reload_current_folder): Handle the passed folder being NULL, even
if we must force a reload. Also, reload the folder if we didn't
have a cancellable for it (i.e. we hadn't started to load it
before).
2009-01-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkaction.[hc]: Add setters and getters for GtkAction
properties, in preparation for bug 560228.
2009-01-21 Christian Dywan <christian@twotoasts.de>
Bug 567413 – GtkComboBoxEntry doesn't emit "changed" signal
on entry editing
* gtk/gtkcombobox.c (gtk_combo_box_set_active): Return only if index
is set. Patch by Carl-Anton Ingmarsson.
2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de>
* gtk/gtkstyle.c: Add a "Since: 2.16" tag to gtk_style_get.
2009-01-20 Matthias Clasen <mclasen@redhat.com>
Bug 565656 – Add marks to scales
* gtk/gtkrange.[hc]: Add internal api to define 'stop values'
that have a little resistance when dragging the slider over it.
* gtk/gtk.symbols:
* gtk/gtkscale.[hc] (gtk_scale_add_mark): New function to add
a 'mark' to a scale, which will draws a tick, plus optionally
some text, and makes the value a stop value.
(gtk_scale_clear_values): Removes all marks.
* tests/testscale.c: Test for marks on scales
* tests/Makefile.am: Integrate it
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c:
* gtk/gtkfilechooserentry.c:
* gtk/gtktextview.c: Replace several implementation of
blank cursor setting by GDK_BLANK_CURSOR.
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcursor.c:
* gdk/gdkwindow.c: Update docs on how to create blank cursors.
2009-01-19 Matthias Clasen <mclasen@redhat.com>
Cache cursors to avoid libXcursor theme lookup overhead.
Patch by David Alan Gilbert.
* gdk/gdkcursor.h: Add a GDK_BLANK_CURSOR cursor type.
* gdk/x11/gdkcursor-x11.c: Cache font cursors and named cursors.
* gdk/x11/gdkprivate-x11.h:
* gdk/x11/gdkcdisplay-x11.c: Remove cached cursors when a
display if finalized.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568263 – gtk can't recognize the wrong X Selection TARGETS'
type "TARGETS" by java applications
* gtk/gtkselection.c (gtk_selection_data_get_targets): Accept
a type of TARGETS instead of ATOM, too. Based on a patch by
Peng Wu.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568233 – Wrong statement about GtkEntry's "activate" signal
* gtk/gtkentry.c:
* gtk/gtklabel.c:
* gtk/gtktextview.c: Correct some copy-and-paste mistakes in
keybinding signal docs. Pointed out by Pascal Terjan.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkentry.[hc]: Add properties and getters for icon tooltips.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 563280 – stock items & translation context
* gtk/gtkstock.c: Solve the msgctxt problem a bit more
elegantly, and add some hints about this to the docs of
gtk_stock_set_translate_func. Proposed by Christian Persch
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 568196 – Please change context of Forward stock label
* gtk/gtkstock.c: Reinstate separate translation contexts for
navigation and media labels (these were lost in the transition
to msgctxt. Pointed out by Gabor Kelemen.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 567887 – gtk_entry_get_storage_type() should be
gtk_entry_get_icon_storage_type()
* gtk/gtk.symbols:
* gtk/gtkentry.[hc]: Use the last chance to get the api right,
and rename things for consistency, requested by Murray Cumming.
In detail,
gtk_entry_get_stock -> gtk_entry_get_icon_stock
gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf
gtk_entry_get_gicon -> gtk_entry_get_icon_gicon
gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type
::prelight -> ::icon-prelight
::pixbuf-primary -> ::primary-icon-pixbuf
::stock-primary -> ::primary-icon-stock
::icon-name-primary -> ::primary-icon-name
::gicon-primary-> ::primary-icon-gicon
::storage-type-primary -> ::primary-icon-storage-type
::activatable->primary -> ::primary-icon-activatable
::sensitive-primary -> ::primary-icon-sensitive
(and similar for secondary properties)
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 567655 – gtk_status_icon_set_tooltip_text and
gtk_status_icon_set_tooltip_markup should use gchar*
* gtk/gtkstatusicon.h: Use "const gchar*" in new tooltip api.
Pointed out by Torsten Schoenfeld.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/search_entry.c: End the search if the window
is closed.
* demos/gtk-demo/search_entry.c:
* demos/gtk-demo/entry_completion.c: Group the entry examples
under "Entry".
2009-01-18 Christian Dywan <christian@twotoasts.de>
Remove a redundant include from gtktoolbar.c
* gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h.
Patch by Enrico Tröger.
2009-01-16 Cody Russell <bratsche@gnome.org>
Bug 567944 – [Win32] Sorted treeview columns can be unreadable
* modules/engines/ms-windows/msw_style.c: Draw selected treeview
cells according to treeview focus, but ignore whether it is in
a sorted column or not. Otherwise the intersection of a selected
row and a sorted column looks very strange if the treeview does
not have focus.
2009-01-16 Daniel Elstner <danielk@openismus.com>
* modules/input/gtkimcontextmultipress.[ch]: Remove the namespace
prefix from functions defined locally only. Clean up the code and
change indentation to match the GTK+ coding style.
(_GtkImContextMultipress::key_sequences): Replace array of pointers
by GHashTable. Adapt the implementation accordingly.
(passthrough_enabled_for_window): Remove. The passthrough hack is
no longer necessary thanks to the recently introduced "im-module"
property of GtkEntry and GtkTextView.
(load_config): Rework to implement an improved configuration file
format. Just fetch all keys of the group instead of expecting the
keys to be named a certain way. This also allows interpreting the
config key itself as the GDK key name to bind the character sequence
to, thereby making it independent of the sequence itself.
* modules/input/im-multipress.conf: New example configuration using
the new syntax. The example sequences are now bound to the numeric
keypad and imitate the behavior of a standard mobile phone.
2009-01-15 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkimcontext.c: documentation description: Mention the various
properties and the environment variable, with links to their
documentation.
* gtk/gtksettings.c:
* gtk/gtktextview.c: Make the im-module property documentation more
expansive.
2009-01-15 Diego Escalante Urrelo <diegoe@gnome.org>
Bug 562701 – GtkEntryCompletion popup sizes its rows wrong
when they span for more than one line.
Don't assume actions and results have equal height, this causes
negative size requisitions when results are more than one
line tall.
* gtk/gtkentrycompletion.c: change the formula used to calculate
the size of the completion popup.
2009-01-14 Federico Mena Quintero <federico@novell.com>
Remember the file chooser's geometry across invocations.
* gtk/gtkfilechoosersettings.h (struct _GtkFileChooserSettings):
New fields geometry_x, geometry_y, geometry_width, geometry_height.
(_gtk_file_chooser_settings_get_geometry): New prototype.
(_gtk_file_chooser_settings_set_geometry): New prototype.
* gtk/gtkfilechoosersettings.c (GEOMETRY_X_KEY, GEOMETRY_Y_KEY,
GEOMETRY_WIDTH_KEY, GEOMETRY_HEIGTH_KEY): New key names.
(ensure_settings_read): Read the geometry keys.
(_gtk_file_chooser_settings_save): Save the geometry keys.
(_gtk_file_chooser_settings_init): Initialize the geometry keys to
"don't have this value".
(_gtk_file_chooser_settings_get_geometry): New public function.
(_gtk_file_chooser_settings_set_geometry): New public function.
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_map):
Don't change the default size in ::map() so we don't flicker...
(gtk_file_chooser_default_realize): ... so do it in ::realize()
instead, when the window is not yet visible. This avoids a
dialog-that-resizes when you first pop up the file chooser.
(emit_default_size_changed): Just emit the signal; don't check for
the widget's state so we can be emitted during the initial
::realize() when we are not mapped yet.
(update_preview_widget_visibility): Only emit default_size_changed
if the widget is not mapped, to avoid resizing the dialog while it
is visible.
* gtk/gtkfilechooserdialog.c
(file_chooser_widget_default_size_changed): Simply resize the
dialog to the default size without any fancy clamping. Also,
leave in place ifdef-ed out code to restore the file chooser's
position in addition to its size. The code to restore the
position doesn't quite work yet, but we'll leave it in as a
reference.
* gtk/gtkfilechooserdefault.c (save_dialog_geometry): New function.
(settings_save): Save the dialog's geometry.
(gtk_file_chooser_default_get_default_size): Load the geometry
from the settings. If it was already saved, return that instead
of computing an ad-hoc size.
2009-01-13 Matthias Clasen <mclasen@redhat.com>
Bug 450716 – New API to change global IM
Requested by Daniel Elstner.
* gtk/gtk.symbols:
* gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_set_context_id):
New function to set the context id on a GtkIMMulticontext.
* gtk/gtkentry.c:
* gtk/gtktextview.c: Add a ::im-module property that can be
set to override the global setting for the im module to be used.
2009-01-13 Christian Dywan <christian@imendio.com>
Bug 566532 – GtkScaleButton implementation of GtkOrientable
* gtk/gtk.symbols:
* gtk/gtkscalebutton.c (gtk_scale_button_class_init),
(gtk_scale_button_set_property):
* gtk/gtkscalebutton.h: Deprecate gtk_scale_button_get_orientation
in favour of implementing GtkOrientable. Patch by Bruce Cowan.
2009-01-13 Tor Lillqvist <tml@iki.fi>
Bug 164002 - query scripts don't work uninstalled on windows
* gtk/gtkmain.c (_gtk_get_libdir): If the gtk DLL is in a ".libs"
folder, assume we are running uninstalled, and use the
configure-time GTK_LIBDIR.
2009-01-12 Matthias Clasen <mclasen@redhat.com>
* NEWS: Refer to tray icon spec, instead of a random email.
2009-01-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_icon_name): Don't cause lots
of X traffic when the icon name doesn't actually change. Some
apps like to reset their window icon frequently, without actually
changing the icon name...
2009-01-12 Paolo Borelli <pborelli@katamail.com>
Bug 492794 – Pasting external text at end of view yields wrong
scrolling to mark
* gtk/gtktextbuffer.[ch]:
* gtk/gtktextview.c:
Add a "paste-done" signal and use it to propelry scroll the
view at the end of the pasted text in the case of an async
paste. Patch by Ignacio Casal Quintero based on a patch by
Yevgen Muntyan.
2009-01-12 Tor Lillqvist <tml@iki.fi>
* gdk/gdk.c (gdk_arg_debug_cb) (gdk_arg_no_debug_cb): A
GOptionArgFunc should return gboolean and take also a GError
pointer parameter, so make these two functions do that. Return
FALSE (and set the GError) if the parsing of the debug string
failed completely. Note that g_parse_debug_string() doesn't really
have any way to return parsing status, and accepts partially
incorrect strings, though.
2009-01-12 Claudio Saavedra <csaavedra@igalia.com>
Bug 567468 – no check for trailing != NULL in
gtk_text_layout_get_iter_at_position()
* gtk/gtktextlayout.c: (gtk_text_layout_get_iter_at_position):
Check for trailing to be non-NULL.
* gtk/gtktextview.c: (gtk_text_view_get_iter_at_position): document
that trailing may be NULL.
2009-01-11 Tor Lillqvist <tml@iki.fi>
Bug 523554 - Copy from GIMP to Word broken
* gdk/win32/gdkselection-win32.c
(_gdk_win32_selection_convert_to_dib): The DIB stored in the
Windows Clipboard was for some unknown reason truncated by one
byte. Don't do that.
2009-01-11 Matthias Clasen <mclasen@redhat.com>
Bug 567024 – gtktoolbutton doesn't create right proxy menu item
image with GIcon
* gtk/gtktoolbutton.c: Properly create a menu proxy from a GIcon.
Patch by Christian Persch
* tests/testtoolbar.c: Add an example with a GIcon
2009-01-09 Christian Dywan <christian@imendio.com>
Fail in gdk_window_new if _gdk_window_new failed
* gdk/gdkwindow.c (gdk_window_new): Add g_return_val_if_fail
in case _gdk_window_new is NULL. Approved by Tim Janik
2009-01-08 Matthias Clasen <mclasen@redhat.com>
Bug 566733 – Add GIcon to GtkAction, GtkToolButton
* gtk/gtkaction.c: Add a ::gicon property to GtkAction and set the
icon from it if specified. The stock icon is preferred if a stock id
is given. Based on a patch by A. Walton
2009-01-04 Matthias Clasen <mclasen@redhat.com>
* gtk/stock-icons/{16,24}/gtk-caps-lock-warning.png: New icons
* gtk/gtkstock.h: Add GTK_STOCK_CAPS_LOCK_WARNING.
* gtk/gtkiconfactory.c (get_default_icons): Register the stock icon.
* gtk/gtkentry.c (show_capslock_feedback): Use the new stock icon.
2009-01-05 Tor Lillqvist <tml@novell.com>
Bug 566628 - gdk_display_close always asserts on win32
* gdk/win32/gdkdisplay-win32.c
(_gdk_windowing_set_default_display): Allow also a NULL parameter
in the g_assert(). Still don't actually do anything in this
function, though.
2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566568 – gtk_tree_model_get_value docs typo
* gtk/gtktreemodel.c (gtk_tree_model_get_value): Fix a typo
in the docs, pointed out by Christian Persch.
2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566391 – gtk_about_dialog_set_url_hook should activate
pre-existing website links
* gtk/gtkaboutdialog.c: Make setting website, website-label and
url hook work independent of their order. Reported by Steven
Sheehy.
2009-01-03 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.h:
* gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window): Recheck
_NET_SUPPORTING_WM_CHECK every now and then to avoid getting
stuck on the id of a former wmcheck window that got reused by
another client (see RH bug 471927)
2009-01-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreesortable.c: Improve the docs
* gtk/gtktreemodelsort.c: Don't assert when using the "unsorted"
sort column id.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 565998 – configure script doesn't check for cairo-xlib.pc
* configure.in: Check for cairo-xlib when looking for
gdk dependencies. Requested by Alberto Ruiz
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 566334 – compile failure for gtk+ on Mac OS X
* gtk/gtkstatusicon.c: Fix the build on OS X.
Reported by Bart Cortooms.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 566083 – Icon pixmap hardcoded during DnD
* gtk/gtkwidget.c:
* gtk/gtkentry.c: Add docs about using ::drag-begin for setting
a custom drag icon. Reported by Xan Lopez
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
* === Released 2.15.0 ===
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_set_icon_sensitive): Fix default
value
* gtk/tests/builder.c: Clean up asserts, make domain
test work with current GtkBuilder behaviour.
* Makefile.decl: Start Xvfb with -ac -noreset to try
and get the gui tests working.
2009-01-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols: Add a few forgotten symbols
* gtk/gtkprintoperation.c:
* gtk/gtktrayicon-x11.c: Make some functions static
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkruler.[hc]: Some more
2008-12-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkpaned.[hc]:
* gtk/gtkscale.[hc]:
* gtk/gtkscrollbar.[hc]:
* gtk/gtkseparator.[hc]: Keep these all abstract for now.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Rename the icon signals to ::icon-press and
::icon-release to avoid clashes with the existing SexyIconEntry
signals. Also annotate the GdkEvent parameters as static-scope.
* tests/testentryicons.c: Adapt
* demos/gtk-demo/search-entry.c: Adapt
2008-12-30 Matthias Clasen <mclasen@redhat.com>
Bug 565846 – "va_end(args);" should be added into gtk_tree_store_new
* gtk/gtktreestore.c (gtk_tree_store_new): Add a missing
va_end() call. Pointed out by Jiwon Lee.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Code cleanups; get rid of get_text_area_size,
replace get_icon_allocation by get_icon_allocations, don't
pass allocation to place_windows; other stylistic changes to
the icon-related code.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Avoid size allocation loops.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Fix errors in property definitions and
get_property implementation.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Redo the Caps Lock warning using an icon.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
Bug 558694 – Paned window splitter keynav broken
* gtk/gtkpaned.c (get_child_panes): Don't add unrealized
widgets.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstyle.c:
* gtk/gtkmenutooltbutton.c:
* gtk/gtkprintoperationpreview.c: Doc additions
2008-12-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c:
* gtk/gtklabel.c:
* gtk/gtkentry.c:
* gtk/gtktextview.c:
* gtk/gtkeditable.c:
* gtk/gtktextbuffer.c: Doc additions.
2008-12-29 Tor Lillqvist <tml@novell.com>
* gtk/gtk.symbols: Add missing symbols from gtkentry.c.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c:
* gtk/gtkstyle.c: Doc additions
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk[hv]scrollbar.c: Document gtk_[hv]scrollbar_new.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c: Document gtk_mnemonic_activate.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextlayout.c: Un-doc-commentize non-public api
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprogress.h: Fix a typo
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c:
* gtk/gtkentry.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c:
* gtk/gtktextutil.c: Un-doc-commentize non-exported functions
to make gtk-doc happy.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscale.c:
* gtk/gtkimagemenuitem.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkeditable.h: Match parameter names to make gtk-doc happy.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* tk/gtkfontsel.c: Merge docs inline.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintsettings.c:
* gtk/gtkbindings.c:
* gtk/gtkstyle.c: Doc fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscrolledwindow.c:
* gtk/gtkscale.c: Merge docs inline.
2008-12-28 Ryan Lortie <desrt@desrt.ca>
small fix for "Paned Window Widgets" example
* docs/tutorial/gtk-tut.sgml: use gtk_container_add rather than
add_with_viewport for putting a GtkTreeView into a ScrolledWindow
Spotted by Benjamin Herrenschmidt
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimmodule.c:
* gtk/gtkseparatortoolitem.c: Doc fixes
* gtk/gtkfontsel.c:
* gtk/gtkeditable.c: Merge docs inline.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c:
* gtk/gtkwidget.c:
* gtk/gtkaccelgroup.c: Documentation fixes
* gtk/gtkstatusicon.c:
* gtk/gtkentry.c:
* gtk/gtkeditable.[hc]: Make parameter names match to make gtk-doc
happy.
2008-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Expand the docs some more.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Don't emit ::icon-pressed on nonactivatable
icons. Fix up docs to match actual api.
* tests/testentryicons.c: Reshuffle tests a bit. Add a DND test.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Fix interaction between icons and widget sensitivity.
Also fix a few typos.
* tests/testentryicons.c: Add property editors.
* tests/Makefile.am: Glue
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Allow builtin icons when loading themed icons,
and don't leak a GtkIconInfo.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Emit ::icon-pressed regardless which button was
pressed. Also make it explicit in the signal signature that the
position parameter is a GtkEntryIconPosition.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Emit property notification for the text-length
property.
2008-12-26 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/search_entry.c: Add a demo for new entry features.
* demos/gtk-demo/Makefile.am: Glue
2008-12-25 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkapplaunchcontext.c:
* gdk/gdkkeys.c:
* gdk/x11/gdkdnd-x11.c:
* gdk/x11/gdkkeyx-x11.c:
* gdk/x11/gdktestutils-x11.c: Typo fixes and other small
doc improvements.
2008-12-23 Li Yuan <li.yuan@sun.com>
* gtk/gtkiconview.c: (gtk_icon_view_accessible_model_row_changed):
Bug #549251. No need to set name if there is no a11y item object.
2008-12-21 Yair Hershkovitz <yairhr@gmail.com>
Bug 565203: RTL locales: icons are misplaced when horizontal
gtkiconview is contained in a gtkscrolledwindow.
* gtk/gtkiconview.c (gtk_icon_view_layout_single_row):
Fix horizontal icon positions when in RTL locale.
2008-12-19 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update
2008-12-19 Matthias Clasen <mclasen@redhat.com>
Bug 564881 – gtkstatusicon.c: 'event' bug again
* gtk/gtkstatusicon.c (button_callback): Fix the build.
Patch by Christian Dywan.
2008-12-19 Cody Russell <bratsche@gnome.org>
Bug 85292 – add an icon to gtkentry
* gtk/gtkmarshalers.list: Add VOID:INT,BOXED
* tests/testentryicons.c: Initial icon entry test
* tests/Makefile.am: Add testentryicons
* gtk/gtkentry.[ch]: Add API for setting primary/secondary icons
and other features related to them.
2008-12-19 Marek Kasik <mkasik@redhat.com>
Bug 339318 - Allow page rendering to (optionally) happen in a thread
* gtk/gtk.symbols: API change
* doc/reference/gtk/gtk-sections.txt: API change
* gtk/gtkprintoperation-private.h
* gtk/gtkprintoperation.h
* gtk/gtkprintoperation.c: Adds 2 new functions
gtk_print_operation_set_defer_drawing()
- Sets up the GtkPrintOperation to wait for calling of
gtk_print_operation_draw_page_finish() from application. It can
be used for drawing page in another thread.
This function must be called in the callback of "draw-page"
signal.
gtk_print_operation_draw_page_finish()
- Signalize that drawing of particular page is complete.
It is called after completion of page drawing (e.g. drawing
in another thread).
If gtk_print_operation_set_defer_drawing() was called before,
then this function has to be called by application. In another
case it is called by the library itself.
2008-12-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c: Don't export emit_ok_response
2008-12-15 Tomas Bzatek <tbzatek@redhat.com>
* gtk/gtkfilechooserdefault.c: (list_row_activated):
* gtk/gtkfilesystem.c: (_gtk_file_info_consider_as_directory):
Mask G_FILE_TYPE_SHORTCUT as a directory (#561494)
2008-12-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Mount the enclosing volume if the folder we're switching to is not
mounted. Patch by Tomas Bzatek, based on work by Carlos Garnacho
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 561494 – FileChooser network browsing and authentication support
* gtk/gtkfilesystem.[hc] (_gtk_file_info_consider_as_directory):
Privately export this method. It classifies directories and mountables
the same.
* gtk/gtkfilesystem.c (enclosing_volume_mount_cb): Silently drop
G_IO_ERROR_ALREADY_MOUNTED error for gvfs backends without visible
mounts.
* gtk/gtkfilesystemmodel.c:
* gtk/gtkfilechooserbutton.c:
* gtk/gtkfilechooserentry.c:
* gtk/gtkfilechooserdefault.c: Use the new function instead of
direct checks for G_FILE_TYPE_DIRECTORY throughout.
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 562579 – Remove error dialog when directory does not exist
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Don't show an error dialog when changing to a non-existing folder,
since this is ususally just an annoyance.
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 556233 – local-only causes G_IS_FILE warning
* gtk/gktfilechooserdefault.c (set_local_only): Avoid a warning
in tests. Patch by Christian Dywan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563158 – CellRendererProgress pulsing and progressing rows can
not be used together
* gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_pulse):
Don't try to keep state in a cell renderer between two paint
calls. It doesn't work. Patch by Kristian Mueller
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 555560 – gtk_combo_box_set_active fails with no model
* gtk/gtkcombobox.c: Allow out-of-order setting of model and active.
Patch by Christian Dywan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 558306 – Cannot build gdk (gtk+ 2.14.4) on Solaris 8
* gdk/x11/gdktestutils-x11.c (gdk_test_simulate_button):
Remove a C99ism. Pointed out by Eric Lamarque
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 549251 – GTK icon view accessible issue.
* gtk/gtkiconview.c (gtk_icon_view_accessible_model_row_changed):
Handle separate append/set for rows. Patch by Li Yuan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 556839 – Crash when opening a link
* gtk/gtkstatusicon.c (gtk_status_icon_finalize): Destroy the
image too. Patch by Carlos Garcia Campos
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563751 – xatom cache is prefilled too late
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize the
XAtom cache earlier. Patch by Christian Persch
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 564212 – gtk_icon_view_accessible_model_rows_reordered explain
new_order in the wrong way
* gtk/gtkiconview.c (gtk_icon_view_accessible_model_rows_reordered):
Use the new order correctly. Patch by Li Yuan
2008-12-13 Matthias Clasen <mclasen@redhat.com>
Bug 563835 – Typo in gtk_widget_has_screen() docs
* gdk/directfb/gdkwindow-directfb.c:
* gdk/gdkwindow.c:
* gdk/x11/gdkwindow-x11.c:
* gtk/gtkmenushell.c:
* gtk/gtkwidget.c:
* gtk/tests/builder.c:
* tests/testdnd.c: s/heirarchy/hierarchy/ in docs and comments.
Pointed out by Wouter Bolsterlee
2008-12-12 Matthias Clasen <mclasen@redhat.com>
Bug 564066 – Crash in gtk_rc_parse_default_files
* gtk/gtkrc.c (gtk_rc_parse_default_files): Handle being called
early. Bug report by Andrés G. Aragoneses
2008-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.c: Set an empty title on password dialogs.
Pointed out by Máirín Duffy.
2008-12-11 Sven Herzberg <sven@imendio.com>
Document the "set-scroll-adjustments" signal
Reviewed by Kristian Rietveld.
* gtk/gtkiconview.c,
* gtk/gtklayout.c,
* gtk/gtktextview.c,
* gtk/gtktreeview.c,
* gtk/gtkviewport.c: added proper documentation for the signal
2008-12-11 Daniel Elstner <danielk@openismus.com>
Bug 563994 – Input method module interface not documented
* gtk/gtkimcontext.h: Add public/private markers.
* gtk/gtkimcontext.c: Add section documentation which explains how
to add a new input method module to GTK+. Document the signals and
virtual functions of GtkIMContextClass.
* gtk/gtkimmodule.c: Document struct GtkIMContextInfo.
* docs/reference/gtk/gtk-sections.txt: Add GtkIMContextClass and
GtkIMContextInfo to section GtkIMContext.
* docs/reference/gtk/Makefile.am (IGNORE_HFILES): Remove
gtkimmodule.h from the list in order to pick up GtkIMContextInfo.
* docs/reference/gtk/tmpl/gtkimcontext.sgml: Remove file from
repository since all the hand-edited content has been migrated to
source file comments.
2008-12-10 Matthias Clasen <mclasen@redhat.com>
Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated
-- but what should be used instead?
* gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation.
2008-12-10 Daniel Elstner <danielk@openismus.com>
Maintenance of Multipress input method by Openismus GmbH:
* modules/input/gtkimcontextmultipress.[ch]: Clean up the code
a bit to follow the GTK+ coding style more closely. Fix the code
to emit "preedit-start" and "preedit-end", too, rather than only
"preedit-changed".
(GTK_IM_CONTEXT_MULTIPRESS*): Rename incorrectly spelled macros
gtk_im_context_multipress*. Shouldn't break API or ABI as it's
only used internally.
* modules/input/immultipress.c: More cleanup,
* modules/input/README.multipress: ditto.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gdk/gdk.symbols: add missing #ifndef GDK_DISABLE_DEPRECATED.
2008-12-09 Michael Natterer <mitch@imendio.com>
* gtk/gtkcontainer.c (struct PackingPropertiesData): add missing
semicolon.
* gtk/gtkcontainer.c (attributes_text_element): "value" is a
gchar*, not const gchar*.
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 546378 – GtkAssistant page title is not translatable
* gtk/gtkbuilderparser.c: Make gtk_builder_get_translation_domain()
useful for subparsers.
* gtk/gtkcontainer.c: Make the child property parser support
translatable child properties. Patch by Antti Kaijanmäki
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 554274 – Add default hook for GtkLinkButton
* gtk/gtklinkbutton.c: Call gtk_show_uri() if no uri hook has
been set. Patch by Emmanuele Bassi
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 559325 – documentation for gdk_display_get_window_at_pointer()
: is wrong
* gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct
the documentation. Patch by Paul Davis
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 563285 – test print backend does not compile
* modules/printbackends/test/gtkprintbackendtest.c: Clean up
includes.
2008-12-07 Behdad Esfahbod <behdad@gnome.org>
Bug 563547 – Update gdkx11 atom precache table
* gdk/x11/gdkdisplay-x11.c: Add more atoms to precache.
2008-12-05 Michael Natterer <mitch@imendio.com>
Bug 546285 – Allow GtkEntry to draw progress
* gtk/gtkentry.[ch]: add new API similar to GtkProgressBar which
allows to set the entry's progress_fraction, its progress_pulse_step
and to let the entry's progress pulse.
* gtk/gtk.symbols: updated.
* tests/testgtk.c: add progress demo code to the "Entry" window.
2008-12-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkstatusicon.c:
Add missing space in gtk-doc deprecated syntax
2008-12-03 Simos Xenitellis <simos@gnome.org>
Bug 557420 – Some compose sequences don't work anymore (or only in
a specific order)
* gtk/gtkimcontextsimple.c: Update of table size, keysym boundary,
to match the gtkimcontextsimpleseqs.h table.
* gtk/gtkimcontextsimpleseqs.h: Update with older gtk+ compose
sequences that went missing due to table update with upstream.
* gtk/compose-parse.py: Updated to include gtk-compose-lookaside.txt
* gtk/gtk-compose-lookaside.txt: Older gtk+ compose sequences that
are not found in the X.Org Compose file.
2008-12-03 Sven Herzberg <sven@imendio.com>
Bug 562998 – GtkFontButton documentation improvements
* gtk/gtkfontbutton.c: mention the way the font string should be used.
Patch by Sven Herzberg and Nelson Benitez
2008-12-03 Marek Kasik <mkasik@redhat.com>
Bug 559914 – eog doesn't apply paper setup.
* gtk/gtkpapersize.c: Call the gtk_paper_size_new_from_ppd() with width
and height in points.
2008-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
Bug 562878 – password save incorrectly set in gtkmountoperation
* gtk/gtkmountoperation.c (remember_button_toggled),
(gtk_mount_operation_ask_password): Remember the password save
flags only when the radio button becomes active. Set also the
default state of the radio buttons depending on the current value
of password save flags.
2008-12-01 Matthias Clasen <mclasen@redhat.com>
Bug 555334 – connected server feature
* gtk/gtkfilesystem.c (get_volumes_list): Filter out shadow mounts.
Patch by David Zeuthen.
2008-12-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Revert an accidental change that sneaked
in with the last commit.
2008-12-01 Paul Bolle <pebolle@tiscali.nl>
Bug 562817 – GtkDialog: typo
* gtk/gtkdialog.c: Fix typo
2008-11-29 Matthias Clasen <mclasen@redhat.com>
Bug 554453 – "typeahead find" widget of GtkTreeView appears on
wrong monitor in a multi-head environment
* gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
Make sure the typeahead window follows screen changes of the
treeview. Noticed by Rainer Stransky
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 559622 – GdkDevice test segfaults
* gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose):
* gdk/x11/gdkinput.c (gdk_device_class_init), (gdk_device_dispose):
Free and reset device in dispose. Patch by Michael Natterer and myself.
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 554076 – eventually release g_new-ed supported_atoms
* gdk/x11/gdkevents-x11.c (cleanup_atoms),
(gdk_x11_screen_supports_net_wm_hint): Set cleanup callback.
Patch by Caolan McNamara.
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 539263 – Deprecate gdk_window_get_toplevels
* gdk/gdkwindow.c:
* gdk/gdkwindow.h: Deprecate gdk_window_get_toplevels
2008-11-29 Federico Mena Quintero <federico@novell.com>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): If tree lines are
enabled, flip them around for the right-to-left case. Fixes
https://bugzilla.novell.com/show_bug.cgi?id=447004. Patch by
Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>
2008-11-29 Christian Persch <chpe@gnome.org>
* gtk/gtkselection.c: Typo fix.
2008-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c:
* gtk/gtkentry.c:
* gtk/gtkdnd.c:
* gtk/gtkcolorsel.c:
* gtk/gtkbindings.c: Improve deprecation annotations.
2008-11-26 Christian Dywan <christian@imendio.com>
Bug 561504 – testgtk should load rc file from sub folder
* tests/testgtk.c (main):
Make testgtk look in subfolder and warn if not found
2008-11-25 Johan Dahlin <jdahlin@async.com.br>
Bug 559947 – Unchecked dependency on python>=2.4
* gtk/gtk-builder-convert:
Avoid using sorted() which is only present in python 2.
2008-11-24 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkalignment.c: Bug 561539 - Fix warnings when size allocations
fall short of border width and padding.
2008-11-22 Paul Bolle <pebolle@tiscali.nl>
Bug 561335 - Fix typos in GtkToolItem documentation
* gtk/gtktoolitem.c: Fix typos in GtkToolItem documentation
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump gtk-doc dependency to 1.11 for
nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.[hc]: Declare structs in a way that
gtk-doc understands.
2008-11-17 Christian Dywan <christian@imendio.com>
Bug 377699 – realizing gtk.Progress() causes SEGV
* gtk/gtkprogress.c: Define GtkProgress as an abstract type
2008-11-13 Christian Dywan <christian@imendio.com>
Bug 560602 – Wrong GtkMenuItem default value (test fails)
* gtk/gtkmenuitem.c (gtk_menu_item_class_init):
Correct default "label" value to ""
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 560139 – GtkEntry doesn't paint with the right state
* gtk/gtkentry.c (gtk_entry_class_init), (gtk_entry_draw_frame),
(gtk_entry_expose): Reflect the right state if state-hint is set
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 559619 – invisible-char default cannot be tested
* gtk/tests/defaultvalue.c (test_type):
Skip invisible-char when testing
2008-11-12 Richard Hult <richard@imendio.com>
* gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
patch from Paul Davis.
2008-11-12 Christian Dywan <christian@imendio.com>
Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
* gtk/tests/object.c (list_ignore_properties),
(object_test_property), (main): Ignore GtkCurve when testing
2008-11-12 Richard Hult <richard@imendio.com>
Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
* gdk/gdk.c:
* gdk/gdkinternals.h: Add eventloop debug facility.
* gdk/quartz/gdkeventloop-quartz.c: Big rework of the quartz
mainloop integration, patch from Owen Taylor. See bug #550942 for
the details.
2008-11-12 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
new API when building on 64-bit, since there are still old non-xml
layouts used out there we don't want to break them. (For 64-bit
those layouts doesn't work so we don't have a choice there.)
2008-11-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.c: Chain up in enter and leave notify handlers.
2008-11-11 Michael Natterer <mitch@imendio.com>
Bug 553765 – Add orientation API to GtkRange
* gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
evil code that makes sure that the stepper_detail and slider_detail
set in GtkRangeClass continue to work with the hacked subclasses
below.
* gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
and add gtk_scale_new() and gtk_scale_new_with_range() which take
a GtkOrientation argument. Set slider_detail to "Xscale" so above
evil code works.
* gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
above evil code works.
* gtk/gtkhscale.c
* gtk/gtkvscale.c
* gtk/gtkhscrollbar.c
* gtk/gtkvscrollbar.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: changed accordingly.
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.h: move deprecated functions together, move
setters and getters together, some indentation cleanup.
2008-11-11 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: implement the GtkOrientable interface
and deprecate gtk_toolbar_get,set_orientation().
* gtk/gtk.symbols: changed accordingly.
2008-11-10 Marek Kasik <mkasik@redhat.com>
Bug 560135 - Print when the user double clicks a printer
* gtk/gtkprintunixdialog.c: add handling of double click to
GtkPrintUnixDialog.
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkpaned.c: argh, actually call the newly added private
gtk_paned_calc_position() instead of the deprecated public
version.
2008-11-07 Michael Natterer <mitch@imendio.com>
Bug 553586 – Add orientation API to GtkPaned
* gtk/gtkpaned.[ch]: implement the GtkOrientable interface
and swallow all code from GtkHPaned and GtkVPaned. Add
gtk_paned_new() which takes a GtkOrientation argument. Deprecate
gtk_paned_compute_position() for good (also for GTK_COMPILATION).
* gtk/gtkhpaned.[ch]
* gtk/gtkvpaned.[ch]: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_box_new().
2008-11-07 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkcontainer.c (gtk_container_buildable_add_child):
Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
2008-11-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkscrollbar.c: remove bogus newlines in the middle of
function calls, fix broken indentation and remove trailing
whitespace.
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkmenuitem.c: Made buildable and added support for adding
children of type "submenu"
* gtk/gtkwindow.c: Added support for custom tag "accel-groups" to
add GtkAccelGroups to the window.
* gtk/gtkcontainer.c: Added builder contextual warnings in
buildable_add_child()
* gtk/tests/builder.c: Added tests for buildable menus (test that
accelerators are properly connected on stock items, test the menu
hierarchy, test permission to add alien/custom menuitem children).
* docs/reference/gtk/tmpl/gtkbuilder.sgml
* docs/reference/gtk/tmpl/gtkwindow.sgml
* docs/reference/gtk/tmpl/gtkmenuitem.sgml: Updated docs for
buildable submenus and accel groups.
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkmenuitem.[ch]: added new apis
gtk_menu_item_[set/get]_label() and
gtk_menu_item_[set/get]_use_underline() with "label" and
"use-underline" properties, constructors cleaned up to use
g_object_new(). GtkMenuItemClass take new vfuncs
->get/set_label().
* gtk/gtkcheckmenuitem.c: constructors cleaned up to use
g_object_new().
* gtk/gtkimagemenuitem.[ch]: added new apis
gtk_image_menu_item_[get/set]_use_stock() and
gtk_image_menu_item_set_accel_group() with "use-stock" and
write-only "accel-group" properties. constructors cleaned up to
use g_object_new().
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkbuilder.h: Fixed a crasher in
GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
2008-11-06 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes
on top of any markup or mnemonic attributes (bug 558409).
* README: Updated and added release notes for 2.16
2008-11-06 Richard Hult <richard@imendio.com>
Bug 558586 – handling of keyboard under darwin (quartz)
* gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from
Arnaud Charlet to replace use of deprecated keyboard layout API
with the new TIS API available in 10.5. The old code is still used
when building for 10.4.
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c:
(get_keyboard_modifiers_from_ns_event), (create_key_event): Revert
(at least for now) the alt/cmd switching since it breaks the
"alt-gr" functionality of alt which makes it impossible to input
lots of characters.
2008-11-05 Christian Dywan <christian@imendio.com>
Bug 559404 – gtk_editable_insert_text counts length in bytes
* gtk/gtkeditable.c:
Document new_text_length as the number of bytes
2008-11-05 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_impl_quartz_begin_paint_region): Set the fill color
outside the loop.
2008-11-05 Richard Hult <richard@imendio.com>
* gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip),
(gtk_status_icon_get_tooltip_markup): Fix build for win32 and
quartz.
2008-11-04 Tor Lillqvist <tml@novell.com>
Bug 557212 - Problem with which window gains focus and is visible
* gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app):
Only do the restacking for the active window of the
application. Seems to fix the problem.
(gdk_event_translate): Only call ensure_stacking_on_activate_app()
when the application is being activated, not deactivated.
2008-11-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkstatusicon.[hc]: Add new tooltip api.
2008-11-03 Christian Persch <chpe@gnome.org>
Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problem
* gtk/gtkiconview.c: Make gtk_drag_*_add_*_targets() usable with
GtkIconView.
2008-11-02 Matthias Clasen <mclasen@redhat.com>
Bug 558929 – gtkstatusicon.c: 'event' is a member of the structure
* gtk/gtkstatusicon.c: Fix the build.
2008-11-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimagemenuitem.c: Make it possible to overrule the
gtk-menu-images setting.
* gtk/gtkaction.c (connect_proxy): Show the image before adding
it to the image menu item.
2008-11-01 Tor Lillqvist <tml@novell.com>
Bug 558278 - Crash when calling a callback set by
gdk_add_client_message_filter()
* gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from
apply_filters() so that it is clear that this function is for
GdkEventFilters only.
(print_event): Print more information for GDK_CLIENT_EVENT events.
(gdk_event_translate): When handling client filters, don't use
apply_event_filters(). Use similar code as in the X11 backend,
although not exactly, as the parameter list and return value
semantics of gdk_event_translate() is different.
* tests/testclientmessage.c: New interactive test program to
verify client message functionality.
* tests/Makefile.am: Add it.
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 409435 – GtkStatusIcon enhancements: DnD, scroll events,
middle click, rich tooltips
* gtk/gtkstatusicon.[hc]: Add support for button press/release and
scroll events. Patch by Ed Catmur
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 322934 – Replace menu's proxy icons with empty space hiding icons
* gtk/gtkmenu.c (gtk_menu_size_request): Use consistent padding
regardless of imagees or checks being in the menu. Also add
padding on the right edge.
Proposal by Luca Ferretti, patch by Jon McCann
2008-11-01 Matthias Clasen <mclasen@redhat.com>
Bug 412134 – Add API to query style properties from the style
* gtk/gtk.symbols:
* gtk/gtkstyle.[hc]: Add getters for style properties to
avoid the need for ugly workarounds with dummy widget instances.
Patch by Mariano Suárez-Alvarez
2008-10-31 Christian Dywan <christian@imendio.com>
Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
* gtk/gtk.symbols:
* gtk/gtkfontsel.c:
* gtk/gtkfontsel.h:
Deprecate gtk_font_selection_dialog_get_apply_button
2008-10-31 Matthias Clasen <mclasen@redhat.com>
Bug 558323 – glitches when popping up combos in treeviews
* gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property):
Don't set the model property on the combo box, since that leads
to loops.
2008-10-31 Christian Dywan <christian@imendio.com>
Bug 347230 – testicontheme shortcomings
* tests/testicontheme.c (main):
Use theme for "display" and quit on window closing
2008-10-30 Matthias Clasen <mclasen@redhat.com>
Bug 558522 – scroll arrow painted insensitive even though there
are pages beyond the edge
* gtk/gtknotebook.c (gtk_notebook_real_insert_page): Redraw
arrows. Pointed out by Christian Persch
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/gtkcellrenderertext.h
* gtk/gtkentry.[ch]
* gtk/gtkimcontext.h
* gtk/gtklabel.c
* gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
remove its inclusion here.
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
somehow include gtkobject.h or another header which includes it.
2008-10-30 Marek Kasik <mkasik@redhat.com>
Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
* gtk/gtk.symbols
* gtk/gtkprintsettings.c
* gtk/gtkprintsettings.h
* docs/reference/gtk/gtk-sections.txt
* modules/printbackends/file/gtkprintbackendfile.c
* modules/printbackends/test/gtkprintbackendtest.c
* modules/printbackends/cups/gtkprintbackendcups.c
* modules/printbackends/lpr/gtkprintbackendlpr.c:
Added lpi (lines per inch) setting to GtkPrintSettings and support
for anamorphic dpi. Surface fallback resolution is set to 2*lpi.
2008-10-30 Michael Natterer <mitch@imendio.com>
* gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
it's included via gtkwidget.h anyway.
2008-10-30 Sven Neumann <sven@gimp.org>
* gtk/gtkwidget.c (gtk_widget_get_property): removed redundant
conditional.
2008-10-30 Christian Dywan <christian@imendio.com>
Bug 557316 – GtkLinkButton should consider user-defined tooltip
* gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb):
Only override the tooltip if not previously set
2008-10-29 Christian Dywan <christian@imendio.com>
Bug 557762 – Misleading error message in GDK DirectFB
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open):
Correctly say GetInputDevice instead of GetDisplayLayer
2008-10-29 Christian Dywan <christian@imendio.com>
Bug 558397 – gtk_widget_error_bell undefined without a screen
* gtk/gtkwidget.c (gtk_widget_error_bell): Test the settings
instance and return silently if unset
2008-10-28 Michael Natterer <mitch@imendio.com>
* gdk/keyname-table.h: fix small typo.
2008-10-27 Richard Hult <richard@imendio.com>
Bug 557894 – Wrong return value for
gdk_pointer_grab_info_libgtk_only()
* gdk/quartz/gdkevents-quartz.c:
(gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a
pointer grab. Patch by Owen Taylor.
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolshell.c:
* gtk/gtktoolitem.c: Remove markup from short descriptions.
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gdk/keyname-table.h:
* gtk/gen-paper-names.c:
* gtk/paper_names_offsets.c:
* gtk/gtkpapersize.c:
* gtk/gtkaccellabel.c:
* gtk/gtkprintoperation.c:
* gtk/gtkstock.c: More conversion to C_().
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaccellabel.c:
* gtk/gtkcalendar.c:
* gtk/gtkcellrendereraccel.c:
* gtk/gtkcellrendererprogress.c:
* gtk/gtkimmulticontext.c:
* gtk/gtkrecentchoosermenu.c:
* gtk/gtkvolumebutton.c: Use C_() instead of Q_(). String change!
2008-10-26 Christian Persch <chpe@gnome.org>
Bug 557065 – gtkcellrendererpixbuf spams console over and over with
'could not load image' warnings
* gtk/gtkcellrendererpixbuf.c:
(gtk_cell_renderer_pixbuf_create_themed_pixbuf): Remove noisy
g_warning.
2008-10-26 Philip Withnall <philip@tecnocode.co.uk>
Bug 530454 – Clarify page_nr when printing
* gtk/gtkprintoperation.c (gtk_print_operation_class_init): Point out
that page_nr is 0-based in the documentation.
2008-10-25 Matthias Clasen <mclasen@redhat.com>
Bug 557315 – stale clipboard target cache
* gtk/gtkclipboard.c (gtk_clipboard_set_contents): Remove cached
targets. Pointed out by Evan Stade
2008-10-24 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
the docs for GtkWidget::query-tooltip.
2008-10-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.c: The "screen" property ought to have
type GdkScreen, not GtkWindow. Found by Cosimo Cecchi
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching
allocation and deallocation
* gtk/gtkrecentchooserdefault.c (remove_selected_from_list): Don't
free a strdup'ed string by g_free. Pointed out by Daniel Marjamäki
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 556835 – gtkentry.c: variable is declared at middle of block
* gtk/gtkentry.c (gtk_entry_copy_clipboard): Fix a C99ism pointed
out by Kazuki Iwamoto
2008-10-24 Matthias Clasen <mclasen@redhat.com>
Bug 557524 – "va_end(args);" should be added into
gtk_text_buffer_insert_with_tags_by_name( )
* gtk/gtktextbuffer.c (gtk_text_buffer_insert_with_tags_by_name):
Don't forget to call va_end. Pointed out by Boram Park
2008-10-23 Alexander Larsson <alexl@redhat.com>
Bug 528320 - Incorrect icons displayed for files with custom
mimetype icons
* gtk/gtkfilesystem.c:
(_gtk_file_info_render_icon):
Fall back on default file icon if there was no icon or it
was not found in the theme. This goes with the corresponding
change in glib to not add the fallback icon, but is useful
in other cases too.
2008-10-22 Behdad Esfahbod <behdad@gnome.org>
Bug 555920 – gtkentry.c passes wrong enum to
pango_layout_set_alignment()
* gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
adjustment.
2008-10-22 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen
size actually changed.
2008-10-21 Michael Natterer <mitch@imendio.com>
* gdk/gdkdraw.c
* gdk/gdkimage.c
* gdk/gdkscreen.c
* gdk/gdkwindow.c: replace assertions for obj != NULL by
GDK_IS_OBJ(), remove redundant != NULL checks when there is
already a type check, add some g_return_if_fail() that were
missing entirely, fix some broken indentation and spacing.
2008-10-21 Tor Lillqvist <tml@novell.com>
Bug 557266 - Window Management Problem
Also reported in mail to gtk-list, and of course it has been well
known in general that window state management is messy and buggy
in various ways in gdk/win32.
* gdk/win32/gdkwindow-win32.c (show_window_internal): Correct
handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set
the WS_EX_TOPMOST extended style bit using SetWindowLong(). We
must call SetWindowPos() on the window using HWND_TOPMOST
instead. The description for WS_EX_TOPMOST in the documentation
for CreateWindowEx() even implies that if you read it carefully.
2008-10-21 Michael Natterer <mitch@imendio.com>
* gdk/gdkapplaunchcontext.c: reorder functions to be in standard
order, add prototypes and namespace to static functions, add
g_return_if_fail()s which were missing all over the place.
2008-10-20 Christian Persch <chpe@gnome.org>
Bug 557059 – crash when compositing emblems with icon
* gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it
with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped
from icon cache or builtins).
2008-10-20 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_item():
* gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(),
gtk_icon_view_set_tooltip_cell():
Documentation: Mention the simple set_tooltip_column()
alternative.
2008-10-18 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): On
WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
output without setting it first.
2008-10-18 Tor Lillqvist <tml@novell.com>
Bug 556578 - GIMP windows stay on top of other windows
* gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize)
(ensure_stacking_on_window_pos_changing)
(ensure_stacking_on_activate_app): Ignore unmapped windows in the
loops where we look for the lowest "transient-type" window.
(gdk_event_translate): Don't call
ensure_stacking_on_window_pos_changing() or
ensure_stacking_on_activate_app() for unmapped windows.
2008-10-16 Marek Kasik <mkasik@redhat.com>
Bug 556527 - The current page property is not passed to
GtkPrintUnixDialog
* gtk/gtkprintoperation-unix.c: pass current-page property
to GtkPrintUnixDialog
2008-10-15 Michael Natterer <mitch@imendio.com>
* gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo
in the type name so the macro becomes usable.
2008-10-14 Christian Dywan <christian@imendio.com>
556150 – gtk 'object' property test fixing
* gtk/tests/object.c (list_ignore_properties):
Remove some recently fixed properties from the exception list
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup
* gtk/gtkcellrendererpixbuf
(gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash
if a GIcon is not present in the current theme. Patch by
Alex Larsson.
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 552318 – menubar mnemonics consumed even when
gtk-enable-mnemonics=false
* gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic
entries block accelerator activation when gtk-enable-mnemonics is
FALSE. Problem reported by Andreas Moog.
2008-10-13 Cody Russell <cody@jhu.edu>
* test/testfilechooser.c: Fix option parsing so that -a and
--action work correctly.
2008-10-13 Christian Persch <chpe@gnome.org>
Bug 555386 – format not a string literal and no format arguments
* gtk/gtkiconfactory.c
* gtk/gtkprintbackend.c
* gtk/gtkprintoperation.c
* gtk/gtkthemes.c
* gtk/tests/builder.c
* modules/other/gail/gailtextview.c
* tests/testmerge.c: Use printf safely.
2008-10-13 Christian Persch <chpe@gnome.org>
Bug 555724 – gtkcellrendereraccel not initialised correctly
* gtk/gtkcellrendereraccel.c: Initialise the cell text.
2008-10-12 Simos Xenitellis <simos@gnome.org>
Bug 555625 – Updated gtk_compose_seqs_compact table
(gtkimcontextsimpleseqs.h)
* gtk/gtkimcontextsimpleseqs.c: Updated the compose sequence table.
In this update we removed a further set of compose sequences that
are otherwise covered by check_algorithmically().
* gtk/gtkimcontextsimple.c: Updated table value that shows how many
distinct first values exist in the compose sequences.
Change from 22 to 20.
2008-10-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbar.c: Revert the GtkSettings::gtk-toolbar-icon-size
part of the previous change, since it doesn't work correctly without
extra complication, and using custom icon sizes doesn't make too
much sense in a desktop-wide setting.
2008-10-11 Matthias Clasen <mclasen@redhat.com>
Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
* gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and
GtkSettings::gtk-toolbar-icon-size into int properties, to
allow the use of app-registered icon sizes.
2008-10-11 Christian Dywan <christian@imendio.com>
Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):
Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL
2008-10-10 Behdad Esfahbod <behdad@gnome.org>
Bug 551355 – [PATCH] Make glib build with libtool 2.2
* autogen.sh: Accept libtool 2.2. We are moving towards having
it working.
2008-10-10 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state)
Add empty stub to fix linking.
2008-10-10 Simos Xenitellis <simos@gnome.org>
Bug 555000 – Wrong treatment on non-spacing marks dead keys in
GtkIMContextSimple
* gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
it only checks if input is a deadkey keysym.
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):
Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555573 – gtk_font_selection_set_font_name
shouldn't require a screen
* gtk/gtkfontsel.c (gtk_font_selection_set_font_name):
Don't warn if there is no screen, just return FALSE
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555523 – gtk_scale_button_set_adjustment should accept NULL
* gtk/gtkscalebutton.c (gtk_scale_button_set_adjustment):
Create a new adjustment if NULL is passed, like other widgets
2008-10-09 Christian Dywan <christian@imendio.com>
Bug 555578 – GtkTable propertiy maxima are wrong
* gtk/gtktable.c (gtk_table_class_init), (gtk_table_resize):
Always use 65535 instead of G_MAXUINT since that is
the actually supported maximum number of columns and rows
2008-10-09 Richard Hult <richard@imendio.com>
Bug 550342 – Splash screens have a caption
* gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new),
(gdk_window_set_decorations): Patch from Marianne Gagnon to make
splash windows borderless.
2008-10-09 Michael Natterer <mitch@imendio.com>
Bug 516425 – Optionally display accelerators in popups
* gtk/gtkuimanager.h (enum GtkUIManagerItemType): add value
GTK_UI_MANAGER_POPUP_WITH_ACCELS which works like _POPUP but
shows the actions' accelerators.
* gtk/gtkuimanager.c: honor the new enum value for programmatically
created UIs, and support <popup accelerators="true"> in the XML
for the same purpose.
2008-10-09 Simos Xenitellis <simos@gnome.org>
Bug 554192 – double press on the "circumflex" dead key
(standard french 105 keyboard) no longer produces the "^" character
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
Changed the order, put check_compact_table() first, then
check_algorithmically().
2008-10-08 Christian Persch <chpe@gnome.org>
Bug 554702 – gtkfilesystem leaks GError
* gtk/gtkfilesystem.c (_gtk_file_system_init): Free the GError.
2008-10-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
Don't forget to reset reload_state when current_folder is already
correct. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=465992
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 555270 – Allow unsetting a MessageDialog's image
* gtk/gtkmessagedialog.c (gtk_message_dialog_set_property),
Remove a superfluous cast to GtkWidget*
(gtk_message_dialog_set_image): Accept NULL for the image
and unset the image in that case.
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 436533 – Allow more space efficient scroll arrows placement
* gtk/gtkenums.h: Add GtkArrowPlacement
* gtk/gtkmenu.c (gtk_menu_class_init), (get_arrows_border),
(get_arrows_visible_area), (get_double_arrows),
(get_arrows_sensitive_area): Implement GtkMenu::arrow-placement
to allow scrolling arrows to be placed at the start, end or both
Patch by Tommi Komulainen and myself
2008-10-08 Christian Dywan <christian@imendio.com>
Bug 555387 – Changing the sensitivity of a statusbar
mistakenly requires a display
* gtk/gtkstatusbar.c (set_grip_cursor): Only change the cursor
of the resize grip if there is a grip window.
2008-10-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized
memory warnings from valgrind.
2008-10-07 11:03:30 Tim Janik <timj@imendio.com>
* gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new()
as private function until we settle on the exact semantics.
renamed _gtk_box_set_old_defaults() as suggested by Mitch.
2008-10-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkbox.c: reindent static prototypes.
2008-10-07 Michael Natterer <mitch@imendio.com>
Bug 553573 – Add orientation API to GtkBox
* gtk/gtkbox.[hh]: implement the GtkOrientable interface and
swallow all code from GtkHBox and GtkVBox. Add gtk_box_new()
which takes a GtkOrientation argument. Also move the newly
added "spacing_set" boolean from struct GtkBox to the new
private struct.
* gtk/gtkhbox.[ch]
* gtk/gtkvbox.[ch]: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_box_new().
2008-10-06 Björn Lindqvist <bjourne@gmail.com>
Bug 539464 – gtk_cell_view_get_model is missing in GtkCellView
* gtk/gtkcellview.c (gtk_cell_view_get_model): Add
gtk_cell_view_get_model.
2008-10-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c (create_main_page): Show the tooltip
on the range entry itself, too.
2008-10-04 Tor Lillqvist <tml@novell.com>
Bug 132501 - Make utility window translate to tool window in win32
Implement the utility window type hint. Such windows are kept on
top of other windows of the same process. Makes GIMP's toolbox and
dock windows behave more like in GNOME under metacity. Apply the
same logic also to windows marked with the dialog window type
hint, and windows that are transient for some other window. I'll
call such windows "transient-type" below.
* gdk/win32/gdkevents-win32.c (doesnt_want_key): Drop unused
variables.
(ensure_stacking_on_unminimize)
(ensure_stacking_on_window_pos_changing)
(ensure_stacking_on_activate_app): New functions to implement the
desired stacking order. Make sure that a window that is not
transient-type stays below any transient-type windows of the
application. When activating a non-transient-type window make sure
it rises as high as possible while still staying below the lowest
transient-type window.
(gdk_event_translate): Call above functions on
WM_WINDOWPOSCHANGING, WM_ACTIVATEAPP and on WM_SIZE when
unminimizing. Improve debugging printout.
* gdk/win32/gdkwindow-win32.c (get_effective_window_decorations):
Handle utility windows like toolbar windows.
(gdk_window_new_internal) (update_style_bits): Give utility
windows the WS_EX_TOOLWINDOW extended style.
(gdk_window_set_title): If debugging "misc" or "events", make the
handle of top-level windows show up in their title bars. Very
useful when looking at debugging output.
(gdk_window_set_transient_for) (gdk_window_set_keep_above)
(gdk_window_set_keep_below) (gdk_window_set_modal_hint)
(gdk_window_set_skip_taskbar_hint)
(gdk_window_set_skip_pager_hint): Add and improve debugging
printout.
(gdk_window_set_type_hint): Print hint symbolically in GDK_NOTE().
2008-10-04 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkmain-win32.c (_gdk_win32_window_exstyle_to_string)
(_gdk_win32_window_pos_bits_to_string): New debugging printout
functions. Decode the WS_EX_* and SWP_* bits.
* gdk/win32/gdkprivate-win32.h: Declare them. Define
GDK_DEBUG_MISC_OR_EVENTS for use in GDK_NOTE() to match either
"misc" or "events".
2008-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some
debug output.
2008-10-02 Matthias Clasen <mclasen@redhat.com>
Bug 96431 – Can't cut and paste / DND within invisible entry
* gtk/gtkentry.c: Disable cut, copy and drag out of an invisible
entry. Proposed by Owen Taylor
2008-10-02 Matthias Clasen <mclasen@redhat.com>
Bug 530575 – GtkEntry with invisible chars has a confused cursor in
overwrite mode
* gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
in the layout when positioning the cursor, not the actual text
content of the entry. This makes a different when using overwrite
mode in an invisible entry.
Problem noticed by Jonathan Blandford
* gtk/gtktextutil.c: Fix a typo in a comment
2008-10-02 Christian Persch
Bug 554704 – gtkfilesystemmodel does too much work
* gtk/gtkfilesystemmodel.c: Replace g_slist_length()<1 check with a
simple NULL check.
2008-10-02 Christian Persch
Bug 554701 – filechooser spams console with useless warnings
* gtk/gtkfilesystem.c.c: Don't warn if the async call was simply
cancelled.
2008-10-02 Christian Persch
Bug 554698 – mem leak in filechooser
* gtk/gtkfilechooserdefault.c: Plug a mem leak.
2008-10-02 Christian Persch
Bug 554696 – invalid free function used
* gtk/gtkfilesystemmodel.c: Use the right free func.
2008-10-02 Christian Persch
Bug 554691 – mem leak in filechooser
* gtk/gtkfilesystemmodel.c: Plug a mem leak.
2008-10-02 Christian Persch
Bug 554690 – mem leak in filechooser
* gtk/gtkfilechooserdefault.c: Plug a mem leak.
2008-10-02 Michael Natterer <mitch@imendio.com>
Bug 553585 – Add orientation API to GtkRuler
* gtk/gtkruler.[ch]: implement the GtkOrientable interface and
swallow all code from GtkHRuler and GtkVRuler. Add gtk_ruler_new()
which takes a GtkOrientation argument.
* gtk/gtkhruler.c
* gtk/gtkvruler.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_ruler_new().
2008-10-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* docs/reference/gtk/gtk-sections.txt:
* gtk/gtk.symbols:
* gtk/gtkselection.c:
* gtk/gtkselection.h: Add gtk_selection_data_get_selection to
retrieve the sealed struct field GtkSelectionData.selection.
2008-10-01 Tor Lillqvist <tml@novell.com>
* gtk/gtkscalebutton.c: Don't #define _GNU_SOURCE on Windows as it
confuses newest mingw headers.
2008-10-01 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (gdk_keymap_get_caps_lock_state):
Implement trivially on Windows. Not sure if something more complex
is actually needed, more specifically whether the function needs
to differentiate between "Caps Lock" and "Shift Lock" semantics?
2008-10-01 Simos Xenitellis <simos@gnome.org>
Bug 554506 – combining diacritics broken, became deadkeys
* gtk/gtkimcontextsimple.c: added check if keysym is greater
than 0x1000000, in this case it is not a dead key.
2008-09-30 Michael Natterer <mitch@imendio.com>
Bug 553582 – Add orientation API to GtkSeparator
* gtk/gtkseparator.[ch]: implement the GtkOrientable interface and
swallow all code from GtkHSeparator and GtkVSeparator. Add
gtk_separator_new() which takes a GtkOrientation argument.
* gtk/gtkhseparator.c
* gtk/gtkvseparator.c: remove all code except the constructor and
call gtk_orientable_set_orientation() in init().
* gtk/gtk.symbols: add gtk_separator_new().
2008-09-30 Marek Kasik <mkasik@redhat.com>
Bug 344522 – support non-local destination files (GtkPrint):
* gtk/gtkprintunixdialog.c
* gtk/gtkprinteroptionwidget.c: Process URI instead of filename.
* modules/printbackends/file/gtkprintbackendfile.c: Add ability
to save files on non-local filesystems.
2008-09-30 Michael Natterer <mitch@imendio.com>
* gtk/gtk.symbols: forgot the G_GNUC_CONST of
gtk_orientable_get_type().
2008-09-30 Michael Natterer <mitch@imendio.com>
Bug 541009 – Get rid of separate subclasses for horizontal and
vertical orientation:
* gtk/Makefile.am
* gtk/gtk.symbols
* gtk/gtk.h
* gtk/gtkorientable.[ch]: add new interface GtkOrientable which
will be implemented by everything that can switch orientation.
2008-09-30 Christian Dywan <christian@imendio.com>
Fix a typo in the tutorial.
* docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 553086 – hard to see current immodule
* gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
Display the actually selected context in the system menuitem.
Complaint by Akira Tagoh.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 530568 – Entries with visibility=FALSE should warn for caps-lock
on
* gtk/gtkentry.c: Add a tooltip-like Caps Lock warning for
password entries. The warning is also triggered if an input method
is active. The warning can be turned off using the
GtkEntry::caps-lock-warning property.
Proposed by Owen Taylor
2008-09-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_get_context_id):
Add a getter for the the sealed context_id field.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.
* gdk/gdk.symbols:
* gdk/gdkkeys.[ch]: Add a new GdkKeymap::state-changed signal, and
a gdk_keymap_get_caps_lock_state function.
* gdk/x11/gdkkeys-x11.c: Implement it here. For now, only emit
state-changed when caps lock lockedness changes.
* gdk/x11/gdkdisplay-x11.c: Also select for modifier lock status
changes in the XkbSelectEventDetails call.
2008-09-29 Kristian Rietveld <kris@imendio.com>
Bug 487624 - Tooltips doesn't get updated if ther's no mouse motion
over widget
* gtk/gtkwidget.c (gtk_widget_set_property): after updating
tooltip text or markup, call gtk_widget_trigger_tooltip_query()
so that existing visible tooltips are updated.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 371908 – Password Entry broken
Bug 317002 – Disable input method completely in GtkEntry when it's
in invisible mode.
* gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
properly when invisible.
* gtk/gtkentry.c (gtk_entry_create_layout): Show preedit even if
invisible.
* gtk/gtkentry.c (gtk_entry_set_visibility): Don't disable input
methods when making the entry invisible.
2008-09-29 Emmanuele Bassi <ebassi@linux.intel.com>
* gdk/x11/gdkinput.c:
(gdk_device_class_init), (gdk_device_finalize): Correctly chain
up the finalize implementation.
2008-09-29 Richard Hult <richard@imendio.com>
Bug 554141 – uninitialized data use/free in gtkclipboard-quartz.c
* gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
Patch from Jon A. Cruz to initialize the allocated selection data.
2008-09-27 Matthias Clasen <mclasen@redhat.com>
Bug 339367 – Incorrect spotlocation
* modules/input/gtkimcontextxim.c: Correct the spot location
for on-the-spot style.
2008-09-27 Denis Washington <denisw@svn.gnome.org>
* gtk/gtkiconview.c: only draw keyboard focus when keyboard navigation
is used, like GtkTreeView. (Bug #553575)
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real
transparency
* gtk/gtktrayicon-x11.c: Add support for the _NET_SYSTEM_TRAY_VISUAL
property described in
http://lists.freedesktop.org/archives/xdg/2008-September/009919.html
If _NET_SYSTEM_TRAY_VISUAL is a visual with an alpha channel, the
parent-relative-background hack is skipped and we draw with a real
transparent background.
* gtk/gtkrc.c: Remove the default GtkTrayIcon style, since the
parent-relative background is now set when realizing the tray
icon.
Patch by Owen Taylor
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 552956 – Should check composite extension version
* gdk/x11/gdkdisplay-x11.c: Check that the version of the
composite extension is at least 0.4.
Patch by Owen Taylor
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553803 – eventually call XCloseDevice on XOpenDevice results
* gdk/x11/gdkinput.c: Add a finalize function for device objects,
and call XCloseDevice there.
* gdk/x11/gdkinput-x11.c:
* gdk/x11/gdkdisplay-x11.c: Move freeing of device objects to
the finalize function.
Patch by Caolan McNamara
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553578 - tabs are not drawn correctly
* gtk/gtknotebook.c: Track the visibility state of notebook tabs
between allocations so that we know to redraw the tab labels if
tabs are hidden and shown without changing position.
Reported by Marek Kašík, patch by Owen Taylor.
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553133 – GtkFileChooser won't ask to mount a volume
Bug 553211 – GtkFileChooserButton unsets filter after first use
* gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use
a GtkMountOperation when mounting, so that we get a password
dialog when required.
* gtk/gtkfilechooserdefault.c (show_and_select_files): Also
get the content-type, since it is used later on.
Pointed out by Davyd Madeley.
2008-09-26 Cody Russell <bratsche@gnome.org>
Bug 553917 – Typo in gdkwindow-win32.c
* gdk/win32/gdkwindow-win32.c: Fixed a typo in
update_system_menu(). Changed GDK_DECOR_ALL to GDK_FUNC_ALL.
Reported by Richard Hult
2008-09-25 Marek Kasik <mkasik@redhat.com>
Bug 553241 – double freed pointer in lpr_write cause firefox3 crash
* modules/printbackends/lpr/gtkprintbackendlpr.c:
The redundant freeing of memory was removed.
Patch by Chris Wang
2008-09-25 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
don't unref the file system backend, the newly added
unset_file_system_backend() already does this (bug #553135).
2008-09-24 Michael Natterer <mitch@imendio.com>
* gtk/gtkeventbox.c: events return gboolean not gint, reindented
static prototypes.
2008-09-24 Johan Dahlin <johan@gnome.org>
Bug 553385 – gtk-builder-convert creates untranslated combobox models
* gtk/gtk-builder-convert: Set the translatable property on
col tags for converted combos.
2008-09-24 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
share/aclocal and share/gtk-doc instead of trying to list
individual files or subdirectories. We had missed gail.pc, for
instance.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 538782 – Make GtkMenu's arrow size themable
* gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
Implement "arrow-scaling" style property in GtkMenu.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 408244 – add GtkDialog::content-area-spacing
* gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
(_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
* gtk/gtkbox.h:
* gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
Implement "content-area-spacing" style property in GtkDialog
and internal helper _gtk_box_get_spacing_set in GtkBox.
Patch by Tim Janik, Sven Herzberg and myself.
2008-09-24 Christian Dywan <christian@imendio.com>
Bug 541391 – Unfocussable Treeview swallows focus
* gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
(gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
2008-09-24 Denis Washington <denisw@svn.gnome.org>
* gtk/gtkiconview.c: draw focus as a rectangle around the
complete item, not just the text. (Bug #38254)
2008-09-23 Michael Natterer <mitch@imendio.com>
* gtk/gtkobject.c
* gtk/gtksignal.[ch]: s/GtkType/GType/ and
s/GtkSignalMarshaller/GSignalCMarshaller/.
2008-09-23 Michael Natterer <mitch@imendio.com>
* gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
variable and fix indentation.
2008-09-23 Michael Natterer <mitch@imendio.com>
* gtk/gtkclist.h
* gtk/gtkctree.h
* gtk/gtklist.h
* gtk/gtklistitem.h
* gtk/gtkobject.h
* gtk/gtkoldeditable.h
* gtk/gtkpixmap.h
* gtk/gtkpreview.h
* gtk/gtktext.h
* gtk/gtktipsquery.h
* gtk/gtktree.h
* gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
in all deprecated headers.
2008-09-22 Matthias Clasen <mclasen@redhat.com>
Bug 553135 – eog crash: assertion failed. Gtk error:
shortcuts_remove_rows: code should not be reached
* gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem
signals when we are destroyed, in order to avoid nasty surprises.
Patch by Claudio Saavedra
2008-09-22 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 552789 – Show size column in the search and recently used
files modes
* gtk/gtkfilechooserdefault.c: Display the file size column
when in OPERATION_MODE_SEARCH. This removes a stat() call
and simplifies the code a little bit by changing the query
for file informations for each search engine hit.
2008-09-22 Michael Natterer <mitch@imendio.com>
* gtk/gtksignal.[ch]
* gtk/gtkclist.c
* gtk/gtklist.c
* gtk/gtkmain.c
* gtk/gtktext.c
* gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
2008-09-22 Frederic Crozat <fcrozat@mandriva.com>
* gtk/gtkfilesystem.c: use the correct gi18n header.
Fixes bug #553000.
2008-09-22 Michael Natterer <mitch@imendio.com>
* gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
append(), prepend() and insert() functions and recommend to use
gtk_toolbar_insert() instead. Use GCallback instead of
GtkSignalFunc even in deprecated API.
2008-09-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
leak a GFile.
2008-09-19 Owen Taylor <otaylor@redhat.com>
Small cleanups to debug messages for GtkPlug/GtkSocket
* gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
* gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
messages.
2008-09-19 Carlos Garnacho <carlos@imendio.com>
Bug 83935 – GtkEntry's default invisible char should be U+25CF
* gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
more suitable invisible char than '*' based on the used font.
(gtk_entry_class_init) (gtk_entry_set_property)
(gtk_entry_get_property): Add a "invisible-char-set" property.
(gtk_entry_unset_invisible_char): New function, needed now that the
default invisible char isn't fixed.
* gtk/gtkentry.h:
* gtk/gtk.symbols:
* docs/reference/gtk/gtk-sections.txt: Add the new function.
2008-09-19 Christian Persch <chpe@gnome.org>
Bug 552837 – mem leak in gtkimmulticontext
* gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
leak.
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
* gtk/gtkfilechooserdefault.c (settings_save): Save the size column
visibility state with the rest of the FileChooser settings.
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 325095 – show a 'size' column
* gtk/gtkfilechooserdefault.c:
* gtk/gtkfilechooserprivate.h: Add a context menu item controlling
the visibility of the file size column. This works only for the
browse mode, and the column is not visible by default.
* gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
settings file.
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/*: Revert most of previous patch, as
it didn't work as expected; Some work toward #531086 - the new
GtkTooltip widget doesn't theme properly on win32. Now, at least
the background color seems okay
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/*: MS Windows style should use
pango_win32_font_description_from_logfont; Allows us to rip out a
lot of potentially buggy code, and also get the font specification
from the XP theme (#434987)
2008-09-18 Matthias Clasen <mclasen@redhat.com>
* configure.in: updated version number to 2.15.0 for development.
* ChangeLog.pre-2-14: rotate ChangeLog
=== Branch for 2.14 ===
2009-03-15 15:01:37 +01:00
|
|
|
share/locale/crh/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/crh/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/cs/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/cs/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/cy/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/cy/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/da/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/da/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/de/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/de/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/dz/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/dz/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/el/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/el/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/en_CA/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/en_GB/LC_MESSAGES/gtk20.mo
|
2007-03-20 16:46:32 +01:00
|
|
|
share/locale/eo/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/eo/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/es/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/es/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/et/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/et/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/eu/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/eu/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/fa/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/fa/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/fi/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/fi/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/fr/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/fr/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ga/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ga/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/gl/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/gl/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/gu/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/gu/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/he/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/he/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/hi/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/hi/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/hr/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/hr/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/hu/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/hu/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/hy/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/hy/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ia/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ia/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/id/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/id/LC_MESSAGES/gtk20.mo
|
2007-10-27 14:17:06 +02:00
|
|
|
share/locale/io/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/io/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/is/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/is/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/it/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/it/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ja/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ja/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ka/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ka/LC_MESSAGES/gtk20.mo
|
2010-11-15 19:28:45 +01:00
|
|
|
share/locale/kk/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/kk/LC_MESSAGES/gtk20.mo
|
2008-02-03 12:20:20 +01:00
|
|
|
share/locale/kn/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/kn/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/ko/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ko/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ku/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ku/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/li/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/li/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/lt/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/lt/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/lv/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/lv/LC_MESSAGES/gtk20.mo
|
2008-10-16 13:10:06 +02:00
|
|
|
share/locale/mai/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/mai/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/mi/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/mi/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/mk/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/mk/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ml/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ml/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/mn/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/mn/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/mr/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/mr/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ms/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ms/LC_MESSAGES/gtk20.mo
|
2010-02-14 10:58:14 +01:00
|
|
|
share/locale/my/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/my/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/nb/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/nb/LC_MESSAGES/gtk20.mo
|
2009-12-06 23:40:02 +01:00
|
|
|
share/locale/nds/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/nds/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/ne/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ne/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/nl/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/nl/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/nn/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/nn/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/nso/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/nso/LC_MESSAGES/gtk20.mo
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
share/locale/oc/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/oc/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/or/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/or/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/pa/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/pa/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/pl/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/pl/LC_MESSAGES/gtk20.mo
|
2008-10-16 13:10:06 +02:00
|
|
|
share/locale/ps/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ps/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/pt/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/pt/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/pt_BR/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ro/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ro/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ru/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ru/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/rw/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/rw/LC_MESSAGES/gtk20.mo
|
2008-02-03 12:20:20 +01:00
|
|
|
share/locale/si/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/si/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/sk/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/sk/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/sl/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/sl/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/sq/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/sq/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/sr/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/sr/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/sr@ije/LC_MESSAGES/gtk20.mo
|
2008-10-16 13:10:06 +02:00
|
|
|
share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/sr@latin/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/sv/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/sv/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/ta/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ta/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/te/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/te/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/th/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/th/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/tk/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/tk/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/tr/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/tr/LC_MESSAGES/gtk20.mo
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
share/locale/tt/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/tt/LC_MESSAGES/gtk20.mo
|
2010-11-15 19:28:45 +01:00
|
|
|
share/locale/ug/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ug/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/uk/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/uk/LC_MESSAGES/gtk20.mo
|
Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================
* GtkFileChooser:
- Fix several Win32-specific problems
- Add automated tests for GtkFileSystem
- Make overwrite confirmation work again
* Printing support:
- Fix confusion between names and values in combo boxes
- Poll for printer list updates in the cups backend
* Add an automatic scrolling example to gtk-demo
* Bugs fixed:
354004 Use of g_warning("%s", NULL) after failing to
open a display
346751 symbolic colors can't be use in properties
352264 gtk_status_icon_set_from_pixbuf leaks the old
pixbuf
352391 small link button leak
353449 A break is missing in
gtk_recent_chooser_menu_set_current_uri
329604 do not scroll on copy to clipboard
354035 Typo in the GtkWidget::drag-drop doc blurb
* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================
* Many fixes and improvements for the OS X backends
* Revert to using gtk modules with global binding,
since the local binding that was introduced in
2.10 breaks the accessibility support of current
OpenOffice.org releases.
* GtkRecenManager
- Poll for changes to the XBEL file
- Fix initial bad placement of recent files menu
- Show nonexisting resources by default, and do
not mark them as insensitive
- Allow adding a filter to GtkRecentChooserMenu
* GtkFileChooser
- Improve the fallbacks for icons
- Make / and ~ activate the location entry again
* Bugs fixed:
348828 Segmentation Fault in gtk_combo_box_menu_setup
when removing combobox child
349552 problem with parsing (enum) style properties
351581 API Documentation issues with 2.15 release
348652 reorder() from ComboBoxEntry produces Gtk+ assert
error
349128 Fix docs about GtkTreeModel::row-deleted
350605 Crash caused by the recent menu
348096 GtkStyle leaks GtkRcContext
348145 Background images not working with Quartz backend
329752 Problem with has_selection notification when
deleting the selection
347856 gtk_recent_chooser_add_filter not implemented
for GtkRecentChooserMenu
348245 Disabling pdf printing doesn't hide option
348278 textview doesn't update on hinting setting change
348289 Filechooser is blocked by higher priority idle
348478 entry completions needs to reset the IM context
before emitting action-activate signal
348538 Remove old email addreses from the tutorial
348626 drag-to-child should not work
348634 IconView does not update background
348706 don't allow dnd onto arrows
348740 configure script does not honour PKG_CONFIG variable
348787 Segfault in gtk_font_button_update_font_info()
348824 test attached calendar-sane-timer patch in head
348971 gtk_status_icon_get_geometry returns bogus data
349382 valgrind uninitialized memory warnings setting
partly uninitialized X properties
349570 notebook arrow PRELIGHT drawing doesn't work
349834 Memleak from gtk_tree_view_set_enable_tree_lines
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image
349859 gtk_paint_tab doesn't work when widget is now
option menu
349997 Indirect leak from XkbGetMap
350039 GtkFileChooserEntry leaks sources
350050 GdkGC leak from GtkRuler
350139 Should use evince preview mode
350258 Memory leak in gtk_entry_drag_data_received()
350329 The CUPS printer backend in GTK+-2.10.1 fails
with CUPS 1.1.
350517 reset_style_idle() interferes with application
idles
350860 Balloon messages sent to tray do not have the
correct window in XEvent
350938 TreeViewColumn rendering off when "spacing"
property set
351112 gtk_notebook_set_current_page fails when the
notebook has not yet been shown
351519 Directfb backend fails to build
165714 GtkEntryCompletion doesn't complete on paste
168737 Different button sizes in About dialogs
345666 The icons of file, directory and device at
GtkFileChooser
349429 spin button does not use correct value for
inner_border
349501 fix in the documentation of function
gtk_list_store_insert_with_values()
350072 stdout output from colorselection
351759 Wrong range value in documentation of
gtk_color_selection_set_current_alpha
349277 Wrong message for problems with serializing
texts
346800 Rework sort/filter models to use indices to
parents instead of pointers
349120 Small error in doc
350911 gdk_pixbuf_new_from_file_at_scale() should
skip when there's enough image data
348728 GtkTable Row and Column Spacing
351241 swapped argument description
350023 "Running GTK+ Applications" chapter does not
document new GTK_DEBUG possibilities
351812 file print backend filename encoding issue
* New and updated translations (bg,bn_IN,de,dz,el,es,
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
sv,th,tr,tt,uk,zh_HK,zh_TW)
Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================
* Drop Pango requirement 1.12.0
* Many fixes and improvements for the OS X
and directfb backends
* The printing framework now supports a subset
of the Cups 1.2 custom PPD option spec
* Bug fixes:
348134 box gaps on left and right can be drawn wrong
348014 crash on Epiphany Web Browser
348063 _gtk_icon_cache_get_icon crashes when no
cache available
348096 GtkStyle leaks GtkRcContext
157439 The "adding to panel" is buggy when switching
to an rtl environment
346751 symbolic colors can't be use in properties
347976 Context menus appear in strange locations
348001 xid / fid X11 font id's are used intermixed
348049 Tabs "magically" re-order
348094 Adjustment leak from gtkiconview
348115 improve notebook visuals when dragging
348120 gtkentrycompletion leaks action_view
348227 gtkimcontextsimple doesn't terminate a string
with null
348424 mem leak in GtkPrintSettings
348089 Missing chaining up in gtk_recent_chooser_menu_finalize
348090 Reference leak in gtk_text_layout_set_contexts
348095 gtk_menu_stop_scrolling does work even if we
were not scrolling...
142582 Add animation xsetting
346427 xbm loader returns false, fails to set error
346733 GList of visuals is always empty and causes
crashes in gdk_rgb_choose_visual()
347048 crash on using GtkAssistant
164884 GtkTreeView row drag is sometimes started
spuriously
302127 GtkTreeView gets angry when items deleted
from a test_expand_row handler
346092 gtk_tooltip_set_delay documentation wrong
346428 Be robust against broken loaders failing to
set error on failure
346467 gtkwindow state assignments bug
346598 modeline takes too much memory
346603 Context menus only work once
346639 treeview memleak
346668 symbolic colors are broken when specifying
engine
346713 quartz backend is missing functions that
pygtk needs
346721 XBM reading in quartz backend is broken
346836 Tabs jump around when opening menus
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
347277 gtk_drag_get_ipc_widget() and window groups
347315 SYNC extension check failing
347902 GtkRange doesn't reliably update stepper
sensitivity
335012 gtkcellrenderertext - gtkeditable: bad
interaction when ypad is set to hi value
337910 gdk_pango_layout_get_clip_region is inefficient
346605 Modifier-key events are not sent
346970 gtkfilechooserbutton leaks an empty list
347032 documentation of gtk_print_context_get_height()
has typo
347037 GObject info missing for GtkRecentManager and
GtkRecentChooser* in gtk-doc API reference
347041 documentation of gtk_paper_size_is_equal()
has a typo
347043 Reference leaks in GtkFileChooserButton
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on
open file dialog
347211 documentation of gtk_print_job_send() has a
typo
347710 new GtkCellRendererSpin misses a lot of API
documentation
347711 slight glitches in GtkAssistant API documentation
347065 Fix in-line doc typos
311399 relative to the window string can be better
* Updated translations (bg,bn_IN,cs,de,dz,es,et,
eu,fi,fr,gu,he,ko,or,th)
Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================
* Printing:
- A PREVIEW capability has been added to allow hiding the
preview button
* Bug fixes:
321393 Incorrect size request after changing the font
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView
344074 Feature request: get printer list, and get default print
344876 refcount leak when using ComboBox.set_cell_data_func
345644 gtk+-2.9.4 requires CUPS-1.2.x
345663 gtkaction(group)?.c: using functions without prototype declaration
346079 gtk receives all sorts of events from the X server
343841 Misguided iter assertion in gtk_list_store_insert_with_values()
346113 unix print dialogue always has preview button
346237 Possible leak in gtkprintunixdialog.c
346027 cancelling printer enumeration
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
and gtkprint-win32.h
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)
Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================
* GtkPrintOperation:
- UI improvements in the print dialog
- Make printing work without a display connection
- Replace "Print to PDF" by "Print to file" that
can generate PDF or PostScript
- Add a function to the low-level API to
enumerate all printers
* GtkNotebook tab DND has been improved
* GtkProgressbar supports text in activity mode
* GtkLabel allows to set the wrap mode
* GtkStatusIcon supports transparency
* Bugs fixed:
344850 Dragging a GtkTreeViewColumn segfaults when
using certain GtkTreeViewColumnDropFunc
342458 Stock menu items without icons are broken in
recent GTK+ releases.
335873 notebook DND + popup windows
337882 gtk_progress_bar_set_text() does nothing in
activity mode
339456 unix print dialogue help button bug
339702 Make sure printing works without a display
341571 tabs too easily reordered
344074 New Feature: get printer list, and get default print
344743 gtk_targets_include_text() should initialize atoms
344838 Allow func to be NULL in
gtk_tree_view_set_search_position_func
344891 GtkPrintOperationPreview signal defs correction
345008 Need updated cairo req
345093 print preview temp file issues
345107 Memory leak in gtk_entry_completion_finalize:
User data not freed
345194 gdk_window_set_functions() docs need to be updated
345456 grid-lines property is wrongly registered and
get/set.
314278 strings in gtk-update-icon-cache are not marked
for translation
344707 size group with widgets in hidden container
344897 Entry completion model NULL handling should be
documented
345038 gtk_print_job_set_status' status
345106 dialog button box spacings
345176 GtkIconView doc about drag and drop
345275 doc imporovements for gtk_window_move
345320 Two very similiar strings should be made equal
345321 Add meaning of "shortcut" as translator comment
320034 transparency gtkstatusicon
339592 Add print-to-postscript
344867 custom paper file could use keyfile
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)
Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================
* GtkPrintOperation:
- Introduce an allow-async property
- Introduce a GtkPrintOperationAction enumeration
- Rename pdf_target to export_filename
- Allow to hide "Print to PDF" in the low-level API
* GtkNotebook:
- Add a destroy notify to
gtk_notebook_set_window_creation_hook.
* GtkTreeView:
- Support grid lines
* GtkRange:
- Add a number of new stle properties which allow more
fexible stepper theming
* Bugs fixed:
153212 Have the Paste kbd shortcut jump to the location in
the buffer
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
a GetDC() handle
339739 gtk/gtkprintoperation-win32.c: 3 compile error
342339 GtkRange::stepper-spacing style property not
implemented correctly
343945 Buttons of a GtkAssistant are not accessible
344148 Wrong reqs for ATK
344209 gtk_notebook_set_window_creation_hook() has no destroy
func.
344232 GtkEntry's "Delete" context menu item is sensitive on a
non-editable GtkEntry
344244 Window resizing not working when keeping the aspect
fixed
344288 gtk_print_operation_preview_is_selected must return
a value
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
344496 CRLF converting via Clipboard
344504 GtkPrintCapabilities not in gtktypebuiltins.h
344505 Wrong signal registration for create_custom_widget
344512 cvs build issue
344513 pdf print module's print_stream not calling destroy
notify
344518 NULL unref in page setup dialogue
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
directly
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
344607 memory leaks in gtkrecentchooserdefault.c and
gtkrecentchoosermenu.c
344624 Memory leak in gtk_tree_model_filter_finalize: User
data not freed
337603 Possible off-by-one in
gdk_pango_layout_line_get_clip_region
344239 Wrong filename for gtk-find stock item.
344528 comma at end of GtkPrintOperationAction enum causes
mozilla compilation error
344290 horizontal-padding not take into account when placing
submenus
344558 document print dialogue response codes
339592 Add print-to-postscript
342249 Allow to draw upper and lower sides of GtkRange's
trough differently
344530 gtk_recent_chooser_widget_new_for_manager and
gtk_recent_chooser_menu_new_for_manager should
allow NULL manager arg
* Updated translations (es,fi,gu,ko,th,wa)
Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================
* GtkPrintOperation
- Support asynchronous pagination with the ::paginate signal
- Add gtk_print_operation_cancel
- Support application-specific widgets
- Allow disabling features based on application capabilities
- Optionally show progress
- Change some function names in GtkPrintContext to be longer
and better
- Support preview, the default implementation spawns evince,
but the api allows for an internal preview implementation
* GtkCellView
- Add a model property
* GtkStatusIcon
- Allow to obtain screen geometry
* GtkTreeView
- Many bug fixes, in particular for RTL handling
- Separate sensitive and selectable properties of rows
- Optionally allow rubberband selection
* GtkButton
- Add image-spacing style property
- Add image-position property
* GtkToolButton
- Add icon-spacing style property
* Make GTK+ work as an untrused X client
* Bugs fixed:
343838 gtkprintoperationpreview.h guards
305530 Crashes while creating source code w/GtkFontSelection
341327 Memory corruption inside glib
341734 cursor blocked to dnd mode after using shift and
dnd on a GtkCalendar
343453 G_DEFINE_TYPE messes up internal typenames of
GdkWindow and GdkPixmap
136571 Problems running as untrusted client
168105 the right edge tab does not appear when switching tab
172535 Add support for UI builders in gtk+
302556 GtkTreeView widget signals are badly documented
324480 Selecting first item with keyboard is difficult
340428 small cleanup
340444 don't run the custom page size dialogue
340839 Critical warnings in GtkTreeModelFilter
341898 gtk_tree_view_insert_column_with_attributes doesn't
work with fixed_height_mode
342003 DnD: Conditional jump or move depends on uninitialised value
342072 Wrong drop location in GtkEntry
342096 GtkImage animation CRITICALS on switching themes
342513 widget class style property with type module
342529 gdk should set resolution on PangoCairoFontmap,
not PangoCairoContext
342535 Add documentation for new GtkWidget style properties
(including Since tags)
342543 can't compile gtk+ on opensolaris using sun cc
342569 Typo in decl of gdk_color_parse
342752 Need a way to specify custom tab label for custom page
in Print dialog
342754 print-editor: font button dialog doesn't get focus if
main window has a window group
342781 GtkPrintUnixDialog: Collate should be insensitive unless
Copies is > 1
342783 GtkPrintUnixDialog: Range textinput area should be
insensitive unless range radiobutton is selected
342894 Use after free inside gtk_text_view_set_buffer
342930 GtkButton should offer a way to position the image
relative to the text
343088 Some typos in the PO file
343425 "grab-notify"-signal is not correctly propagated for
internal children
343438 gtk_color_button_set_color() doesn't emit "color-set"
signal
343475 page setup unix dialog confusion
343625 allow to get only some info from gtk_status_icon_get_geometry
343677 GtkWindow chains key-release to key-press
320431 Text too close when using East/West in a GtkToolButton
321523 GtkTreeView's test_expand_row signal emitting impractical
on row expand all
342007 Warning in gtk_paned_compute_position
343233 gdk_rectangle_intersect doc
333284 expander animation not working in RTL mode
343444 change color of gtk-demo source-buffer comment color
from red to DodgerBlue
343630 Small inconsistence in migration documentation
80127 Rubberbanding for GtkTreeView
341450 status icon + libnotify
341679 Allow absolute filenames in the options entries
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
nb,nl,pt_BR,th,vi)
Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================
* GtkPrintOperation
- Many user interface improvements in the unix dialogs
- gtk-demo has a printing demo
- Don't unload print backends for now, since that has
deadlock issues
- Asynchronous page rendering is done in an idle
* GtkImage has an image property
* GtkTextBuffer has a cursor-position property
* Arrow sizes in scrolled menus and notebooks are themable
* GDK keysyms have be synched with Xorg 7.1
* Bugs fixed:
340676 print backend type modules not correctly reregistering
their types
340870 gdk_window_get_toplevels docstring error
323956 Unwanted accelerate key in the action-based toolbar
340527 Tooltips not shown for toolbar buttons created with
uimanager/actions
340516 status icon property getter assertions
341091 a couple of spelling errors in gtk+
335707 notebook DND with event boxes in tab labels
337306 Add a GtkMessageDialog::image property
139628 GtkLayout In GtkScrolledWindow does not receive the
scroll_event
334412 Add cursor-position property for getting notified
about cursor movement
341217 langinfo.h #include'd unconditionally stops build
333632 use GtkMenu::scroll-arrow-height instead of
MENU_SCROLL_ARROW_HEIGHT
325282 Add GtkNotebook::tab-overlap style property
341247 possible crash with tab_label = NULL
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
341416 Save FileChooserDialog doesn't response
336774 gtk_recent_manager_add_full
340401 critical warnings when using window groups
341661 misplaced g_assert in gtk_text_view_allocate_children
341692 Semicolons after G_DEFINE_TYPE
341665 several misplaced g_assert
341578 reverse page order issues
341332 Unset background in more places
341896 gtktreeview has RTL problems with toggle buttons if using
gtktreestore as a model
341028 crash in new async code
341035 file chooser crash
340722 GtkToolbar::max-child-expand style property
339589 Tooltips on orientation icons in page setup dialog
340951 faq: How do I internationalize a GTK+ program? doesn't
mention glib-I18N
341855 Little typo in the Tree and List Widget Overview
153212 Have the Paste kbd shortcut jump to the location
in the buffer
335729 Invisible rows and
gtk_tree_model_filter_convert_child_*_to_*
106406 GtkTreeView Grid Lines?
339592 Add print-to-postscript
* Updated translations (de,es,gl,gu,nl)
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================
* GtkStatusIcon, a cross-platform "tray icon" API
* GtkAssistant, a widget for creating multi-step wizards
* GtkLinkButton, a widget that displays a clickable hyperlink
* GtkRecentChooser, widgets to display and select recently used files
* GtkPrintOperation, cross-platform printing support
* A framework for rich text copy and paste and DND
* GtkCellRendererAccel, a cell renderer for key combinations
* GtkCellRendererSpin, a cell renderer which edits numeric values
using a spin button
* GtkAction works with named icons in addition to stock icons
* GtkNotebook supports DND, allowing to reorder tabs, move tabs
between notebooks and drop tabs on the desktop to open a new window
* GtkTreeView:
- Enhanced customizability (e.g. grouping) with the
show-expanders and level-indentation properties
- Allow to embed the search popup
- Better search popup positioning
* GtkFileChooser:
- Communication with backends is now asynchronous to avoid
blocking on filesystem operations. Due to the required interface
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
filesystem backends have to be ported to the new interface, other
modules, such as theme engines, input method modules or pixbuf loaders
have to be rebuilt so that they are installed in the right place
for GTK+ to find them.
- The location entry (popped up by C-L) has been integrated in the
main dialog.
* Reworked hex Unicode input now requires Ctrl-Shift-U
* Animations can now be globally controlled by settings
* The gtk-touchscreen-mode setting controls a number of changes
that make GTK+ work better on touchscreens
* Password entries can optionally show the last entered character
for a short while, controlled by the password-hint-timeout setting
* GTK+ can now consult an additional fallback icon theme before
falling back to hicolor
* Improved themability:
- GTK+ supports symbolic colors, which can be set system-wide
using a setting, and can be modified and used in rc files
and theme engines
- GTK+ sets window type hints on override-redirect windows to
help compositing managers apply proper bling
- Paths in rc files can now refer to all subclasses of a class
- GtkRange steppers will appear insensitive when the slider
is at the end; applications which need to handle this case
(e.g. to extend the range) can opt out of this.
- GtkRange::activate-slider style property allows themes
to draw sliders differently while they are being dragged
- GtkNotebook::tab-overlap and GtkNotebook::curvature style
properties allow more flexible notebook theming
- The spacing of buttons around children can be themed with
the GtkButton::inner-border style property. Apps can override
this per-widget using the corresponding inner-border property
- GtkMenu has aquired a horizontal-padding style property
- There are style properties for the color of hyperlinks,
GtkWidget::link-color and GtkWidget::visited-link-color
- GtkTreeview row hinting now takes the selection into account
- Scrolling menus can be forced to always display both arrows,
using the GtkMenu::double-arrows style property
- Separators can be themed using the wide-separators, separator-width
and separator-height style properties
- GtkTreeView allows more flexible theming with the row-ending-details
property
- The pixbuf theme engines supports customized drawing of expanders
and resize grips
* GDK changes:
- OS X backend
- DirectFB backend
- Closing displays works
- gdk_screen_is_composited to check for running compositing manager
- Support for Super, Hyper and Meta modifiers
* gdk-pixbuf changes:
- Supports saving tiff
- Supports loading 16-bit pnm
- Doesn't load entire gif animation to get first frame
* Bug fixes
- Too many to list them here
2006-09-15 17:06:07 +02:00
|
|
|
share/locale/ur/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/ur/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/uz/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/uz/LC_MESSAGES/gtk20.mo
|
Update to 2.12.0.
(no shlib major changes)
Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================
* GtkTooltips
- All widgets have been ported to the new tooltips code
- Tooltips are disabled in touchscreen mode
* GtkBuilder
- Support custom tabs in GtkPrintUnixDialog
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================
* GtkBuilder:
- The gtk-builder-convert script is more versatile
- GtkBuilder suppports GdkPixbuf properties
- GtkBuilder parses, but doesn't yet implement <accessibility>
- Support for accelerators in actions has been added
* GtkTooltips:
- The old tooltips API has been deprecated
- The has-tooltip property has getter and setter
* GtkTreeView:
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
gtk_tree_view_set_tooltip_column()
* GtkIconView:
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
gtk_icon_view_set_tooltip_column()
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================
* OS X port:
- Many improvements
* Win32 port:
- Inconsistent checkboxes are drawn correctly now
* GtkBuilder:
- Ship a Python script, gtk-builder-convert, to
convert glade files to GtkBuilder syntax
* GtkFileChooser:
- Improved display of the time column
- Support search on OS X, using Spotlight
* GtkTreeView:
- New function gtk_tree_view_is_rubber_banding_active() to
check whether rubber banding is active
* GtkVolumeButton uses the range 0.0 to 1.0, and
correctly adapts tooltips to display percentages
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================
* The multipress input method correctly handles control keys
* The memory management of GtkRecentManager has been
changed, deprecating the screen-related functions in favour
of gtk_recent_manager_get_default().
Lots of bugfixes.
Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================
* GtkBuilder: GTK+ supports constructing user interfaces
from XML descriptions now, similar to libglade.
* The new tooltip code now has convenience api to set
text tooltips: gtk_widget_set_tooltip_text(),
gtk_widget_set_tooltip_markup()
* GtkTextView, GtkEntry:
- gtk_widget_modify_cursor() is a new function in the
gtk_widget_modify family to override the style-provided
cursor colors
- Use a block cursor in overwrite mode
* GtkFileChooser:
- Use xdg-user-dirs to find the Desktop directory
- gtk_file_system_create() is now public API
* GtkMenu:
- GtkMenuItem gained a submenu property
- GtkMenuShell obtained a move-selected signal
* OS X port:
- Many improvements
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================
* The GtkListStore and GtkTreeStore have new API
to set values using vectors of columns and values
Bugfixes and translation updates.
Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================
* GtkTextView:
- Marks can be created independent from buffers
- Cursor color follows text color
* OS X port:
- Many improvements
* GDK:
- Add support for composited child windows
Lots of bugfixes and translation updates.
Overview of Changes from GTK+ 2.10.x to 2.11
============================================
* Printing support:
- Cups backend: Work with "BrowseShortNames Off"
- Cups backend: Fix handling of multi-valued options
- Cups backend: Work with raw printers
- Cups backend: don't lock up when met with larger numbers of printers
- Improved sensitivity handling of controls in the unix dialog
- Support half-open ranges
- Add a test print backend for easier debugging
- Add API to list paper sizes
- Add API to serialize and deserialize page setups and print settings
- Print settings can be passed to the preview command
- Make more GtkPrinter public
* GtkFileChooser:
- Improve file chooser dialog size logic
- Add a GtkFileChooserButton::file-set signal
- Add a search mode with backends for Beagle, Tracker and simple search
- Add recent files support
* New tooltips API, that allows complex tooltips (markup, images),
tooltips on insensitive widgets, tooltips on treeviews, etc
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
frequently seen in multimedia applications
* Input Methods:
- New Thai and Lao input method
- New multipress input method for phone pads
* Recent files:
- GtkRecentChooserMenu supports custom menu items
- GtkRecentAction was added
* Keyboard navigation improvements:
- Infrastructure for notification of failed keyboard navigation
- Better support for restricted sets of keys
- Only handle keys for notebook tab reordering and scrolledwindow
scrolling if it make sense
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
the display of accelerators and mnemonics
- Popup/popdown of comboboxes is keybindable
* Windows port:
- Windows 9x/ME is not supported anymore
- Many ms-windows theme improvements
- The file chooser uses native icons
- Support drop shadows
- Use native cursors
* OS X port:
- Many improvements
* Icon theme support:
- Add api to list contexts of an icon theme
- The builtin stock icons have been replaced by a new set of icons
which are visually compatible with Tango
- Support fallback to more generic icon names
- Validate icon caches when they are created and before they are used
* GtkRange has gained support for fill levels
* GtkEntry:
- inline-selection mode for entry completion that is closer to what
web browsers need
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling
* GtkTextView:
- Support accumulative and negative margins
- GTK_JUSTIFY_FILL works
* GtkLabel:
- GTK_JUSTIFY_FILL works
* GtkStatusIcon:
- Multiscreen support
- gtk_status_icon_position_menu() works on Windows
- Don't take up space when invisible
* GtkCellRendererProgress:
- Respect themes
- Support activity mode
* GtkNotebook:
- Support scrolling during tab DND
- Allow dropping tabs anywhere
- Deprecate numeric group-ids in favour of a more flexible group property
* GtkTreeView:
- Lots of scrolling fixes
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows
according to platform conventions
* GtkButtonBox:
- Can center buttons now
* GtkComboBoxEntry
- Can add an arbitrary child widget
* GtkAboutDialog:
- The "name" property has been replaced by "program-name" to avoid
a clash with the preexisting "name" property on GtkWidget
* GDK changes:
- Add gdk_event_request_motions() which works with input devices
- Add API for changing startup notification id on a window
- Add API for sending startup notification messages
- Don't deadlock with xcb-based libX11
- The handling of _NET_WM_USER_TIME has been changed to reduce
the amount of root window property changes
- New gdk_threads api() to allow fully threadsafe handling of idles
and timeouts
* gdk-pixbuf changes:
- Optional support for Sun mediaLib hardware acceleration
- Support exif rotations in tiffs and jpegs
- Allow arbitrary split between builtin vs modular loaders
- Support v5 and OS/2 bmps
- Support scaling animations
* Miscellaneous GTK+ changes:
- New function gtk_window_set_opacity(), to set the opacity
of toplevel windows
- Allow to restrict drags within an application or widget
- Support opening/closing of submenus on click
- Configurable cursor blinking timeout
- Insensitive widgets don't install cursors
Lots of bugfixes and translation updates.
2007-09-16 21:53:26 +02:00
|
|
|
share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/vi/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/vi/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/wa/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/wa/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/xh/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/xh/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/yi/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/yi/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/zh_CN/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/zh_HK/LC_MESSAGES/gtk20.mo
|
|
|
|
share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo
|
|
|
|
share/locale/zh_TW/LC_MESSAGES/gtk20.mo
|
2002-03-24 21:34:36 +01:00
|
|
|
share/themes/Default/gtk-2.0-key/gtkrc
|
|
|
|
share/themes/Emacs/gtk-2.0-key/gtkrc
|
2010-08-28 00:52:57 +02:00
|
|
|
${PLIST.quartz}share/themes/Mac/gtk-2.0-key/gtkrc
|
Update to 2.8.4:
Overview of Changes from GTK+ 2.8.3 to GTK+ 2.8.4
=================================================
* GtkFileChooser
- Turn off the profiling code [Federico Mena Quintero]
* GtkEntryCompletion
- Make completion work with multibyte characters
[Tommi Komulainen]
- Improve positioning of large popups [Tommi Komulainen]
* GtkTreeView
- Make column reordering by DND work better [Dan
Winship]
* GtkCalendar
- Correctly determine the first weekday from
nl_langinfo() [Stanislav Brabec]
* GtkFontSel, GtkFontButton
- Handle invalid font names better [Michael R. Walton,
Ed Catmur]
* Deliver destroy events [Chris Lahey]
* Fix redrawing of widgets in the the presence
of shaped child windows [Dan Winship]
* Win32 changes
- Prune unnecessary mouse events [Tor Lillqvist]
- Fix memory corruption when using display
names [Tor Lillqvist]
* Other bug fixes [Alexander Larsson, John Cupitt,
John Finlay, Kjartan Maraas, Thomas Leonard,
Guillaume Cottenceau, Alexander Nedotsukov, Tim Janik,
Tor Lillqvist, Tommi Komulainen
* Documentation improvements [Guillaume Cottenceau,
Torsten Schoenfeld, Damon Chaplin, Vincent Untz,
Tommi Komulainen, Federico Mena Quintero
* New and updated translations (bg,bn,et,eu,fr,gl,hi,it,
ku,ru,sr,sv,tr,vi)
Overview of Changes from GTK+ 2.8.2 to GTK+ 2.8.3
=================================================
* Fix problems with the handling of initial settings
for font options and cursor themes [Frederic Crozat,
Joe Markus Clarke, Owen Taylor, Kjartan Maraas]
* Add a --ignore-theme-index option to
gtk-update-icon-cache [JP Rosevaar]
* Other bug fixes [Christian Persch, Owen Taylor,
Ed Catmur, Thomas Fitzsimmons, JP Rosevaar, Tor
Lillqvist, Colin Walters, Yong Wang, Matthias,
Kjartan Maraas, Christian Persch, Mark McLoughlin]
* Updated translations (ca,es,fr,pt_BR)
Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2
=================================================
* Fix a crash with custom icon themes, which affected
the gnome-theme-manager. [Kjartan Maraas]
* Make sure font and cursor settings are propaged down
to the screen initially. [Frederic Crozat]
Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1
=================================================
* gtk-update-icon-cache no longer stores copies of symlinked
icons, and it has a --index-only option to omit image data
from the cache [Matthias]
* Make large GtkSizeGroups more efficient [Michael Natterer]
* Improve positioning of menus in GtkToolbar [Christian Persch,
Paolo Borelli]
* Make scrolling work on unrealized icon views [Jonathan Blandford]
* Avoid unnecessary redraws on range widgets [Benjamin Berg]
* Make sure that all GTK+ applications reload icon themes
promptly. [Chris Lahey]
* Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
use the same font options and dpi value [Michael Reinsch, Owen]
* Multiple memory leak fixes [Kjartan Maraas, Matthias]
* Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan
Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume
Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier,
Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell,
Markku Vire, Kristian Rietveld, Tommi Komulainen]
* Documentation improvements [Olexiy Avramchenko, Matthias]
* Updated translations (es,et,hu,ko,lt,ro,uk)
Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0
=================================================
* Require cairo 0.9.2 [Matthias]
+ Extend ABI checks to cover exported variables [Matthias]
* Bug fixes [Benjamin Berg, Christian Persch]
* Documentation improvements [Matthias]
* New and updated translation (cy,de,el,id,te,zh_TW)
Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5
=================================================
* Rename the default theme to "Raleigh" [Thomas Wood]
* Add a permformance testing framework [Federico Mena Quintero]
* Catch format errors in translations. This may cause
"make check" to fail when using older versions
of gettext [Matthias]
* Win32
- Implement the urgency hint [Tor Lillqvist]
- Update ms-windows theme [Dom Lachowicz]
- Improve tablet handling [Robert Ögren]
- Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans,
J. Ali Harlow, Hans Breuer]
* Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas,
Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin,
Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley,
Mike Morrison, David Odin]
* Documentation improvements [Fabrice Bauzac, Claudio Saavedra,
Federico Mena Quintero]
* New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no,
pl,pt,sq,zh_CN,zh_TW)
Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4
=================================================
* Make svg icon themes work better [Matthias]
* GtkPlug/GtkSocket: Make these cross-platform
and implement them for Win32 [Tor]
* Make font rendering xsettings work with pangocairo [Owen]
* Fix sporadic segfaults in the GtkTreeModelSort [James
Bramford, Markku Vire, Kristian Rietveld]
* Improve gdk-pixbuf's ability to recognize
svg images. [William Jon McCann]
* Win32
- Build fixes [Tor Lillqvist]
- Fix clipping issues [Robert Ögren]
- Bug fixes [Peter Zelezny]
* Other bug fixes [Christian Persch, Arkady L. Shane,
Matthias, Tommi Komulainen, Alexander Larsson, Owen,
Thomas Vander Stichele, Robert Ögren]
* Documentation improvements [Steve Chaplin, Matthias,
Federico Mena Quintero]
* New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN)
Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3
=================================================
* Make sure that gtk_window_present() moves the window to the
current desktop [Elijah Newren]
* GtkFileChooser
- Add overwrite confirmation for SAVE mode [Federico Mena Quintero]
* GtkTreeView
- Add gtk_tree_view_get_visible_range() [Mikael Hallendal]
- Add gtk_tree_view_column_queue_resize() [Morten Welinder]
- Add gtk_tree_row_reference_get_model() [Stefan Kost]
- Make page up/down behave as in the text view [Owen Taylor]
- In typeahead search, allow Ctrl-G to move to the
next match. [Matt T. Proud]
- Interpret Ctrl-Backspace as "Move focus to parent [Kathy
Fernandes]
- Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld]
* GtkTextView
- Make double-clicking between words select whitespace [Mike
Miller, Paolo Borelli]
- Show dragged text in drag icon [Kevin Duffus, Carlos
Garnacho Parro]
- Make invisible text work well enough to remove the
remove the warning about it being unsupported. [Matthias]
* GtkEntry
- Make double-clicking between words select whitespace [Matthias]
- Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro]
- Fix the sizing of the entry completion popup [Ross Burton, Kris]
* Win32
- Build fixes [Tor Lillqvist]
- Fix handlink of Aiptek tablets [Robert Ögren]
* Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic,
Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin.
Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish
Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt]
* Documentation improvements [Torsten Schoenfeld, Rodney Dawes,
Park Ji-In]
* New and updated translations (cs,es,et,he,hu,nb,nl,no,sk)
Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2
=================================================
* GtkAboutDialog
- Clean up the "trail" in the path bar when set_current_folder
is called explicitly [Jonathan Blandford, Matthias Clasen]
- Accept dropped files and directories on the file list [Sven
Neumann, Matthias]
* GtkTreeView
- Make reusing cell renders work as well as it did in 2.6,
but document it as being unsupported. [Kristian Rietveld]
* GtkAboutDialog
- Optionally wrap the license [Christian Rose, Christian Persch]
* Menu
- Make image menu items work in vertical menubars [Matthias]
- Make orientation changes of menubars work [Matthias]
* Win32
- Implement named cursors and other new GDK apis [Hans Breuer]
- Implement getting cursor images [Tor Lillqvist]
* Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez,
Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor]
* Documentation improvements [Benjamin Berg, Matthias,
Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller]
* New and updated translations (en_CA,sr,sr@Latn)
Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1
=================================================
* GtkTreeView
- Change the keynav for header reordering and resizing
to Alt-arrows and Shift-Alt-arrows [Calum Benson]
* GtkTextView
- Make movement by paragraphs up/down symmetric [Behnam
Esfahbod]
- Improve invisible text support [Matthias Clasen]
* Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN,
GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant]
* Handle broken grabs in many places [John Ehresman, Matthias]
* GDK
- Add a function to move a region [Søren Sandmann]
- Fix endianness issues in the pixbuf drawing
code [David Zeuthen, Owen Taylor]
- Add a GrabBroken event that is emitted when grabs
are broken [Simon Cooke, John Ehresman, Matthias]
- Track implicit grabs [Matthias]
* Win32
- Improve and simplify line segment rendering [Tor Lillqvist]
* Bug fixes [Georg Schwarz, Fabricio Barros Cabral,
Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias,
Morten Welinder, Dan Winship, Manish Singh, Tom von
Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon
McCann, David Saxton, Padraig Brady]
* Documentation improvements [Matthias, Ross Burton]
* New and improved translations (es,et,nl,sk,th,zh_TW)
Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0
=================================================
* GtkTreeView
- Kris is back !!!
- Lots of scrolling/validation fixes [Kristian Rietveld]
- Allow to "unsort" columns. [Richard Hult]
- Support wrapping in GtkCellRendererText [Matthias Clasen]
- Support tinting in GtkCellRendererPixbuf [Jorn Baayen]
- Make enable-search control only typeahead search,
not C-f search. [Sven Neumann]
- Make double-click autosize treeview columns again [Matthias]
- Fix insensitive appearance [Billy Biggs, Matthias]
* GtkFileChooser
- Don't select the first item in folder modes [Christian Neumair,
Federico Mena Quintero]
- Make save mode work again [Federico]
- Allow bookmarks to be renamed [Sean Middleditch]
- Ellipsize the preview label [Jeroen Zwartepoorte]
- Use smaller icons [Vincent Noel]
- Avoid a size allocation loop [Milosz Derzynski, Robert Ögren]
- Don't stat children of /afs or /net network directories [Federico]
- Improve sorting of filenames [Matthias]
- 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
- Many fixes for scrolling and selection handling [Mathias Hasselmann]
- Implement GtkCellLayout, use cell renderers [Matthias]
- Support editing [Matthias]
- Support DND [Matthias]
- Add API to determine the visible part of the
model [Jonathan Blandford]
* GtkAboutDialog
- Visual improvements, HIG compliance [Jorn Baayen]
* GtkCalendar
- Use nl_langinfo() to determine the first day of week,
when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman]
- Allow localization of the year format [Paisa Seeluangsawat]
* GtkEntry
- Allow completion popups to be wider than the entry [Ross Burton]
- Add a property to suppress the popup for single matches [Matthias]
- Don't blink the cursor if not editable [Nikos Kouremenos]
* GtkTextView
- Add a GtkTextBuffer::text property [Johan Dahlin]
- Allow to set a paragraph background color [Gustavo Carneiro,
Jeroen Zwartepoorte]
- Don't blink the cursor if not editable [Nikos Kouremenos]
- Make invisible text work a bit better [Jeroen]
* GtkAlignment
- Flip padding in RTL mode [Maciej Katafiasz]
* GtkUIManager
- Support invisible, expanding separators [Christian Persch]
- Allow to construct menu tool buttons [Sven Neumann]
* GtkIconCache
- Cache image data and metadata as well [Anders Carlsson]
* GtkMenu
- Support vertical menubars [Matthias]
- 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]
* gtk-demo
- Add demos for 2.6 features [Matthias, Mark McLoughlin]
* Allow custom translation function for stock labels. [Funda Wang,
Diego Gonzalez]
* Add 16x16 versions for some some icons which were missing
them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel]
* Move a lot of constant data to the .rodata section [Matthias]
* Don't copy property names, nicks and blurbs [Matthias]
* Use Cairo for most drawing [Owen Taylor]
* Allow themes to draw outside the widget's allocation [Owen]
* Allow key names to be translated [Christian Rose]
* Make all cursors used by GTK+ themeable [Matthias]
* Support the ICCCM urgency hint [Havoc Pennington]
* GDK
- Work with XRender < 0.4 [Albert Chin, Billy Biggs]
- Add API to warp the pointer [Matthias]
- Support _NET_VIRTUAL_ROOTS [Carsten Haitzler]
- Add API to obtain the last user interaction time [Elijah
Newren]
- Make some large arrays const [Ben Maurer, Tommi Komulainen]
- Support Cairo drawing [Owen, Carl Worth]
- Support Visuals with alpha channel [Owen, Keith Packard]
- Support named cursors and cursor themes [Matthias]
* gdk-pixbuf
- Support saving BMP [Ivan Wong Yat Cheung]
- Allow to specify compression level when saving
in PNG format [Sven Neumann]
- Add a way to construct animations from frames [Dom Lachowicz]
- Accept BMP v4 [Matthias]
* Win32 changes
- Improve keyboard handling [Tor Lillqvist]
- Improve clipboard handling [Ivan Wong]
- Do delayed rendering for transfering images
through the clipboard [Ivan Wong]
- Improve tablet handling [Robert Ögren]
- Initialize input devices lazily [Robert Ögren]
- Make big windows work on NT [Ivan Wong]
- Implement dashed lines correctly [Ivan Wong, Hans Breuer]
- Handle 16 color display mode [Tor]
- Support RGBA cursors [Tim Evans]
- Fix DND on multi-monitor systems [Tor]
- Use alternative button order [Tor]
- Build fixes [Hans]
- Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie,
Robert Ögren, Kevin Stange, Tim Evans]
* Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders
Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee,
Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin,
David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez,
Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros
Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann,
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,
Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan,
Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard
Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias,
Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder,
Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy,
Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml,
Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale,
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,
Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen,
Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil,
Vincent Noel, Vincent Untz, Yury Puzis]
* Documentation improvements [Alex Graveley, Ali Akcaagac, Bill
Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship,
George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks,
Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken
Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias,
Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen,
Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann,
Torsten Schoenfeld, Vincent Untz, Worik Stanton]
* 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,
sv,th,uk,vi,xh,zh_CN,zh_TW)
2005-10-02 14:19:06 +02:00
|
|
|
share/themes/Raleigh/gtk-2.0/gtkrc
|
2009-06-15 00:06:39 +02:00
|
|
|
@pkgdir lib/gtk-2.0/immodules
|
|
|
|
@pkgdir lib/gtk-2.0/2.10.0/filesystems
|