diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-06-03 14:27:20 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-06-04 06:24:28 -0400 |
commit | b4eb3c2292d58fba8c547901f5bb2d438c79b436 (patch) | |
tree | a57ec9b08549de1c0a3645dda4e582f515b269ed /NEWS | |
parent | 90b6725ffd12769cf43e594f9987de2532225759 (diff) | |
download | gtk+-b4eb3c2292d58fba8c547901f5bb2d438c79b436.tar.gz |
Updates for 3.5.4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 73 |
1 files changed, 73 insertions, 0 deletions
@@ -1,3 +1,76 @@ +Overview of Changes in GTK+ 3.5.4 +================================= + +* GtkIconView size allocation has been rewritten to support + height-for-width and work better. + +* The theming code now supports multiple backgrounds and + transitions + +* Bug fixes: + 162865 F1 should be the shortcut for Help/Contents, not ... + 460908 gtk_paper_size_get_[width|height] doesn't support... + 478344 GtkTreeRowReference falsely said to auto-subscrib... + 531319 "weight-set" cellrenderertext attribute misbehave... + 571254 Constructing a pixel value from components + 587873 Documentation should explain MessageDialogs don't... + 643490 gtk-style-context-add-provider () documentation n... + 645514 Add placeholder-text property to GtkCellrendererText + 646798 Add a tip about "cloning contexts" + 647779 Doesn't mention GtkDialog replacements + 649569 GDK_THREADS_ENTER in file_print_cb@modules/printb... + 652304 themingengine: don't hardcode the slider lines in... + 657322 GtkPrintSettings requires every application to wo... + 659613 GtkLockButton docs are inaccurate + 663072 GtkSelectionData is incorrectly documented + 663991 _XOPEN_SOURCE 500 causes error in Solaris Studio ... + 664646 dnd pointer lock when dragging tab between two ge... + 665243 settings: Add support for disabling middle click ... + 670449 Splash screen stays + 671025 Constants and identifiers starting with a number ... + 671249 GApplication: Allow a null application_id? + 672947 GtkEntryCompletion sizing/position fixes + 673237 window: Remove needless call to ensure_state_flag... + 673749 Error Message When Creating Tray Icon + 674192 out-of-tree build failure: demos/widget-factory/w... + 674409 need a way to identify GtkApplicationWindows remo... + 674549 widget receives leave event when button released + 675365 immulticontext: Always check if the global contex... + 675421 GtkFileChooser should set its role + 675423 [Patch] doc: Add missing CDATA around a XML progr... + 675501 gtkquartz.h is not the gtk+-3.5.2.tar.xz archive + 675535 GtkScale in GtkToolbar: strange behaviour with do... + 675809 Crash when clicking xrefs + 675895 Docs for certain functions are built unconditionally + 675899 Infobar not loadable by GTKBuilder (using python ... + 675951 gdkx.h inclusion breaks OotSD builds + 676087 gtk+ fails to build against uclibc due to isnan/i... + 676196 range: use a CSS margin to shrink the trough comp... + 676198 current color of a GtkColorButton should be set t... + 676243 Document removing of accelerators + 676329 GDK_SMOOTH_SCROLL_MASK lacks "Since" + 676356 icon-theme: Allow symbolic GFileIcons + 676429 no way to force showing icons in buttons + 677055 gtkmenutoolbutton bug fixes + 677109 Fixes for interactions between background-repeat ... + 677202 docs: Add section for new 3.6 symbols + 677203 docs: Fix duplicate declarations in sections + 677293 GtkFontSelectionDialog partially broken on gtk 3.4 + 677363 grid: Add missing guard to gtk_grid_get_child_at() + +* Translation updates: + Dutch + French + Galician + German + Greek + Hebrew + Italian + Norwegian bokmål + Slovenian + Spanish + + Overview of Changes in GTK+ 3.5.1 ================================= |