1Overview of Changes in GTK 4.0
2==============================
3
4* Fix problems with synthetic motion events affecting frame rates
5
6* Fix problems with implicit grabs affecting widget states
7
8* Fix problems with zoom mode on scales getting stuck
9
10* Fix submenu closing by outside clicks
11
12* Rename GtkWindow:fullscreen to :fullscreened to help
13  language bindings
14
15* Bump the soname. Stable GTK 4 releases use libgtk-4.0.so.1.xxxx.y
16
17* Adwaita:
18 - Reduce hover transition effects in lists
19 - Special-case header buttons
20
21* Demos:
22 - Remove NoDisplay from desktop files
23 - Autoplay the video in widget-factory
24
25* Translation updates:
26 Catalan
27 Norwegian Bokmål
28 Polish
29 Spanish
30 Swedish
31 Romanian
32 Ukrainian
33
34
35Overview of Changes in 3.99.5
36=============================
37
38* Accessibility:
39 - Map presentation role according to Core-AAM
40 - Use presentation role for spacers in list views
41 - Set proper roles, relations and descriptions on more widgets
42 - Expand the documentation
43 - Use a single GTK_A11Y environment variable and document it
44 - Serveral memory leak and crash fixes
45 - Initialize AT contexts lazily
46 - Improve the API for storing lists in relations
47 - Implement more of the Component interface
48 - Implement the Cache interface
49 - Implement ScrollSubstringTo for GtkTextView
50
51* Introspection:
52 - Add many missing annotations to APIs
53 - In particular, nullability annotation fixes for rust
54
55* Touch support:
56 - Fix issues with text handles
57 - Fix interaction between touch scrolling and focus
58 - Fix active state updates for touch events
59 - Allow pressing buttons with multiple fingers
60
61* GtkScrolledWindow:
62 - Accumulate velocity with kinetic scrolling
63
64* GtkSearchEntry:
65 - Use a better clear icon
66
67* GtkTreeView:
68 - Remove the deprecated GtkCellRendererClass.get_size vfunc
69
70* GtkBuilder:
71 - Be stricter about <requires>
72 - Make gtk-builder-tool simplify update <requires>
73
74* GtkFileChooser:
75 - Remove GtkFileChooserButton
76
77* GtkWindow:
78 - Replace gtk_window_get_size with gtk_window_get_default_size
79 - Add maximized and fullscreen properties
80
81* Make the inspector available in non-debug builds
82
83* CSS:
84 - Support conic gradients
85
86* Adwaita:
87 - Round all window corners
88 - Round submenus
89 - Remove the 'chin' on menus
90 - Industrial style menuitems
91 - Improved tooltip styling
92 - Unified sidebar styles
93 - Dark prelight
94 - Don't backdrop labels
95
96* GSK:
97 - Rename render node apis from peek to get
98
99* Make GLES work in the absence of GL_ARB_timer_query
100
101* Rework the way size allocation is integrated in the
102  frame cycle
103
104* Wayland:
105 - Support gtk_shell1 version 3 (startup notification
106   and activation)
107 - Implmement minimization
108
109* OS X:
110 - Mostly working GL renderer
111 - Search engine updates
112 - Fix rendering artifacts with hover transitions
113 - Fix kinetic scrolling deceleration
114
115* Windows:
116 - Fix key event generation, making text input work
117
118* Documentation:
119 - Add missing enumerations, symbols and types
120 - Lots of smaller fixes
121
122* Demos:
123 - Make the constraints demo more useful
124 - Make search more obvious
125 - Add a suggestion entry demo
126 - Consistency improvements
127 - Use native file choosers
128 - Drop 'devel' styling
129
130* Translation updates:
131 Belarusian
132 Catalan
133 Polish
134 Spanish
135 Swedish
136 Ukrainian
137
138
139Overview of Changes in 3.99.4
140=============================
141
142* GtkColumnView:
143 - Improve column resizing
144 - Make double-click reset column widths
145 - Move header outside of scrollbars
146
147* GtkSearchEntry:
148 - Add an icon
149
150* GtkDropDown:
151 - Polish the appearance
152
153* GtkColorChooser:
154 - Accessibility improvements
155
156* GtkPopoverMenu:
157 - Add accessibility support
158 - Allow custom items. This adds new API:
159   gtk_popover_menu_add/remove_child
160   gtk_popover_menu_bar_add/remove_child
161
162* GtkTextView:
163 - Fix rendering and positioning of anchored children
164 - Fix positioning of touch handles
165
166* Constraints:
167 - Fix loading constraints from ui files
168
169* Media support:
170 - Use cubic instead of linear volume
171
172* Accessibility:
173 - Implement Component for all widgets
174 - Implement Text and EditableText for all editables
175 - Rework accessible name/description computation
176 - Add documentation for app and widget developers
177 - Handle HIDDEN state changes by adding/removing elements
178 - Support setting accessibility attributes in ui files
179 - Make window controls accessible
180
181* Introspection:
182 - Add some missing annotations
183
184* gdk:
185 - Deliver events on flush
186 - Drop the unused GdkPoint struct from the API
187 - Improve popup autohide behavior
188
189* Demos:
190 - Add another constraints demo
191 - Tweak various demos to improve consistency
192 - Small accessibility improvements
193
194* Tools:
195 - Improve gtk4-builder-tool handling of various
196   widgets when converting ui files from GTK 3
197
198* Documentation:
199 - Use GtkApplication in all examples
200 - Improve and expand the widget gallery
201
202* Testsuite:
203 - Improve coverage of GDK
204 - Improve coverage of gtk4-builder-tool
205
206* Build:
207 - Fix the build with cups 2.2.12
208 - Make cloudprint support build without warnings
209
210* Broadway:
211 - Support modifiers for scroll events
212
213* Windows:
214 - Improve IME support
215
216* OS X:
217 - Fix various input issues
218 - Make GtkGLArea work (with the cairo backend)
219
220* Translation updates:
221 German
222 Polish
223
224
225Overview of Changes in 3.99.3
226=============================
227
228* Accessibility:
229 - Add an initial AT-SPI backend
230
231* GtkEmojiChooser:
232 - Allow inserting multiple Emoji by pressing Control
233 - Update Emoji data to Unicode 13 / CLDR 37
234 - Use translations
235 - The recent-emoji setting type changed. Call
236   gsettings reset org.gtk.gtk4.Settings.EmojiChooser recent-emoji
237
238* GtkTextBuffer:
239 - Add boolean returns to some get_iter functions
240
241* GtkScale:
242 - Change the default value of the :draw-value property
243
244* GtkPopover:
245 - Avoid losing focus when popovers are close
246
247* GtkColorChooser:
248 - Add color names back for accessibility
249
250* Input methods:
251 - Add a 'private' input hint
252
253* GL Renderer:
254 - Fix issues with texture caching
255 - Fix texture flipping problems
256
257* Build:
258 - Use meson yield feature for some options
259 - Require gtk-doc 1.33
260 - Require sysprof 3.38
261
262* Wayland:
263 - Clean up Wayland backend api, add annotations
264 - Generate introspection for Wayland backend api
265
266* Windows:
267 - Fix modal window handling and window stacking
268
269* MacOS:
270 - Fix the build
271 - Define GDK_WINDOWING_MACOS
272 - Fix various event handling issues
273
274* Demos:
275 - Add another column view demo
276 - Add an svg paintable demo
277
278* Translation updates
279 Czech
280 Lithuanian
281 Polish
282
283
284Overview of Changes in GTK 3.99.2
285=================================
286
287* GtkButton:
288 - Check coordinates for button releases
289
290* GtkColorChooser:
291 - Update the default palette
292
293* GtkEntry:
294 - Fix issues with Emoji insertion
295 - Fix issues with dnd
296 - Set correct hotspot for dnd icon
297
298* GtkFileChooser:
299 - Fix a crash
300 - Fix setting unlisted filters
301
302* GtkFontChooser:
303 - Determine sample text based on font coverage (requires fontconfig)
304 - Allow filtering by language (requires fontconfig)
305 - Don't center the list
306
307* GtkMenuButton:
308 - Always use the direction property for the arrow
309
310* GtkPasswordEntry:
311 - Use non-pageable memory
312 - Add an ::activate signal
313
314* GtkRevealer:
315 - Fix clipping issues in the swing transitions
316
317* GtkScrolledWindow:
318 - Fix kinetic scrolling in X11
319
320* GtkSearchEntry:
321 - Don't handle forwarded events twice
322
323* GtkStack:
324 - Add gtk_stack_add_child
325
326* GtkTextView:
327 - Fix dnd
328 - Improve undo state tracking
329 - Speed rendering in the presence of selections
330 - Make clickable links work again
331 - Fix handling of anchored children
332
333* GtkVideo:
334 - Make autoplay work
335
336* CSS:
337 - Allow more than 64 selectors per rule
338 - Avoid some allocation overhead
339
340* Adwaita:
341 - Improve gesture graphics
342 - Tweak DND highlight color
343 - Add spacing to .navigation-sidebar
344
345* GDK:
346 - Add gdk_frame_clock_get_fps
347 - GLES: Fix color channel mixup in textures
348 - GL: Reduce image copying for texture uploads
349
350* GSK:
351 - Add radial gradient nodes
352 - Add GskGLShader and shader nodes
353
354* GL renderer:
355 - Fix clipping with projective transforms
356 - Use linear interpolation for offscreen rendering
357   with non-axis-aligned transforms
358 - Fix texture caching to avoid size mismatches
359 - Avoid downloading GL textures when possible,
360   improving GtkGLArea performance
361
362* Vulkan renderer:
363 - Fix swapchain creation
364
365* Windows:
366 - Fix display of CSD windows
367
368* Wayland
369 - Always ack configure to avoid jumping windows
370 - Use the primary-selection-unstable-v1 protocol
371
372* API cleanups:
373 - Make filter and sorter constructors return exact types
374 - Rename GdkSurfaceState to GdkToplevelState
375 - Remove GdkWaylandSurface::committed
376 - Make Wayland backend api take GdkToplevel
377 - Drop gtk_widget_new
378 - Drop cairo_surface_upload_to_gl
379 - Drop gtk_scrolled_window_set_capture_button_press
380 - Drop gtk_column_view_column_new_with_factory
381 - Rename gtk_buildable_set_name to gtk_buildable_set_buildable_id
382 - Drop other GtkBuildable api
383
384* Demos:
385 - Bug and crash fixes
386 - Cosmetic improvements for several demos
387 - Improve search in the sidebar
388 - Add a Shadertoy demo
389 - Add a OpenGL transitions demo
390 - Add an Emblem demo
391 - Add a demo for input validation and error states
392 - Add a demo for context menus
393 - Make gtk-demo demo itself
394
395* Build:
396 - Fix Vulkan dependency checking
397 - Make sysprof truly optional
398
399* Translation updates:
400 Basque
401 British English
402 Catalan
403 Croatian
404 Czech
405 Danish
406 French
407 Galician
408 German
409 Hebrew
410 Hungarian
411 Indonesian
412 Italian
413 Kazakh
414 Latvian
415 Lithuanian
416 Persian
417 Polish
418 Slovak
419 Slovenian
420 Spanish
421 Turkish
422 Ukrainian
423
424
425Overview of Changes in GTK 3.99.1
426=================================
427
428* GtkGridLayout: Rename left-/top-attach to column/row
429
430* Drop GtkAccelLabel - it is no longer used
431
432* GtkTextView:
433 - Fix redraw issues with selections
434 - Make insert-emoji replace the selection
435
436* GtkTreeView:
437 - Fix selection handling in cell editables
438
439* GtkPopover:
440 - Allow setting popup offset
441
442* GtkPlacesSidebar:
443 - Fix DND
444
445* GtkTextview:
446 - Speed up gtk_text_buffer_insert_markup
447
448* GtkFrame:
449 - Set GTK_OVERFLOW_HIDDEN
450
451* GtkSpinButton:
452 - Fix spinning
453
454* GtkFontChooser:
455 - Populate the list incrementally
456
457* GtkButton: Simplify the button hierarchy; GtkRadioButton
458  is gone, GtkCheckButton and GtkToggleButton can be grouped
459
460* list widgets:
461 - Change apis to make models explicitly GtkSelectionModel
462 - Simplify constructors
463
464* CSS:
465 - Hexadecimal colors can now specify alpha
466 - Fix parsing of numbers in scientific notation
467
468* Themes:
469 - Add and document highlevel list styles
470 - Drop the style class defines. Just use string literals
471 - Round the corners of frames
472 - Make circular buttons square
473
474* GL renderer:
475 - Fix clipping with projective transforms
476
477* Documentation:
478 - Refresh the widget gallery
479 - Add images for new widgets to the gallery
480 - Fix many cross-references
481 - Make sure tutorial examples are buildable
482
483* Demos:
484 - Numerous crash- and bug fixes
485 - Improve about dialogs
486 - gtk4-demo: Modernize source highlighting
487 - gtk4-demo: Improve sidebar filtering
488 - gtk4-demo: Drop some outdated demos
489 - gtk4-demo: Polish a number of existing demos
490 - gtk4-demo: Add several new demos
491 - widget-factory: Show error states
492
493* Tools:
494 - Make gtk4-builder-tool rewrite GtkBox
495 - Make gtk4-builder-tool rewrite radio buttons
496 - Rewrite the profiling support, drop support
497   for D-Bus profiler activation, use SYSPROF_TRACE_FD
498
499* Printing:
500 - Fix build with cups < 2.3
501
502* win32:
503 - Default to the GL renderer when we can
504
505* Broadway:
506 - Fix handling of opaque colors
507 - Fix handling of debug nodes
508 - Prune clipped render nodes
509
510* Wayland:
511 - Support newer schemas for settings
512 - Fix DND hotspot handling
513 - Disconnect on display close
514
515* Translation updates:
516  Basque
517  Brazilian Portuguese
518  British English
519  Catalan
520  Chinese (China)
521  Croatian
522  Galician
523  German
524  Greek
525  Indonesian
526  Japanese
527  Kazakh
528  Korean
529  Lithuanian
530  Polish
531  Romanian
532  Slovenian
533  Spanish
534  Turkish
535  Ukrainian
536
537
538Overview of Changes in GTK 3.99.0
539=================================
540
541* Remove the old accessibility implementation and
542  add the foundations for a new one that is based
543  on ARIA. The relevant widget api is GtkAccessible,
544  the backend implementations will use GtkATContext.
545  Currently, there is just a nascent test backend.
546
547* Update the GTK headers to use char *, int, float and
548  double instead of the corresponding GLib types.
549
550* Add GtkEditableLabel, a label that can be edited
551
552* Add GtkBookmarkList, a list model for bookmarks
553
554* Add GtkStringList, a list model for strings
555
556* Add GtkBitset, and use it for representing selections
557
558* GtkTreeView:
559 - Make cell editing work again
560
561* GtkSpinButton:
562 - Make autosizing work again
563
564* Printing:
565 - Use GtkDropDown in the print dialog
566
567* GtkApplication
568 - Support opening files on OS X
569
570* GtkFileChooser:
571 - Fix libcloudproviders support
572 - Turn GtkFileFilter into a GtkFilter
573 - Simplify the api
574
575* GtkGridView, GtkListView:
576 - Improve scrolling behavior
577 - Autoscroll and autoexpand during DND
578
579* GtkScrolledWindow:
580 - Make autoscrolling work again
581
582* GtkFilterListModel:
583 - Add incremental filtering
584 - Add a boolean filter, GtkBoolFilter
585
586* GtkSortListModel:
587 - Use timsort
588 - Add various tweaks that massively speed up sorting
589 - Add incremental sorting
590
591* GtkWidget:
592 - Massively speed up action handling
593
594* GtkEntry:
595 - Make entry completion work again
596 - Drop action support from GtkEntryCompletion
597
598* Inspector:
599 - Improve list model support
600 - Add direct navigation between objects
601 - Show accessibility information
602
603* GDK:
604 - Compress scroll events
605 - Keep a scroll history
606 - Clean up GdkDevice api
607 - Drop the master/slave device split
608 - Move axes to GdkDeviceTool
609 - Change monitor workarea to be per-backend API
610 - Improve frame clock accuracy
611 - Add a new macOS backend
612 - Add an ANGLE-based GLES renderer for Windows
613
614* GSK:
615 - Use GL_ARB_framebuffer_object
616
617* gtk-demo:
618 - Add incremental refill to the color grid
619 - Improve performance of the color grid
620 - Add an incrementally filtering word list
621 - Improve the sidebar
622
623* Install print-editor as another demo
624
625* Translation updates
626 Basque
627 Catalan
628 Chinese
629 Japanese
630 Kazakh
631 Lithuanian
632 Polish
633 Romanian
634 Spanish
635 Turkish
636 Ukrainian
637
638
639Overview of Changes in GTK 3.98.5
640=================================
641
642* Introduce new list widgets and supporting infrastructure.
643  The main APIs are:
644 - GtkListView
645 - GtkGridView
646 - GtkColumnView and GtkColumnViewColumn
647 - GtkDropDown
648 - GtkListItemFactory and implementations
649 - GtkExpression
650 - GtkFilter and subclasses, and GtkFilterListModel
651 - GtkSorter and subclasses, and GtkSortListModel
652 - GtkSelectionModel and subclasses
653 - GtkTreeListModel, GtkTreeExpander and GtkTreeListRowSorter
654
655* GtkFileChooser:
656 - Add a tracker3-based search engine implementation
657 - Rate-limit updates from the trash monitor
658
659* GtkWindow:
660 - Redo the css node setup. There is now a single 'window' node
661 - Fix rounded corners on tiled windows
662
663* GtkApplication:
664 - Drop app menu support. Menubar support is still there
665
666* GtkFixed:
667 - Change coordinate APIs to take doubles
668
669* GtkOverlay:
670 - Make GtkOverlayLayout public
671
672* GtkTooltips:
673 - Fix line wrapping of tooltips
674
675* Shortcuts:
676 - Fix mnemonic cycling
677 - Fix using '0' as a mnemonic
678
679* Menus:
680 - Differentiate keypad keys in accelerators
681
682* GtkIMContext:
683 - Add gtk_im_context_filter_key to allow event reinjection
684
685* Themes:
686 - Adwaita: Limit the scope of backdrop
687
688* Accessibility:
689 - Clean up and reorganize the code to prepare for the
690   dropping of ATK
691
692* GDK:
693 - Drop unused enum and struct definitions from headers
694 - Make keymap translation API public again. Still needed
695 - Frameclock: Always use compositor refresh rate info
696 - Frameclock: Use quadratic correction for frame time jitter
697 - Frameclock: Ensure monotonicity
698 - Frameclock: Track resason for paint
699 - X11: Improve sync when the Nvidia driver is used
700
701* GSK:
702 - GL renderer: Fix blurred outset shadows
703 - GL renderer: handle nested transform nodes properly
704 - GL renderer: Optimize clip handling
705
706* gtk-demo:
707 - Improve the Drag-and-Drop demo with proper drag icons
708 - Don't show the main window if --run is given
709 - Add demos for list widgets and GtkDropDrown
710
711* Documentation:
712 - Convert freestanding sections to markdown
713 - Drop the glossary
714 - Expand and improve the migration guide
715
716* Build:
717 - We require pandoc now, for building the documentation
718 - Require Pango 1.45
719
720* Translation updates:
721 Polish
722 Romanian
723 Slovenian
724 Turkish
725 Ukrainian
726
727
728Overview of Changes in GTK 3.98.4
729=================================
730
731* Themes
732 - Refine menu styling
733 - Tweak visible focus behavior
734 - HighConstrast: Add public colors
735 - HighContrast: Fix scale borders
736
737* CSS:
738 - Drop the nonstandard -gtk-icon-theme property
739 - Add a system_setting_changed vfunc to propagate global changes
740
741* Untangle titlebars from windows:
742 - Add a GtkWindowControls widget
743 - Add a GtkWindowHandle widget
744 - Add actions for window menu items
745 - Remove app menu fallback from GtkHeaderBar
746 - Remove title and subtitle properties from GtkHeaderBar,
747   rename custom-title to title-widget
748
749* GtkWidget
750 - Add a focusable property
751
752* GtkPopover:
753 -  Fix (re-)positioning issues
754
755* GtkStack:
756 - Drop the homogeneous property
757 - Add a use-underline property to stack pages
758
759* GtkScale:
760 - Make area around the trough clickable
761
762* GtkScrolledWindow:
763 - Fix kinetic scrolling
764
765* GtkTreeView:
766 - Break reference cycles in unroot
767
768* Drop GtkBin and GtkContainer. All existing GtkBin subclasses
769  have grown a child property with setter and getter. All
770  existing GtkContainer subclasses have grown widget-specific
771  remove (and in some cases, add) functions. <child> in ui
772  files continues to work as before
773
774* Replace gtk_widget_destroy by gtk_window_destroy
775
776* Drop the ::size-allocate signal. Use a GtkWidgetPaintable
777  if you need to be informed about changes to a widgets
778  content or size
779
780* Remove gtk_dialog_run
781
782* GDK:
783 - Wayland: Provide a builtin cursor of last resort
784 - Change the monitor api to use a GListModel
785
786* GSK:
787 - Don't include renderer-specific headers automatically
788 - GL: Fix nested rounded clips
789
790* Introspection:
791 - Assorted annotation fixes
792
793* Inspector:
794 - Preview media resources
795 - Show media backend information
796
797* gtk4-widget-factory:
798 - Add GtkVideo
799 - Add text styles
800 - Add a print dialog
801 - Add a password entry
802 - Improve toolbar styling
803 - Revamp transition effects
804
805* gtk4-demo:
806 - Replace some demos
807
808* Translation updates:
809 Chinese (Taiwan)
810 Esperanto
811 Japanese
812 Romanian
813 Spanish
814 Ukrainian
815
816
817Overview of Changes in GTK 3.98.3
818=================================
819
820* GtkEntry:
821 - Support setting attributes in ui files
822
823* GtkScaleButton:
824 - Don't derive from GtkButton
825
826* GtkAboutDialog:
827 - Support more common licenses
828
829* GtkEmojiChooser:
830 - Improve keyboard navigation
831
832* GtkLabel:
833 - Remove pattern API
834
835* GtkAspectFrame:
836 - Modernize and simplify
837
838* Chooser buttons:
839 - Make dialogs modal by default
840
841* Various widgets:
842 - Replace shadow-type and relief properties by
843   a simpler has-frame
844
845* CSS:
846 - Use :focus-visible instead of :focus(visible)
847 - Add support for :focus-within
848
849* Focus handling
850 - Fix crossing event generation
851 - Fix focus handling in various widgets
852 - Change :can-focus to be recursive
853 - Fix GtkWindow:is-active setting
854
855* Scrolling
856 - gtk_container_set_focus_[hv]adjustment has been removed
857 - gtk_viewport_set_scroll_to_focus has been added
858
859* Accessibility:
860 - Add a cursor-aspect-ratio setting
861 - Set focus-related states properly
862
863* Themes:
864 - Use blue focus outlines more
865 - Numerous minor improvements
866
867* Wayland:
868 - Fix .Compose file loading
869 - Support popup repositioning
870 - Fix problems with autohide popovers
871
872* GDK:
873 - Remove GdkKeymap from public API, replaced by
874   GdkDevice properties
875 - Add full keyboard translation state to key events
876 - Simplify modifier support, drop GdkModifierIntent
877 - Move key event matching to GDK
878 - Add GdkSurface::enter/leave-monitor signals
879 - Turn GskEvent into a derivable type, and make
880   it introspectable
881
882* GSK:
883 - Turn GskRenderNode into a derivable type, and make
884   it introspectable
885 - Fall back to cairo if compiling shaders fails
886
887* Translation updates:
888 - Japanese
889 - Lithuanian
890 - Turkish
891
892
893Overview of Changes in GTK 3.98.2
894=================================
895
896* Introduce GtkShortcutController, and replace key bindings,
897  mnemonics and accelerators by GtkShortcut
898
899* Derive the HighContrast theme from Adwaita
900
901* GtkMenuButton: Add a use-underline property
902
903* GtkTreeView: Fix cell editing
904
905* Add gdk_toplevel_inhibit_system_shortcuts
906
907* gtk-demo: Fix issues in multiple demos
908
909* Translation updates:
910 Polish
911
912
913Overview of Changes in GTK 3.98.1
914=================================
915
916* GtkFileChooser:
917 - Remove filename/uri api
918 - Drop extra-widget
919 - Remove overwrite confirmation
920 - Remove show-hidden property
921 - Remove local-only property
922 - Remove GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
923 - The portal file chooser supports selecting folders
924
925* GtkSpinner:
926 - Rename active property to spinning
927
928* GtkRevealer:
929 - Fix size allocation at small scales
930
931* GtkPopover:
932 - Drop :relative-to, it is always the :parent now
933
934* GtkWindow:
935 - Drop window-type, it is always a regular toplevel
936
937* GtkWidget:
938 - Drop expand property
939 - Drop margin property
940 - Drop gtk_grab_add, gtk_device_grab_add
941
942* GtkTextView:
943 - Support overlines in GtkTextTag
944 - Support visible spaces in GtkTextTag
945 - Support hyphenation control in GtkTextTag
946
947* Split GtkEventControllerFocus from GtkEventControllerKey
948
949* DND:
950 - Fix local DND to avoid serialization
951 - Add new content provider constructors
952 - Split GtkDropTargetAsync and GtkDropTarget
953 - Group DND events into event sequences
954 - Propagate DND events like motion events
955 - Introduce GtkDropControllerMotion
956 - Remove GtkSelectionData
957
958* Performance:
959 - Clean up profiler marks
960 - Share GL programs between renderers
961
962* GDK:
963 - Drop gdk_surface_new_temp
964 - Make GdkEvent an immutable boxed type, not an object
965 - Remove GdkAtom and property- and selection-related apis
966 - Introduce GdkPopup and GdkToplevel interfaces
967 - Implement them in backend-specific surface subtypes
968 - Rename gdk_surface_input_shape_combine_region to
969   gdk_surface_set_input_region
970 - Drop X11-only concepts such as sticky or keep-below
971
972* OS X: Fix OpenGL extension detection
973
974* Broadway: implement scaling
975
976* Translation updates:
977 Dutch
978 Japanese
979 Persian
980
981
982Overview of Changes in GTK 3.98.0
983=================================
984
985  While this release gets significantly closer to what we aim for in GTK 4,
986  there are still a few big items outstanding that we are currently working
987  on:
988
989  - Event controllers for keyboard shortcuts
990  - Movable popovers
991  - Row-recycling list and grid views
992  - Revamped accessibility infrastructure
993  - Animation API
994
995  We will do further 3.98.x snapshots as these land.
996
997  *****************
998
999* The DND refactoring has been completed. The GTK API for DND has been turned
1000  into event controllers: GtkDragSource and GtkDropTarget. Support for file
1001  transfers via file transfer portal has been added for both DND and the clipboard.
1002
1003* Child surfaces have been removed. GDK only supports toplevel and popup surfaces
1004  now. The client-side window implementation has been removed too. On the GTK side,
1005  the GtkNative interface has been introduced for widgets that have their own
1006  surface. This cleanup is not 100% complete yet.
1007
1008* Global positions and related apis such as gdk_surface_move are no longer available.
1009
1010* A constraint-based layout manager has been added.
1011
1012* Many classes have been made explicitly non-subclassable, and the widget hierarchy
1013  has been simplified, by making widgets derive directly from GtkWidget instead of
1014  a container.
1015
1016* Menu-related changes:
1017 - GtkMenu, GtkMenuBar and related classes have been removed. They are being replaced
1018   by GMenu and popover-based variants. Popover menus can now do traditional, nested
1019   menus, and model buttons show accelerators.
1020 - Context menus are no longer created with ::populate-popup signals, but use menu
1021   models and actions.
1022 - Widget actions can be created in class_init, with gtk_widget_class_install_action.
1023 - GtkToolbar has been removed as well.
1024
1025* Text-related changed:
1026 - Text cursor blinking has been made smooth.
1027 - GtkTextView is caching rendernodes for the visible text range now, improving the
1028   scrolling performance of text.
1029 - Add a simple undo stack for text edits has been added.
1030
1031* The native Win32 filechooser backend supports choices.
1032
1033* GtkTreeView renders tree and grid lines with textures.
1034
1035* GtkEmojiChooser has been made public.
1036
1037* GtkGestureMultiPress has been renamed to GtkGestureClick.
1038
1039* GtkWidget has api to handle style classes: gtk_widget_add_style_class.
1040  This is the first step towards moving away from GtkStyleContext.
1041
1042* X11-specific changes:
1043 - XI2 is now mandatory
1044 - The xim input method has been removed
1045
1046* Wayland-specific changes:
1047 - The loading of cursor themes has been improved to load cursors on demand,
1048   and no longer relies on libwayland-cursor.
1049
1050* The GL renderer is now sharing icon and glyph caches for all surfaces,
1051  and has better support for blurring and shadow rendering.
1052
1053* Performance-related changes:
1054 - GTK provides profiling information for Sysprof when launched with GTK_TRACE=1.
1055 - Css computation has been optimized
1056 - Css lookups are using a Bloom filter
1057 - Icon loading IO has been moved to a thread
1058
1059
1060Overview of Changes in GTK+ 3.96.0
1061==================================
1062
1063* DND has been refactored. There are now separate GdkDrag and GdkDrop
1064  objects. This work is still incomplete
1065
1066* The GDK_SURFACE_SUBSURFACE surface type has been removed.
1067
1068* Use of child surfaces has been greatly reduced. This work is still
1069  incomplete
1070
1071* The use of global coordinates in GDK apis has been reduced. This
1072  work is still incomplete
1073
1074* Events have been simplified and are used just for input
1075  - expose events have been replaced by a GdkSurface::render signal
1076  - configure events have been replaced by a GdkSurface::size-changed signal
1077  - map events have been replaced by a GdkSurface::mapped property
1078  - gdk_event_handler_set has been replaced by a GdkSurface::event signal
1079  - key events no longer contain a string
1080  - events on unmapped widgets are ignored
1081
1082* Warping the pointer is no longer supported
1083
1084* The Wayland backend now uses the Settings portal for GtkSettings
1085
1086* The Wayland input module uses the text-input-unstable-v3 protocol
1087
1088* The Broadway backend has been rewritten to work well with GSK
1089
1090* The color chooser has a color picker
1091
1092* GtkApplication tracks screensaver state and has a ::query-end signal
1093
1094* The file chooser portal backend supports file filters
1095
1096* A number of list models have been introduced, for internal use
1097  and as public api:
1098  - GtkMapListModel
1099  - GtkSliceListModel
1100  - GtkSortListModel
1101  - GtkSelectionModel
1102  - GtkSingleSelection
1103
1104* Support for tabular menus and combo boxes has been dropped
1105
1106* Key themes are no longer supported
1107
1108* GtkInvisible has been dropped
1109
1110* A GtkRoot interface has been added that is currently implemented
1111  just by GtkWindow. This work is incomplete
1112
1113* GtkWidgets can transform their children using projective linear
1114  transformations. This functionality is available in CSS and
1115  as GskTransform argument to gtk_widget_allocate. GtkFixed is
1116  a container that exposes this functionality. For examples of this,
1117  see the swing transition of GtkRevealer, the rotate transitions
1118  of GtkStack or the Fixed Layout example in gtk-demo.
1119
1120* GtkEntry functionality has been moved into a new GtkText widget,
1121  the GtkEditable interface has been expanded, and new a new
1122  GtkPasswordEntry widget has been introduced.
1123
1124* Focus handling has been rewritten, and focus-change event
1125  generation has been unified with crossing events.
1126
1127* All demos and settings schemas have been renamed to avoid collisions
1128  with GTK3.
1129
1130* GtkWidget can now use a GtkLayoutManager for size allocation.
1131  Layout managers can optionally use layout children holding layout
1132  properties. A number of layout managers are available:
1133  - GtkBinLayout
1134  - GtkBoxLayout
1135  - GtkGridLayout
1136  - GtkFixedLayout
1137  - GtkCustomLayout
1138  More layout manager implementations will appear in the future.
1139
1140* GtkAssistant, GtkStack and GtkNotebook now have publicly
1141  accessible page objects for their children. The page objects
1142  are also exposed via a list model.
1143
1144* GtkContainer no longer supports child properties. All existing
1145  child properties have been removed, converted to regular properties,
1146  moved to layout properties or moved to child meta objects.
1147
1148* GtkListBox has gained a ::show-separators property that gets
1149  translated into a CSS style class.
1150
1151* A number of X11-specific GtkWindow and GdkSurface apis have been
1152  removed or changed to backend APIs.
1153
1154* GtkBuilder can specify object-valued properties inline.
1155
1156* The gtk4-builder-tool simplify command has gained a --3to4 option
1157  to convert GTK3 ui files to GTK4.
1158
1159* The inspector can show child meta objects and layout properties.
1160
1161
1162Overview of Changes in GTK+ 3.94.0
1163==================================
1164
1165* GdkPaintable is a new, powerful abstraction for drawable content.
1166  gtk4-demo has a new "Paint" demo to show some of its capabilities.
1167
1168* There is support for displaying media, with
1169  GtkVideo
1170  GtkMediaFile
1171  GtkMediaStream
1172  GtkMediaControls
1173
1174* GtkFontChooser now supports OpenType font variations and features.
1175
1176* The Ctrl-Shift-E support in the simple IM context has been replaced
1177  by an optional completion popup for Emoji alpha codes. This can be
1178  enabled with the GtkEntry::enable-emoji-completion property.
1179
1180* Wayland has an input method based on the text protocol now
1181
1182* Input methods, print backends and media backends have been converted
1183  to GIOModules and extension points, and support for generic loadable
1184  modules has been dropped. Platform im modules are always included.
1185
1186* GdkWindow has been renamed to GdkSurface.
1187
1188* Applications can now create their own GtkSnapshot objects for
1189  intermediate rendering.
1190
1191* Widget event signals have been replaced by event controllers,
1192  and some new event controllers have been introduced for this:
1193  GtkEventControllerMotion
1194  GtkEventControllerKey
1195  GtkGestureStylus
1196
1197* Event controllers can now be created in .ui files.
1198
1199* Invalidation tracking has been changed, only gtk_widget_queue_draw is left.
1200
1201* Observing widget contents and size is now done by using the
1202  GtkWidgetPaintable object instead of connecting to widget signals.
1203
1204* The GtkWidget::draw signal has been removed, widgets need
1205  to implement GtkWidget::snapshot.
1206
1207* GdkTexture now has GdkMemoryTexture and GdkGLTexture subclasses.
1208
1209* The Vulkan support in GDK can now use a particular device that is
1210  specified by the GDK_VULKAN_DEVICE environment variable. use
1211  GDK_VULKAN_DEVICE=list to see them all.
1212
1213* GTK+ Inspector
1214  - has logging support, and the logging settings have been cleaned up
1215  - has an fps overlay
1216
1217* Removed APIs and features:
1218  Individual event signals such as ::proximity-in-event
1219  The ::draw signal
1220  threading support
1221  non-platform IM modules
1222  papi and test print backends
1223  GtkPlacesSidebar
1224  GtkRecentChooser
1225  GtkToolPalette
1226  GdkStatus
1227  gtk_true, gtk_false
1228  gtk_widget_show_now
1229  gtk_widget_draw
1230  gtk_render_icon_surface
1231
1232* Incomplete transitions:
1233  The ::event signal is not still there, but it will be removed
1234  The DND apis are not finalized yet
1235
1236* Translation updates:
1237 Croatian
1238 Esperanto
1239 Estonian
1240 French
1241 Friulian
1242 Icelandic
1243 Latvian
1244 Polish
1245 Russian
1246 Scottish Gaelic
1247 Spanish
1248
1249
1250Overview of Changes in GTK+ 3.93.0
1251==================================
1252
1253Major changes:
1254
1255* GdkScreen has been removed. All screen-related APIs have equivalents
1256  in GdkDisplay. This affects APIs in both GDK and GTK, for example,
1257  the GtkWidget::screen-changed signal has been replaced by a new
1258  ::display-changed signal. As part of this change, there is no longer
1259  a GdkWindow representing the root window. The X11 backend has APIs
1260  to get X screens and root windows.
1261
1262* GdkVisual has been removed.
1263
1264* GdkDeviceManager has been replaced by GdkSeat.
1265
1266* Clipboard handling has been moved from GTK to GDK, and has been
1267  modernized to provide an extensible, asynchronous, stream-based API.
1268  This affects APIs in both GDK and GTK. GdkSelection has been replaced
1269  by GdkContentFormats, GdkContentProvider, GdkContentSerializer and
1270  GdkContentDeserializer. Selection-related events and APIs have
1271  been removed.
1272  This conversion is complete for copy-paste, the drag-and-drop APIs
1273  are still in flux.
1274
1275* The GdkCursor API has been modernized. We no longer have the
1276  GdkCursorType enumeration. Instead, can be created from names
1277  or from GdkTextures. In GTK, we now have gtk_widget_set_cursor().
1278
1279* Settings and window-state changes have been converted from events
1280  to signals on GdkDisplay and GdkWindow, respectively.
1281
1282* GdkEvent has been converted to an opaque GObject.
1283
1284* The GL renderer in GSK has been substantially completed, and is now
1285  on par with the Vulkan renderer.
1286
1287* The use of GdkPixbuf in APIs has been reduced, and the GskTexture
1288  object has been moved to GDK as GdkTexture, to take its place. This
1289  change affects both GDK and GTK, for example the GtkAboutDialog::logo
1290  property now accepts a GdkTexture. As part of these changes,
1291  support for GdkPixbufAnimation has been dropped.
1292
1293* The handling of icon sizes has been changed. The GtkIconSize
1294  enumeration allows selection normal or large icons now, and the
1295  actual icon size is determined by the theme, using the -gtk-icon-size
1296  CSS property. Among other things, this allows animating icon size changes.
1297
1298Smaller changes:
1299
1300* Build system:
1301 - Meson can now be used to build GTK+ on Windows
1302 - We install print backends again
1303 - libepoxy 1.4 is required
1304 - libcloudproviders 0.2.5 is required
1305
1306* GDK:
1307 - gdk_keymap_get_for_display has been renamed to gdk_display_get_keymap
1308 - We are no longer reading the GDK_DPI_SCALE environment variable
1309 - The GdkX11Display::xevent signal has been added (to eventually replace event filters)
1310 - gdk_pango_context_get_for_screen and gdk_pango_context_get have been dropped
1311 - Default-display wrappers like gdk_set_double_click_time, gdk_beep, gdk_flush or
1312   gdk_notify_startup_complete have been dropped
1313 - gdk_display_set_program_class has been moved to the X11 backend
1314 - The gdk_error_trap_push/pop APIs have been dropped, the X11 backend still has them
1315
1316* Wayland:
1317 - The Wayland backend now implements the KDE server-side decoration protocol
1318
1319* Broadway:
1320 - Broadway has been ported to GSK
1321 - Only Unix domain sockets are supported now (we are passing fds to upload textures)
1322
1323* GSK:
1324 - We use cached textures for icons now
1325 - We also use cached textures for symbolic icons, and recolor using a shader
1326 - The glyph cache supports hi-dpi
1327 - Some render node APIs have been tweaked: cairo, text, transform nodes
1328 - GskRenderer::scale-factor and GskRenderer::viewport have been dropped
1329 - gsk_render_node_set_scaling_filters has been dropped
1330
1331* GTK:
1332 - A new event controller, GtkEventControllerMotion, is intended to replace
1333   most remaining uses of ::motion-notify-event
1334 - New APIS: gtk_widget_contains and gtk_widget_pick
1335 - gtk_widget_get_content_size has been replaced by gtk_widget_get_width/height
1336 - The GtkWidget:parent-set signal has been dropped
1337 - GtkHeaderBar::show-close-button has been renamed to ::show-title-buttons
1338 - GtkFontButton::font-name has been replaced by GtkFontChooser::font
1339 - The GtkTextTag::event signal has been dropped
1340 - The text buffer serialization API has been removed
1341 - We longer install 'semi-private' headers like gtktextlayout.h or gtktextdisplay.h
1342 - gtk_application_is_inhibited has been dropped
1343
1344* Theming:
1345 - Focus rendering has been changed. Outlines are always rendered now, and
1346   we set the :focus and :focus(visible) pseudo-classes on elements to allow
1347   the theme control over where to render focus rectangles
1348 - The font-feature-settings CSS property is supported
1349 - The -gtk-icon-size custom CSS property allows theme control of icon sizes
1350
1351* Emoji:
1352 - We support Ctrl-. and Ctrl-; to pop up the Emoji chooser
1353 - The Emoji chooser is also available in GtkTextView
1354 - We avoid overly wide fallback rendering with some EmojiOne fonts
1355
1356* GtkInspector:
1357 - The inspector shows more render node details
1358 - The UI has been slightly reorganized
1359
1360* Bugs fixed:
1361 668590 Need to check result of g_bus_get()
1362 773299 Ensure GTK+-4.x builds and works on Windows (MSVC in particular)
1363 775279 early calls to libepoxy cause all gtk3 programs to abort when ther...
1364 777072 window shrinks when restored from maximized
1365 779009 Missing property-change::accessible-description events when the to...
1366 779862 Deprecate/rename gtk_header_bar_set_show_close_button() et. al.
1367 783995 Monitor API inconsistencies across X11 & Wayland
1368 784314 entry completion regression on wayland
1369 785176 Add an item for favorite files in the GtkPlacesSidebar
1370 785210 meson: Support build on Windows (using Visual Studio at least)
1371 786123 GtkPlacesSidebar: Add support for libcloudproviders
1372 787089 win32: GtkWindow of type GTK_WINDOW_POPUP/GDK_WINDOW_TEMP leaks me...
1373 787128 Re-add FUSE network mounts in local-only mode
1374 787142 Avoid assertion failed warnings from pango_layout_get_cursor_pos()...
1375 787665 gdk_frame_clock_get_frame_time is irregular and causing stuttering
1376 788841 Fix gtk_actionable_set_detailed_action_name API inconsistency
1377 788898 Inspector: Default paned split position/ratio between tree and pro...
1378 789054 Firefox crashes @gdk_window_begin_move_drag() on WM without _NET_W...
1379 789134 gtk3-icon-browser: the copy button is not centred on the dialog
1380 789149 GtkGestureZoom leaks the list of sequences while calculating the d...
1381 789160 Add Windows compatible emoji shortcuts
1382 789163 Fitzpatrick modifier selection requires lifting mouse button
1383 789198 gdk: add accessor for GdkEventOwnerChange::reason
1384 789213 Two Windows with GLAreas go horribly wrong
1385 789327 appchooserwidget: Don't limit application list unconditionally
1386 789357 Regression in 3.22.23: GDK_WINDOW_STATE_TILED flag is never set
1387 789678 [GtkAboutDialog] GTK_LICENSE_AGPL_3_0 does not work
1388 789733 Adwaita/HC: Fix entry.flat not being flat
1389 789777 Resolving undefined reference to gdk_get_default_root_window
1390 789870 gtk+4, GtkWindow: Several bugs when icon became a cairo_surface_t
1391 790029 GtkTextView: Support gtk 3.22.19's emoji chooser
1392 790031 GtkClipboardClearFunc is not being called
1393 790171 gtk+4, GtkCssImageIconTheme: Don't unref a NULL pointer
1394 790201 Settings in ~/.config/gtk-3.0/settings.ini ignored with GDK_BACKEN...
1395 790287 gtk+4, GtkWindow: icon_from_list() does not scale down large icons
1396 790489 broadway: Add missing dependency to build
1397 790920 Add GdkSeat convenience API
1398 790963 Thread safety issue in gtk_application_impl_dbus_startup
1399 791062 Fix mapping window with complete xdg-foreign state
1400 791176 GtkFileChooser: gtk4 defaults local_only to FALSE so docs need to ...
1401 791281 Backport size allocation optimization from master to 3.22
1402 791363 Shadow vertical offset is wrong when scaling is > 2
1403 791549 gtklistbox: Crash on page-up on GtkListBox
1404 791650 Do not warn about missing colord systemd service unit
1405 791926 Cannot build gtk4 with documentation enabled
1406 791927 Using '#!/usr/bin/perl' in scripts is not portable
1407
1408* Updated translations:
1409 Arabic
1410 Czech
1411 Polish
1412 Russian
1413 Serbian
1414
1415
1416Overview of Changes in GTK+ 3.92.1, 重庆市
1417==========================================
1418
1419The bulk of the preparation for this release was done during
1420and after the fantastic GNOME.Asia Summit 2017 in Chongqing, China.
1421
1422 * Drop autotools support. Meson 0.42.1 is now required
1423
1424* Implement most of CSS3 font-variant
1425
1426* Add an Emoji chooser to GtkEntry
1427
1428* Add new input hints for Emoji input
1429
1430* Remaining widgets have been ported to GtkSnapshot
1431
1432* GtkLabel and GtkEntry have been ported to use GSK
1433
1434* Add a way for GtkOverlay to blur behind children. This is has a
1435  demo in gtk4-demo
1436
1437* Add support for native file choosers on older OS X versions
1438
1439* Add support for libcloudproviders in GtkPlacesSidebar
1440
1441* Non-windowed widgets are now allowed to have a size of 0x0
1442
1443* Allow tiled windows to be resized. Under wayland, this uses version 2
1444  of the gtk-shell protocol. Under X, it uses the _GTK_EDGE_CONSTRAINTS
1445  property
1446
1447* Input handling changes
1448 - GdkEvent has new accessors for fields
1449 - Traditional event signals (eg ::key-press-event) are now emitted from
1450   an event controller
1451 - Most widgets inside gtk have stopped using traditional event signals
1452 - GDK_SEAT_CAPABILITY_ALL_POINTING now includes touch events
1453
1454* Scrollbars allow middle-click to jump to a position again
1455
1456* GSK changes:
1457 - Add gsk_text_node_new
1458 - Add a glyph cache for the Vulkan backend
1459 - Add gsk_blur_node_new
1460 - Add gsk_cross_fade_node_new
1461 - Implement blur for Vulkan
1462 - Implement repeat nodes for Vulkan
1463 - Add gsk_blend_mode_new
1464 - the vulkan backend now uses multiple render passes, avoiding many
1465   fallbacks to cairo rendering
1466 - The profiling output for vulkan is now more useful, showing how many
1467   pixels of fallback rendering and intermediate textures we consume
1468
1469* Inspector:
1470 - The recorder shows more useful information about render nodes
1471 - The general tab shows gsk and vulkan information
1472
1473* Removed apis
1474 - gdk_window_new_input
1475 - gtk_widget_set_redraw_on_alloc
1476 - gtk_widget_get_{border,content,margin}_allocation
1477 - gtk_container_propagate_draw
1478 - deprecated CSS properties and syntaxes
1479
1480* Bugs fixed:
1481 639931 gtk_application_add_window() docs should mention window destruction
1482 644248 stylecontext: add a raised style class
1483 705640 GtkWindow incorrectly requires a default screen
1484 766909 Tooltip of the eject button is a bit confusing - or just missing
1485 773299 Ensure GTK+-4.x builds and works on Windows (MSVC in particular)
1486 775074 GtkScrolledWindow does not disconnect all GtkAdjustment signal handl...
1487 775126 memory leak in gdk_wayland_window_ensure_cairo_surface
1488 778382 gtk_css_static_style_get_default doesn't check for a null setting
1489 778811 Enter submenus when activating their parent item
1490 780750 Shift + click in GtkEntry doesn't select
1491 780758 flowbox: bind_model passes wrong reference to create_widget_func in...
1492 781757 gdk_seat_grab() not working for touchscreen events
1493 782981 meson fixes
1494 783649 negative content width warning in GtkLevelbar
1495 783669 Allow resizing tiled windows
1496 784016 Crash in gnome-terminal due to calling a GdkDisplayClass vfunc on a...
1497 784421 Tooltips: Fix docs/theming for custom tooltip windows
1498 785210 meson: Support build on Windows (using Visual Studio at least)
1499 785306 FileChooserNativeQuartz: two fixes
1500 785736 textview: fix bug on DnD displaced limits of selection
1501 786144 GtkInfoBar Example - Wrong at developer.gnome.org (looks like typo/...
1502 786209 X11: GtkPopover positioning doesn't "avoid" CSD window shadows
1503 786400 "Art pen" named "Grip pen" in the Gnome Control Center
1504 786469 gdkwindow: Avoid re-setting the opaque region if it doesn't change
1505 786485 Image upload broken on vulkan
1506 786492 Incorrect scaling factor with Vulkan on Wayland
1507 786553 Wrong example number in Gtk Tutorial
1508 786613 Adwaita: provide a generic sidebar icon and label styling
1509 786673 Wayland: Crash in GtkEntryCompletion
1510 786885 Add explanatory tooltip to emoji icon
1511 786931 rnc/rng files specify "class" as mandatory for objects, but the par...
1512 786932 Let the "type-func" override the object's "class" attribute when ge...
1513 786938 Emoji picker wrongly opens when clicking on primary icon too
1514 786940 ::icon-pressed handler stays connected when setting :show-emoji-ico...
1515 786956 EmojiChooser: Fix theming on Adwaita:dark, HighContrast, etc.
1516 786960 Emoji chooser: don't show 'insert Emoji' item in emoji chooser cont...
1517 786964 Emoji Chooser: Can't scroll clicking on the scroll bar
1518 786966 Emoji chooser: unnecessary spacing b/w some rows in search result
1519 787021 GtkFlowBox: the orthogonal orientation always requests the most siz...
1520 787103 gtk3-widget-factory crashes on exit after inserting an emote on page3
1521 787172 EmojiChooser: Improve selection of section buttons
1522 787279 EmojiChooser: Hovered emoji become impossible to see in HighContras...
1523 787302 gtk+-3.22.20/gtk/gtkmountoperation-x11.c:669:sanity check after use ?
1524 787303 gtk+-3.22.20/gtk/gtknotebook.c: 2 * redundant conditions ?
1525 787410 entry: fix memory leak
1526 787416 build: Improve subproject support for builds
1527 787444 The color-selection dialog which is opened by a GtkColorButton shou...
1528 787531 The tick button is not/barely visible on light colors with Dark theme
1529 787600 PlacesSidebar/SidebarRow: CloudProvider singleton/accounts are neve...
1530 787757 Focus outline easily disappears around color chooser swatches
1531 788230 Bump GLib version to 2.53.7
1532 788458 (style) Array index 'i' is used before limits check.
1533 701296 gtkfixed accepts toplevel windows into its children list after gtk_...
1534 728452 gtk_tree_view_column_create_button creates button which is leaked
1535 763517 Selected then unselected Label in ListBox gets wrong colour until h...
1536 786794 Print dialogue has a printer called "printer"
1537 787669 Middle mouse click on scrollbar is ignored
1538 787866 Untranslated key labels in the Keyboard panel of Settings
1539 788534 cairo-node-serialization: Adjust bytes when width bytes != stride
1540 788573 HighContrast: titlebar separator is too wide and joined to buttons,...
1541 788614 Trying to reuse a TreeViewColumn causes criticals and a segfault (e...
1542 788787 gtktextview: Add a missing g_assert_not_reached() for switch defaul...
1543 788905 GtkRange horizontal scrolling causes movement in the wrong direction
1544
1545* Translation updates:
1546 Basque
1547 Brazilian Portuguese
1548 Catalan
1549 Chinese (Taiwan)
1550 Croatian
1551 Czech
1552 Danish
1553 French
1554 Friulian
1555 Galician
1556 German
1557 Hungarian
1558 Indonesian
1559 Italian
1560 Kazakh
1561 Korean
1562 Latvian
1563 Lithuanian
1564 Malayalam
1565 Nepali
1566 Persian
1567 Polish
1568 Romanian
1569 Russian
1570 Serbian
1571 Serbian Latin
1572 Slovak
1573 Slovenian
1574 Spanish
1575 Swedish
1576 Turkish
1577
1578
1579Overview of Changes in GTK+ 3.91.2
1580==================================
1581
1582* All widgets are drawing CSS backgrounds and borders
1583
1584* All gadgets have been replaced by widgets
1585
1586* GtkSpinButton no longer derives from GtkEntry
1587
1588* GtkScrollbar no longer derives from GtkRange
1589
1590* GtkAccelLabel no longer derives from GtkLabel
1591
1592* All remaining style properties have been removed
1593
1594* A new 'widget bowl' demo has been added in gtk4-demo
1595
1596* GtkEventBox has been removed. It is no longer needed
1597
1598* Add support for entering emoji by name using Ctrl-Shift-e
1599
1600* Wayland:
1601 - Support Wacom tablet wheel scrolling
1602 - Support the shortcut inhibitor protocol
1603
1604* Bugs fixed:
1605 776903 Label with hyperlinks cannot be opened with touch on wayland
1606 776909 gtk_adjustment_clamp_page: Conditional jump or move depends on unin...
1607 777333 In a GNOME Wayland session, gnome-terminal windows cannot be moved ...
1608 777515 gtk3-icon-browser doesn't list document-edit-symbolic icon
1609 778188 TE crashes on multiple repeated BELL chars
1610 780938 No icon tooltip shown in GtkEntry
1611 781246 Return value of gtk_widget_get_parent_window should be marked (nullable)
1612 783343 wayland: RFC - add shortcut inhibitor support
1613 783906 gtk_accelerator_get_label broken
1614 784016 Crash in gnome-terminal due to calling a GdkDisplayClass vfunc on a ...
1615 784624 process-stop-symbolic hardcoded as app menu fallback
1616 785280 GtkCenterBox: No G_BEGIN_DECLS and G_END_DECLS in gtkcenterbox.h
1617 785318 GtkActionBar: g_object_class_install_properties() is not called
1618 785375 Cursors for Wacom tablets are not always updated correctly under Wayland
1619 785423 Missing nullable annotation for gtk_bin_get_child
1620 785672 Entry: Setting icon tooltip to empty disables tooltip on whole widget
1621 785793 gsk_color_matrix_node_draw leaking cairo_pattern_t
1622
1623* Translation updates:
1624 Croatian
1625 Czech
1626 Friulian
1627 Indonesian
1628 Punjabi
1629 Slovenian
1630 Spanish
1631
1632
1633Overview of Changes in GTK+ 3.91.1
1634==================================
1635
1636* Redo event delivery and focus handling and grabs, and stop using
1637  subwindows for widgets. API changes due to this include:
1638  - a new GtkWidget::pick vfunc
1639  - drop event mask apis
1640  - drop windows from gestures
1641
1642* The prelight state is now automatically set on widgets
1643
1644* New widget: GtkCenterBox. This widget provides the center child
1645  functionality that used to be part of GtkBox
1646
1647* Wayland
1648 - Improve the key repeat implementation
1649 - Set vid/pid on tablet devices
1650
1651* OS X:
1652 - Add native file chooser support
1653
1654* Bugs fixed:
1655 745289 wayland: do not use g_error() on connection errors
1656 759308 Instant apply in printing dialog (number of copies)
1657 766517 GtkAboutDialog should use https:// license URLs
1658 770513 MainToolbar in full-screen mode has rounded corners, which show video pix...
1659 772281 Quartz backend: gtk_clipboard_get_selection not implemented
1660 773299 Ensure GTK+-4.x builds and works on Windows (MSVC in particular)
1661 775636 "New folder" creation popover warnings about trailing spaces flashes in...
1662 781285 Key repeat cancel under Wayland should depend on which key is repeating
1663 781583 gtk_image_new_from_resource does not work
1664 781935 Add nullable return annotation to gtk_notebook_get_tab_label
1665 781945 SIGSEGV dragging window on Wayland when toplevel window set_transient_for...
1666 782040 Wacom pen calibration application responds to mouse input
1667 782283 Wayland: Crash when dismissing a menu when a tooltip is visible
1668 783047 Many apps crash in gdk_event_source_prepare when logging out of GNOME
1669 783347 gtkfilechoosernativewin32: Fix support for non-ASCII paths
1670 783397 Remove unused code in gtktextdisplay.c
1671 783445 Incomplete documentation of gtk_widget_insert_after/before()
1672 783587 Crash when NULL is passed to GtkActionHelper to unset action-name
1673 784323 Quartz backend: gtk_clipboard_get_default not implemented
1674 784723 macOS: native file chooser dialog
1675 784888 gtkapplication: Mark gtk_application_get_active_window() as nullable
1676
1677* Translation updates:
1678 Catalan
1679 Czech
1680 Friulian
1681 Hebrew
1682 Kazakh
1683 Norwegian bokmål
1684 Spanish
1685
1686
1687Overview of Changes in GTK+ 3.91.0
1688==================================
1689
1690* Initial support for OS X has been merged
1691
1692* Initial support for building with meson has been added
1693
1694* New API:
1695 - gtk_widget_insert_before/after
1696
1697* Removed API:
1698 - GtkBox has lost its expand and fill child properties, use
1699   the general align property for it
1700 - GtkLabel has lost its angle property, it will be replaced by general
1701   widget transformation support in the future
1702 - GtkWindow has lost its hide-titlebar-when-maximized property
1703 - GtkBox has lost its center child support
1704 - The compat keysym definitions have been removed
1705
1706* Bugs fixed:
1707 769881 Preliminary Meson build files
1708 771269 Open in new tab / window doesn't work on unmounted file systems
1709 778301 GtkTooltip doesn't clear source ID in all circumstances
1710 778853 propagate-natural-width/height request too much with !overlay-scrolling...
1711 779078 Adwaita: last treeview header button adds border on hover
1712 779184 Gtk+4 (3.89.4) with Quartz backend: all apps segfault
1713 780041 Optionally depend on sassc to generate the theme CSS
1714 780301 wayland: Fix harmless clang warnings
1715 780734 flowbox: don’t try to focus or draw NULL widgets
1716 780878 docs: Point links to correct versions
1717 780944 Please add a specific CSS class for appmenu button in GtkHeaderBar
1718 781162 Make GtkPlacesView monitor network
1719 781195 Fix testsuite for GtkPlacesView
1720 781214 define entry-tag in Adwaita.
1721 781422 translate_wm_button_layout_to_gtk() is licensed under the GPL
1722 781622 gtkplacesview.ui: Update helper label to include IPv6 addresses
1723 781737 Drag icon is always postioned in the top left corner
1724 781767 Wayland: increase key delivery verbosity
1725 781992 GtkMenuButton with no popover retains prelight state when no longer sel...
1726 782109 wayland: memory leak when exporting handle
1727 782202 linkbutton: Fix memory leak
1728
1729* Translation updates:
1730 Croatian
1731 Greek
1732 Hungarian
1733 Indonesian
1734 Polish
1735 Russian
1736 Slovenian
1737
1738
1739Overview of Changes in GTK+ 3.90.0
1740==================================
1741
1742* Allow a custom renderer for the inspector, by setting GTK_INSPECTOR_RENDERER
1743
1744* Move more container functionality, such as focus handling, to GtkWidget
1745
1746* Bugs fixed:
1747 686838 gtk_enumerate_printers() hangs
1748 778853 propagate-natural-width/height request too much with !overlay-scrolling...
1749 779081 GtkTextView: expose API to get Pango line direction
1750 780019 gtk+3 3.22.10 does not compile on macOS Yosemite
1751 780234 gtk_print_job_set_page_ranges() has unclear ownership transfer
1752 734946 Implement GContentType on OSX
1753 773228 third parameter of gtk_widget_intersect not listed as 'out'
1754 774148 Gtk.Popover misplacement in Wayland
1755 780735 flowbox: don’t select when rubberbanding over nothing
1756        fix flicker caused by buffer age
1757        fix hi-dpi fallback rendering
1758        force window titles to be valid UTF8
1759
1760* Translation updates:
1761 Friulian
1762 German
1763 Indonesian
1764 Latvian
1765 Polish
1766 Russian
1767
1768
1769Overview of Changes in GTK+ 3.89.5
1770==================================
1771
1772* Convert many more widgets to use gtk_widget_measure for size allocation
1773
1774* gtk3-demo: Add an example for touchpad swipe handling
1775
1776* Theme: Improve styling for flow boxes
1777
1778* Quartz:
1779 - Support fullscreen CSD windows
1780 - Implement backdrop
1781 - Implement gdk_window_set_functions
1782
1783* Bugs fixed:
1784 136059 Ctrl-navigation works in opposite direction in right-to-left text
1785 734946 Implement GContentType on OSX
1786 772505 Wayland: menu does not resize after disabling an action
1787 776821 Scale factor not properly propagated upon reparent
1788 778019 Key repeat under wayland behaves differently, making keyboard navigation...
1789 778203 icon shown at top left corner when dnd begins
1790 778534 Widget: Document signal mnemonic-activate
1791 778678 gtkshow: Prefer gtk_show_uri_on_window() which works for sandboxed apps
1792 778726 Use gtk_show_uri_on_window()
1793 778746 Rename popover is sometimes misplaced
1794 779073 style flowbox tiles
1795 779074 style selectionmode checkboxes for flowbox
1796 779147 Inspector: Use Title Case for labels & menu items
1797 779317 gtk_pad_controllerpad_set_action issue with incorrect assert
1798 779374 Unprovoked key repeat in gnome-terminal after in 3.22.9
1799 779383 quartz: Let CSD windows be fullscreen
1800 779392 Implement backdrop for Quartz
1801
1802* Translation updates:
1803 Basque
1804 Brazilian Portuguese
1805 Catalan
1806 Chinese
1807 Chinese (Taiwan)
1808 Czech
1809 Danish
1810 Finnish
1811 French
1812 Friulian
1813 Galician
1814 German
1815 Hungarian
1816 Icelandic
1817 Indonesian
1818 Italian
1819 Kazakh
1820 Korean
1821 Lithuanian
1822 Norwegian bokmål
1823 Polish
1824 Scottish Gaelic
1825 Serbian
1826 Slovak
1827 Spanish
1828 Swedish
1829
1830
1831Overview of Changes in GTK+ 3.89.4
1832==================================
1833
1834* API changes
1835 - gtk_init and other init functions no longer take commandline arguments
1836 - Functions that are only useful with commandline arguments have been dropped
1837 - Widgets, except for toplevels, are now visible by default
1838 - Style properties are no longer supported
1839
1840* Vulkan rendrerer
1841 - Implement more clipping
1842
1843* CSS
1844 - Specifying px for pixels is now required
1845
1846* Bugs fixed:
1847 358970 gtk_scale_set_digits does not cause value to be rounded if draw-value...
1848 770112 The documented <alt>left shortcut doesn’t work on Wayland
1849 773299 Ensure GTK+-4.x builds and works on Windows (MSVC in particular)
1850 773686 Software when launched shows in dash with wrong icon, name and menu
1851 775864 getting-started: typo tie->the
1852 776225 [wayland] dropdown placed somewhere in the screen
1853 777363 wayland: avoid an unnecessary g_list_length call
1854 777547 Notebook arrow icon wrong color after closing final tab
1855 778009 menu drawn on top of menubar in Fedora
1856
1857* Translation updates:
1858 Finnish
1859 Galician
1860 German
1861 Icelandic
1862 Kazakh
1863 Polish
1864 Simplified Chinese
1865 Slovak
1866 Spanish
1867
1868
1869Overview of Changes in GTK+ 3.89.3
1870==================================
1871
1872* GtkWidget now has API to navigate child widgets:
1873  - gtk_widget_get_{first,last}_child and gtk_widget_get_{prev,next}_sibling
1874  - A number of non-container widgets have been converted to use
1875    child widgets internally: GtkSwitch, GtkSpinButton, GtkActionBar
1876
1877* GtkAboutDialog can show a 'System' tab
1878
1879* GTK+ CSS now supports the filter: property and a -gtk-icon-filter
1880  function that replaces and generalizes -gtk-icon-effect
1881
1882* GtkInspector can now save render nodes for testing and debugging
1883
1884* More tests for render nodes have been added
1885
1886* GtkTreeView and cell renderers have been more completely converted to
1887  the snapshot() api
1888
1889* More widgets have been converted to snapshot(): GtkCalendar, GtkColorPlane
1890
1891* Vulkan renderer:
1892 - Combine draw calls when possible
1893 - Handle (some) clipping on the GPU
1894 - Handle linear gradients
1895 - Handle opacity
1896 - Support color transformations
1897 - Handle borders
1898
1899* Wayland
1900 - Support the Vulkan renderer
1901
1902* X11
1903 - Call XInitThreads(), since this is needed with Mesa Vulkan drivers
1904
1905* Mir
1906 - Implement window properties
1907 - Track the focus window
1908 - Connect to content-hub and use it for copy/paste
1909 - Support modal windows
1910
1911* Bug fixes:
1912 775732 mir: clipboard support missing
1913 775846 gdk/wayland: Add support for the gtk-enable-primary-paste gsetting
1914 776524 GtkAboutDialog: Fix formatting of example email address in html documentation
1915 776560 icon-browser: window opens at very narrow size, only showing 1 column of icons
1916 776604 about dialog: Add a "system" tab
1917 776627 Correct PostScript capitalization
1918 776807 GtkInspector doesn't show up when Gtk is initialized through option group
1919 776868 Improve the documentation of GtkEntry:attributes
1920 777176 [wayland] gedit killed by protocol error "Invalid anchor rectangle size"
1921
1922* Translation updates:
1923 Brazilian Portuguese
1924 Catalan
1925 Czech
1926 German
1927 Hungarian
1928 Norwegian bokmål
1929 Russian
1930 Spanish
1931
1932
1933Overview of Changes in GTK+ 3.89.2
1934==================================
1935
1936* gtk4-icon-browser works again
1937
1938* gtk-encode symbolic works for icons with names containing dots
1939
1940* GtkFlowBox and GtkListBox have been changed to no longer emit
1941  the ::selected-children-changed signal during destruction
1942
1943* gtk-demo has gained an example for using PangoTabArray with GtkTextView
1944
1945* We now support CSS border-spacing in GtkGrid, GtkBox and in gadgets
1946
1947* The rendering in GDK and GSK has been further refactored. We now
1948  only draw toplevel windows, and we always redraw the whole window.
1949
1950* A Vulkan implementation has been added in parallel to the GL one
1951
1952* Dropped APIs:
1953 gdk_window_process_updates
1954 gdk_window_process_all_updates
1955 gdk_window_reparent
1956 support for native and foreign subwindows
1957 gsk_render_node_{append/prepend/insert} variations
1958 gsk_render_node_make_immutable
1959 gtk_cairo_should_draw_window
1960 gtk_snapshot_append
1961 GtkJunctionSides
1962
1963* New APIs:
1964 gdk_rgba_is_clear
1965 gdk_rgba_is_opaque
1966 GdkDrawContext: A base class for vulkan and gl contexts
1967 Render node subclasses
1968 GskRoundedRect
1969 gtk_container_snapshot_child
1970
1971* The GSK_USE_SOFTWARE environment variable has been generalized as GSK_RENDERER.
1972  Use GSK_RENDERER=help to learn about possible values. Other environment variables
1973  that have gained new possible values in clude GSK_DEBUG=vulkan and GTK_DEBUG=snapshot.
1974
1975* Bugs fixed
1976 749012 GtkStack: Don't emit notify::visible-child during destruction
1977 771242 opening menu for certain types of GtkComboBox causes Gdk-CRITICAL assertion...
1978 772371 Take advantage of Unicode
1979 773299 Ensure GTK+-4.x builds and works on Windows (MSVC in particular)
1980 774265 No tilt for wintab devices
1981 774534 input shape and opaque region not applied without begin_paint()/end_paint()
1982 774686 GtkMenu does not unref all GtkCheckMenuItem it creates
1983 774695 GtkProgressbar needs full and empty classes
1984 774743 GtkNotebook does not unref all GtkBuiltinIcon it creates
1985 774760 inspector: ensure controller is a GtkGesture
1986 774784 Failed to get desktop session proxy is not an error!
1987 774790 GtkTextHandle does not unref all GtkAdjustment it references
1988 774893 Application font sizes scaling gets clamped to 1.00 when starting GtkInspector
1989 774915 Destroying the parent of a subsurface causes _gdk_window_destroy_hierarchy: ...
1990 774917 child subsurfaces need to be placed relative to their parent
1991 774939 GtkLabelAccessible: Initialize link before setting parent
1992 775038 Build: Add wayland to GSKs dependencies
1993 775212 GtkScaleButton does not unref all GtkAdjustment it references
1994 775316 gtk_drag_source_set_icon_pixbuf references the pixbuf received once too much
1995 775319 gdk_window_get_toplevel() fails to return the toplevel of a child subsurface
1996 775410 gsk/Makefile.am runs g-ir-scanner before libgsk-4.la is linked
1997 775525 gtk_flow_box_get_child_at_index shouldn't crash with an invalid index
1998 775651 GdkX11-4.0.gir, GdkWin32-4.0.gir, and Gsk-4.0.gir are generated before Gdk-4...
1999 776132 Mention the difference between gdk_window_create_similar_image_surface and c...
2000 776187 flowbox: Add gtk_flow_box_get_child_at_pos to gtk3
2001 776306 flowbox: Sometimes emits child-activated during rubberband selection
2002
2003* Translation updates
2004 Czech
2005 German
2006 Hungarian
2007 Italian
2008 Kazakh
2009 Russian
2010 Spanish
2011
2012
2013Overview of Changes in GTK+ 3.89.1
2014==================================
2015
2016This release marks the first snapshot of development leading to GTK+ 4,
2017it is unstable and expected to change drastically.
2018
2019Do not use it in production.
2020
2021GTK+ 3.89 is parallel-installable with the stable GTK+ 3.22.x releases.
2022
2023The API documentation contains an initial migration guide for porting
2024from GTK+ 3 to GTK+ 4.
2025
2026Detailed changes:
2027
2028* GSK has been integrated. Widgets are now rendered into
2029  GskRenderNodes, which then get drawn using GL
2030
2031* GTK+ now installs a single shared library, libgtk.so, which includes
2032  GDK and GSK as well
2033
2034* All installed binaries now use a consistent gtk4- prefix to avoid conflicts
2035
2036* Dropped APIs:
2037  - all APIs that have been deprecated in GTK+ 3
2038  - (almost) all widget style properties
2039  - offscreen windows
2040  - -gtk-gradient in CSS
2041  - gdk_pixbuf_get_from_window and gdk_cairo_set_source_window
2042
2043* Changed APIs:
2044 - GtkCssProvider load functions lost their GError argument
2045
2046* New APIs:
2047 - GMenu items can now have a text-direction attribute
2048 - GtkShortcutsShortcut supports single-finger swipe gestures
2049 - gdk_display_is_rgba and gdk_display_is_composited
2050 - New GtkButton API to construct image buttons:
2051     gtk_button_new_from_icon_name
2052     gtk_button_set_icon_name
2053 - New GdkWindow constructors replacing gdk_window_new:
2054     gdk_window_new_toplevel
2055     gdk_window_new_popup
2056     gdk_window_new_temp
2057     gdk_window_new_child
2058     gdk_window_new_input
2059     gdk_wayland_window_new_subsurface
2060 - gtk_widget_measure replaces gtk_widget_get_preferred_...
2061 - gtk_widget_snapshot replaces gtk_widget_render
2062 - gtk_drawing_area_set_draw_func replaces the ::draw signal
2063
2064* New examples in gtk4-demo:
2065 - Gestures
2066 - Fishbowl
2067
2068* GtkInspector now has a frame recorder which shows detailed information
2069  about the widget to render node conversion
2070
2071* Hi-DPI is now supported with the Windows backend
2072
2073* gtk-builder-tool can now replace the input file
2074
2075* Bugs fixed:
2076 756570 gtkplacesview no longer provides guidance on address formats
2077 767713 Fullscreen in wayland is buggy
2078 768531 wayland: Startup notification doesn't work on some apps (eg. gnome-terminal)...
2079 771205 Buttons with circular style class have a suddenly clipped shadow at the bottom
2080 771320 [Wayland] Maps widget is displayed at wrong position inside gnome-contacts
2081 771694 GtkSourceView completion popup window not shown, no grabbed seat found
2082 772075 GTK+ uses a lot more CPU under Wayland than under X11
2083 772345 placesviewrow: busy_spinner when visible offsets the rest of the widgets on the row
2084 772348 placesviewrow: busy_spinner when visible offsets the rest of the widgets on the row
2085 772683 Usage of FALSE instead of gint in glarea demo
2086 772695 Show the keyboard shortcuts from left to right even in RTL
2087 772770 [GtkShortcutsWindow] Support for single-finger swipe gestures
2088 772859 Fix memory leaks in implementations of common widgets
2089 772922 GtkMenu: Try using gdk_window_move_to_rect() more often
2090 772926 shortcutswindow: working version of set_section_name()
2091 773007 GtkFilechooser gives completion for non-matching extensions
2092 773082 overlay: Document availability of properties
2093 773113 tests: fix clipboard test by loading correct icon
2094 773180 Don't second-guess whether our GDK GL context is GLES
2095 773246 Typo in css color definitions documentation
2096 773299 Ensure GTK+-4.x builds and works on Windows (MSVC in particular)
2097 773474 Color chooser dialog opened with show-editor=TRUE has black header bar
2098 773587 recent-manager: Add a limit to the list's size
2099 773799 GtkLevelBar doesn't update blocks on discrete mode
2100 773857 gdkwindow-x11: Add support for gdk_window_fullscreen_on_monitor
2101 773885 pop down GtkPopover on pressing escape
2102 773903 Gtk+4: gtk.h and gtktextiter.h include private gtktextattributes.h
2103 773916 GtkComposeTable caches broken: using a same ~/.XCompose does not work twice in a row
2104 773954 gtkstylecontext: Clarify memory allocation behaviour of getters
2105 773979 GdkGLContext does not chain finalize handler
2106 774046 GtkSpinButton does not always unref priv->{up,down}_button
2107 774066 GtkHeaderBar does not unref all GtkBox and GtkSeparator it creates
2108 774097 GtkPrintOperation should not truncate job names
2109 774114 Window shadows are repainted even if only the contents of the window change
2110 774185 GtkPlacesSidebar does not unref itsel as many times as it references
2111 774347 Fails to build: unknown type name GdkColor
2112 774352 GtkAppChooserWidget does not unref all GAppInfo it references
2113 774475 wayland: gtk+ prevents using subsurfaces if the parent is not root
2114 774476 surfaces with no outputs get scale factor reset
2115 774490 Deprecated example for modify color or font
2116 774609 small fix to foreign drawing spinbutton demo
2117 774614 Wrong #include in Print docs
2118 774634 GtkPlacesView does not unref all GDaemonFileEnumerator it references
2119 774695 GtkProgressbar needs full and empty classes
2120 774699 wintab: list iteration regression causes odd-indexed devices to be ignored during...
2121
2122* Translation updates
2123 Brazilian Portuguese
2124 Catalan
2125 Czech
2126 Danish
2127 French
2128 German
2129 Greek
2130 Hungarian
2131 Kazakh
2132 Lithuanian
2133 Polish
2134
2135
2136=======================================================================
2137
2138
2139Overview of Changes in GTK+ 3.22.1
2140==================================
2141
2142* Reduce runtime warnings
2143
2144* Bug fixes:
2145 765649 icons missing in file chooser (errors on console)
2146 769500 adwaita: GtkWidget:sensitive animation should not cause "On" ...
2147 769554 [Mir] Touchpad scrolling not as smooth as it should be
2148 770388 GtkTreeView: attempt to underallocate GtkTreeView's child Gtk...
2149 771516 wayland: Only 'moved-to-rect' if move_to_rect() was used
2150 771553 Shrinking window generates a black patch when gl is used
2151 771666 sftp:// property not set for translation in 3.21.92
2152 771812 Crash when reparenting a popover with a non-null parent_scrol...
2153 771826 Some missing nullable annotation
2154 771915 [Wayland]: Totem window misplaced after a state change
2155 771959 gtk_init_with_args fails when no display is found / does not ...
2156 771963 GtkPaned warning in gtk_paned_realize
2157 772057 Fix wrong URL copy/paste (patch)
2158 772215 icon-theme: Fix leaks on error
2159
2160* Translation updates:
2161 Arabic
2162 Basque
2163 Brazilian Portuguese
2164 Croatian
2165 Czech
2166 French
2167 German
2168 Hebrew
2169 Hungarian
2170 Kazakh
2171 Korean
2172 Polish
2173 Slovak
2174 Swedish
2175
2176
2177Overview of Changes in GTK+ 3.22.0
2178==================================
2179
2180* Reduce some noisy warnings
2181
2182* Improve positioning and sizing of popups on Wayland
2183
2184* Update Adwaita assets
2185
2186* Bugs fixed:
2187 602773 GdkEventKey.is_modifier is 0 for Shift, Ctrl, Alt keys
2188 771117 gtk3 3.21.5 broke displaying drop-down lists, need to scrol...
2189 771349 gdk_screen_get_monitor_scale_factor on X11 always returns 1...
2190 771568 Holding down a modifier key results in 100% cpu usage
2191 771561 Epiphany application mode on Wayland broken with WebKit...
2192
2193* Translation updates:
2194 Brazilian Portuguese
2195 British English
2196 Catalan
2197 Danish
2198 French
2199 Galician
2200 Greek
2201 Kazakh
2202 Persian
2203 Slovak
2204 Spanish
2205 Swedish
2206 Ukrainian
2207
2208
2209Overview of Changes in GTK+ 3.21.6
2210==================================
2211
2212* GtkScrolledWindow sizing behavior has been changed back to the
2213  previous behavior, with new API to change it
2214
2215* Some GtkPopover size allocation problems have been fixed
2216
2217* Wayland:
2218 - We require xdg-shell version 6 now
2219
2220* Bugs fixed:
2221 764979 Connect to server is unusable after cancelling a password dialog
2222 766569 Better size requisition for GTK_SCROLL_NATURAL children
2223 767391 cross-fade() not cross-fading
2224 769498 Scrollbars are broken
2225 770278 modernize example applications
2226 770508 Recent change in GtkTreeView::grab_focus_and_unset_draw_keyfocus()...
2227 770614 GtkScale in HighContrast theme with value = 0: WARNING: allocates ...
2228 770624 Fix typos
2229 770703 Fix crash when using page-down on GtkListBox
2230 770745 wayland: Warn when an application tries to map popup incorrectly
2231 770849 GtkLabel with padding brokenness
2232 770906 Wayland: Unmapping a toplevel from a menu/popup can lead to a prot...
2233 771033 GtkStatusIcon cannot show activate menu in VirtualBox since 3.21.2
2234
2235* Translation updates:
2236 Brazilian Portuguese
2237 British English
2238 Czech
2239 Danish
2240 Finnish
2241 French
2242 Galician
2243 German
2244 Hebrew
2245 Hungarian
2246 Kazakh
2247 Korean
2248 Latvian
2249 Lithuanian
2250 Persian
2251 Polish
2252 Portuguese
2253 Russian
2254 Scottish Gaelic
2255 Serbian
2256 Slovak
2257 Swedish
2258
2259
2260Overview of Changes in GTK+ 3.21.5
2261==================================
2262
2263* Make GtkShortcutLabel public
2264
2265* Add an API to obtain window IDs for sharing
2266
2267* Add explicit API to show/hide popovers with animation
2268
2269* Wayland:
2270 - Switch to xdg-shell v6
2271 - Use tablet pad protocol to support Wacom tablets fully
2272 - Use the xdg_foreign protocol to export window handles
2273 - Improve menu positioning
2274 - Improve handling of tiled window state
2275
2276* Add GtkPadController to bind GActions to tablet pad events
2277
2278* Bugs fixed:
2279 569581 Using the US-Intl keyboard layout causes unexpected character comb...
2280 712760 Clang static analysis fixes
2281 755947 wayland: gnome-terminal does not fill entire area when tiled
2282 756579 GTK should let GDK position menus
2283 762260 Check boxes and radio buttons animate when inside a popover that i...
2284 764413 Wayland: not fullscreenable gtk+ apps can be fullscreened
2285 768017 Wayland: menus opened from access keys (mnemonic menu items) hide ...
2286 768081 Enable HiDPI support for GDK-Win32
2287 768138 Update the GDK-Mir backend to fix a few problems
2288 768722 Keyboard shortcuts for russian characters doesn't work
2289 768902 Font too small when using gtk_widget_override_font()
2290 768930 reftests: override GSETTINGS_SCHEMA_DIR when running tests
2291 768999 Floating point exception (division by zero) when running under Xvfb
2292 769003 Adwaita: GtkCalendar uses a confusing style for week of year
2293 769004 ss test suite failures in 3.21.4
2294 769047 GtkWidget <-> GtkStyleContext API not clear
2295 769126 Can't type astral plane characters into a GtkEntry using the Windo...
2296 769162 GtkTable: compute_expand buggy
2297 769205 Expose GtkShortcutLabel as a public widget
2298 769236 demos: Fix build failure
2299 769287 GtkMenuToolButton:show-menu is emitted twice and breaks dynamic menus
2300 769402 regression in menu positioning on wayland
2301 769451 Build failure of 3.21 (master) in Debian Unstable since 7-26-2016
2302 769485 Eliminate use of g_test_expect_message()
2303 769568 Modification date display incorrectly wraps calendar days (and is ...
2304 769601 Dead link in faq on gtk-question-index.html
2305 769603 gtk+-3.20.8: underlink issue with ld.gold - build fails: ./.libs/l...
2306 769706 Add show/hide API to GtkPopover
2307 769937 wayland: Port backend to use xdg-shell unstable v6
2308 770026 review comments for wip/wayland-tablet-v2
2309 770166 Can GtkButtons of arbitrary size be circular? The style class only...
2310 770236 gtkbindings: Add an example for gtk_binding_entry_add_signal()
2311 770242 gtkbindings: Clarify that widgets need has-focus for bindings to work
2312 770332 Notebook arrow icon wrong color after creating new tab
2313 770374 Gtk Treeview Editable overshoots column width when column width is...
2314 769788 Fix stacking order of flatpak portals on Wayland
2315 770458 GtkAboutDialog issue with long credit lists and GtkScrolledWindow
2316 770550 gtkplacessidebar: fix signal marshal
2317 770307 Crash when closing a glade project
2318
2319* Translation updates:
2320 Brazilian Portuguese
2321 Catalan
2322 Czech
2323 French
2324 German
2325 Hebrew
2326 Indonesian
2327 Lithuanian
2328 Polish
2329 Portuguese
2330 Serbian
2331 Slovak
2332 Slovenian
2333 Spanish
2334
2335
2336Overview of Changes in GTK+ 3.21.4
2337==================================
2338
2339* GtkHeaderBar supports expanding children
2340
2341* GtkPrintDialog respects initially set capabilities
2342
2343* GtkApplication supports registering with the Xfce session manager
2344
2345* Keep firefox working after the introduction of GdkDrawingContext
2346
2347* css:
2348 - Support for background-blend-mode has been added
2349
2350* Wayland:
2351 - Fix some interoperability issues in clipboard handling
2352
2353* Sandboxing
2354 - GtkFileChooserNative gained portal support
2355 - GtkPrintOperation gained portal support
2356 - gtk_show_uri gained portal support
2357 - GtkApplication gained portal support for inhibiting
2358
2359* New APIs:
2360 - gtk_show_uri_on_window
2361 - gtk_file_filter_to/from_gvariant
2362 - gtk_file_chooser_add/remove/set/get_choice
2363 - gtk_print_settings_to/from_gvariant
2364 - gtk_paper_size_to/from_gvariant
2365 - gtk_page_setup_to/from_gvariant
2366
2367* Bugs fixed:
2368 693203 GtkApplication does not support Xfce session manager
2369 724332 GtkHeaderBar need to support an expand property
2370 767849 crash in focus handling
2371 767851 Adwaita: popover arrows broken in some orientations
2372 767965 Improve heuristics to detect remote filesystem
2373 768016 [Wayland] Submenus often get closed after ~2 seconds
2374 768025 entry.warning & entry.error broken
2375 768082 wayland: copying from Wayland to NEdit (Xwayland/Motif) doesn't work
2376 768142 Incorrect order of $(LIBS) and $(OBJS) in Makefile.example caused...
2377 768184 headerbar: don't throw a warning if title widget is hidden
2378 768485 Change the priority of the window-close idle to G_PRIORITY_DEFAULT
2379 768499 portal support for gtk+
2380 768546 Wrong documentation for the "move-viewport" signal of GtkTextView
2381 768657 places-view: fix open action for locations without mount or volume
2382 768659 gtk/gtkfilechoosernativeportal.c: Don't use g_autoptr()
2383 768756 GtkFileChooserNativePortal uses incorrect response id
2384
2385* Translation updates:
2386 Chinese (Taiwan)
2387 Hebrew
2388 Indonesian
2389 Portuguese
2390
2391
2392Overview of Changes in GTK+ 3.21.3
2393==================================
2394
2395* GtkStack now has its own accessible implementation which only
2396  shows the currently visible child
2397
2398* The GtkSizeGroup::ignore-hidden property has been documented as
2399  not working.
2400
2401* GDK_SOURCE_TRACKPOINT has been added to the GdkInputSource enumeration
2402  to allow special-casing this kind of input device
2403
2404* Wayland:
2405  - Use separate devices to differentiate between various sources of
2406    scroll events
2407  - Fall back to using shm_open if memfds are unavailable
2408
2409* Styling of text in GtkScale and GtkProgressBar can now be influenced
2410  by the proper CSS nodes
2411
2412* GtkScrolledWindow has new max-content-width/height properties to
2413  control its size
2414
2415* GtkFileChooser search has been fixed to work with trackers FTS5 syntax
2416
2417* Bugs fixed:
2418  79229 GtkScale with a big number of digits and value pos set to...
2419 118959 GtkScale value '-0'
2420 556254 Test properties of type GObject in the 'object' test
2421 578626 Vertical Scale Widget sometimes not allocating enough room...
2422 674215 [patch] regression with updating tooltips
2423 708148 gtk_tree_view_get_path_at_pos mistakenly identifies column...
2424 710471 Make gtk_scrolled_window_remove() smart
2425 742281 GtkScrolledWindow should have max-content-height and max-c...
2426 745622 Selected text not highlighted in GtkInfoBar
2427 751409 gtk_style_context_add_provider() does not propagate to chi...
2428 753202 change cursor for click scrolling
2429 764203 Default background color for the 'textview border' node
2430 765410 Scrollbar does not update since 3.20
2431 765595 Modal popover does not close when focus leaves it
2432 766341 Do not rely on memfd as it requires a fairly recent kernel
2433 766372 Scale omits value in various size calculations, causing in...
2434 766569 Better size requisition for GTK_SCROLL_NATURAL children
2435 766675 Add appropriate frame drawing API to GdkWindow
2436 766860 tiled (snapped, half-maximized) windows in Wayland aren't ...
2437 766878 placesview: Do not mark icon name as translatable
2438 767052 Wayland: Iconifying a modal dialog makes the app unusable
2439 767058 GtkInfoBar: right-click/context menu all white
2440 767093 wayland: Provide information about scroll devices
2441 767100 Add an input source type for trackpoints
2442 767108 Separators not correctly placed in GtkPopover
2443 767238 Fix long standing regression in min-content-width/min-conte...
2444 767241 wayland: Long window titles crash clients
2445 767310 High-contrast theme doesn't show focus rectangle in default...
2446 767312 gtk_widget_path_append_for_widget() misses classes unless g...
2447 767468 Popover over a treeview cellrenderer is hidden immediately ...
2448 767705 GtkActionHelper: Change a message to a warning
2449 767766 CUPS 2.X detected incorrectly by configure
2450 767795 Warning when the "accelerator" property of GtkShortcutsShor...
2451
2452
2453Translation updates:
2454 Thai
2455 Catalan
2456 Occitan
2457 Spanish
2458 Scottish Gaelic
2459 Brazilian Portuguese
2460
2461
2462Overview of Changes in GTK+ 3.21.2
2463==================================
2464
2465* GTK+ is now using upstream gettext instead of the GLib wrappers.
2466  This adds a requirement for the fairly recent gettext 0.19.7 release
2467
2468* GDK has a new GdkMonitor api that offers richer information about
2469  connected outputs
2470
2471* Bugs fixed:
2472 373745 Do not use AM_GLIB_DEFINE_LOCALEDIR(GTK_LOCALEDIR) and use gettext...
2473 682080 Gtk:ERROR:gtktoolbar.c:2271:logical_to_physical: assertion failed:...
2474 747206 gtktextview: note on how to get line spacing between two paragraphs
2475 756570 gtkplacesview no longer provides guidance on address formats
2476 759037 GtkInfoBar: documentation not updated wrt background colors and me...
2477 763852 gdk/wayland: event source is not multi-thread aware
2478 764395 nautilus crashed on double clicking 'other locations'
2479 765471 CellRendererText shows edit entry in a wrong position for small cells
2480 765579 wayland: cache frequently accessed GtkSettings in wayland screen
2481 765676 gtk_paned_set_position doesn't work as advertised
2482 765700 GtkPaned use causes "How does the code know the size to allocate?"
2483 765742 GtkRedioButton and GtkCheckButton doesn't aligned right to left la...
2484 765790 W32: configure does not tell which cairo version to use
2485 765793 configure script failure (cairo_win32_surface_create_with_format i...
2486 765858 file chooser generates a warning about a network path
2487 765907 [Wayland] Reversed scrolling GDK_SCROLL_UP/GDK_SCROLL_DOWN in Wayl...
2488 765922 GtkScale labels extend past edge of widget and overlap neighboring...
2489 765924 Improve external drives detection
2490 765939 [Wayland] very slow scrolling in GtkMenu using the touchpad
2491 765966 settings: fix initial value for gtk-font-name
2492 765973 GtkRevealer need to always send "child-revealed" signal at end of ...
2493 765981 fts warning from tracker when searching for files with "-" in name
2494 766049 wayland: use g_signal_handler_disconnect()
2495 766120 Scale draw_value() align changed from centre/right (H/V) to left, ...
2496 766166 key bindings in gtk.css are ignored
2497 766175 Translation of quotes may misinterpreted by GTK sidebar
2498 766207 Fix build on pre-C99 compilers
2499 766233 Crash when server does not support XI2
2500 766314 Spurious leave-notify event after touch up
2501 766323 GTKPopover gives warnings if visible when reparented
2502 766336 Crash when selecting rows with rubberbanding
2503 766405 Stack shows incorrect frame in widget factory on wayland
2504 766440 Scale slider button has stopped discerning & rendering appropriate...
2505 766442 Broken drag & drop between windows
2506 766458 widget: fix GtkLabelAccessible NULL links.
2507 766530 scrolledwindow: Fix typo in get_preferred_height calculation
2508 766566 Wayland: gdk_screen_get_monitor_at_window() unreliable under Wayland
2509 766569 Better size requisition for GTK_SCROLL_NATURAL children
2510 766642 Switches in HeaderBars Are Badly Integrated
2511 766643 Frozen windows when unmapped with pending configure event
2512 766737 stack: Only map children when necessary
2513 766782 OpenGL in broadway leads to segmentation fault
2514 767848 crash in the window test
2515
2516* Translation updates:
2517 Arabic
2518 Brazilian Portuguese
2519 German
2520 Hungarian
2521 Kazakh
2522 Lithuanian
2523 Norwegian bokmål
2524 Occitan
2525 Portuguese
2526 Scottish Gaelic
2527 Slovak
2528 Spanish
2529 Swedish
2530
2531
2532Overview of Changes in GTK+ 3.21.1
2533==================================
2534
2535* The GNU Affero General Public License has been added to the list of
2536  predefined licenses in GtkAboutDialog
2537
2538* GtkShortcutWindow can now follow changes to accelerators
2539
2540* GdkSeat and GdkDevice gained API for device tools, to support drawing tablets
2541
2542* GtkInspector can now slow down (or speed up) animations. This functionality
2543  is also available via the GTK_SLOWDOWN environment variable
2544
2545* GdkGLContext can now be instructed to use GLES
2546
2547* CSS:
2548 - Inconsistencies in font size handling have been fixed
2549 - The font shorthand is now parsed according to the CSS spec
2550
2551* Windows:
2552 - Clipboard handling has been optimized
2553 - The CSD implementation has been improved
2554
2555* Wayland:
2556 - We print more debug information about pixel formats, outputs, etc
2557 - The unstable tablet protocol is now supported
2558 - Virtual modifier handling has been improved
2559 - Reduce jitter in keyboard repeat
2560 - Fix problems with multiple display connections
2561
2562* Bugs fixed:
2563 573380 gtk_tree_model_iter_parent() fails if the same iterator is used...
2564 620065 Several problems related to recent files
2565 693077 GtkRecentManager doesn't send "changed" when file is deleted
2566 730821 RFE: add gtk_clipboard_get_selection()
2567 743746 Add GLES 2.0 (and/or 3.0) profile
2568 749405 GtkMenuSectionBox doesn't remove submenus when parent item is r...
2569 761651 glade previewer is resizing windows until it crashes gnome-shell
2570 763013 GDK W32: AeroSnap doesn't work on CSD windows
2571 763600 trashmonitor: change trash monitoring process
2572 763627 menu-traditional puts popover beneath the text editor widget
2573 763768 Wrong margin used for the sidebar separator
2574 763783 GDK W32: Erase hidden layered windows before showing them
2575 763850 Add License GTK_LICENSE_AGPL_3_0 to GtkLicense enum
2576 763851 GDK W32: show_window_menu() is not implemented
2577 763907 GDK W32: Clipboard handling is not tight enough
2578 763913 GDK W32: Not all relevant debug info is printed for events
2579 764022 (totem:4131): Gtk-WARNING **: Negative content width -200 (alloc...
2580 764060 opening a second nautilus while a delete operation is in progres...
2581 764170 [HighContrastInverse] “suqqested-action” is white on lightgrey
2582 764174 Configuration dialog is too small
2583 764203 Default background color for the 'textview border' node
2584 764204 Primary and secondary carets/cursors not distinguishable by default
2585 764210 Strange Background Color on Emacs
2586 764261 gtkplacesviewrow: untranslated "%s / %s available"
2587 764321 window: Fix gtk_window_set_geometry_hints documentation
2588 764374 Busy loop while "Displays" page is active
2589 764376 UI glitch when entering keyboard shortcut
2590 764378 gtk3-demo won't run without hicolor-icon-theme
2591 764424 `Super` keybindings trigger without Super, on Wayland
2592 764585 Fix "format not a string literal" errors
2593 764664 Segfault when initializing WINTAB pressure-sensitive tablets (Wa...
2594 764686 build failure after "make distclean"
2595 764710 GtkListBox row CSS nodes do not reflect visual order
2596 764712 Build failure for Quartz backend in master branch due to gtkdnd-...
2597 764835 broadway: fix documentation, correct display port details
2598 764845 GDK: gdk_window_reparent creates circular reference in 'children...
2599 764846 Code improvements in GtkApplication
2600 764863 GtkTrayIcon: fix uninitialised variable
2601 764879 Extract GtkApplicationAccels private class from GtkApplication
2602 764925 Fix trivial typo in GtkWidget
2603 764975 GTKShortcutWindow runtime changes to accelerator not reflected i...
2604 764996 GDK: Incorrect window size when creating window with position sp...
2605 765038 Adwaita & decorations
2606 765065 Wayland: Hover state stuck after mouse leaving the toplevel
2607 765066 GtkColorChooser looks like it can select multiple colors
2608 765100 GDK: gdk_window_reparent does not position/size a reparented win...
2609 765118 W32: gtk-builder-tool botches output encoding
2610 765122 Duplicate/missing string in gtkprintbackendcups
2611 765195 Visual Studio builds: Update how introspection is done
2612 765213 info bars nearly unreadable in backdrop state because of gray fo...
2613 765238 gtktexthandle should avoid connecting to GtkWidget::draw
2614 765259 Save Windows scancode inside GdkEvent
2615 765261 listbox: Page up/Down don't do anything with large rows
2616 765270 wayland: Leave existing mods on map_virtual_modifiers
2617 765284 debug: reduce runtime overhead in debug builds
2618 765486 builtinicon: avoid calculating font-metrics in vast majority of ...
2619 765493 kineticscrolling: avoid stutter at tail of kinetic deceleration
2620 765496 Clean up gtklabel.c a bit
2621 765567 wayland: avoid jitter in keyboard repeat
2622 756570 gtkplacesview no longer provides guidance on address formats
2623 765474 Wayland: Dialogs without transient parent crash the inspector
2624 765565 Wayland: Inspector GtkLabel drag'n'drop crashes client
2625 765576 gtk+ leaks and hangs
2626 765577 gdk/dnd: Add missing signal parameter documentation
2627 765632 typo in GTK_STYLE_CLASS_LIST_ROW docs
2628 765640 pixelcache: reuse existing timeout source when possible
2629 765644 Widget sizing problems with GtkProgressBar
2630
2631* Translation updates:
2632 Bulgarian
2633 Catalan
2634 Esperanto
2635 German
2636 Greek
2637 Hungarian
2638 Italian
2639 Lithuanian
2640 Persian
2641 Polish
2642 Scottish Gaelic
2643 Spanish
2644 Thai
2645 Traditional Chinese
2646
2647
2648Overview of Changes in GTK+ 3.20.1
2649==================================
2650
2651* Active GtkSwitch widgets now use the :checked state, to match GtkToggleButton
2652
2653* Bugs fixed:
2654 641354 Look for themes in XDG folders
2655 763350 drawing performance worse than X
2656 763604 The search button of a GtkShortcutsWindow should have the image-button...
2657 763659 DND Drop on root with Pixbuf leaves image behind
2658 763731 Return GTK_PRINT_OPERATION_RESULT_ERROR even if error == NULL
2659 763741 Wavy/squiggly underline not properly removed
2660 763758 Do not use fixed values for widgets size in foreign drawing demo
2661 763779 [PATCH] quartz: fix pixelated image surfaces in retina/hidpi mode
2662 763802 [HighContrastInverse] the “ON” text of a GtkSwitch should be black (on...
2663 763804 [HighContrastInverse] menuitem:hover colors
2664 763808 .dnd styleclass still used
2665 763859 gdkdevice-wayland.c cleanups
2666 763900 stack: fix warnings during GtkStack size_allocate
2667 764118 Glitches in menu scroll arrow rendering
2668
2669* Translation updates:
2670 Basque
2671 Bulgarian
2672 Danish
2673 Galician
2674 Greek
2675 Russian
2676 Slovak
2677 Slovenian
2678 Spanish
2679 Swedish
2680
2681
2682Overview of Changes in GTK+ 3.20.0
2683==================================
2684
2685* Themes:
2686 - The HighContrast theme has been brought back up to par with Adwaita
2687 - Adwaita has received detail fixes for many widgets
2688 - Adwaita now transitions to backdrop
2689
2690* Some recently publicized static analysis findings have been fixed
2691
2692* Bugs fixed:
2693 746490 [HighContrast] insensitive ToggleButtons are rendered similarly ac...
2694 763609 [HighContrast] model-generated menu-like popovers are unthemed
2695 763610 [HighContrast] GtkSearchEntry’s “search” icon needs left&right pad...
2696 763612 [HighContrast] “:selected .circular” should be visible
2697 763613 [HighContrast] GtkScale is unreadable
2698 763696 [HighContrast] spinbuttons broken
2699 763706 [HighContrast] linked horizontal dropboxes broken
2700 763707 [HighContrast] active and hover states for radios and checkboxes b...
2701 763774 [HighContrast] GtkPlacesSidebar row need more top&bottom padding
2702 763775 [HighContrast] the “enter server adress” entry in GtkPlacesView ha...
2703 763777 [HighContrast] GtkMenuBar needs a bottom box-shadow
2704 763781 [HighContrast] .app-notification border { border:none; }
2705 763797 [HighContrast] scrollbars invisible (whity on white)
2706 763823 [HighContrast] dnd on a vertical spinbutton does a weird resizing
2707 763846 [HighContrast] spinbuttons in osd look bad
2708 763955 treeview: inline editing shows old text as background
2709 763796 excessive Gtk-WARNING **: State 0 for EMailShellSidebar doesn't ma...
2710 763835 W32: Layered windows don't become minimized
2711 763749 Nautilus desktop window is too small with gtk 3.19
2712
2713* Translation updates
2714 Brazilian Portuguese
2715 Czech
2716 Danish
2717 Finnish
2718 Hungarian
2719 Italian
2720 Kazakh
2721 Korean
2722 Latvian
2723 Serbian
2724 Serbian Latin
2725 Swedish
2726 Ukrainian
2727
2728
2729Overview of Changes in GTK+ 3.19.12
2730===================================
2731
2732* GTK+ now respects default size even for windows that are not resizable
2733
2734* GtkScale and GtkScrollbar have received multiple fixes for fallout from
2735  the gadget port
2736
2737* GtkStackSwitcher will now switch pages when hovered during drag-and-drop
2738
2739* Inspector:
2740 - The per-object CSS editor has been dropped; the global one is sufficient
2741 - The sidebar has been replaced by a combo box
2742 - Add a Show Layout option to the Visual tab
2743 - CSS node tree and style properties are now on the same page
2744 - The frame clock is shown in the Miscellaneous page
2745 - Isolate the inspector from visual debugging effects
2746 - Numerous smaller UI improvements
2747
2748* Themes:
2749 - Windows theme: handle spin buttons and switches
2750 - Adwaita: Fixes for scales, combo boxes, info bars, action bars, radio and
2751   check buttons, side bars, etc
2752 - Adwaita has gained a new style of drop target highlighting
2753
2754* Wayland:
2755 - Synchronize key repeat with server
2756 - Add a bell request to gtk_shell and use it to implement gdk_window_beep
2757 - Add a focus request to gtk_shell and use it to implement gtk_window_present
2758 - Dropping tabs to create new windows is now supported
2759
2760* Windows:
2761 - Use a custom drag-resize implementation
2762 - Use layered windows
2763 - Provide workarea information
2764
2765* OS X:
2766 - Native zoom and rotate gestures are now supported
2767
2768* Bug fixes:
2769 583780 gtk_toggle_button_set_mode() documentation should suggest when it is...
2770 699891 Support for Primary keybinding in builder XML
2771 720950 Default double-click interval should be increased
2772 748872 W32: Use layered windows
2773 756450 GTK file chooser completion dropdown sets cursor in wrong position
2774 757942 Input event (e. g. typing on keyboard) is sent repeatedly during hig...
2775 759899 W32: CSD is not enabled by default
2776 760276 Quartz does not support GtkGesture Zoom and Rotate (NSEventTypeMagni...
2777 761629 W32: WM window drag-resizing code does not work well with GTK
2778 762397 GtkToolButton needs left & right padding and margin
2779 762811 Adwaita: nonsquare image buttons
2780 762820 Remove "core_pointer" from the GdkDisplay struct
2781 762891 gdk: remove the display->list_devices vfunc
2782 762902 GDK W32: Newly-opened windows (such as popups) have unthemed cursor
2783 762907 gnome-shell crashes after undocking
2784 762945 Wrong allignemet in some places
2785 762974 GtkWindow: gtk_window_set_default_size() does not work with fixed si...
2786 762996 Revealer doesn't reveal the entire width of a ListBox that has Revea...
2787 763001 implement beeping
2788 763012 GDK W32: No gdk_win32_screen_get_monitor_workarea()
2789 763017 tooltip text is not shown
2790 763023 Segfault in init_randr15()
2791 763080 Layered Window crashes GDKGLWin32
2792 763103 gtk-launch: add hack to close up dbus-daemon race
2793 763216 GtkTextView's top-margin/bottom-margin don't work with non-scrolling...
2794 763285 gdkwindow/Win32: Make update_style_bits() available across the GDK-W...
2795 763287 GDK-Win32: GL area does not redraw on resize
2796 763298 wayland: connection flooded when dragging
2797 763351 [wayland] high cpu usage on open popover
2798 763380 colorscale input popup difficult to use with a pointer
2799 763387 Make window creation hooks in tab DnD work on wayland
2800 763628 W32: Shortcuts window is gtk3-demo misplaced on multidisplay desktop
2801 763650 window: stop stomping on resize-mode set by external API
2802
2803* Translation updates:
2804 Brazilian Portuguese
2805 Catalan
2806 Czech
2807 Finnish
2808 French
2809 Galician
2810 German
2811 Greek
2812 Hebrew
2813 Hungarian
2814 Japanese
2815 Kazakh
2816 Korean
2817 Lithuanian
2818 Polish
2819 Russian
2820 Serbian
2821 Slovak
2822 Slovenian
2823 Spanish
2824 Swedish
2825
2826
2827Overview of Changes in GTK+ 3.19.11
2828===================================
2829
2830* GtkRange, GtkScale and GtkScrollbar have been ported to use gadgets
2831
2832* Themes:
2833 - Windows theme improvements
2834
2835* Inspector:
2836 - Show input device information
2837 - Update monitor information when it changes
2838
2839* Wayland:
2840 - Implement primary selection (using a private protocol
2841   with mutter for now)
2842
2843* Bugs fixed:
2844 756751 Keypad decimal point patch prevents entry of comma in german keypad...
2845 760482 GtkFrame cuts off bottom 2 pixels of child
2846 761767 gcc6: Don't return bool from a const gchar* function
2847 762123 Frame Layouting issue in Quadrapassel
2848 762561 Implement primary selection protocol
2849 762593 Solid separator in gnome-tweak-tool header bar
2850 762614 Commit 51af704 gadget: Be careful in geometry calculations breaks v...
2851 762629 GDK W32: Wrong MINMAXINFO calculation
2852 762677 gtkplacessidebar: avoid irresponsible UI while trashing
2853 762713 [Wayland] GDK doesn't remember unmaximized or unfullscreen size
2854 762720 Moving Epiphany tabs with keyboard shortcuts visually broken
2855 762755 Epiphany, Eye of GNOME crash when run in gdkwindow-wayland.c buffer...
2856 762820 Remove "core_pointer" from the GdkDisplay struct
2857 762887 yelp crashes most of the time on startup with gtk+ 3.19.10
2858 762891 gdk: remove the display->list_devices vfunc
2859 761156 Setting a popover 'relative_to' a widget on an offscreen window cra...
2860 761686 GtkTreeView theming problems
2861 762468 wayland: Switching between fullscreen and unfullscreen too fast may...
2862
2863* Translation updates:
2864 Brazilian Portuguese
2865 Catalan
2866 French
2867 Galician
2868 Hungarian
2869 Occitan
2870 Polish
2871 Swedish
2872
2873
2874Overview of Changes in GTK+ 3.19.10
2875===================================
2876
2877* GTK+ will now list included backends when seeing the
2878  environment variable GDK_BACKEND=help
2879
2880* Themes
2881 - Windows theme improvements
2882 - Adwaita cleanups
2883
2884* Wayland
2885 - Implement startup notification
2886
2887* Bugs fixed:
2888 309300 Adjust the key binding for setting the spin box's value to the min...
2889 723659 touchpad: please do not interpret tap and click as double-click
2890 754743 Middle click on "Other Locations" doesn't open a new tab
2891 756659 Nautilus's Connect to server wont honor remote path
2892 760714 GtkWindow: CSS node documentation is not clear
2893 761431 Document overlay help action name
2894 761432 Document that GtkApplication loads menus from gtk/menus-common.ui
2895 761760 Welcome graphic and heading is misaligned
2896 762258 wayland: gtk3 apps segfault with plasma-wayland/kwin_wayland
2897 762315 Assistant pages have no padding which looks weird
2898 762319 issues with randr 1.5
2899 762392 gtk_drag_source_set_icon_name with empty string puts widget in bad...
2900
2901* Translation updates:
2902 Brazilian Portuguese
2903 Catalan
2904 Chinese (Taiwan)
2905 Galician
2906 German
2907 Polish
2908 Punjabi
2909 Serbian
2910 Slovak
2911 Spanish
2912 Swedish
2913 Thai
2914
2915
2916Overview of Changes in GTK+ 3.19.9
2917==================================
2918
2919* gtk-builder-tool can now preview .ui files with custom CSS
2920
2921* gtk3-demo now demonstrates saving window sizes in the application
2922  example, and has many more widgets in the foreign drawing example.
2923
2924* CSS changes:
2925 - the rem unit is now supported
2926 - calc() expressions are supported, too
2927
2928* Themes:
2929 - Many fixes to Adwaita
2930 - The Windows theme is now included on all platforms
2931
2932* Windows
2933 - The Classic and XP themes have been dropped
2934 - The remaining theme is being fixed to work with CSS nodes
2935 - React to theme changes
2936
2937* Quartz:
2938 - Fix image retrieval from the clipboard
2939
2940* Wayland:
2941 - Fix a significant buffer leak
2942
2943* Bugs fixed:
2944 677329 Missing focus-in events
2945 698652 Aero-snapped windows in Win7 or 8 gets restored to previous size...
2946 754990 Missing (out) annotation for gdk_rgba_parse
2947 759657 GtkSeparator can segfault from CSS settings
2948 760996 background in notebooks (and other places?) now white
2949 761209 FileChooser crashes when invoked from FileChooserButton
2950 761309 Background missing for empty treeview
2951 761312 memory leak
2952 761332 Creating a GtkStyleContext crashes
2953 761339 [PATCH] skip gtk_widget_path_iter_add_qclass from g-ir-scanner
2954 761363 Unlabeled GtkCheckButton does not respect valign
2955 761381 gtk_settings_reset_property does not always reset to correct value
2956 761402 GtkRange doesn't reset in_drag flag correctly
2957 761428 GtkLevelBar no longer expands vertically
2958 761474 x11: Scaling factor is applied twice on screen work area
2959 761476 Set _GTK_THEME_VARIANT property also for light theme variant
2960 761484 Spinbuttons in headerbars are way too tall
2961 761552 Warnings in filechooser when typing-to-search in Recent
2962 761571 Opaque region incorrectly calculated for fullscreen windows
2963 761686 GtkTreeView theming problems
2964 761716 Notebook scroll arrows appear to be sensitive always
2965 761757 Crash in GtkFileChooserWidget
2966 761775 gtkmagnifier: Avoid a crash if the inspected widget is finalized
2967 761778 GtkShortcutsWindow - key labels are grey, not vertically centered
2968 761791 Places sidebar: row height is too low
2969 761792 Connect to server bar is too tall (and has a big fat connect butt...
2970 761826 double negative in drag drop documentation for drag-motion confus...
2971 761828 add a menu demo to foreigndrawing
2972 761829 undefined reference to `gdk_mir_display_get_type'
2973 761838 Editing widgets may be drawn off the visible area if the column i...
2974 761900 gtk-demo: add spinbutton and menubar foreign drawing examples
2975 761903 gtk3-demo: paned widget can be moved by resizing
2976 761954 Tab detach no longer works
2977 762021 GtkPaned propagates draw to NULL child
2978 762032 Titlebars of windows have become unacceptably large in 3.19.x
2979 762036 Extra widgets sizing messed up
2980 762067 Adwaita: half maximized unfocused window has rounded corners
2981 762080 gtk-demo: add combobox, menu separator and menu check/radio examp...
2982 753351 notifications about removable devices being safe to remove stay a...
2983 762120 Black content when using testfilechooser auto completer
2984 762165 Add translation contexts
2985
2986* Translation updates:
2987 Brazilian Portuguese
2988 Chinese (Taiwan)
2989 French
2990 German
2991 Hungarian
2992 Kazakh
2993 Polish
2994 Slovak
2995 Spanish
2996 Swedish
2997
2998
2999Overview of Changes in GTK+ 3.19.8
3000==================================
3001
3002* GtkEntry:
3003 - Complete gadget conversion for entries and spin buttons
3004 - Add a visual hint for scrolling ('undershoot')
3005
3006* GtkStack:
3007 - Turn into a no-window widget
3008
3009* CSS changes:
3010 - Allow loading svg imges
3011 - Fix baseline handling
3012 - -gtk-recolor() works properly with hi-dpi now
3013 - image() can be used in CSS now
3014
3015* Themes:
3016 - new radio / check implementation
3017
3018* Tools:
3019 - gtk-builder-tool can now preview .ui files
3020
3021* Bugs fixed:
3022 464528 gdk_rectangle_union() and gdk_rectangle_intersect() should ign...
3023 608865 The default value of the property 'max-position' should be 214...
3024 688524 Expose gtk-primary-button-warps-slider as an X setting
3025 690791 gtkwindow only sends startup notification once
3026 727294 Gtk SpinButton Size Greater than Screen Width
3027 754868 visual anomaly in gtk path bar
3028 754990 Missing (out) annotation for gdk_rgba_parse
3029 760522 gtk_misc_set_padding not used for size req
3030 760714 GtkWindow: CSS node documentation is not clear
3031 760754 gedit crashes detaching a tab
3032 760881 file can't be saved if executable attribute is not set
3033 760891 GtkTreeView Cannot expand/collapse rows by mouse
3034 760897 A few clean ups to the shm handling code
3035 760933 Make it possible to query the CSS opacity with gtk_style_conte...
3036 760942 gitg drawing code broken
3037 760967 notebook gadget allocation issue
3038 761005 GtkColorChooser: make set_rgba work in editor mode
3039 761095 wayland: use shm_open instead of open in tmpdir
3040 761128 Selected text in password entry not drawn correctly
3041 761254 GtkDialog exposes public action_box internal child
3042 761026 File chooser: Make Escape close the dialog
3043 761318 css: Support the image() notation
3044
3045* Translation updates:
3046 German
3047 Hungarian
3048
3049
3050Overview of Changes in GTK+ 3.19.7
3051==================================
3052
3053* GtkNotebook:
3054 - Has been converted to use gadgets
3055 - Style properties have been deprecated
3056
3057* GtkTextView:
3058 - Offers (some) control over cursor blinking
3059
3060* CSS changes:
3061 - Fix rendering of asymmetric borders
3062 - Add CSS names to more widgets
3063 - Support recoloring icons with -gtk-recolor
3064
3065* Themes:
3066 - Many Adwaita fixes
3067
3068* GTK+ widget drawing scalability has been improved (for containers
3069  with many children, like large list boxes or flow boxes).
3070
3071* Drag-and-Drop has been rearchitected to move the input handling into
3072  GDK, where different backends can handle it according to their needs
3073  and capabilities. The new, 'managed' DND is currently implemented
3074  for X11 and Wayland.
3075
3076* Wayland:
3077 - Support kinetic scrolling, using the new events in version 5 of the
3078   wl_pointer interface
3079 - Suppport DND actions and drag cancellation that were added in version
3080   3 of the wl_data_offer interface
3081
3082* Bugs fixed:
3083 722727 Widget state CSS pseudoclasses should work with adjacent selectors
3084 722937 problem rendering asymmetric borders with dotted style
3085 748327 W32: GDK can be hypothetically stuck in time
3086 756729 No kinetic scrolling on Wayland
3087 757503 Selected text is white on white (invisible) - Evo / GTK+ 3.19.1
3088 759785 GdkSeat: Suspected errors in documentation
3089 759898 W32: There's a gap between tooltip window and its shadow
3090 760350 Cast the return value of g_array_free to void* before casting to...
3091 760388 MS lib files cannot be generated (with patch)
3092 760416 broadwayd --help shows translated characters as question marks o...
3093 760427 Adwaita: Separators in popovers shouldn't always have margins
3094 760445 regression: openQA no longer able to press ctrl-alt-del to get t...
3095 760509 GdkWindow positions/sizes include css margins
3096 760524 linked comboboxes change size when clicked
3097 760525 Labels in dialog buttons misaligned
3098 760528 GtkFrame child should start below the label widget
3099 760536 ship a mini icon theme for recolarable symbolic icon assets
3100 760572 Inspector highlights "random" widgets
3101 760596 epiphany middle click on link opens an invisible tab
3102 760615 GTK FTBFS with MinGW-w64
3103 760640 Crash in gtk_notebook_set_show_tabs when closing Epiphany
3104 760663 Some labels on RTL in some menus dosn't shown
3105 760668 box gadget: Implement cross-axis alignment
3106 760680 Emitting "shutdown" signal twice leads to a crash
3107 760748 GtkTextView should allow hooks for reseting blink time
3108 760754 gedit crashes detaching a tab
3109 756729 No kinetic scrolling on Wayland
3110 760370 GDK-ify drag and drop
3111
3112* Translation updates:
3113 Brazilian Portuguese
3114 Finnish
3115 Japanese
3116 Slovak
3117
3118
3119Overview of Changes in GTK+ 3.19.6
3120==================================
3121
3122* CSS changes:
3123 - CSS margins, border and padding are more consistently supported
3124 - More widgets support min-width and min-height
3125 - More style properties have been superseded by CSS properties
3126 - Pseudo state names have been aligned with what CSS uses:
3127   :disabled instead of :insensitive, :indeterminate instead of
3128   :inconsistent and :drop(active) instead of :dnd. The old names
3129   still work
3130 - GTK+ specific CSS properties have been prefixed with -gtk-.
3131   The old names still work
3132 - The CSS syntax for Radial gradients is now supported
3133 - CSS documentation has been rewritten and expanded
3134
3135* Themes:
3136 - GTK+ now includes a HighContrastInverse theme which is a dark
3137   variant of the HighContrast theme
3138
3139* Inspector:
3140 - The inspector can now highlight widgets that are causing resizes,
3141   which can be helpful in tracking down allocation loops
3142
3143* Wayland:
3144 - Prefer subsurfaces for temporary windows when possible, to fix
3145   placement issues
3146 - Improve handling of dialogs without transient parent
3147 - Force a grab cursor while a popup is shown
3148
3149* Bugs fixed:
3150 728344 Collate setting in Print Dialog does not override PPD setting...
3151 753520 Gtk potentially misses nullable in 166 functions
3152 756618 GtkWindow CSD: gtk_window_resize() also includes client side ...
3153 757147 gdk_pixbuf_get_from_window() doesn't honor device scale
3154 757411 Reference GtkIconSize in argument/return documentation
3155 759161 wayland: dialog stacking without parents (RFC)
3156 759299 wayland: possible infinite loop in gdkwindow-wayland
3157 759541 shortcuts: Make sure that hidden shortcuts stay hidden
3158 759567 Treeview column header buttons are jumpy
3159 759586 Add a way to highlight resizing widgets
3160 759607 gtkdnd-quartz: fix gtk_drag_begin_internal
3161 759664 Buttonbox broken in chess promotion dialog
3162 759668 Drawing failures with GTK+ master
3163 759670 GtkPaned doesn't react to mouse dragging in some cases
3164 759705 Sidebar broken in GNOME Disks
3165 759738 wayland: use a subsurface for GDK_WINDOW_TEMP if attached to ...
3166 759764 gtkinspector crashes app when selecting 'cancel' on initial p...
3167 759768 gtkinspector crashes app on termination, when selecting 'canc...
3168 759771 GdkSeat: Missing G_BEGIN_DECLS and G_END_DECLS
3169 759857 Signal name should not be translated
3170 759905 Popover: Invisible to events when we set transparent backgrounds
3171 759917 GtkStatusIcon: avoid criticals
3172 760018 Separator Tool Items with draw=false still get drawn
3173 760082 GtkBinding: Use correct CSS key in examples
3174 760097 GtkShortcutsWindow: Gestures not shown correctly in search re...
3175 760141 New gdk_cursor_new_from_name() fallback breaks behavior expec...
3176 760148 Duplication of word in document
3177 760169 GtkColorButton sensitive and insensitive appearances are bare...
3178 760188 GDK's X11 backend leaks SyncCounters
3179 760202 gtkbuilder: Install gettext ITS files
3180 760213 wayland: gdk_seat_grab() set cursor not resilient
3181 760238 Improve function documentation for gtk_css_provider_load_from...
3182 760314 gtkimcontextime.c: Silence gtk_style_context_set_state() warn...
3183
3184* Translation updates:
3185 Brazilian Portuguese
3186 Czech
3187 German
3188 Hebrew
3189 Indonesian
3190 Norwegian bokmål
3191 Portuguese
3192 Slovak
3193 Spanish
3194
3195
3196Overview of Changes in GTK+ 3.19.5
3197==================================
3198
3199* GtkShortcutsWindow:
3200 - GtkShortcutsGesture has been removed, since GtkShortcutsShortcut
3201   can now document gestures
3202
3203* GtkFileChooser:
3204 - The places view now shows the available space when that information
3205   is available
3206 - Problems with remembering the dialog size have been fixed
3207
3208* CSS changes:
3209 - CSS margins, border and padding are more consistently supported
3210 - Many widgets now support min-width and min-height
3211 - Many style properties have been superseded by CSS properties
3212
3213* Adwaita:
3214 - Some visual updates and fixes
3215
3216* Wayland:
3217 - DND with icon widgets is working properly
3218
3219* GDK:
3220 - More of the DND implementation is now handled in GDK: creating the
3221   drag window, moving the window along with the cursor, the drag
3222   cancel animation.
3223 - GdkSeat is a new API that supersedes grabs on individual devices and
3224   is a better fit for backends like Wayland or Mir
3225
3226* Bugs fixed:
3227 758929 GtkEntryCompletion should allow for changing the popdown delay
3228 759079 GtkComboBox triggers segmentation fault in update_menu_sensitivity...
3229 759081 Add 'nullable' to return type of gtk_cell_layout_get_area.
3230 759091 notebook tab stays hovered if mouse leaves slowly
3231 759092 GtkTextIter: add starts_tag() and deprecate begins_tag(), for cons...
3232 759168 wayland: Implement DND icon hotspot API
3233 759225 placesview: implement available space
3234 759260 [Adwaita:dark] menus on GtkTreeView barely visible because menu sh...
3235 759309 Add GdkSeat
3236 759323 gdk_display_get_pointer(): segfault if application client (core) p...
3237 729593 Add margin style property to GtkSwitch slider
3238 756191 GtkModelButton css padding not working
3239 708394 CSS - support min-width
3240 755947 wayland: gnome-terminal does not fill entire area when tiled
3241
3242* Translation updates:
3243 Arabic
3244 German
3245 Polish
3246 Portuguese
3247 Slovak
3248 Spanish
3249
3250
3251Overview of Changes in GTK+ 3.19.4
3252==================================
3253
3254* GtkPopover can now be instructed to stay within the toplevel window
3255  on platforms that don't already enforce this (such as Wayland)
3256
3257* Wayland:
3258 - Memory leak fixes
3259 - Window positioning and sizing fixes
3260 - Clipboard and DND fixes
3261 - New build dependency: wayland-protocols
3262
3263* CSS changes:
3264 - The -gtk-image-effect property was renamed to -gtk-icon-effect
3265 - Active spinners are now :checked, not :active
3266 - A -gtk-icontheme property has been added
3267 - A -gtk-icon-palette has been added to allow recoloring symbolic icons
3268 - Drag highlighting uses the new :dnd pseudoclass
3269
3270* DND:
3271 - Make drag highlighting themable
3272 - Stop using RGBA cursors for drag icons (this only ever worked on X11)
3273 - Change the handling of drag windows to work on Wayland. The drag window
3274   implementation has been moved to GDK, with the new function
3275   gdk_drag_context_get_drag_window
3276 - Non-toplevel widgets can be used as drag widgets
3277
3278* Bugs fixed:
3279 539944 Add GtkScaleButton API so struct fields can be marked as private
3280 732742 Infinite recursion on GdkDevice disposal
3281 735847 move animatable cursors' current frame info into GdkCursor
3282 747295 shared memory leak when creating/destroying widgets
3283 756618 GtkWindow CSD: gtk_window_resize() also includes client side deco...
3284 757147 gdk_pixbuf_get_from_window() doesn't honor device scale
3285 757282 "window: Ignore geometry widget" commit breaks gnome-terminal win...
3286 757474 Add option for automatic GtkPopover placement
3287 758483 GDK W32: Incorrectly uses SetWindowLong() to set/unset WS_EX_TOPM...
3288 758484 GDK W32: Some calls to W32 routines are rather unclear
3289 758563 play bar gets weird position in fullscreen under Wayland
3290 758609 Regression with firefox dropdown menu position
3291 758634 wayland: Use wayland-protocols for shared protocols
3292 758660 Copy and paste doesn't work in wayland session
3293 758661 every second right-click to window header is ignored (CSD-related?)
3294 758698 Bug backward search + case insensitive + preceding multi-byte cha...
3295 758713 Evolution cannot start on wayland if the clipboard contains data ...
3296 758790 A few stylistic icon-browser patches
3297 758901 wayland: old window size applied sometimes
3298 758908 The app chooser dialog uses a non standard icon and doesn't wrap ...
3299 758930 GTK+ spamming system logs with "doesn't match state" warnings
3300 758936 Widgets within an offscreen windows are blurry on wayland with hidpi
3301 759018 wayland: tests/testtooltips custom tooltip misplaced at (0,0) on ...
3302
3303* Translation updates:
3304 Polish
3305 Portuguese
3306 Spanish
3307
3308
3309Overview of Changes in GTK+ 3.19.3
3310==================================
3311
3312* Theming changes
3313 - Non-standard CSS properties have been renamed to have a -gtk-
3314   prefix (the old names still work, with a warning):
3315     gtk-key-bindings is now -gtk-key-bindings
3316     icon-shadow is now -gtk-icon-shadow
3317 - CSS parsing errors and warnings are shown in the inspector
3318
3319* GtkShortcutsWindow:
3320 - Widgets are more complete, to allow supporting them in glade
3321 - GtkShortcutsShortcut can now show gestures as well, GtkShortcutsGesture
3322   is no longer needed and will be removed soon
3323 - GtkShortcutsShortcut supports standard gestures, with predefined
3324   icons and subtitles
3325
3326* Bugs fixed:
3327 746745 Window suddenly always on top
3328 758025 cursor flickering
3329 758094 GtkSpinButton missing redraw
3330 758187 Stock images for gestures
3331 758367 GTK+ 3 does not respect bold in org.gnome.desktop.interface font-name
3332 758407 Could not send the search request \ GDBus.Error:org.freedesktop.Tr...
3333 758442 gtk_style_context_save() destroys style information
3334
3335
3336Overview of Changes in GTK+ 3.19.2
3337==================================
3338
3339* Most widgets have been ported to CSS nodes. The element names and
3340  the tree relationships are documented now. The Adwaita and HighContrast
3341  themes have been mostly kept up-to-date with these changes. Third-party
3342  themes and custom CSS will need adjustments.
3343
3344* The inspector now shows CSS nodes and allows to manipulate them.
3345
3346* Size allocation has been simplified to avoid excessive resizes of
3347  the entire window.
3348
3349* GtkShortcutsWindow can now display direction-dependent shortcuts
3350  and sequences of keys.
3351
3352* Support for native file chooser on Win32 when using the new
3353  GtkFileChooserNative API, and when using GtkFileChooserButton.
3354
3355* The GtkFileChooser interface prerequisite was changed from GtkWidget
3356  to GObject to allow non-widget filechooser implementations.
3357
3358* :focus-on-click has been moved from various subclasses to GtkWidget,
3359  so it is now available for every widget, in particular GtkListBoxRow.
3360
3361* Bugs fixed:
3362 735341 Fix/improve gtk_text_buffer_get_iter_at_*() functions
3363 748904 wayland: map real modifiers to virtual modifiers
3364 756618 GtkWindow CSD: gtk_window_resize() also includes client side decorations...
3365 756625 segfault in captured_event_cb
3366 756670 Popover is shown below clutter widget after tab switch from Gtk.Notebook
3367 756978 Deadlock in the places widget
3368 757221 Memory leak in gtk-3.0.m4
3369 757269 Allow to make ListBoxRows not grab focus when activated
3370 757324 win32: handle WM_DISPLAYCHANGE globally
3371 757358 single touch devices are not detected as touch devices
3372 757377 settings.ini is only loaded from first XDG_CONFIG_DIRS entry
3373 757397 gtk_widget_set_name() doesn't properly refresh the style
3374 757805 gtkwindow: CSD windows not resizable in metacity
3375 757888 ShortcutsWindow: Support different keyboard shortcuts for LTR vs RTL loc...
3376 757950 Hanle double click better in the new file chooser
3377 757968 Typo in GtkCheckMenuItem
3378 757984 gtkimcontextsimple.c: Fix build on Windows
3379 758072 [Wayland] additional mouse buttons don't work
3380 758087 gtkcontainer: clarify requirements for implementations
3381 758208 GtkStackSwitcher should allow changing the icon size
3382 758327 gnome-disks segfault in gdkwayland get_popup_parent...
3383 758086 gtkstack: allow subclasses overriding properties on init
3384 758175 Fix character entity
3385
3386* Translation updates:
3387 Hebrew
3388 Hungarian
3389 Norwegian bokmål
3390 Portuguese
3391 Scottish Gaelic
3392 Spanish
3393 Traditional Chinese
3394
3395
3396Overview of Changes in GTK+ 3.19.1
3397==================================
3398
3399* Support for help overlays to document keyboard shortcuts and gestures
3400  has been added
3401
3402* GdkAppLaunchContext is now setting the DISPLAY environment variable
3403  for X11
3404
3405* Support for GL legacy profiles has been added back
3406
3407* GTK+ now loads compose tables in the format used by XLib from
3408  ~/.config/gtk-3.0/Compose, ~/.XCompose and the X11 locale information
3409
3410* GtkBuilder can now create GFile objects, for use in e.g. GFileIcons.
3411
3412* New APIs:
3413 - GtkShortcutsWindow
3414 - gtk_text_tag_changed
3415 - gtk_settings_reset_property
3416 - gdk_rectangle_equal
3417 - gdk_gl_context_is_legacy
3418
3419* A new commandline utility, gtk-query-settings, to query GTK+ settings,
3420  has been added
3421
3422* Theming: Element names are now supported.
3423  A number of widgets have already been changed to use element names for
3424  the widget itself and its various subelements. This effort will continue
3425  in next development releases.
3426  This change will require adjustments in themes and custom css - as part of
3427  this transition, the element names and style classes in use are documented
3428  and will be stable going forward.
3429
3430* Debugging: GtkInspector can now edit string-array-valued properties
3431
3432* Wayland:
3433 - Fix transparent terminals
3434 - Fix treeview search popups
3435* Debugging: GtkInspector can now edit string-array-valued properties
3436
3437* Wayland:
3438 - Fix transparent terminals
3439 - Fix treeview search popups
3440 - Fix CSD window resizing / moving
3441
3442* Bugs fixed:
3443 721120 GtkIMContextSimple needs locale compose tables similar with X11.
3444 735341 Fix/improve gtk_text_buffer_get_iter_at_*() functions
3445 753371 Bad focus order in GtkFlowBox
3446 753992 im-quartz discard_preedit segmentation fault
3447 754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY...
3448 755008 API to reset a gtksettings property
3449 755413 Bug in _gtk_text_btree_get_iter_at_last_toggle()
3450 755416 Be able to subclass GtkTextTag cleanly
3451 755654 mmc/sd drive does not appear in Nautilus
3452 755791 GtkSwitch: unclip css box-shadow on the slider
3453 755927 Occasional "stuck key" after closing window using keyboard shortcut...
3454 755988 gtk printer dialog won't print jobs with names exceeding 255 charac...
3455 756042 GtkAssistant: Segfault after g_object_run_dispose(page)
3456 756142 Bring back support for legacy OpenGL contexts
3457 756160 Crash/segfault when dragging tabs (after 2nd/3rd/4th+ drag)
3458 756174 Add a tool to inspect all xsettings from the command line
3459 756195 GtkColorChooser: Plus/checkmark icons are blurry in hidpi
3460 756338 applications segfaults on 3.18.1 when using external themes
3461 756428 Add a help overlay widget
3462 756439 Regression: Critical warning "g_app_launch_context_get_display: ass...
3463 756449 GtkTextHandle artifacts under Wayland
3464 756496 wayland: Make it possible to use a window type hint to map as a sub...
3465 756505 Entering a dot removes all other characters from input
3466 756568 Some improvements to gtkplacesview
3467 756589 Improve the heuristics for external drives
3468 756618 GtkWindow CSD: gtk_window_resize() also includes client side decora...
3469 756625 segfault in captured_event_cb
3470 756751 Keypad decimal point patch prevents entry of comma in german keypad...
3471 756770 GTK+ 3.18.2 doesn't compile on OS X 10.6 (but so close!)
3472 756852 GtkInspector segfaults when you respond to a GtkFileChooserDialog
3473 756881 Guard against selection requestor disappearing
3474 756886 The GtkWindow patch here is necessary to make transparent terminals...
3475 756780 wayland: Fix GtkTreeView's search window
3476 757147 gdk_pixbuf_get_from_window: honor device scale
3477
3478* Translation updates:
3479 Basque
3480 Czech
3481 German
3482 Norwegian bokmål
3483 Slovak
3484
3485
3486Overview of Changes in GTK+ 3.18.1
3487==================================
3488
3489* Speed up rounded rectangle drawing by caching arcs
3490
3491* Make popover animations faster
3492
3493* Bug fixes:
3494 582747 Print dialog sets wrong printer options
3495 751368 wayland: gnome-terminal does not fill entire area when fullscreen...
3496 751787 Images of refresh button and logo are pixelated on scaled outputs
3497 753628 user options of wrong printer are used
3498 755038 Add some (nullable) annotations to gtkmain.c
3499 755215 Crash when renaming a sidebar’s folder (function that shouldn’t b...
3500 755268 [HighContrast] GtkPlacesSidebar’s “eject” button should probably ...
3501 755432 gtkapplication: segfault when destroying window
3502 755435 Optimize GtkPopover positioning
3503 755444 Rename bookmark crashes nautilus
3504 755455 undefined reference to `__builtin_popcount'
3505 755473 segfault freeing popover from no parent
3506 755528 Popover transitions are rather slow
3507 755691 /bitmask/invert_range_hardcoded test fails
3508 755692 gtk-demo bad return value for the callback function for the "comm...
3509 755926 Directory navigation awkward with search in the file chooser
3510 755931 File chooser: interactive search drops the 1st character when use...
3511 755954 Crash when accessing Gtk.Application.add_window()
3512        Robustness fixes in GtkAppChooser
3513        Avoid showing duplicate entries in GtkAppChooser
3514        Inspector: ellipsize accessible names
3515
3516* Translation updates:
3517 Arabic
3518 Bosnian
3519 Finnish
3520 German
3521 Hebrew
3522 Irish
3523 Italian
3524 Khmer
3525 Kikongo
3526 Russian
3527 Serbian
3528 Serbian Latin
3529 Tajik
3530 Uyghur
3531 Vietnamese
3532
3533
3534Overview of Changes in GTK+ 3.18.0
3535==================================
3536
3537* Speed up shadow drawing by caching corner shadows
3538
3539* Memory leak fixes
3540
3541* Bugs fixed:
3542 681965 Clean up the autotools files on the parts used for Visual C++...
3543 754098 Cannot resize window with destroyed EventBox
3544 754629 gtk-demo: $(EXEEXT) is missing
3545 754745 overlay scrollbar shouldn't hide when the slider is being grabbed
3546 754952 gdk_pixbuf_get_from_window: always returns same image
3547 755021 context menu in empty file folder -> crash
3548 755274 test-simplify uses bashism in /bin/sh script
3549 755352 Crash on widget destruction during event handling
3550
3551* Translation updates:
3552 Brazilian Portuguese
3553 Czech
3554 Danish
3555 French
3556 Greek
3557 Hungarian
3558 Japanese
3559 Kazakh
3560 Latvian
3561 Lithuanian
3562 Norwegian bokmål
3563 Persian
3564 Russian
3565 Serbian
3566 Serbian Latin
3567 Spanish
3568 Swedish
3569 Turkish
3570
3571
3572Overview of Changes in GTK+ 3.17.9
3573==================================
3574
3575* GtkPopover has been changed back to not inherit its style
3576  from the widget it is attached to
3577
3578* The Ctrl-K key binding has been dropped from GtkEntry to avoid
3579  conflict with a firefox shortcut
3580
3581* Theme
3582 - Adwaita: fixes for rubberbanding, icon view highlighting
3583 - HighContrast: fixes for path bar, linked entries, color button
3584
3585* Wayland
3586 - Fix assertions when using GL
3587
3588* gtk3-demo can now launch individual demos from the commandline
3589
3590* Various optimizations
3591 - Use g_object_notify_by_pspec
3592 - Reduce g_return_if_fail in internal APIs
3593 - Speed up some bitmask operations
3594 - Avoid some copies in inner loops
3595 - Make better use of GQuarks
3596 - Use CAIRO_CONTENT_COLOR when possible
3597 - Avoid allocations and referencing during repaint
3598 - Stop sending Expose events for most widgets
3599 - Avoid ::draw and ::size-allocate signal overhead when possible
3600
3601* Bugs fixed:
3602 753431 Scroll events from wireless mouse are ignored
3603 753628 user options of wrong printer are used
3604 754143 Popover and GLarea crash on wayland
3605 754410 "Open" popover item on selected sidebar row does nothing
3606 754411 sidebar row popover confusing with bookmarks with short names
3607 754535 Cursor disappears only on adding characters
3608 754559 GtkFlowBox: bad allocation of the children in RTL locales
3609 754658 GtkTextView should always use RGB (no-alpha) when drawing to pi...
3610 754687 Drop the GSlice allocator
3611 754746 Add afp and google-drive to list of remote filesystems
3612 754770 GtkGLArea and gtk_window_present() crash on Wayland
3613 754854 unexpected background color in tray icon
3614 754866 [HighContrast] GtkListBoxRow should have the same height than i...
3615 754928 Broken .ui translations
3616 754987 Inspector can't show GtkAdjustments anymore
3617 754839 wayland: Make subsurface desynchronized after first parent surf...
3618
3619* Translation updates:
3620 French
3621 Greek
3622 Kazakh
3623 Korean
3624 Lithuanian
3625 Norwegian bokmål
3626 Polish
3627 Portuguese
3628 Slovak
3629
3630
3631Overview of Changes in GTK+ 3.17.8
3632==================================
3633
3634* GtkFileChooser:
3635 - Show network:/// in the places view
3636 - Provide better loading feedback
3637
3638* GtkTextView
3639 - Fix fallout from margin/padding addition
3640
3641* GtkOverlay
3642 - Always align widgets relative to the overlay, not to the
3643   main widget
3644
3645* GtkListBox
3646 - Support focusable headers
3647
3648* Theme
3649 - Improve performance of GtkListBox
3650 - Better GtkCalendar theming
3651
3652* Wayland:
3653 - Make most tests work under Wayland
3654 - Closing displays works now
3655 - Fix key repeat sometimes running wild
3656
3657* Bug fixes:
3658
3659 345345 PrintOperation::paginate is not emitted for class handler
3660 736125 The default gtk accelerator mod mask does not include all  ...
3661 752615 listbox: Model items changed doesn't take sorting into account
3662 753185 gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' f...
3663 753357 [HighContrast] Days of a different month in GtkCalendar sho...
3664 753495 Kinetic scrolling events still reach the GtkScrolledWindow
3665 753644 Switching from Multipress input method to None immediately ...
3666 753694 GtkListBox: Assumes all focusable widgets are GtkListBoxRow...
3667 753786 Implement high priority improvements for gtkplacesview
3668 753815 scroll fix with margin/padding
3669 753856 wayland: Only bind supported unstable pointer gestures global
3670 753925 Remote volumes and mounts get shuffled around
3671 753969 check if a folder is accessible
3672 754022 Remote locations have different actions (and icons)
3673 754086 String marked as properties
3674 754133 Gtk:ERROR:gtkfilechooserwidget.c:8495:post_process_ui: asse...
3675 754150 places view network header spinner is borked
3676 754158 wayland: Don't broadcast selection owner changes
3677 754410 "Open" popover item on selected sidebar row does nothing
3678 754421 settings: annotatiion typos suppress deprecation notices fo...
3679
3680* Translation updates
3681 Catalan
3682 Chinese (Taiwan)
3683 Galician
3684 Greek
3685 Hebrew
3686 Hungarian
3687 Indonesian
3688 Lithuanian
3689 Polish
3690 Portuguese
3691 Slovak
3692 Spanish
3693 Turkish
3694
3695
3696Overview of Changes in GTK+ 3.17.7
3697==================================
3698
3699* GtkFileChooser:
3700 - Various refinements to the places view
3701
3702* GtkFontChooser:
3703 - Make Escape stop search
3704 - Various other keynav improvements
3705
3706* GtkColorChooser:
3707 - Make it possible to start with the editor
3708
3709* GtkTextView:
3710 - Support top margins
3711 - Use CSS padding from the theme
3712
3713* GtkFlowBox:
3714 - Allow using a GListModel
3715
3716* GtkCellRendererText:
3717 - Support alpha in foreground color
3718
3719* Theme and CSS:
3720 - HighContrast theme improvements
3721
3722* GDK:
3723 - Add support for touchpad gesture events
3724
3725* OS X:
3726 - Implement CSD resize for all corners and edges
3727
3728* Wayland:
3729 - Support touchpad gestures
3730
3731* Bugs fixed:
3732 737804 Setting files on a GtkFileChooser twice before mainloop throws...
3733 752814 Fix build of gtk/gtkcsstypesprivate.h
3734 753329 quartz: Implement CSD drag resize for all edges/corners
3735 753357 [HighContrast] Days of a different month in GtkCalendar should...
3736 753391 [HighContrast] GtkPlacesSidebar:backdrop is white-covered on t...
3737 753392 listbox: Avoid using show_all on rows
3738 753451 GtkLinkButton's context menu has underlined labels
3739 753568 popover: Optimize the transition
3740 753621 wayland: calculate screen physical size
3741 406159 gtk text view widget doesn't have set_top_margin function
3742 746435 wayland: Use g_get_prgname() to get the xdg_surface.set_app_id string
3743
3744* Translation updates:
3745 Catalan
3746 Galician
3747 Lithuanian
3748 Norwegian bokmål
3749 Portuguese
3750 Slovak
3751 Spanish
3752 Turkish
3753
3754
3755Overview of Changes in GTK+ 3.17.6
3756==================================
3757
3758* GtkFileChooser:
3759 - Handle ., / and ~ in the location entry
3760 - Improve keyboard navigation in save mode
3761 - Don't search recursively in remote locations
3762 - Allow activating without double-click
3763
3764* GtkFontChooser:
3765 - Bring back a lazy loading optimization that was lost
3766
3767* GtkWindow:
3768 - Fix handling of window states before the window is mapped
3769 - Add API to fullscreen on a given monitor
3770
3771* GtkTextView:
3772 - Support font features on tags
3773
3774* Theme and CSS
3775 - Various HighContrast theme fixes and improvements
3776 - Reduce redraws caused by irrelevant style changes
3777
3778* gtk-demo gained some more examples
3779
3780* GtkInspector
3781 - Show wayland display information
3782 - Show monitor information
3783 - Preserve the selected object when rescanning the object tree
3784
3785* X11:
3786 - Make copy-paste work across multiple screens again
3787
3788* OS X:
3789 - Fix maximization
3790 - Fix winodw shadows
3791 - Implement notebook tab DND
3792 - Hi-dpi icon fixes
3793
3794* Bugs fixed:
3795 579466 gtk_entry_completion_insert_action documentation is misleading
3796 610925 GtkFileChooserDialog won't pick show-hidden setting from a ...
3797 652085 CSS cursor support
3798 721398 clipboard not working across screens
3799 734984 CSD windows have incorrectly sized shadows
3800 741685 Invalid memory read on resizing window
3801 746491 [HighContrast] GtkSpinButtons are looking bad
3802 748772 Use new pango_fc_font_map_config_changed()
3803 749339 [Wayland] Gdk-CRITICAL **: gdk_window_get_display: assertion ...
3804 751721 No release event for shift key when both shift keys were pressed
3805 752327 second right-click on header bar buttons brings WM menu, and ...
3806 752577 infinite loop on using nautilus menu
3807 752633 Several GtkPlacesSidebar methods need better documentation
3808 752638 notebook tab dragging doesn't work on Quartz (patches included...
3809 752664 Inspector only shows widget tree if created after startup
3810 752677 x11: implement fullscreen_on_monitor
3811 752707 Location bar navigation to parent directories
3812 752708 File chooser in SAVE mode should accept "foobar/" to navigate
3813 752761 GtkMenu: Properly detach menu when the window is detached
3814 752765 GtkWindow: queue states if not mapped not if not realized
3815 752810 Doubled spacing in string
3816 752875 wayland: Fix initial fullscreen monitor support
3817 752920 GtkLabel's warnings when parsing the markup failed are unhelpful
3818 752960 [HighContrast] GtkPlacesSidebar needs padding (?) around icons
3819 752965 [HighContrast] GtkLinkButton is similar to a non-interactive label
3820 752969 [HighContrast] GtkCheckMenuItem:prelight:checked should be whit...
3821 752975 [HighContrast] selected row of backdrop GtkTreeView should prob...
3822 752977 [HighContrast] clicked header of a GtkTreeView is all black
3823 752978 [HighContrast] label of a GtkProgressBar should probably be black
3824 753048 GtkImage leak when a GtkButton subclass calls gtk_button_set_im...
3825 753051 [HighContrast] double border for the “add custom color” button
3826 753060 [HighContrast] switching from sensitive to insensitive resizes ...
3827 753130 inspector should keep object tree expanded to the selected object
3828 753138 wayland: Invalidate our gtk_surface when we're unmapped
3829 753142 File icons in the filechooser listview only appear 1 out of 2 t...
3830 753230 Adwaita: odd insensitive calendar
3831 753256 Don't handle key event when nothing happens
3832 753284 GtkFileChooser segfault when compiling with clang
3833
3834* Translation updates:
3835 Catalan
3836 Czech
3837 Greek
3838 Hebrew
3839 Polish
3840 Portuguese
3841 Slovak
3842
3843
3844Overview of Changes in GTK+ 3.17.5
3845==================================
3846
3847* GtkFileChooser:
3848 - Always search in the current location, and indicate this in
3849   the subtitle. Show progress for long searches, and show a nice
3850   empty state.
3851 - Make search in recent files work
3852 - Fix sorting order of recent files and search results
3853 - Various improvements to keyboard navigation:
3854   - Ctrl-F toggles search
3855   - . opens location entry
3856   - Alt-P focuses the sidebar
3857   - Escape stops search and closes the location entry
3858 - Move the name entry to the header bar in Save modes
3859 - Don't show Trash and Recent in the sidebar in Save modes
3860 - Allow renaming and deleting files in Save modes
3861 - Improved sizing behavior of columns
3862 - Improved formatting of the time and location columns
3863 - Time column can show date and time
3864 - Move fixed and network drives and volumes from the sidebar
3865   to a new view that also allows to connect to remote servers
3866 - Use popovers for context menus and support long press to make
3867   them accessible with touch
3868
3869* GtkScrolledWindow
3870 - Keep scrollbars below treeview headers
3871 - Switch the roles of secondary and middle click on scrollbar steppers
3872   - Primary click starts low-speed autoscrolling
3873   - Secondary click start high-speed autoscrolling
3874   - Middle click scrolls to the end
3875 - Tweak button bindings on scrollbars (and scales)
3876   - Primary click warps to the location
3877   - Primary click with Shift jumps by pages
3878   - Secondary click starts variable-speed autoscrolling
3879
3880* Theme and CSS
3881 - GtkSwitch has a new slider-height style property to make square
3882   switches possible
3883 - Support CSS letter-spacing for labels and entries
3884 - Partial support for CSS text-decoration
3885
3886* Font handling
3887 - Per-widget font options and font maps are supported now
3888
3889* gtk-demo has various new and improved examples
3890
3891* X11
3892 - Fix rendering stalls over remote ssh connections
3893
3894* Wayland
3895 - Various fixes to make Copy-Paste and Drag-and-Drop work better
3896 - Ignore size increments for maximized and fullscreen windows
3897 - Fix cursor handling in hi-dpi
3898
3899* Mir
3900 - Various fixes and improvements
3901
3902* Broadway
3903 - Windows can now be maximized
3904
3905* OS X
3906 - Support windows with a fixed aspect ratio
3907
3908* Bugs fixed:
3909 325150 Save As dialog cannot delete or rename files
3910 593372 save dialog treats trailing spaces literally
3911 720684 "Places" panel in Open File Dialog should should have a mnemonic...
3912 741800 GTK3 apps have huge rendering pauses/hangs over SSH connection
3913 748892 wayland: focus issue with gnome-terminal
3914 750870 gtk3 does apparently ignore replayed events?
3915 750994 X11: First mouse wheel event ignored after right click or Alt+Ta...
3916 751341 GtkWindow: fix default empty window size with CSD
3917 751368 wayland: gnome-terminal does fill entire area when fullscreen or...
3918 751401 crash on DnD
3919 751414 File descriptor leak in gdk_wayland_selection_request_target()
3920 751443 resource_path value cleared in gtk_image_set_from_resource
3921 751447 GtkSearchBar takes up half the height of gnome-system-monitor's ...
3922 751448 Bookmarks sometimes disappear when dragging them away
3923 751625 build error with pure wayland
3924 751677 per-widget font options
3925 751689 switch: add a style property for the switch height
3926 751739 Deadlock in X11 when setting XSetErrorHandler while another thre...
3927 751752 Memleak when both opening shm and opening file in tmp fail
3928 751754 GtkSwitch: calling gtk_switch_set_active in the handler for noti...
3929 751793 DnD: Look up past insensitive widgets for the DnD drop site
3930 751800 Warn for whitespace at beginning or end of new folder names
3931 751805 Avoid the scrollable border when placing scrollbars
3932 751811 improve the font_options setter
3933 751877 gtkdrawingarea: crash when drawing a video
3934 751910 Headerbar - Buttons doesn't work until focus is changed
3935 752000 GtkApplication vs. _NET_WM_USER_TIME
3936 752016 testgmenu: use the menu binding code
3937 752025 wayland: print correct coordinates during DnD
3938 752034 Delegate permanent devices and connected networks from Places Si...
3939 752088 Improve GtkImageMenuItem documentation to reflect deprecation st...
3940 752093 Improvement to GtkImageMenuItem long description and code snippet
3941 752131 GtkButtonBox has spacing between buttons by default when set to ...
3942 752509 GtkFileChooserButton causes layout jumps
3943 752520 Crash getting a NULL visual in glx_pixmap_get
3944 309300 Add a key binding for adjusting the value in a spin box
3945 725551 GTK FontChooserWidget should show a placeholder text in the empt...
3946 751812 add gtk_widget_set_font_map
3947 752502 Documentation fix for GdkGLContext
3948 752616 wayland: Always apply scaling factor to cursor hotspot and dimen...
3949 752599 GtkDrawingArea: Only respects background-color if "draw" signal ...
3950
3951
3952* Translation updates:
3953 Czech
3954 Greek
3955 Hebrew
3956 Hungarian
3957 Polish
3958 Portuguese
3959 Slovak
3960 Spanish
3961
3962
3963Overview of Changes in GTK+ 3.17.4
3964==================================
3965
3966* GtkStack animates size changes
3967
3968* GtkListBox and GtkFlowBox support positional css selectors
3969  like :first-child, :last-child and :nth-child
3970
3971* GtkPlacesSidebar has been rewritten to use GtkListBox
3972
3973* Touch selection in GtkTextView and GtkEntry has been greatly
3974  improved
3975
3976* There's now a way to have output-only windows, and this is
3977  used by GtkOverlay for pass-through overlays
3978
3979* Bug fixes:
3980 724506 Do not animate and notify during destroy
3981 725441 Print Dialog: Add support for PPD-less printing on IPP printers...
3982 745957 GTK+/Quartz >= 3.14.8: Symbol not found: _gtk_drag_cancel (MyPa...
3983 747793 Implement part of bookmarks mockups
3984 748951 popup menus are being displayed at wrong position
3985 749650 Slider tick marks affect vertical positioning
3986 749717 wayland: Position popups relative to the parent surface
3987 749737 DnD breaks button-released events. (Setting a widget as DnD sou...
3988 750058 bad options for the keybindings in css instructions generate a ...
3989 750068 "Recent" shortcut is missing from the left pane in the file cho...
3990 750338 gtkrevealer: add css padding support
3991 750343 CSD enabled unconditionally for windows with titlebar
3992 750384 GtkDialog can not be moved when gtk_dialog_run from GtkListBox ...
3993 750396 make text selection widgets feel more interactive
3994 750424 GtkPlug has extra space around window
3995 750477 GtkFileChooserButton's label isn't xalign=0'ed
3996 750489 gtk settings c910 warning unexpected annotation element type co...
3997 750505 Main grid overlaps GtkPopover
3998 750568 Add support for windows that are transparent wrt input
3999 750605 icontheme: don't modify symbolic SVG dimensions when recoloring
4000 750631 GtkAssistant: Allow to set a page with no padding
4001 750690 Recent Chooser Widget doesn't expand
4002 750692 Touch text selection: magnifier can't be seen, obscures drag ha...
4003 750718 Improve documentation for deprecated properties
4004 750741 Popover spawned from within another popover gets stacked behind...
4005 750883 HighContrast: add suitable touch selection handle assets
4006 750888 Fix return value error in _gtk_text_handle_set_direction
4007 750892 testfontchooserdialog.c requires pangoft2
4008 750993 non-modal popovers within modal popovers are non interactive
4009 751018 Widget: GtkMenuButton+GtkPopover gtk_toggle_button_set_active()...
4010 751050 Moving the mouse while a stepper is activated causes the scroll...
4011 751082 GtkTreeView draw performance is bad when contents are not large...
4012 751084 Wrong padding/spacing in the new bookmark sidebar in RTL
4013 751098 wayland: Always request transient commit when mapping subsurface
4014 751099 Fix return value error in gdk_window_set_pass_through
4015 751169 Improve search performance
4016 751341 GtkWindow: fix default empty window size with CSD
4017
4018* Translation updates:
4019 Catalan
4020 German
4021 Greek
4022 Hebrew
4023 Hungarian
4024 Occitan
4025 Spanish
4026 Tajik
4027
4028
4029Overview of Changes in GTK+ 3.17.3
4030==================================
4031
4032* Respin to fix the tarball
4033
4034Overview of Changes in GTK+ 3.17.2
4035==================================
4036
4037* GtkFontChooser:
4038 - Allow custom font maps, to support application-specific fonts
4039 - Improve the 'no search results' page
4040
4041* GtkFileChooser:
4042 - Change simple search engine to search breadth-first
4043 - Make the simple search engine use GIO, so it works on
4044   remote shares too
4045 - Merge results from the tracker and simple search engines
4046 - Add a 'no search results' page
4047
4048* GtkPlacesSidebar:
4049 - Use a popover for renaming bookmarks
4050
4051* GtkPopover:
4052 - Add support for default widgets
4053
4054* GtkScrolledWindow:
4055 - Support kinetic scrolling on touchpads
4056
4057* GtkBuilder:
4058 - Improve error reporting
4059 - gtk-builder-tool can validate templates
4060 - gtk-builder-tool can enumerate named objects
4061
4062* gtk3-demo:
4063 - New cursors demo
4064 - New page setup demo
4065 - Builder demo ported away from GtkUIManager
4066
4067* GDK:
4068 - Make css cursor names work across backends
4069
4070* Windows:
4071 - Require Vista or newer
4072 - Support RGBA windows
4073 - Support css cursor names
4074 - Support animated cursors
4075 - Add cursor theme support. To take advantage of this, you will need
4076   a new adwaita-icon-theme with Windows cursors.
4077
4078* Wayland:
4079 - Remove assumptions on ordering of globals in startup
4080 - Improve DND support in various places
4081 - Support css cursor names
4082
4083* X11:
4084 - Support XRANDR 1.5 monitor objects
4085 - Support css cursor names
4086
4087* OS X:
4088 - Support css cursor names
4089
4090* Bugs fixed:
4091 619493 Mark two functions from GtkAdjustment's public API deprecated
4092 693738 gtk print dialog shows "Getting printer information failed"...
4093 719683 Escaping issue "Failed to set text from markup due to error...
4094 719819 Wayland backend depends on ordering of globals in the displ...
4095 727316 W32: GDK does not support per-pixel alpha-blended windows
4096 744086 configure.ac: Pull gio-unix dependency for all unix builds
4097 746916 File chooser search does not work over remote network shares
4098 747150 hint for vertical writing mode to input method
4099 747634 gdk_set_program_class() breaks --class
4100 747664 GtkEntry:activates-default should work inside of popovers
4101 748234 Useless "Gtk-WARNING **: No object called:" warning message...
4102 748615 GtkWindow: Get the correct shadow width even before window ...
4103 748640 Documentation misses out example source files when not buil...
4104 748771 Add API to attach custom PangoFontMap to a font dialog inst...
4105 748782 fontchooser should reload list of families/styles on theme ...
4106 748783 Remove PANGO_ENABLE_BACKEND from gtksettings.c
4107 748784 GtkProgressBar text cannot be superimposed on the progress bar
4108 748833 Define GdkRectangle structure just for introspection parsing
4109 749009 notify test fails without a session bus
4110 749012 GtkStack: Don't emit notify::visible-child during destruction
4111 749021 GtkStackSwitcher: Don't emit notify::visible-child when set...
4112 749178 quartz: Support css cursor names
4113 749425 Memory leak in GtkWindow
4114 749451 Windows have no border
4115 749593 Miscellaneous test fixes
4116 749679 Avoid device position queries during DnD
4117 749770 Implement kinetic scrolling for libinput-managed devices
4118 748763 warnings when starting drag from GtkEntries
4119 749893 Crash when trying to drag a tab from a populated GtkNotebook...
4120
4121* Translation updates:
4122 Catalan
4123 Czech
4124 French
4125 German
4126 Hebrew
4127 Hungarian
4128 Norwegian bokmål
4129 Occitan
4130 Polish
4131 Russian
4132 Slovak
4133
4134
4135Overview of Changes in GTK+ 3.17.1
4136==================================
4137
4138* Themes:
4139 - Many HighContrast theme improvements
4140 - Stronger entry focus in Adwaita
4141 - Improve client-side decorations without a compositor
4142
4143* Scrolling:
4144 - Support horizontal wheel scrolling with Shift
4145 - Make indicators pop up reliably
4146 - Detect more trackpoints
4147 - Handle pens, erasers and similar devices
4148
4149* GtkTextView:
4150 - Support underline and strikethrough color
4151
4152* GtkFileChooser:
4153 - Open location entry more easily
4154 - Ensure a directory is loaded
4155 - Use a popover for new folder names
4156
4157* GtkBuilder:
4158 - Improve error messages
4159 - Add a gtk-builder-tool utility for ui file validation
4160
4161* Inspector:
4162 - Show accessible name and description
4163 - Add a tab for CSS nodes
4164
4165* Wayland:
4166 - DND and clipboard fixes
4167 - Support attached modal dialogs with mutter
4168
4169* Windows:
4170 - Drop XP support
4171 - Support horizontal mouse wheel scrolling
4172
4173* Bugs fixed:
4174 132197 Horizontal Scrolling Using Modifier Key and Scroll Wheel
4175 402168 Add underline-color and strikethrough-color to GtkTextTag properties
4176 671362 Fixes for GtkRadioMenuItem
4177 723394 const parameter to GtkPopover gtk_popover_set_pointing_to
4178 734741 GtkScale's fill-level starts at the very left if show-fill-level is set
4179 737175 most horizontal sliders are inverted when scrolled with mouse wheel
4180 741849 Add GdkScreen->is_composited() for GDK-Win32
4181 745721 wayland: Add support for gtk_window_set_modal
4182 746149 “Close tab” buttons change the tab high on hover when using HighContrast
4183 746188 [HighContrast] insensitive ModelButtons are not drawn insensitive
4184 746202 Provide a stronger focus indication for entries
4185 746301 Opening "Sound" panel generates pixman error
4186 746358 [HighContrast] insensitive active backdrop GtkSwitches should probably...
4187 746368 [HighContrast] the “selected color” mark is always black, even for black
4188 746369 [HighContrast] “no date selection” (white on white)
4189 746370 GtkExpander doesn't show it is expanded when using HighContrast theme
4190 746386 clipboard crash when other client becomes the selection owner
4191 746435 wayland: Use g_get_prgname as the xdg surface application id
4192 746468 gtkcairoblur is slow
4193 746493 [HighContrast] Labels’, RadioButtons’ and CheckButton’s texts are not...
4194 746586 crtical warnings in a11y if focus widget is destroyed
4195 746602 Invalid writes through dangling weak pointers in DND code cause crashes
4196 746668 Some legacy GL calls are still made by X11 backend
4197 746688 GtkProgressBar doesn't respect its style properties
4198 746706 Serious accessible event spewage from Gtk+ table cells
4199 746712 Range ignores the "inverted" property
4200 746746 gtk3-demo 'OpenGL Area' crashes on systems with old OpenGL version
4201 746784 GtkBooleanCellAccessible emits state-changed:checked signals instead...
4202 746817 GtkRadioButton keynav uses wrong succession
4203 746821 W32: Maximized window is obscured by the taskbar
4204 746862 popover clears shadow of underlying widgets
4205 746893 gtk_list_box_bind_model is not introspectable
4206 746904 make it possible to disable libcanberra
4207 746925 [HighContrast] Backdrop active (sensitive) GtkSwitch should look more...
4208 746961 new scroll bar "hides" after click+drag+release while mouse is still...
4209 747096 small cleanup in textbuffer clipoard handling
4210 747121 gtklabel.c: add note about set-markup property in gtk_set_markup()
4211 747133 overshoot animation is stopped on libinput-managed touchpads
4212 747288 [HighContrast] Insensitive backdrop ListBoxRow have an unnecessary border
4213 747305 x11/gl: Use after free in glx_pixmap_get()
4214 747406 Fix indicator proximity checks
4215 747407 Make indicators pop out when needed
4216 747469 CSD: can't open window menu using right click after moving window
4217 747471 [wayland] gdk_screen_get_monitor_geometry() returns invalid geometry
4218 747524 System tray icons fail to redraw correctly on Xfce (without display...
4219 747539 popover: Remove signal handlers in dispose
4220 747553 Popovers inside local plugs don't get size_allocate() called
4221 747560 Redefinition of typedef GtkCssNode
4222 747604 Fix build of gtk/inspector/css-node-tree.c
4223 747608 Scrollbar hiding / unhiding does not work with a stylus
4224 747689 [HighContrast] Selected ListBoxRow’s Label is white on white
4225 747805 Split Headerbar unmaximize
4226 747808 window: fix initial shadow width for maximized/fullscreen windows
4227 747827 firefox scrollbars broken
4228 748013 Adwaita: keyboard navigation outline on first/last button in dialog...
4229 748014 W32: Tilting mousewheel left/right does not scroll horizontally
4230 748061 GtkMessageDialog: Minor documentation update
4231 748156 Code cleanup after xp drop
4232 748341 GdkOffscreenWindow should not segfault on gdk_window_beep()
4233 748346 build: Avoid xgettext crash on MSYS2
4234 748500 GtkSearchEntry docs incorrectly link to themselves
4235 748509 FTBFS: ui/dialog6.ui is not present
4236
4237* Translation updates:
4238 Arabic
4239 Basque
4240 Brazilian Portuguese
4241 Breton
4242 Bulgarian
4243 Catalan
4244 Czech
4245 Danish
4246 Dutch
4247 German
4248 Greek
4249 Hebrew
4250 Hungarian
4251 Icelandic
4252 Italian
4253 Korean
4254 Norwegian bokmål
4255 Russian
4256 Serbian
4257 Slovenian
4258 Swedish
4259 Turkish
4260 Ukrainian
4261
4262
4263Overview of Changes in GTK+ 3.15.12
4264===================================
4265
4266* GtkMenuButton:
4267 - Improve accessible names
4268
4269* GtkCellRendererPixbuf:
4270 - Always follow state changes, the ::follow-state property
4271   is now ignored. This is necessary to make HighContrast
4272   and symbolic icons remain visible e.g. in selected rows.
4273
4274* GtkEntry:
4275 - Rework the size allocation code to be less arcane. This
4276   changed the semantics of the get_frame_size() vfunc. GtkEntry
4277   subclasses that override this vfunc may need adjustment.
4278
4279* Wayland:
4280 - Support hi-dpi cursors
4281
4282* Bugs fixed:
4283 745829 crash when double-clicking close button while popover...
4284 746141 wayland: Support HiDPI pointer cursors
4285 746192 Insensitive backdrop ToolButtons are not drawn correctly
4286 746201 Sidebar icons are black on black in HighContrast theme
4287 746202 use insensitive color for unfocused selected items
4288 746205 gemfile: needs add source rubygems.org
4289 746282 pixman warnings after recent changes
4290 746301 Opening "Sound" panel generates pixman error
4291
4292* Translation updates:
4293 Bosnian
4294 Bulgarian
4295 Catalan
4296 Danish
4297 Punjabi
4298 Slovenian
4299 Swedish
4300 Vietnamese
4301
4302
4303Overview of Changes in GTK+ 3.15.11
4304===================================
4305
4306* Go back to requiring GTK_FRAME_EXTENTS support for CSD,
4307  to fix shadow problems in KDE.
4308
4309* Bug fixes:
4310 535929 Fix warnings from xReply test in configure.in
4311 577862 FileFilter name not set
4312 669008 Kerberos authentication popup
4313 712760 Clang static analysis fixes
4314 739070 Undefined reference to get_xkb() when building with --disable-xkb
4315 744288 gdk_gl_context_set_required_version() handles version requests...
4316 744589 nautilus bookmarks changing places randomly
4317 745065 GtkPrintOperation dialog creation fails when GTK is locally loaded
4318 745463 Search suggestions are not shown in Clocks / Weather
4319 745479 Tracker search in file chooser causes a crash
4320 745562 gedit titlebar is no longer draggable
4321 745578 sincos is not portable
4322 745622 Selected text not highlighted in GtkInfoBar
4323 745721 wayland: Add support for gtk_window_set_modal
4324 745918 add padding to textview in CSS section of GtkInspector
4325 745969 CSD windows cannot be moved immediately after being resized
4326 746013 Invalid write of size 8
4327        Print dialog: Fix icons in HighContrast
4328        Fix selected menu items in HighContrast
4329        App chooser: Fix icons in HighContrast
4330
4331* Translation updates:
4332 French
4333 Galician
4334 Kazakh
4335 Korean
4336 Lithuanian
4337 Polish
4338 Slovak
4339 Swedish
4340
4341
4342Overview of Changes in GTK+ 3.15.10
4343===================================
4344
4345* GtkFileChooser:
4346 - Don't start search too eagerly
4347 - Use fts with tracker
4348 - Make tracker queries more similar to nautilus
4349
4350GtkWindow:
4351 - Improve window dragging on header bars
4352
4353* Printing:
4354 - Make avahi-browsed printers work
4355 - Set printer state correctly
4356
4357* Wayland
4358 - Exit cleanly if the compositor goes away
4359 - Don't ignore early maximization/fullscreening
4360 - Make subsurface popovers work under Weston
4361
4362* GL
4363 - Port GdkGears example to modern OpenGL
4364
4365* Bugs fixed:
4366 741511 Critical message: NULL is passed to g_object_unref() in spi_...
4367 743323 avahi-discovered CUPS printers don't work
4368 743427 subsurface-using popovers don't work on Weston
4369 744879 Another core dump when clicking the Back button
4370 745225 eventcontroller: Don't crash if the widget is destroyed first
4371 745263 The Open button in the new file chooser is too low/thin
4372 745289 wayland: do not use g_error() on connection errors
4373 745303 Wayland: Initial setup window is not maximised
4374 745344 overlay scrollbar fail
4375 745400 fix a couple of issues in gdkglcontext-win32
4376 703610 Problems with UC-Logic WA60 tablet
4377 729366 Changes to folder name are not shown when creating new fol...
4378 745315 Overshoot deceleration causes WebKitGTK1 web view to jump ...
4379
4380* Translation updates
4381 Afrikaans
4382 Czech
4383 French
4384 Greek
4385 Hebrew
4386 Hungarian
4387 Kazakh
4388 Lithuanian
4389 Polish
4390 Slovak
4391 Spanish
4392 Vietnamese
4393
4394
4395Overview of Changes in GTK+ 3.15.9
4396==================================
4397
4398* GtkScrolledWindow
4399 - Avoid 'jumping' when zoom scrolling kicks in
4400 - Make zoom scrolling less easy to trigger
4401 - Make steppers use smooth autoscrolling
4402
4403* Input methods can now be turned off entirely, which
4404  can be useful to free up the Ctrl-Shift-u shortcut
4405
4406* Add some DND support to gtk3-icon-browser
4407
4408* Bugs fixed:
4409 696505 Segfault on Windows x64: gtkstatusicon.c tries to put 64-bit...
4410 744942 quartz: Avoid segfaulting when calling gdk_window_ensure_native
4411 744991 Fix loading of GResource SVGs
4412 745052 Icon theme code assumes directories with mtime 0 don't exist
4413 745076 Various DPI and OpenGL related fixes in the Wayland backend
4414        Fix crash and miscalculation in css bitmask manipulation
4415        Fix a crash due to too large surfaces
4416
4417* Translation updates
4418 Chinese (Taiwan)
4419 Hebrew
4420 Hungarian
4421 Galician
4422 Greek
4423 Slovak
4424 Spanish
4425
4426
4427Overview of Changes in GTK+ 3.15.8
4428==================================
4429
4430* CSS
4431 - Support animated font weight changes
4432
4433* GtkScrolledWindow:
4434 - Ensure indicators appear in the correct place
4435
4436* Wayland:
4437 - DND fixes
4438
4439* GtkPopover:
4440 - has a map/unmap animation now
4441
4442* Bugs fixed:
4443 743647 image-missing is missing from libgtk's resources
4444 744054 Clarify documentation for event propagation a...
4445 744683 Tooltips should have ATK_ROLE_TOOL_TIP (like ...
4446
4447* Translation updates
4448 Galician
4449 Hebrew
4450 Hungarian
4451 Italian
4452 Norwegian bokmål
4453 Punjabi
4454 Slovenian
4455 Spanish
4456
4457
4458Overview of Changes in GTK+ 3.15.7
4459==================================
4460
4461* GtkListBox now supports models with gtk_list_box_bind_model
4462
4463* GtkNotebook has a new function to support tab dnd
4464
4465* GtkSidebar was renamed to GtkStackSidebar to better convey what it does
4466
4467* GtkFileChooser now has a location column for search
4468
4469* GdkGLProfile has been removed
4470
4471* Bugs
4472 695945 implement minimize / maximize functionality
4473 708320 listbox: Update the cursor row when the row's child gets focus
4474 741946 OpenGL context should allow for GL attribute selection
4475 743350 main: Make gtk_get_option_group() available to bindings
4476 744148 gtk: x: fix compilation without x11 backend
4477 744172 Wayland: Clients won't work on compositors that support wl_seat < 4
4478 744204 File chooser in gedit try to open directory instead of navigatin...
4479 744394 GtkGLArea documentation does not reflect changes in the api
4480 744400 Add specific CSS class for the close/minimize/maximize button
4481 744407 Can't support core 3.2 gl context on llvmpipe
4482 744455 wayland: Update to xdg-shell unstable v5
4483
4484* Translation updates:
4485 Hungarian
4486 Norwegian bokmål
4487 Slovenian
4488 Spanish
4489 Turkish
4490
4491
4492Overview of Changes in GTK+ 3.15.5
4493==================================
4494
4495* GTK+ types now support the GLib g_autoptr() facility for
4496  automatic cleanup of automatic variables. GTK+ itself does
4497  not use g_autoptr() internally.
4498
4499* GtkSearchEntry has gained ::next-match, ::previous-match
4500  and ::stop-search signals and a gtk_search_entry_handle_event()
4501  function, which help in providing a richer search experience
4502  and make search entries usable outside of GtkSearchBar.
4503
4504* GtkFileChooser:
4505 - The search has been reintegrated in the UI, there is now
4506   a toggle button on the header bar to go to search mode,
4507   in addition to the Alt-S shortcut.
4508 - The file chooser button now accepts files by drag-and-drop properly.
4509
4510* GtkScrolledWindow has gained a new ::edge-reached signal, which
4511  triggers when the edge of the scrollable area is reached.
4512
4513* CSS:
4514 - Performance improvements
4515
4516* OpenGL:
4517 - It is now possible to specify the required GL version, as well
4518   as some other options (debug, forward compatible) when creating
4519   a GdkGLContext
4520 - Support for the OpenGL legacy profile has been dropped. Most examples
4521   have been updated, with the exception of gdkgears, which will be fixed
4522   in the next snapshot
4523 - Use shader version 1.50
4524
4525* Mir backend: Many improvements
4526
4527* Bugs fixed:
4528 712752 GtkClipboard: add _get_default and _get_primary
4529 725164 [crash] update_current_folder_get_info_cb at gtkfilechooserwidget.c
4530 732051 Crash can result if a child widget is destroyed while its tab is...
4531 735316 Default font antialiasing results in wrong behavior on OS X
4532 740336 Wrong (white) background colour in notes grid
4533 740613 XConvertSelection crashes Gtk+ apps
4534 742636 Freeze if window closed while resume-events pending
4535 742953 GdkGLContext will not create a core context
4536 743146 Crash in gdk_gl_texture_from_surface() when a GtkGLArea is packe...
4537 743193 Fix transfer annotation for tree_model parameter of gtk_tree_get...
4538 743229 clipboard: support selection notification on wayland
4539 743257 Popover not dismissed on clicking the header bar
4540 743286 Mention that the path returned by gtk_tree_row_reference_get_pat...
4541 743330 Wintab initialization glitches
4542 743341 GtkImage does not correctly reflect icon theme changes.
4543 743393 DND icons don't work in the inspector
4544 743422 valgrind: Conditional jump or move depends on uninitialised valu...
4545 743451 Drag and drop on GtkFileChooserButton doesn't work
4546 743592 crash on link click in about dialogue
4547 743593 GtkWidget's va_marshaller for "event-after" signal is incorrect
4548 743633 gdkscreen-wayland: Don't leak wl_output objects
4549 743638 getting-started: Update example-0.c to use GtkApplication
4550 743647 image-missing is missing from libgtk's resources
4551 743659 All folders hidden after returning from search mode in GtkFileCh...
4552 743660 Pressing Ctrl should not start a search in the file chooser
4553 743680 getting-started: update Basics section to correspond to example-...
4554 613833 Unnecessary queue_resize() for GtkImage
4555 741946 OpenGL context should allow for GL attribute selection
4556 742566 Bitfield structure members used for booleans
4557 742848 scrolledwindow: should emit edge-overshot when scrollbar reaches end
4558 743395 Regression in gnome-terminal starting with gtk commit 27285f1 ' ...
4559 743640 add __attribute__((cleanup)) support
4560 743770 Memory leak in plugman example
4561 743894 don't trigger interactive overlay scrollbar when drag-selecting
4562 743917 Gtk modules must be compatible with both gtk 2 and 3
4563 743975 Better deprecation information for GtkStatusIcon
4564 744203 gdkgl shaders use depricated GLSL version
4565 744212 gdk_gl_context_set_required_version() interprets requests for 4...
4566
4567* Translation updates:
4568 Hebrew
4569 Hungarian
4570 Icelandic
4571 Lithuanian
4572 Norwegian bokmål
4573 Russian
4574 Slovak
4575 Spanish
4576
4577
4578Overview of Changes in GTK+ 3.15.4
4579==================================
4580
4581* GtkTextView
4582 - Allow to customize multi-click behaviors, using the new
4583   ::extend-selection signal
4584 - Selection can now be extended by scrolling
4585 - Better behavior and appearance for text selection with touch
4586
4587* GtkApplication:
4588 - Use app menu fallback with ssh connections
4589 - Provide a mechanism to hide unnecessary app menu items
4590   on OS X, so a single menu file can be used across platforms
4591
4592* GtkCalendar:
4593 - Show other months in a different color under Adwaita again
4594 - Ensure we always show a bit of the other month on both ends
4595
4596* GtkScrolledWindow
4597 - Make overlay scrollbars more dynamic
4598
4599* GtkFileChooser:
4600 - Make bookmark DND insert at the right location
4601 - Make '~' and '/' work in recent mode
4602 - Make Ctrl-L work in recent mode
4603 - Re-integrate search
4604
4605* CSS:
4606 - Introduce immutable style nodes
4607 - Performance improvements
4608 - Reduced memory consumption
4609
4610* GtkInspector:
4611 - Add a magnifier for the selected widget
4612 - Show more display information
4613 - Show memory address of objects
4614
4615* Wayland:
4616 - Use subsurfaces for popovers, so popovers can extend beyond the
4617   window boundaries
4618 - Prefer the Wayland backend over X11 if both are available
4619
4620* GL:
4621 - Fix interaction with hi-dpi
4622 - Add OpenGL support to the Windows backend
4623
4624* Bugs:
4625 111503 Customization of text selection bounds on double click
4626 301835 should the calendar start on the 1st of month?
4627 477454 libgtk crashed in gtk_notebook_button_release
4628 671802 no menu fallback with ssh -X or sudo
4629 671895 gtk_print_context_get_hard_margins needs to take into account page...
4630 674537 GtkMenuPositionFunc: x and y should be "inout"
4631 705582 gtk_recent_manager_init fails to check settings==NULL
4632 710612 [PATCH] Allow to extend selection with mouse scrollwheel
4633 738338 quartz: NSWindow NULL check in get_scale_factor
4634 738891 Use GDK_WINDOW_SUBSURFACE for popovers
4635 739038 gtk_recent_manager_set_filename: assertion failed: (priv->filename...
4636 740758 Add getters for device vendor/product IDs
4637 740795 GDK: Add OpenGL Support for Windows
4638 741259 gtkmodelmenuitem: force icon scaling
4639 741569 Minor theme bug: square progress bars
4640 741610 Finish up support for macos menubar
4641 741652 Leaking menus when attaching to a button
4642 741702 Right margin not respected with RTL text in non-wrapping mode only
4643 741827 typo in testsuite/reftests/Makefile.am causes build failure on Min...
4644 741897 documentation fix
4645 741969 GTK_STOCK_COPY
4646 742010 GtkLabel eats thumb-button clicks
4647 742170 cut/copy/paste binding entries are registered 2x
4648 742181 "show images in menus" causes weird padding outside GNOME
4649 742243 GtkScrolledWindow draws overshoot at the wrong position
4650 742311 On cellrenderertext, notify for "size" and "size-points" propertie...
4651 742343 Hide scrollbar in GtkFileChooser if appropriate
4652 742518 object overview should include the pointer to the object in memory
4653 742631 Left padding on File Chooser List
4654 742653 gtkfilechooserwidget: When using an extra widget, show or hide the...
4655 742664 Portabilitiy issues with GTK-Inspector 32-bit and non-gnome3 desktop
4656 742702 GtkTreeView separator has wrong color if not active
4657 742704 GtkComboBox: Separators not visible with Adwaita
4658 742727 nautilus adding bookmark by dragging appear always at top
4659 742764 Fix check for 'y' padding in gtk_cell_renderer_set_padding()
4660 742771 Properly ignore BadWindow and BadDrawable in get_child_info_handler()
4661 742774 Properly check result of g_utf8_get_char_validated()
4662 742778 Fix accessible_class->widget_set initialization
4663 742785 Fix event->button.y_root when using mouse buttons and dnd canceled
4664 742786 Fix save_hot_y init in gtk_drag_get_icon()
4665 742940 Adjust annotations of gtk_status_icon_position_menu to match GtkMe...
4666 742980 cannot start broadway on FreeBSD
4667 743037 Typo in gdk_window_get_root_coords documentation
4668 743101 commit 77b876fa breaks zathura
4669 743117 / and ~ Don't work in filechooser's recent mode
4670 743157 gtk3-demo editable cells treeview problem
4671 742646 DnD images not shown
4672
4673* Translation updates:
4674 Basque
4675 British English
4676 Czech
4677 Galician
4678 German
4679 Greek
4680 Hebrew
4681 Hungarian
4682 Icelandic
4683 Lithuanian
4684 Russian
4685 Spanish
4686 Vietnamese
4687
4688
4689Overview of Changes in GTK+ 3.15.3
4690==================================
4691
4692* GtkTextView:
4693 - Font fallback and letter spacing can be controlled with tags now
4694 - Pango markup can be inserted in text buffers
4695
4696* GtkEntry now has API to grab focus without selecting the contents
4697
4698* GtkWindow now starts from the focused widget when looking for
4699  actions that are activated by accelerators
4700
4701* GtkScrolledWindow draws an indication where an edge if hiding
4702  some content that can be scrolled in
4703
4704* GtkStack has gained GtkNotebook-like focus handling
4705
4706* Theming:
4707 - Support :not() in CSS
4708 - GtkRange now supports :hover for the whole widget
4709 - The HighContrast theme has caught up with some never GTK+ features
4710 - Avoid excessive shadow redraws
4711
4712* Build:
4713 - gtk3-update-icon-cache is no longer used at build time, and the
4714   --enable-gtk2-dependency configure option has been removed
4715 - The examples that are used in the documentation can now be built
4716   standalone
4717
4718* Inspector:
4719 - Allow extension with loadable modules, the first use for this
4720   is gjs-inspector, which adds a JavaScript prompt
4721 - Allow testing cursor theme changes
4722
4723* Bugs fixed:
4724  59390 load Pango Markup into GtkTextBuffer
4725 364566 Text editing widgets should support keypad Insert/Delete...
4726 461249 gtk_icon_theme_list_contexts() documentation: What is a ...
4727 674537 GtkMenuPositionFunc: x and y should be "inout"
4728 708857 Half-maximized CSD apps don't get a drop shadow drawn
4729 710793 GtkDialog destroy event allocation size== 1, 1
4730 721939 Editable cells demo: Add new row at cursor
4731 722781 Foreach call on sort model fails with sort function
4732 729927 impossible to create a directory if the contents of the ...
4733 730232 print dialog clips off left page size label on A4 landsc...
4734 730364 Add HTTPS or secure connection support with certificates...
4735 735122 GtkApplication: fix global menubar on Mac OS
4736 735838 Provide a way to focus an entry without selecting its co...
4737 739453 Home and Desktop do not link to correct place in PlacesS...
4738 739729 Bookmarks in sidebar sometimes randomly change their order
4739 739977 Don't wait for ENTER to initiate search
4740 740162 Problem linking gtk-query-immodules-3.0
4741 740287 GtkWindow's hide-titlebar-when-maximized no longer does ...
4742 740358 Postbuild checks complains about 64-bit portability
4743 740374 Is enum GtkCssProviderError really deprecated?
4744 740438 Stop emitting state-change signals for ATK_STATE_ARMED
4745 740447 support symbolic Application icons for high contrast theme
4746 740537 Cannot build example application
4747 740605 Fix Build In gdkgl.c (Avoid GCCism In Pointer Arithmetic)
4748 740612 Cups secret service auth_info lookup fails to read auth_...
4749 740613 XConvertSelection crashes Gtk+ apps
4750 740642 Fix different height for buttons with Hebrew character
4751 740682 gtkapplication: Use actions from focused widget to activ...
4752 740742 Don't scale before translation
4753 740770 Missing style when the GtkCellRenderer:sensitive propert...
4754 740812 Gtk-CRITICAL **: gtk_widget_is_ancestor: assertion 'GTK_...
4755 740851 widget-factory: Add a row separator to the tree view
4756 740857 HighContrast: in-app notifications lack padding
4757 740860 HighContrast: vertical linking
4758 740862 HighContrast: wide pane splitter
4759 740863 HighContrast: separators
4760 740876 HighContrast: scrolled window overshoot
4761 740896 GtkPlacesSidebar: add support for unmount notifications
4762 740904 Adwaita: tree lines are broken
4763 740954 Please consider adding a font fallback property
4764 740983 Allow plugins for Gtk Inspector
4765 741027 Gtk Icon Browser | Add separator instead of shadow
4766 741041 Add standalone Makefiles for the application examples
4767 741117 Improve marks of GtkScale
4768 741130 Entry completion with multiple cells can size wrong on f...
4769 741185 GtkNotebook Raleigh theme doesn't highlight the active tab
4770 741249 gtk_menu_tracker_section_find_model returns FALSE
4771 741250 gtk_places_sidebar_list_shortcuts returns FALSE
4772 741251 gtk_widget_get_frame_clock returns 0
4773 741252 tests/variable.h header guard typo
4774 741254 Improper headers guards
4775 741314 No border / shadow underneath items dragged onto listvie...
4776 741375 Windows: GTK+ programs stop running due to changes in CS...
4777 741386 allow applications to retrieve GActionGroups available t...
4778
4779* Translation updates:
4780 Hebrew
4781 Swedish
4782 Turkish
4783 Vietnamese
4784
4785
4786Overview of Changes in GTK+ 3.15.2
4787==================================
4788
4789* GtkPopoverMenu: A GtkPopover subclass that makes it easy
4790  to manually build menu-like popovers which can include
4791  arbitrary controls.
4792
4793* GtkModelButton: A button widget that is optimized for
4794  use inside popovers with a GAction as 'model'.
4795
4796* GL support:
4797 - Try harder to pick good visuals
4798 - Rework the way GL rendering is done in GtkGLArea
4799 - Support input events in GtkGLArea
4800 - Use shaders
4801 - The GDK_GL environment variable can be used for debugging
4802
4803* Inspector:
4804 - Make picking widgets work in Wayland
4805 - Rework search in all pages
4806 - Improve space use
4807 - Support GL information and debug flags
4808 - Shield the inspector window from more debug settings
4809 - Hide empty tabs
4810
4811* Theming:
4812 - Include the HighContrast theme
4813 - Add borders to menus in non-composited environments
4814 - Load themes from versioned directories like
4815   .../themes/Emerald/gtk-3-14/.
4816
4817* Wayland:
4818 - Make window opacity work
4819 - Propagate clipboard owner changes
4820
4821* Mir:
4822 - Improved event handling
4823 - Support cursors
4824 - Enable CSD
4825 - Better monitor support
4826 - Add OpenGL support
4827
4828* Deprecations:
4829 - gdk_cursor_new
4830 - gdk_device_grab_info_libgtk_only
4831 - gdk_display_open_default_libgtk_only
4832 - gdk_add_option_entries_libgtk_only
4833 - gdk_pre_parse_libgtk_only
4834
4835* Bugs fixed:
4836 687963 Extend warning "Icon '%s' not present in theme" to mention...
4837 734140 Gnome apps spam stderr with warnings if Gnome Session Manager...
4838 737891 mounting LUKS partition from nautilus takes very long
4839 738321 GtkMenu has unnecessary scroll buttons
4840 738648 gdk_window_get_content() causes creation/destruction of back...
4841 738670 GL Context on NVIDIA
4842 738800 Menu border missing in Adwaita when no compositor is running
4843 738887 "Cannot commit NULL buffer to xdg_surface" error too pervasive
4844 739474 radiobutton: don't consider hidden buttons in the group for focus
4845 739750 Fix handling of windows with sizes that aren't a multiple of...
4846 739781 Make global GDK libgtk_only functions more private
4847 739885 gtk3-3.14.5 - fail to link - undefined reference to `GTK_IS_PLUG'
4848 739977 Don't wait for ENTER to initiate search
4849 740011 overscroll overlay is opaque in unfocused mode sidebars
4850 740346 Mir backend needs support for GdkGLContext
4851
4852* Translation updates:
4853 Greek
4854 Hebrew
4855 Kazakh
4856 Norwegian bokmål
4857 Spanish
4858 Swedish
4859
4860
4861Overview of Changes in GTK+ 3.15.1
4862==================================
4863
4864* An experimental mir backend has been added.
4865  Use --enable-mir-backend to build it.
4866
4867* Inspector:
4868 - Show more information
4869 - Use a separate display connection
4870
4871* Deprecations:
4872 - GtkStyleProperties
4873
4874* Bugs fixed:
4875 707695 GtkLevelBar Colour CSS
4876 737561 quartz: gtk+ 3.14.0 fails to build on 10.6.8, 'NSFullScreen...
4877 738650 fix separator with iconic section and more
4878 738886 Out of bounds access in MyEnhancedXkbTranslateKeyCode
4879 738955 Client-side decoration window menus appear at wrong positio...
4880 738982 Add support for ATK_STATE_HAS_TOOLTIP
4881 739001 Fix Build of broadwayd on Visual Studio
4882 739005 gtkstatusicon.c won't build with both X11 and Quartz backen...
4883 739111 GtkFontChooserDialog fixes
4884 739150 Dragging bookmark crashes nautilus
4885
4886Translation updates:
4887 Czech
4888 Hungarian
4889 Serbian
4890 Spanish
4891
4892
4893Overview of Changes in GTK+ 3.15.0
4894==================================
4895
4896* GDK supports rendering windows using OpenGL; currently
4897  this is implemented for X11 and Wayland using libepoxy
4898
4899* GtkGLArea: A new widget for rendering with OpenGL
4900
4901* GtkSidebar: A new switcher for GtkStack that looks like
4902  a sidebar
4903
4904* Better typography: In many places, we now use proper Unicode
4905  characters for dashes, quotes, multiplication signs and the
4906  like, instead of ASCII approximations
4907
4908* Theming:
4909 - Context menus use the default font instead of inheriting from
4910   the widget they are attached to
4911 - Theming engines are no longer used
4912 - Backdrop style has been fine-tuned to make the difference to
4913   the active window more evident without affecting readability
4914
4915* Inspector:
4916 - Show nested tree models
4917 - Add a checkbox to disable the warning dialog
4918 - Rearrange the UI to gain space
4919 - Show object counts
4920
4921* GtkTextView has a monospace property
4922
4923* GtkPaned has a wide-handle property
4924
4925* GtkPrintUnixDialog
4926 - Has improved appearance without headerbars
4927 - Better rendering of sheet icons
4928 - No more missing icons
4929
4930* GtkScrolledWindow
4931 - A new policy, GTK_POLICY_EXTERNAL, which allows scrolling
4932   without showing a scrollbar
4933 - Scroll events can now overshoot as well
4934 - The new signal ::edge-overshot is emitted when the scrolled
4935   window is fully overshot
4936 - Scrollbars will be overlayed as narrow indicators when
4937   there is no mouse
4938
4939* Deprecations:
4940 - gdk_window_set_static_gravities
4941 - gdk_window_set_composited
4942 - gtk_style_context_get_background_color
4943 - gtk_style_context_get_border_color
4944 - gtk_settings_set_string/long/double_property
4945 - gtk_settings_install_property
4946
4947* Bugs fixed:
4948 119189 Add OpenGL support to GTK+
4949 154709 don't use the cursor for preview
4950 582799 GtkContainer should parse a list of widgets for a focus chain
4951 671138 About dialog contains scary warranty disclaimer in copyright...
4952 672946 Add gtk_css_provider_load_resource_from_file
4953 681185 Document precedence between tooltip-markup and tooltip-text
4954 724096 search-bar: don't show the widget until we're ready to reveal
4955 725441 Print Dialog: Add support for PPD-less printing on IPP print...
4956 730730 scrolling is broken when sharing adjustments
4957 730893 Dialogs use headerbars even when DialogsUseHeader is unset
4958 733157 Remove redundant checks for NULL
4959 735192 Use better typography for paper names
4960 735293 No vertical stack switcher component available (Sidebar)
4961 735841 EmptyBoxes: instructions_label's alignment is off
4962 737670 GtkCalendar days cannot be selected if vertical size is grea...
4963 737679 Bookmarks are visually duplicated in sidebar
4964 737777 Applications crash randomly while printing with a password-s...
4965 737929 Long tooltips extend too far horizontally without wrapping
4966 737952 Documentation missing for GtkTextView's new draw-layer funct...
4967 737981 Strange frame in GtkScrolledWindow
4968 737983 gtkplacessidebar: Open $HOME after unmounting or ejecting
4969 737985 Unnecessary "GtkScrolledWindow .frame"
4970 737986 Transparent icon background rendered black on XFCE
4971 738083 GtkMenuButton is not disabled even if corresponding GAction is
4972 738111 GtkListBox should allow for setting "placeholder" via GtkBui...
4973 738158 Flat context menu button
4974 738272 inspector: Add a tab for object counts
4975 738533 Show overshoot on scroll events
4976 738534 Add ::edge-hit signal
4977 738591 Can't select file after showing header context menu
4978 738636 GtkStackSwitcher focus overlap border
4979 738670 GL Context on NVIDIA
4980 738860 GtkPaned: Add a "wide-handle" property
4981 738873 wayland backend aborts entire program if XDG_RUNTIME_DIR unset
4982 738912 wayland: Don't try to create a subsurface again
4983
4984* Translation updates
4985 Czech
4986 French
4987 German
4988 Hebrew
4989 Indonesian
4990 Italian
4991 Kazakh
4992 Korean
4993 Persian
4994 Polish
4995 Scottish Gaelic
4996 Spanish
4997
4998
4999Overview of Changes in GTK+ 3.14.0 to 3.14.1
5000============================================
5001
5002* Bugs fixed:
5003 635258 Possible type to symbol translation bug
5004 654051 Special GtkToolbar style when in fullscreen mode to respect...
5005 708206 GtkBuilder throws GVariantParse errors instead of the GtkBu...
5006 719936 GtkFontButton: Make sure the dialog isn't destroyed on dele...
5007 729782 Window "disappears" when middle clicking client side decora...
5008 734879 gdk_test_simulate_key() has no implementation on win32
5009 735054 gtkapplication-quartz-menu unconditionally uses 10.7 features
5010 735338 The inspector sometimes doesn't show up
5011 735749 gnome-software: Can't switch between screenshots
5012 736193 changing a GtkPopover's relative widget seems to forcibly d...
5013 736338 GTK+ reftests can't be built on W32
5014 736557 inspector: Show hidden windows in the inspector
5015 736702 GtkWindow event special logic ignores subclass handlers
5016 736830 GtkVolumeButton reaction inverted on scrolling action when ...
5017 736971 GtkSettings: Add a private getter for the source
5018 737251 drop down menus are always scrollable in full screen mode
5019 737297 Gtk buttons don't work with touch anymore
5020 737363 testgtk.c fails to compile when building for Wayland
5021 737386 dark adwaita's -GtkWidget-link-color is unreadable on gray ...
5022 737439 Plug memory leak in gtk_test_find_label()
5023 737517 no border around progress bar
5024
5025* Translation updates:
5026 Brazilian Portuguese
5027 Czech
5028 French
5029 Galician
5030 German
5031 Greek
5032 Hebrew
5033 Hindi
5034 Hungarian
5035 Indonesian
5036 Kannada
5037 Latvian
5038 Polish
5039 Russian
5040 Scottish Gaelic
5041 Serbian
5042 Spanish
5043 Tamil
5044 Telugu
5045
5046
5047Overview of Changes in GTK+ 3.13.9 to 3.14.0
5048============================================
5049
5050* GtkMisc::xalign has been undeprecated for now, it is still needed
5051
5052* GtkIconView
5053 - Always draw cell background
5054 - Fix handling of prelight items
5055
5056* GtkWindow
5057 - Fix growing nautilus windows
5058
5059* Bugs fixed:
5060 736338 GTK+ reftests can't be built on W32
5061 736622 Better mark GtkAlignment as deprecated
5062 736927 Reference documentation refers to GTK 2
5063 737000 Some icon themes broken on 3.13.92
5064 737026 gtkinspector crashes app when selecting 'cancel' on initial prompt
5065 737027 gtkinspector doesn't run if custom GSETTINGS_SCHEMA_DIR specified
5066
5067* Translation updates:
5068 Bengali (India)
5069 Catalan
5070 Catalan (Valencian)
5071 Danish
5072 German
5073 Greek
5074 Hebrew
5075 Hindi
5076 Hungarian
5077 Marathi
5078 Russian
5079 Slovak
5080 Swedish
5081
5082
5083Overview of Changes in GTK+ 3.13.8 to 3.13.9
5084============================================
5085
5086* Adwaita:
5087 - Use sass functions more
5088 - Theme .app-notification instead of .app-notification.frame
5089 - Lots of button fine-tuning
5090 - Avoid double background rendering in tooltips
5091
5092* Inspector:
5093 - Show widget allocations
5094 - Show hidden windows
5095 - Fix initial state of dark switch
5096
5097* Bug fixes:
5098 328449 selecting selectable ellipsized GtkLabel labels is (slightly) broken
5099 528800 Widget Gallery has non-intuitive Image for GtkTreeView
5100 579625 Cancel button on Gtk.Assistant should have Esc as accelerator
5101 668258 Topic ellipsis acts as a link when omitted text contains a link
5102 698031 Cannot link libgdk (-lrt required)
5103 732916 treeview: column drop target visualization broken
5104 735240 Labels in list rows don't get their dim-label class applied until...
5105 735953 GtkPlacesSidebar blocks on g_file_query_info()
5106 735959 osd progressbar gap
5107 735965 rubberband selection broken
5108 736004 touch support for icon activation
5109 736056 GtkFontChooserButton's contents are not baseline aligned
5110 736064 Openbox title bar strange behaviour
5111 736121 gdk smooth scroll event unit inconsistencies between backends
5112 736131 tooltip: Fix warning with GtkCellRendererAccel
5113 736155 gtk_window_draw draws background twice and breaks with translucent...
5114 736173 a program clashes when drag-and-drop items in a GtkRecentChooserWidget
5115 736178 gtk_tree_view_scroll_to_cell() only works the first time
5116 736191 Inspector could show widget allocation
5117 736201 g_object_weak_unref assertion failures when closing the inspector
5118 736203 [regression] GtkCellRendererAccel doesn't work in modal dialogues
5119 736205 GtkMenuButton with popover breaks with GtkApplicationWindow's buil...
5120 736250 Need to sort gtk_compose_seqs_compact[] table in the descending order
5121 736269 GTK crashes when gdk_window_get_root_coords() is called on a forei...
5122 736307 GtkStackSwitcher doesn't like removing children from stack
5123 736512 Segfault in GtkPlacesSidebar when used with Nautilus
5124 736535 Vertical alignment of text labels is off
5125 736557 inspector: Show hidden windows in the inspector
5126
5127* Translation updates:
5128 Assamese
5129 Brazilian Portuguese
5130 Czech
5131 Finnish
5132 French
5133 Galician
5134 German
5135 Greek
5136 Gujarati
5137 Hebrew
5138 Indonesian
5139 Kannada
5140 Korean
5141 Latvian
5142 Lithuanian
5143 Korean
5144 Polish
5145 Punjabi
5146 Russian
5147 Spanish
5148 Swedish
5149 Traditional Chinese
5150
5151
5152Overview of Changes in GTK+ 3.13.7 to 3.13.8
5153============================================
5154
5155* Wayland:
5156 - Implement Drag-and-Drop
5157 - Use subsurfaces for entry completion popups
5158 - Use subsurfaces for tooltips
5159
5160* Bugs fixed:
5161 156164 Fix _gtk_text_buffer_get_line_log_attrs for last line
5162 346886 GtkTreeModelFilter doesn't allow multiple calls to set_visible_func
5163 415415 tree lines drawn in black
5164 602443 Can't use .glade with GtkListStore, gint64/guint64 and design-time data
5165 641638 Remove AM_PATH_GTK_3_0 macro
5166 658722 Drag and Drop sometimes stops working
5167 674264 Credentials from gnome-keyring is not used while printing
5168 680067 Credits in About dialog don't support https
5169 695504 gtk-demo: entry completion doesn't work
5170 697855 Implement DnD in wayland
5171 720269 ScaleButton: scrolling on the button doesn't do anything
5172 729215 Please implement Wayland subsurfaces
5173 731380 gtk3-demo button box works badly with a touch screen under wayland
5174 733967 provide proper pseudostates for radios and checkboxes
5175 734290 Checkbox inconsistency / usability issues in gtk3-3.13.5-2
5176 734374 wl_touch serials are ignored
5177 734753 Path bar - buttons don't have enough padding
5178 734961 GtkAboutDialog uses deprecated property
5179 735012 Toolbars take too much space
5180 735014 GtkPopover smart positioning broken in RTL
5181 735034 application_get_menu_by_id should either ref or be transfer none
5182 735119 inconsistent order of close/help buttons
5183 735223 Touch scrolling invalidates more than intended
5184 735226 Avoid NULL surface access if a window is shown/hidden within a frame
5185 735253 GTK+ requires symbols not available in specified gdk-pixbuf version
5186 735294 No widgets visible in simple applications with gtk+ 3.13.3 and later
5187 735300 clicking on Actions tab in inspector causes abort
5188 735301 Duplication of words in comments (for for, the the)
5189 735310 GtkLabel selection background missing with Adwaita
5190 735321 Get the default gkt-font-name font size from user font
5191 735337 Crash in inspector, in the CSS editor
5192 735353 GtkTreeView::row-activated not emitted sometimes
5193 735368 try to tidy up the TextView background rendering
5194 735389 client crashes if it gets an invalid keymap from the compositor
5195 735401	make check fails on 3.13.7 without --enable-installed-tests
5196 735428	gtk_main() tries to unlock an unlocked mutex
5197 735531	Make tooltips use subsurfaces on wayland
5198 735545	MenuButton: dismiss menu/popover when toggling programmatically
5199 735593	Implement CSS font-stretch property
5200 735830	Pixmap based cursors get surface destroyed after first use
5201 735831	Change current cursor on grabs
5202
5203* Translation updates:
5204 Assamese
5205 Finnish
5206 Greek
5207 Hebrew
5208 Japanese
5209
5210
5211Overview of Changes in GTK+ 3.13.6 to 3.13.7
5212============================================
5213
5214* To align better with css, button and menuitem subclasses now use a
5215  :checked state to indicate their checkedness, instead of :active or
5216  :selected.
5217
5218* Deprecations: GtkStatusIcon, GtkThemingEngine
5219
5220* Bugs fixed:
5221 724281 Statusbar displays removed message
5222 731013 Cross-compilation from Linux to Windows broken...
5223 731443 GtkPlacesSidebar - refine spacing
5224 734143 Cannot drag files from the filechooser anymore
5225 734357 GtkListBox doesn't get events delivered for GtkStack children
5226 734420 BroadwayServer support for unix socket listening
5227 734614 Undo buttons in application notifications are too tall
5228 734641 gdk_window_set_device_events() does not change the event mask...
5229 734649 Only notify 'adjustment' if the property changed
5230 734651 Resizing gtk3-iconbrowser is super slow
5231 734660 Always emit value-changed when the adjustment is changed
5232 734668 Properly handle alpha in fg color when rendering symbolic icons
5233 734709 GtkListBoxRow should also set its clip
5234 734735 GCC warns about unused things when building GTK+ on W32
5235 734736 GCC warns about wront format strings when building GTK+ on W32
5236 734737 GCC warns about various things when building GTK+ on W32
5237 734778 Object leaks in broadway_server_new() constructor
5238 570414 Disable font fallback in the font dialog preview panel
5239 665711 Font size cannot be changed to floating point / non-integer...
5240 724996 Font Button too many decimal places
5241 733832 Improve fontchooser widgets display text
5242 733967 provide proper pseudostates for radios and checkboxes
5243 734738 Possible bug in W32 input grabbing
5244 734826 Deprecate GtkStatusIcon
5245
5246* Translation updates:
5247 Greek
5248
5249
5250Overview of Changes in GTK+ 3.13.5 to 3.13.6
5251============================================
5252
5253* Theme
5254 - Many Adwaita improvements in details
5255 - Much faster blur implementation for shadows
5256 - Support symbolic, recolorable pngs
5257
5258* GtkFileChooser
5259 - Fix editing of bookmarks
5260 - Use symbolic icons in the path bar
5261
5262* GtkTextView
5263 - Add a vfunc to allow subclasses to draw above/below text
5264
5265* GtkImage
5266 - Support scale factor when loading from resources
5267
5268* Inspector
5269 - Show some widget states and buildable ids
5270 - Add GtkTreeSelection to object tree
5271
5272* Wayland
5273 - Support newer protocol versions
5274
5275* Windows:
5276 - Fix handling of input shapes
5277 - Support font scaling
5278 - Dialog theming fixes
5279 - Several crash fixes
5280
5281* Bugs fixed:
5282 624791	GtkTextBuffer doesn't emit signal "notify" on change of property "text"
5283 638709	utf8_strrcasestr in GtkTextIter makes an invalid read
5284 641638 Avoid pkg-config --atleast-version
5285 705054	Embed manifest into gtk-update-icon-cache.exe
5286 715176	object:state-changed:focused event missing when a text widget regains...
5287 721367	Add gtk_application_get_actions_for_accel()
5288 726224	W32: GDK tries to set GWLP_HWNDPARENT to NULL when it's NULL already
5289 729140	popovers can't always track the widget
5290 729636	Only show title button separator when there is something to separate...
5291 729809	listbox: Add missing ::row-selected emissions
5292 729924	Crash while trying to print
5293 730450	Support non-svg symbolic icons
5294 732137	Fix building quartz backend
5295 733312	Deprecate GtkTreeView:rules-hint
5296 733406	gtk_text_view_scroll_mark_onscreen() not working any more
5297 733416	image: support scale factor when loading from GResource
5298 733610 g_object_unref exceptions using GtkNotebook
5299 733671 W32: Non-CSDed windows have unthemed titlebar
5300 733679 GDK does not handle WM_NCHITTEST
5301 733766 W32: gedit crashes when closing a print dialogue
5302 733767 GtkPrintOperation does not keep itself alive through callbacks
5303 733768 W32: Widgets can't be embedded into foreign windows
5304 733769 W32: Critical error when GTK tries to set opacity for embedded windows
5305 733773 GTK implicitly uses native W32 widgets in some cases, but lacks ICC...
5306 733782 GtkListBoxRowAccessible expects the parent to be a GtkListBox
5307 733923 gtk_widget_get_accessible() fails for an unparented GtkPopover
5308 733925 GtkApplication: load gtk/menus-common.ui resource
5309 733965 Add a way to debug GActions
5310 733979 Combobox is styled like the last child if linked class applied, even...
5311 734033 Avoid initial keyboard focus heuristic selecting labels
5312 734038 GTK does not respect system font scaling
5313 734053 gtkcairoblur: Replace our exponential blur with the box blur from mutter
5314 734129 Popover sometimes fails to get raised above contents
5315 734213 GtkSwitch showing up with "mixed" state when setting it active before...
5316 734292 drag: add missing introspection annotations
5317 734485 Switches are too big, glow effect makes it hard to read "ON"
5318 734526 GtkToolbar: Implement clip
5319
5320* Translation updates:
5321 Arabic
5322 Basque
5323 Brazilian Portuguese
5324 Greek
5325 Lithuanian
5326 Slovenian
5327 Spanish
5328
5329
5330Overview of Changes in GTK+ 3.13.4 to 3.13.5
5331============================================
5332
5333* Adwaita:
5334 - Many improvements in details
5335 - Style .needs-attention in GtkStackSwitcher
5336
5337* CSS:
5338 - Selectors can now match state pseudo classes on
5339   all elements
5340
5341* GtkListBox:
5342 - Rows now have a selectable property and will be
5343   styled accordingly
5344
5345* Inspector:
5346 - Add an easy way to change the font
5347 - Show widget state and other misc. info
5348
5349* Wayland:
5350 - Fix repaint artifacts
5351 - Update xdg-shell
5352
5353* Windows:
5354 - Fix icon theme loading
5355
5356* Bugs fxed:
5357 591258 Easy to accidentally select first option in popup menus
5358 618852 gtk_text_iter_forward_visible_cursor_position does not move...
5359 707153 Add style for stack switcher items with the needs-attention...
5360 731582 Please use AC_PATH_TOOL to improve cross-compile & multilib...
5361 733099 Regression: gtk_window_set_title() no longer sets header ba...
5362 733174 Missing documentation for GtkSpinButton::change-value and ...
5363 733189 Careless URI construction in GTK+
5364 733321 Tooltips disappear when a new GtkMenu is created
5365 733360 GtkSwitch: css, make box-shadow outsets work for the switch...
5366 733361 GtkProgressBar: css, make box-shadow outsets work for the p...
5367 733407 GtkTextView: use GSlice
5368 733431 Regression: Button not added to action area of dialog
5369 733441 do not mention GtkArrow in the GtkMenuButton docs
5370
5371* Translation updates:
5372 Greek
5373
5374
5375Overview of Changes in GTK+ 3.13.3 to 3.13.4
5376============================================
5377
5378* Theming:
5379 - Adwaita is much more complete
5380 - Shadows, reliefs and frames in GtkScrolledWindow, GtkViewport,
5381   GtkButton, GtkEntry, GtkFrame, etc are now translated to style
5382   classes and themed
5383
5384* GtkApplication:
5385 - gtk_application_prefers_app_menu is a new function to facility
5386   adapting UIs to platform expectations
5387 - GtkApplication now tries to load menus from resources in the
5388   resource path that is defined by GApplication
5389 - GtkApplication set up a resource path for loading icons as well
5390
5391* GtkScrolledWindow:
5392 - Scrolling in response to user input (scrollbar clicks, keynav)
5393   is now animated
5394 - The displacement animation has been replaced edge gradients
5395
5396* GtkScaleButton:
5397 - The orientation is now changed on the fly to make the popup
5398   fit into small windows
5399
5400* GtkEntry:
5401 - Activity mode progress is now smooth
5402
5403* Client-side decorations
5404 - The default button layout includes minimize and maximize again
5405 - Dialogs are no longer using client-side decorations when
5406   use-header-bar is unset
5407
5408* GTK+ now ships a simple icon theme browser, gtk3-icon-browser
5409
5410* GtkInspector:
5411 - Can change hi-dpi scale on the fly
5412 - Can simulate touchscreen at runtime
5413 - Shows style properties
5414 - Ctrl-Shift-I selects the widget under the pointer
5415 - Property editors show property and settings bindings
5416
5417* Wayland:
5418 - Always use CSD under Wayland
5419 - Avoid a crash on pointer-less systems
5420 - Context menus work now
5421
5422* Deprecations, removals:
5423 - GtkWindow no longer supports resize grips
5424 - builtin icons have been deprecated in favor of loading icons
5425   from resources
5426
5427* Bugs fixed:
5428 484640 Improve double click handling in GtkIconView
5429 618852 gtk_text_iter_forward_visible_cursor_position does not move to end...
5430 629129 gtk_text_iter_forward_visible_cursor_position is VERY slow
5431 672676 evince doesn't permit to print more than 100 copies at once
5432 680885 GtkColorButton color swatch suboptimal when color ~= background color
5433 710449 Invalid memory access in "gdk_x11_window_set_opacity" on 64bit pla...
5434 722092 Add GtkApplication resources support
5435 722633 Remove separators from font chooser and file chooser
5436 724084 Provide .error .warning .question classes for GtkEntry (not legibl...
5437 726566 GtkEntryCompletion should emit signal for "no-suggestions" case.
5438 729620 De-uglify GtkCalendar
5439 730730 scrolling is broken when sharing adjustments
5440 730893 Dialogs use headerbars even when DialogsUseHeader is unset
5441 731158 gtkbookmarksmanager.c: save_bookmarks, silly strlen
5442 731297 Get rid of overshooting window/animation
5443 731463 Styling of last column header does not apply to treeview-like cust...
5444 731711 GtkLabel forwards button-press-event after showing a context menu
5445 732134 consider using an alternate durations for transitions of button pr...
5446 732206 wayland: crash with touch but no pointer
5447 732229 Buttons in menus in popovers - alignment and spacing issues
5448 732256 Add a flat style class and use it for flat buttons
5449 732298 adwaita -- progress bars indistinguishable from selected list row
5450 732330 Sort *_DEBUG values alphabetically
5451 732433 Typos in common questions
5452 732441 Selected text background is nearly transparent
5453 732443 Inspector hide and seek
5454 732454 Build error: return_exposes not defined in gdkevents-win32.c due t...
5455 732494 issues active buttons in popovers
5456 732667 cursor blink settings not fully undeprecated
5457 732681 Docs: make GtkWidget:margin-start and margin-end clearer
5458 732861 GtkImage surface documentation incomplete
5459 732894 icontheme: Use correct URI for icons in resource paths
5460 732900 textview calls gtk_widget_set_allocation() on children out of ::si...
5461 732933 horizontal autoscrolling broken
5462 732970 Unselectable GtkLabels with links get the wrong initial cursor
5463 732991 gtk_drag_anim_timeout change the user widget and never restore it
5464 733027 GtkStack doesn't render a background
5465 733076 Handle resolution changes in the GDK backend code
5466 733092 inspector: Do not accidentally change tab in the object notebook
5467 733099 Regression: gtk_window_set_title() no longer sets header bar title
5468 733112 GtkListBox: Add a ::activatable property for rows
5469
5470* Translation updates:
5471 Hebrew
5472 Lithuanian
5473 Russian
5474 Scottish Gaelic
5475 Slovenian
5476
5477
5478Overview of Changes in GTK+ 3.13.2 to 3.13.3
5479============================================
5480
5481* GtkInspector:
5482 - Support saving custom CSS
5483 - Show GMenus and GActions
5484 - Show combobox menus and submenus
5485 - Lower the inspector window when picking
5486 - Misc. navigation improvements
5487
5488* Gestures:
5489 - Convert most widgets to use gestures internally
5490
5491* Theming:
5492 - Use client-side shadows for menus and tooltips
5493 - Include the Adwaita theme
5494 - The default theme is now Adwaita
5495 - Icon loading now respects limits specified in the icon theme,
5496   unless GTK_ICON_LOOKUP_FORCE_SIZE is set
5497 - Don't include image content in icon caches, to avoid huge caches
5498 - GtkSwitch gained a hover state
5499
5500* Widget factory:
5501 - Improve coverage of GTK+ features
5502
5503* Wayland:
5504 - Support GNOME classic mode
5505
5506* Deprecations:
5507 - Style regions
5508 - Support for .icon files
5509 - gdk_window_flush, drawing outside of begin/end paint
5510
5511* Bugs fixed:
5512 721895	Remove GtkIconCache
5513 729820	GMenuModel submenu-action set 'false' before item activation
5514 730615	a11y private library not included in GIR
5515 730745	Port annotations from Vala
5516 730767	Tab that's being dragged is not updated
5517 730833	RTL in the inspector does not change the icons
5518 730924	Setting a GtkScrolledWindow to visible in a template causes a segfault
5519 731016	Text Drag'n'Drop broken in GtkTextView
5520 731020	3.13.2: PlacesSidebar changes directories on right click
5521 731187	Use csd shadows for menus
5522 731273	minimise and maximise buttons not present in header bars in gnome classic
5523 731299	Wrong function name for gtk_selection_data_get_data
5524 731371	Gtk gets confused by wayland touch events
5525 731377	Add a redirect on the website for the old language bindings page
5526 731382	Current docs still mention GtkList and GtkCList
5527 731429	Incorrect text provided by AtkText text-insert signal for GtkEntry
5528 731602	GTK+ 3.13.2 won't build in Windows
5529 731658	icon theme: Respect directory types for svg icons
5530 731790	GtkHeaderBar subtitle not redisplayed after custom title
5531 731834	GtkPopover is referenced directly in theme css
5532 731866	New window shadows
5533 731908	placessidebar: Use symbolic name for symbolic icon
5534
5535* Updated translations:
5536 Hebrew
5537 Spanish
5538
5539
5540Overview of Changes in GTK+ 3.13.1 to 3.13.2
5541============================================
5542
5543* Interactive debugging support. The GtkInspector
5544  window can be triggered with the Ctrl-Shift-I
5545  or Ctrl-Shift-D keyboard shortcuts, or via the
5546  GTK_DEBUG environment variable.
5547
5548* Gesture support has landed. New classes include
5549  GtkGestureLongPress, GtkGestureMultiPress, GtkGestureSwipe,
5550  GtkGesturePan, GtkGestureRotate, GtkGestureZoom. Many GTK+
5551  widgets already use gestures internally. Gestures also
5552  show up in GtkInspector.
5553  The gesture-related APIs are still subject to change.
5554
5555* GTK+ widgets can now draw outside their allocation,
5556  by setting a clip with gtk_widget_set_clip().
5557  The clip-related APIs are still subject to change.
5558
5559* GtkStack has added a few more transition types
5560
5561* GtkProgressBar is now narrower
5562
5563* CSS
5564 - Support outline-radius in CSS
5565 - Implement 'unset' and 'all'
5566 - Support -gtk-icontheme
5567 - Support -gtk-icon-source
5568 - Add -gtk-icon-transform, supporting the 2D
5569   parts of CSS transforms
5570 - Support -gtk-icon-style
5571
5572* Theme
5573 - Use outlines to render focus rings
5574 - Use icons to render spinners, expanders and arrows
5575 - GtkIconTheme can force symbolic or regular
5576   icon variants
5577 - GtkIconTheme will automatically load rtl
5578   icon variants
5579
5580* Win32:
5581 - Theme improvements
5582
5583* Wayland:
5584 - Update to the latest xdg-shell protocol
5585
5586* Deprecations:
5587 GdkColor
5588 GtkMisc
5589 GtkArrow
5590 focus-line-width style property
5591 GtkNumerableIcon
5592 GtkButton::x/yalign
5593 gtk_widget_reparent
5594 gtk_widget_region_intersect
5595 gtk_container_set_reallocate_redraws
5596
5597* Bugs fixed:
5598 525206 Remove superfluous non-NULL tests for the GtkScrolledWindow scrollbars
5599 614717 gtk_text_buffer_create_tag fails to return error on duplicate tag
5600 636695 GdkColor should be deprecated
5601 645966 gtk-demo leaks a GtkSizeGroup
5602 698396 GtkTreeStore crashes when reordering 0 elements
5603 708037 Allow live updates on widgets implementing GtkColorChooser
5604 720330 Gtk-CRITICAL **: gtk_entry_completion_set_model: assertion 'GTK_IS_E...
5605 721069 gtk_win32_embed_widget_show infinite recursion
5606 726676 More GtkStack transition counterparts of OVER_UP_DOWN
5607 727147 Search bar is too narrow
5608 727994 Gtk Popover closes on click
5609 728135 gtk_widget_set_visible's nothing-changed-check
5610 728284 [treeview] Graphics artifact when scrolling with hover-selection
5611 729346 W32: App-notification has no theme, shows up transparent
5612 729353 W32: horizontal-buttons get "selected" background when focused
5613 729451 Removing accels with application_set_accels_for_action
5614 729461 Introspection issue with GtkApplication
5615 729473 FileChooser: typos in gtk_file_chooser_set_local_only ()
5616 729475 FileChooser: typo in gtk_set_create_folders()
5617 729496 Crash with latest gtk+ from master in gtk_combo_box_get_preferred_width
5618 729564 Deprecate GtkArrow
5619 729594 Don't stretch switches in Widget Factory
5620 729598 Populate page 2 of the Widget Factory
5621 729607 GtkAboutDialog: gtk aborts when trying to show an about dialog
5622 729670 cairo surface leaked for each cursor created from pixmap
5623 729817 GtkCellLayout: allow finding attributes at runtime
5624 729834 gdk: missing (nullable) annotations on return values
5625 729915 Popopver does not follow relative widget to find action groups
5626 729983 gdk: assorted introspection and documentation syntax fixes
5627 730007 GtkInspector: add a setting to disable C-S-i
5628 730008 make gtk_set_interactive_debugging available for apps
5629 730035 GtkFileFilter contains refs to GtkRecentFilter which are probably typos
5630 730043 Add an alternative to Ctrl-Shift-I
5631 730095 Add a private call API to export internals to modules
5632 730142 placessidebar: use proper canonicalization when checking if home
5633 730183 RFC: silence harmless critical
5634 730306 Gtk+ >= 3.0 fails to load modules from settings.ini files
5635 730526 Fix the edit-clear icons in RTL
5636 730353 Horizontal and vertical scrolling
5637 700030 GdkEventSequence not accessible from introspected bindings
5638 641836 Capture/bubble event handling
5639 119906 Add event when Double Click timeout expires
5640
5641* Translation updates:
5642 Belarusian
5643 Hebrew
5644 Russian
5645 Spanish
5646
5647
5648Overview of Changes in GTK+ 3.12.0 to 3.13.1
5649============================================
5650
5651* GtkListBox can now do multi-selection
5652
5653* GtkSwitch has a way to delay state changes
5654
5655* GtkMenuButton is using a popover for menu models by default
5656
5657* GtkPopover can have horizontal sections
5658
5659* GtkFileChooser received some design improvements
5660
5661* GtkBuilder
5662 - Supports property binding
5663 - Supports dialog actions
5664
5665* Client-side decorations
5666 - The requirement for _GTK_FRAME_EXTENTS has been dropped
5667   to avoid 'double headers' with most window managers
5668 - Drawing of DND highlights around the entire window works
5669
5670* Windows backend:
5671 - *Many* theme improvements
5672 - Add popover theming
5673 - Enable introspection
5674
5675* Wayland backend
5676 - Updates for xdg_shell protocol changes
5677 - Touch support
5678
5679* Broadway backend
5680 - Now builds on OpenBSD
5681
5682* Bugs fixed:
5683 495105 Open recent file keyboard shortcuts do not work correctly
5684 654417 Add <binding> element to GtkBuilder syntax
5685 686170 gdk/win32: VK_SNAPSHOT maps to GDK_Print
5686 712752 GtkClipboard: add _get_default and _get_primary
5687 722058 GtkTreeModelFilter bug
5688 722211 improve the file chooser design
5689 722817 Add gobject-introspection for GdkWin32
5690 723963 Use popover for the fallback app menu in the headerbar
5691 725648 Switches should always indicate the current state
5692 726179 Trivial Fix: size-allocate signal has missing documentation
5693 726271 Items not highlighted while mouse-hovered
5694 726298 gtk-font-name isn't correctly handled on Windows
5695 726475 After looking at Aisleriot solitare, I get rendering glitches...
5696 726592 W32: problems with CSDed windows
5697 726859 Assertion/crash if gtk_radio_menu_item_set_group() is called twice
5698 726870 all: Name more idles and timeouts
5699 726871 treeview: Lower the duration of validation iterations
5700 726996 Label-for/Labelled-by AtkRelations missing for containers in t...
5701 727009 redefinition of GtkPrinterCloudprint: cloudprint fails to build
5702 727022 W32: Both inc- and dec-buttons on GtkSpinbutton are "inc"
5703 727035 W32: Combobox button is drawn with two arrows
5704 727036 W32: Combobox dropdown color is button-gray instead of window-white
5705 727037 W32: Menu items look thin, while submenu arrows are huge
5706 727075 W32: Combobox (with an entry) is gigantic
5707 727078 W32: GtkPopover is transparent and non-interactable
5708 727080 W32: Window re-size grip looks UGLY.
5709 727210 W32: Prelight doesn't apply to check/radio marks
5710 727211 W32: Selection background color applies to check/radio marks
5711 727213 W32: Notebook widget is not styled correctly
5712 727244 W32: Items selected in listbox have correct background color, ...
5713 727245 W32: No .dim-label style
5714 727313 a11y: do not use deprecated a11y functions.
5715 727322 docs: Remove '\' escape character from literals
5716 727391 W32: scrollbar sliders have no "active" and "insensitive" styles
5717 727410 W32: tooltips are not themed
5718 727414 Redundant text in titlebar
5719 727487 Color picker check marks not cleared properly
5720 727643 Segfault in gtk-3.12.0
5721 727644 SEGV in gtk_window_propagate_key_event()
5722 727662 GtkVolumeButton displays "missing image" icons
5723 727908 Various GtkTextView improvements (doc, unit tests)
5724 727973 W32: focused button is visibly smaller
5725 728023 Warning when passing NULL window to inhibit
5726 728054 entry: consider ascent and descent when requesting height
5727 728073 Allow defining an invisible resize area for GtkPaned's handle
5728 728140 Illegal parameter passed to g_variant_new in gtk_application_im...
5729 728165 gtk_target_list_new argument should be (allow-none)
5730 728183 Drag and drop (GdkFrameClock) does not work for hidden widgets
5731 728272 make broadway backend build on OpenBSD
5732 728426 Implement the wl_touch interface
5733 728745 win32: add more clipboard data checks to avoid crash
5734 728806 W32: Check- and radio-buttons have a selection rectangle on act...
5735 728807 W32: Checkbutton focus rectangle becomes almost white on prelight
5736 728808 W32: Checkboxes on modelbuttons are drawn like buttons themselves
5737 728810 W32: Modelbuttons look like buttons
5738 728846 GtkDialog: Support adding action widgets in ui files
5739 728992 GtkLockButton crash if clicked and permission is NULL
5740 729013 Use OUTPUT_SCALE instead of xft-dpi on wayland
5741 729095 redraw problems when resizing popovers
5742 729097 size allocation problem in popovers
5743
5744* Translation updates:
5745 Basque
5746 Catalan
5747 German
5748 Greek
5749 Hebrew
5750 Russian
5751 Slovenian
5752
5753
5754Overview of Changes in GTK+ 3.11.9 to 3.12.0
5755============================================
5756
5757* Wayland:
5758 - Add support for input regions
5759 - Correctly report display capabilities
5760 - Fix resizing from the north-east corner
5761
5762* Bugs fixed:
5763 723045 Window re-size causes artifacts
5764 724728 GtkPrintOperation is below is parent in fullscreen mode
5765 726369 gnome-terminal crashes when closing a window
5766 726476 New fontchooser dialog doesn't update font list upon change
5767 726717 Nesting GtkExpander gives Gdk-CRITICAL error
5768 726749 Segmentation fault in libglib-2.0.so.0 with glib-2.39.92
5769 726825 possible invalid reads on delete event
5770 726838 crash when unsetting GtkTreeView model
5771 726855 When subdirectory selected, subdirectory name only briefly appears...
5772 726858 GTK_ENABLE_DEBUG should be G_ENABLE_DEBUG
5773 726900 gtk_recent_filter_filter() requirements aren't fully documented
5774
5775* Translation updates:
5776 Czech
5777 Danish
5778 Germans
5779 Hungarian
5780 Indonesian
5781 Italian
5782 Scottish Gaelic
5783 Serbian
5784 Ukrainian
5785
5786
5787Overview of Changes in GTK+ 3.11.8 to 3.11.9
5788============================================
5789
5790* GtkPopover:
5791 - Improve focus and grab handling
5792 - Add accessibility support
5793
5794* Client-side decorations:
5795 - Make F10 move focus to the header bar
5796 - Make header bars draggable on touch systems
5797 - Make shadows unclickable
5798
5799* Bugs fixed:
5800 591258 Easy to accidentally select first option in popup menus
5801 693200 Printing via evince crashes badly when /tmp is not writable
5802 701884 lots of invalid reads in iconview a11y code
5803 709914 Cannot move windows on touchscreen (except from WM decorations)
5804 723668 Message Dialog Layout
5805 724785 Tooltips get shown even if the widget is hidden by a GtkPopover
5806 725141 Add shortcut to move focus to the GtkHeaderBar
5807 725727 Fix DnD on popovers
5808 725733 Crash when accessing freed AtkObject
5809 725754 Fix font size when gdk_x11_display_set_window_scale() is used
5810 725824 gtkentrycompletion: fix a critical warning
5811 725864 Add GtkPopover a11y
5812 725866 DnD fixes
5813 726125 Cannot click through CSD window shadows
5814 726135 documentation: clarify gtk_icon_theme_add_builtin_icon() usage
5815 726136 use && instead of 'and' in deprecation warnings
5816 726149 broadway: remove unused libcrypt
5817 726187 Use GDK's current window tracking when synthesizing events in GTK+
5818 726209	GtkTreeView: stop ignoring crossing events from grabs
5819 726492 Possible crash when setting titlebar
5820
5821* Translation updates:
5822 Brazilian Portuguese
5823 Chinese
5824 Czech
5825 Finnish
5826 French
5827 Korean
5828 Latvian
5829 Norwegian bokmål
5830 Portuguese
5831 Punjabi
5832 Spanish
5833 Traditional Chinese
5834
5835
5836Overview of Changes in GTK+ 3.11.7 to 3.11.8
5837============================================
5838
5839* Documentation: Update screenshots
5840
5841* Printing: Google cloud print support
5842
5843* Bugs fixed:
5844 724742 revealer: Allocate extra size to child
5845 724895 printing: Fix visibility of tabs in dialog
5846 481073	allow "visibility-notify-event" signal to work when composited
5847 547988	Open button sensitive when nothing selected, returns nothing
5848 554618	GtkFileChooserDialog leaks memory
5849 723368	GTK+ print module for Google Cloud Print
5850 723438	jhbuild buildone glib gtk+ fails with `HAVE_INTROSPECTION do...
5851 724411	GtkAboutDialog: License visible even if not set and predefin...
5852 724799	gtk_menu_tool_button_set_menu () broken in gtk3-3.11.6+
5853 724891	GtkTreeViewColumn::button never freed
5854 724921	Gtk-CRITICAL **: gtk_widget_unregister_window: assertion 'GD...
5855 724968	wayland: Fix gdk_window_wayland_resize_cairo_surface()
5856 724999	GtkRevealer changes broke gedit infobar messages
5857 725089	Cairo context sent to the "draw" signal handler has incorrec...
5858 725172	GdkWindow: fix redraws for backends that keep the same backi...
5859 725205	[patch] treeselection docs: spelling fix
5860 725225	auto scroll in vertical popover from volume button goes the ...
5861 725345	dialogs: always use CSD on dialogs
5862 725559	Fix typo in gtk_window_set_default() documentation
5863 725560	GtkTreeView documentation fixes
5864        Make sure CSS theme is loaded when needed
5865        GtkStackSwitcher: Avoid unnecessary updates
5866
5867* Translation updates:
5868 Brazilian Portuguese
5869 Galician
5870 Hebrew
5871 Kazakh
5872 Lithuanian
5873 Norwegian bokmål
5874 Polish
5875 Russian
5876 Scottish Gaelic
5877 Thai
5878 Traditional Chinese
5879
5880
5881Overview of Changes in GTK+ 3.11.6 to 3.11.7
5882============================================
5883
5884* GtkActionBar:
5885 - Fix theming
5886
5887* GtkBox:
5888 - Allow setting center widget to NULL
5889 - Fix a size-allocation error
5890
5891* GtkPopover:
5892 - Fix a crash with text handles (#724392)
5893 - Allow resetting relative-to  (#724407)
5894
5895* Wayland:
5896 - Use new xdg-shell ping
5897 - Use new xdg-shell focus methods
5898
5899* Printing:
5900 - Fix a small memory leak (#724631)
5901
5902
5903Overview of Changes in GTK+ 3.11.5 to 3.11.6
5904============================================
5905
5906* GtkActionBar is a new widget that is meant to be used
5907  for actions at the bottom of a window.
5908
5909* GtkPopover:
5910 - A ::closed signal has been added
5911 - Style propagation to popovers has been fixed
5912 - Popovers can now be populated from a menu model
5913 - GtkMenuButton can use popovers instead of menus
5914
5915* GtkAppChooserDialog has been redesigned
5916
5917* GtkBox can now place a widget centered, regardless of
5918  the sizes of children on either side, similar to GtkHeaderBar.
5919
5920* The API documentation has been converted to markdown, and
5921  many cleanups and improvements have been made at the same time.
5922
5923* Bug fixes:
5924 706515 HeaderBars are sometimes too tall
5925 707999 HeaderBar height increases when the subtitle label is set...
5926 721309 Links inside dimmed labels get different colors depending...
5927 723014 wip: Make popover from menu model
5928 723394 const parameter to GtkPopover gtk_popover_set_pointing_to
5929 723627 The padding aroung the timelabel is wrong
5930 723637 GtkTreeViewColumn: fix critical warning
5931 723672 Dialogs with header bars - buttons should have an equal w...
5932 723716 GtkFlowBox::child-activated match slot signature
5933 723771 gtkwindow: remove delete-event idle function on finalize
5934 723863 Implementation for component->get_size not needed
5935 723929 Add a generic center box
5936 724008 void function should not return void expression
5937 724094 Add GtkEntry:max-width-chars
5938 724218 App chooser dialog looks rough
5939 724411 GtkAboutDialog: License visible even if not set and prede...
5940 724503 Make gtk_popover_bind_model() public
5941 724539 Can't drag primary toolbars with a GtkSeparatorToolItem i...
5942 724541 Labels with links can't be activated in a GtkListBox
5943
5944* Translation updates:
5945 French
5946 Galician
5947 Hebrew
5948 Indonesian
5949 Norwegian bokmål
5950 Russian
5951 Scottish Gaelic
5952 Slovenian
5953 Spanish
5954 Tajik
5955 Thai
5956
5957
5958Overview of Changes in GTK+ 3.11.4 to 3.11.5
5959============================================
5960
5961* GtkPopover: A new widget that is can be used for transient
5962  views, as an alternative to menus or dialogs.
5963
5964* Dialogs:
5965 - Dialogs have been modernized, can use a header bar now
5966 - Built-in dialogs react to a setting, gtk-dialogs-use-header
5967   for this, dialogs derived from GtkDialog: default to no headerbar
5968 - GtkAssistant also respects the setting
5969
5970* OS X:
5971 - Better menu integration. Items such as 'Hide', 'Hide Others'
5972   and 'Show All' are now handled specially
5973 - GTK+ provides a default application menu now
5974
5975* Theming:
5976 - GTK+ now uses RGBA visuals by default
5977 - Notebook tabs now support a prelight state
5978 - Reorderable notebook tabs can be themed differently
5979
5980* Documentation:
5981 - The API documentation has seen numerous fixes and improvements
5982 - Docbook markup is being phased out in favor of markdown
5983
5984* Bugs fixed:
5985 350190 Need specific icon for GTK_ICON_SIZE_SMALL_TOOLBAR for...
5986 566945 gtk_widget_override_color() documentation should menti...
5987 630217 RGBA visual by default
5988 634793 Use g_object_notify_by_pspec() / g_object_class_instal...
5989 636594 The default value of the property 'logo' in GtkAboutDi...
5990 665928 GtkWindow: Add comment about floating reference
5991 692931 The list of printers should be searchable/sortable
5992 699224 file chooser does not respect 12/24-hour clock setting
5993 704456 Synthesized crossing events don't have correct device ...
5994 711298 "Edit Scheduled Transaction" window way too modal
5995 720059 use headerbars in dialogs
5996 720552 Provide a more "native" Mac OS application menu
5997 721895 Remove GtkIconCache
5998 722429 docs/comments: Fix spelling of 'explicitly'
5999 722515 csd menu icon should use default window icon if per-wi...
6000 722574 GtkAboutDialog doesn't get headerbars when used from JS
6001 722588 GtkStack: add gtk_stack_get_child_by_name()
6002 722638 Version the gio-2.0 and wayland-client requirements (g...
6003 722642 Use symbolic icon for file chooser
6004 722722 Fix vertical alignment of labels in "Paper" section of...
6005 722919 Setting custom titlebar on realized window looks weird
6006 723119 docs: use |[ ]| instead of <programlisting></programli...
6007 723121 GtkPlacesSidebar: pressing "eject" icon does not power...
6008 723157 Merge GtkFileChooserWidget and GtkFileChooserDefault
6009 723159 CSD shadows are clipped
6010 723181 Use GtkPopover for GtkScaleButton
6011 723183 GtkStyleContext: don't use disconnect_by_func()
6012 723212 Use headerbar in GtkAssistant
6013 723366 GtkFileChooser crashes due to a signal connection left...
6014 723390 gdkwindow: Use an InputOnly window for focus_window
6015 723402 widget: Fix set_focus_child handling during focus changes
6016 723555 Decode extension names in X11 error handler
6017
6018* Translation updates:
6019 Aragonese
6020 Brazilian Portuguese
6021 Estonian
6022 Galician
6023 Greek
6024 Hebrew
6025 Indonesian
6026 Kazakh
6027 Lithuanian
6028 Scottish Gaelic
6029 Simplified Chinese
6030 Spanish
6031 Tajik
6032 Traditional Chinese
6033 Ukrainian
6034
6035
6036Overview of Changes in GTK+ 3.11.3 to 3.11.4
6037============================================
6038
6039* GtkActionBar: A new container, which has a centered
6040  child like GtkHeaderBar. It can be used in places
6041  where header bar theming is not suitable
6042
6043* GtkAppChooser: The online support has been simplified
6044  and modernized
6045
6046* GtkHeaderBar button theming has been changed to be
6047  more flexible. There is now a gtk-decoraton-layout
6048  setting and a decoration-layout property.
6049
6050* Accessibility:
6051  - Links in labels are now accessible
6052  - Model-based menus are accessible
6053  - Accessible roles of several widgets have been fixed
6054  - GtkColorChooser accessibility is improved
6055
6056* Theming: The Raleigh theme has been updated for
6057  several new features, including client-side decorations
6058
6059* Model-based menus now support a hidden-when attribute
6060  on items that allows them to be hidden on various
6061  conditions
6062
6063* Bugs fixed:
6064 688421 GMenuModel menus should have a hint to hide items
6065 698248 race in placement for popup-menu/tooltip-window
6066 698786 window: add a maximized property to GtkWindow
6067 706119 Add introspection friendly version of gtk_tree_path_new...
6068 707729 orca speaks wrong label when using flat review on GtkTree
6069 709491 dark theme setting not propagated to vertical spinbutto...
6070 710315 Revert "treeview: Store editable position differently"
6071 710351 Migrate Mac OS menu backend to use GtkMenuTracker
6072 711552 Crash when processing list of GdkWindows
6073 711826 gtk_text_view_add_child_in_window not scrolling
6074 720264 Hovering item over sidebar "desktop"-entry crashes appl...
6075 720357 csd not working on Mac OS
6076 720401 gtk_menu_popup() doesn't destroy the menu after it is c...
6077 720535 CUPS backend leaks http connection to CUPS
6078 720551 improve/simplify quartz inhibit code
6079 720554 cell-renderer: Check for NULL return in vfunc start_edi...
6080 720939 GtkMenuButton direction = up isn't aligned correctly
6081 720945 Make nick names for properties "popup", "menu-model", ...
6082 720983 Objects of ATK_ROLE_CHECK_MENU_ITEM fail to emit object...
6083 721045 The accessible role of GtkColorSwatch should not be ATK...
6084 721048 GtkColorSwatch fails to emit an accessible object:state...
6085 721086 Accessible keybindings/mnemonics missing from certain m...
6086 721119 GtkMenuTracker: tweak separator logic
6087 721304 GtkApplicationX11: read the startup ID from the platfor...
6088 721317 Fix crash in testbbox and update gtkenum docs
6089 721346 non-standard CFLAGS_FOR_BUILD, CPPFLAGS_FOR_BUILD, LDFL...
6090 721406 Accessible object:state-changed:focused events missing ...
6091 721407 Criticals on GtkScrolledWindow composite widget
6092 721410 GtkLabels containing links should expose accessible chi...
6093 721421 Links within a GtkLabel should expose their URIs via ATK
6094 721480 3.8->3.10 scrolled window is empty
6095 721530 License text contains obsolete FSF postal address
6096 721633 bloatpad: fix the action associated with the notification
6097 721665 Provide a better way to display contextual actions
6098 721700 invalid callback prototypes leads to test issues
6099 721800 using border-style: dotted seems to freak out all drawing
6100 721836 Simplify GtkActionHelper
6101 722029 Memory leak in gtkplacessidebar.c
6102 722030 Memory leak when scrolling through GtkTreeView
6103 722070 gdk: Don't leak GValue when xsetting is unknown
6104 722076 Add separator before "Always on Top" to the CSD window
6105 722106 By clicking "Menu key" you can open as many menus as yo...
6106
6107* Translation updates:
6108 Brazilian Portuguese
6109 Czech
6110 Galician
6111 German
6112 Greek
6113 Hebrew
6114 Hungarian
6115 Italian
6116 Kazakh
6117 Russian
6118 Simplified Chinese
6119 Spanish
6120 Tajik
6121
6122
6123Overview of Changes in GTK+ 3.11.1 to 3.11.3
6124============================================
6125
6126* gtk3-demo has received some updates
6127
6128  - Uses GtkHeaderBar now
6129
6130  - New header bar demo
6131
6132  - New event details demo
6133
6134* Wayland is now using the xdg-shell
6135
6136* Client-side decorations are more compatible with
6137  traditional desktops now
6138
6139* Bugs:
6140 386569 GtkFileChooser enters first file name into the entry...
6141 415415 tree lines drawn in black
6142 679563 Properly annotate the GtkRadio* widgets
6143 691974 ComboBox only scrolls the first time
6144 694859 Can not scroll down list in Combobox the first time ...
6145 702663 GtkComboBox::appears-as-list does not respect scrolling
6146 705203 Natural scroll doesn't work immediately
6147 708907 Strings not extracted
6148 709027 List mode has black background
6149 709716 gdk_x11_screen_lookup_visual segfault on multiple X ...
6150 710510 gtkimcontextsimpleseqs.h can be updated.
6151 711552 Crash when processing list of GdkWindows
6152 711715 gtk object tests: run under local environment
6153 712302 GtkPlacesSideBar showing "Desktop" or not shouldn't ...
6154 712536 Themes with specified gap_file, gap_start_file or ga...
6155 712632 infobar and revealer not respecting enable-animation...
6156 712751 Don't wake up Avahi printers unnecessarily
6157 712760 Clang static analysis fixes
6158 712799 Memory leak when listing Avahi printers
6159 713044 build: bump requirement on gobject-introspection to ...
6160 715029 Ensure GdkScreen::monitors-changed gets emitted afte...
6161 719314 gdk_property_change segfault on multiple X protocol ...
6162 719460 value argument to GtkTreeModelFilterModifyFunc needs...
6163 719469 Alternative for deprecated function in gtkstyle.h is...
6164 719486 Visual issue in GtkButton when it has been disabled ...
6165 719505 Wrong icon for desktop entry in FileChooser dialog
6166 719510 Infobar always visible on gtk 3.10.5 with enable-ani...
6167 719568 Search bar area is still visible when switched off
6168 719595 Toolbar style context is created before style class ...
6169 719713 toolbar: draw a full box for separators
6170 719762 translate_crossing_mode() assertion error since rece...
6171 719861 Menu separators aren't selectable independently from...
6172 719977 Can not use GtkFileChooserDialog: assertion failure
6173 719987 Add demo for advanced event management
6174 720067 header bar title not updated by gtk_window_set_title
6175 720096 New function to set the default direction of the locale.
6176 720233 Make GtkHeaderBar support all kinds of CSD content, ...
6177 720256 GtkScaleButton popup appears positioned randomly on ...
6178 720293 GtkFileChooserDefault: Remove unused struct field
6179 720296 testtitlebar: Fix -Wunused-variable warning
6180 720338 Crash when closing http connection to CUPS
6181 720342 gdkwindow: Use GdkWindowHints instead of guint for flags
6182 720374 Windows with shadows cannot be moved to the top of t...
6183 720410 GPL license link doesn't specify "or later"
6184 720550 Refactor GtkApplication
6185
6186* Translations:
6187 Galician
6188 Hebrew
6189 Italian
6190 Spanish
6191 Tajik
6192 Tamil
6193
6194
6195Overview of Changes in GTK+ 3.11.0 to 3.11.1
6196============================================
6197
6198* Theming:
6199 - A number of containers have been changed to draw
6200   backgrounds and borders. By default these are fully
6201   transparent, so nothing should change:
6202   GtkBox GtkFixed GtkGrid GtkEventBox
6203 - Link colors are not rendered using the :visited and :link
6204   states instead of the link-color and visited-link-color
6205   style properties
6206
6207* Broadway:
6208 - Use client-side decorations
6209 - Implement window movement, raise/lower
6210 - Use rolling hashes for optimizing scrolling
6211 - Use click-to-focus
6212 - Support touch events
6213 - Support IPad on-screen keyboard
6214
6215* GtkFileChooser:
6216 - Respect local-only in the places sidebar
6217 - Filter out duplicate application shortcuts
6218 - Show unmounted bookmarks
6219
6220* GtkProgressBar:
6221 - Activity mode is now using a tick callback to move the block
6222   smoothly
6223
6224* GtkWindow:
6225 - Fix size allocation for the fallback menubar
6226 - Improve application menu fallback if we have client-side
6227   decorations or a header bar
6228
6229* GtkBuilder:
6230 - No longer requires every object to have an id
6231
6232* Bugs fixed:
6233 577642 Selected Printer Does Not Stick Between Sessions
6234 635499 gtk_entry_completion_set_text_column doesn't remove old...
6235 668598 Printing to PDF should register the generated file with...
6236 679019 Popup menu misplaced in dual monitor
6237 693227 Incorrect size allocation with overflow
6238 699574 gtk_selection_owner_set() breaks mouse wheel scrolling
6239 700419 Trigger toggle maximize on double click in menubar/menu...
6240 702392 motion_compression hurts precision for drawing
6241 703784 Epiphany crash during displaying printing dialog
6242 705176 Reordering columns in GtkTreeView freezes mutter
6243 709629 Use :link and :visited for link colors
6244 710238 Fix the margin in RTL
6245 710533 GtkBuilder can no longer construct GtkEntryCompletions ...
6246 710909 Buttons are cut in some windows
6247 710987 g_return_if_fail used even if function requires return value
6248 711110 GDK_HINT_MAX_SIZE ignored on Win32
6249 711158 gtktextattributes: Use an anonymous union instead of arch-...
6250 711255 GtkListBox: Expand the placeholder
6251 711324 Some more patches to make more containers honor background...
6252 711354 Doc: some GtkPrintSettings symbols are missing
6253 711494 GtkStack: add a signal telling when transition is done
6254 711545 gtkpixelcache: Possibly ignoring queued redraw
6255 711548 GtkPlacesSidebar doesn't show unmounted bookmarks
6256 711553 gdk/win32: remove extra allocation for \r removal
6257 711574 GtkPlacesSidebar is missing "local-only" flag
6258 711611 GtkStack: Use new-style property installation/notification
6259 711636 Duplicated 'Music' and 'Videos' from favorites on ...
6260 712164 GtkMenuTracker: set action namespace correctly
6261 712302 GtkPlacesSideBar showing "Desktop" or not shouldn't be...
6262 712553 GtkBuilder: Make IDs optional
6263
6264* Translation updates:
6265 Arabic
6266 Brazilian Portuguese
6267 British English
6268 French
6269 Greek
6270 Polish
6271 Spanish
6272
6273
6274Overview of Changes in GTK+ 3.10 to 3.11.0
6275==========================================
6276
6277* New notebook tab styling: GtkNotebook now offers a way
6278  for themes to opt out of the tab rendering, with the
6279  'has-tab-gap' style property. The Adwaita theme is using
6280  this to achieve a more modern tab appearance.
6281
6282* GtkFlowBox: A container that its children in a reflowing
6283  grid, which can be oriented horizontally or vertically.
6284  It is similar to GtkListBox in that the children can
6285  be sorted and filtered, and by requiring a dedicated child
6286  widget type, GtkFlowBoxChild. It is similar to GtkTreeView
6287  in that is supports a full set of selection modes, including
6288  rubberband selection.
6289
6290* GtkStack: children can now indicate that they require
6291  attention by setting the needs-attention child property.
6292
6293* Broadway now requires binary array buffers and modern WebSocket
6294  protocol support
6295
6296* Autoscrolling in range widgets has been improved to work more
6297  reliably in maximized windows.
6298
6299* GtkSpinner has been changed to render in in a limited set of
6300  sizes.
6301
6302* GtkApplication now stores and handles accelerators for GActions
6303  itself.
6304
6305* GtkIconTheme now falls back to the gnome icontheme to fix
6306  problems with the availability of symbolic icons in other
6307  icon themes.
6308
6309* GTK+ respects the deprecated gtk-button-images and gtk-menu-images
6310  settings again.
6311
6312* Bugs fixed:
6313 168530 gtk_accel_map_load: wasteful extra stat call.
6314 341146 reorder lines in configure.in for a better display
6315 467720 Useless use of const qualifier
6316 586107 gtkprintbackendpapi.c does not compile on Solaris 10
6317 643914 Area under tabs need its own style class
6318 651224 null pointer dereferenced due to multiple bugs in gtk...
6319 681484 GtkAboutDialog has extra space when gtk_widget_show_a...
6320 691163 GtkNotebook unable to style active tab
6321 693586 Erroneous focus claims resulting from gtk_notebook_se...
6322 697031 gtk_notebook_draw's type doesn't match GtkWidget::draw
6323 698730 tooltip: Fix possible wrong placement
6324 702196 Unfinished frame being presented
6325 703062 GtkTreeViewColumn returns negative size request on em...
6326 703603 Remove GtkWidget opacity-group hack in 3.12
6327 707132 gtkwindow: Allow removing titlebar all together
6328 707187 GtkStack: Add more transition types
6329 707524 CSD windows "shake" when they go backdrop
6330 707920 notebook tab style improvements
6331 708019 Invisible characters at the end of a TextView within...
6332 708024 Accessibility being initialized in the wrong place
6333 708163 all symbolic icons are missing when using icon theme...
6334 708414 entrycompletion: set the GtkWindow as attached to th...
6335 708423 current line highlighting not working anymore in Gtk...
6336 708547 search provider crashes: gnome-contacts-3.9.90-1.fc2...
6337 708583 StyleContext: removing or adding a provider doesn't ...
6338 708584 GtkTextView: add a virtual function create_buffer()
6339 708787 GtkStatusbar text is mangled
6340 709049 gtk_widget_destroy() on a GtkHeaderBar tries to gtk_...
6341 709212 Configure fails if I don't have wayland dependency
6342 709215 Rounded-corners on CSD apps dont flatten when snapped
6343 709264 Fix memory leaks in icons handling
6344 709323 properly check titlebox visibility
6345 709420 Rulers hardly visible in dark themed page setup tab
6346 709522 GtkFileChooser sidebar is not populated since 742a2f11
6347 709613 GtkStack: Warn when setting a child visible which is...
6348 709621 gdkevents.h: Mention _get_source_device()
6349 709687 listbox: Fix keynav_failed() parameter in move_cursor()
6350 709697 Fix a warning in builg gtk+ with clang
6351 709745 GtkSearchBar example problems
6352 709854 Wayland: Reliable crash when hovering over items wit...
6353 709939 monitor reconfiguration while GtkOffscreenWindows ex...
6354 709967 Double free in gtkicontheme.c
6355 710073 Assertion failure because _gtk_icon_info_load_symbol...
6356 710096 gtk3.10 doesn't work correctly when used from a dyna...
6357 710134 GtkToolButton possibly being empty
6358 710141 gtk_shell_interface exported in libgdk
6359 710389 Don't set WM_TAKE_FOCUS if accept_focus is FALSE
6360 710651 all: Add names to timeouts
6361 710666 Frame clock related bug fixes
6362
6363* Translations:
6364 Afrikaans
6365 Arabic
6366 Basque
6367 Catalan
6368 Catalan (Valcencian)
6369 Danish
6370 Dutch
6371 German
6372 Hungarian
6373 Indonesian
6374 Latvian
6375 Russian
6376 Slovenian
6377 Spanish
6378 Traditional Chinese
6379
6380
6381Overview of Changes in GTK+ 3.9.14 to 3.9.16
6382============================================
6383
6384* Bug fixes:
6385 339539 Ctrl-C, Ctrl-V changes tags
6386 513812 Optimize gdk_cairo_set_source_pixbuf() alpha multiplication loop
6387 696756 gdk_device_get_source : assertion `GDK_IS_DEVICE(source)` failed
6388 702034 color_value_parse() memory leak
6389 702423 CellRendererPixbuf regression: Stock icons with rtl/ltr varia...
6390 706269 Clarify GtkBox, GtkHBox, and GtkVBox documentation
6391 706345 GtkExpander's click-and-drag behavior should match that of Gt...
6392 706708 GtkHeaderBar doesn't respect titlebar button layout setting
6393 707129 wayland: support application menus
6394 707244 pixelcache: gtktextview pixelcache does not invalidate textma...
6395 707328 Segmentation fault when running on Wayland compositor
6396 707445 ghost cursor when mouse hovers over an image file in a tab
6397 707488 Typo in error message in gtkfilechooserdefault.c
6398 707519 Missing introspection annotations
6399 707659 orca becomes non-responsive when doing read line on Unbound
6400 707704 Prefer Wayland to X11
6401 707778 The redesigned "Universal Access" and "Date & Time" panels ca...
6402 707786 Collapsed Gtk combo boxes no longer emit accessible selection...
6403 707844 No way to get window field a GdkEvent from Gjs
6404 707872 GtkSwitch shouldn't have a default name
6405 707915 Accessible object for GtkListBoxRow should have list_item role
6406 707926 GtkSwitch shouldn't have a default accessible description
6407 707981 GtkHeaderBar needs a better accessible role
6408 708012 Wayland dependency inaccurate
6409 708067 Headerbar 'Previous' and 'Next' buttons are not keyboard navi...
6410 708076 Doc: small fixes in GtkTextView
6411 708128 listbox keynav gets stuck at insensitive rows
6412 708150 GtkWidget: Add gtk_widget_remove_action_group()?
6413
6414* Translation updates:
6415 Belarusian
6416 Brazilian Portuguese
6417 Czech
6418 Danish
6419 Finnish
6420 French
6421 Galician
6422 Hebrew
6423 Hungarian
6424 Indonesian
6425 Italian
6426 Japanese
6427 Korean
6428 Latvian
6429 Lithuanian
6430 Norwegian bokmål
6431 Polish
6432 Punjabi
6433 Russian
6434 Slovak
6435 Slovenian
6436 Spanish
6437 Tajik
6438 Thai
6439 Traditional Chinese
6440
6441
6442Overview of Changes in GTK+ 3.9.12 to 3.9.14
6443============================================
6444
6445* GtkLabel can now ellipsize just the last line,
6446  ellipsized in multi-line labels.
6447
6448* Bugs fixed:
6449 680953 set_item_width / text wrapping doesn't work in iconview...
6450 700428 Default input method should be chosen based on the inpu...
6451 701125 port scrolling to GtkPixelCache
6452 704278 Possible crash when destroying a tick callback
6453 705980 Update Win32 code so that GTK+ will build and run
6454 706323 HeaderBar window menus
6455 706448 Shortcut <ALT> + O in Save As Dialog is not Unique
6456 706451 Path bar - pushed buttons have an erroneous bold weight
6457 706493 fix some memory leaks
6458 706529 CSD fixes for mutter/gnome-shell
6459 706563 Un-deprecate gtk-entry-password-hint-timeout
6460 706592 csd: some fixes for the titlebar
6461 706722 path bar looks broken when the window is to small to fit...
6462 706728 pixelcache: allow specifying extra size and cairo_conten...
6463 706740 a typo in gtk_icon_view_key_release()
6464 706756 GtkAssistant behaviour changed and now throws 'Page flow...
6465 706778 GtkMessageDialog contains translatable space
6466 706802 Missing docs for GTK_PRINT_SETTINGS_OUTPUT_DIR and GTK_P...
6467 706870 serial number jump bigger than 1000 warnings
6468 706922 Set the opaque region when using CSD
6469 706929 HeaderBar padding - account for double bottom button border
6470 706938 revealer: clamp minimum size to natural one
6471 707051 Do not hardcode title and subtititle style
6472 707201 Needs glib 2.37.5
6473
6474* Translation updates:
6475 Brazilian Portuguese
6476 Czech
6477 Galician
6478 Irish
6479 Italian
6480 Kazakh
6481 Lithuanian
6482 Norwegian bokmål
6483 Polish
6484 Punjabi
6485 Scottish Gaelic
6486 Slovenian
6487 Tajik
6488
6489
6490Overview of Changes in GTK+ 3.9.10 to 3.9.12
6491============================================
6492
6493* GtkInfoBar now uses a GtkRevealer internally to slide in place.
6494  It is no longer necessary to do that manually.
6495
6496* GtkHeaderBar can now add a window close button
6497
6498* The fine adjustment mode for scrolling has been revamped to be
6499  easier discoverable, and visual feedback and autoscrolling has
6500  been added.
6501
6502* GtkIconTheme now supports 2x scaled icons for hi-dpi displays.
6503
6504* The Wayland and X11 clipboard implementations can now coexist
6505
6506* Bugs fixed:
6507 448637 Convert comment in gtkmenushell.c into docs
6508 672220 GtkFileChooserButton dialog stretched, when user has a really...
6509 674108 Hard crash due to wrong NSAutoreleasePool stacking
6510 680926 generic type fallback logic is broken for -symbolic
6511 688738 GtkMenuButton problem with mnemonics / accelerators
6512 692548 Quartz: Cursor doesn't reset when the mouse leaves a toplevel...
6513 694831 GtkEntry provides no visual feedback when editable=FALSE
6514 697127 gedit context menu uses fixed-width font
6515 697399 GtkEntry: Add a "tabs" property for setting a PangoTabArray...
6516 700029 GdkEvent type not accessible from Javascript
6517 701571 1ad25dfb causes NSApp to not notice NSWindow destruction
6518 702144 Make gdkwin32.h a pure include-only header
6519 702971 GtkHeaderBar - pick up window controls from the system settings
6520 704173 Don't use UNIX-specific printer objects on non-UNIX
6521 704334 add revealer to infobar
6522 704703 fine adjustments are difficult with scrollbars
6523 705068 Update the GDK and GTK on Win32 to not use deprecated APIs
6524 705181 Annoying beep on arrow keys when using IME on MacOS
6525 705182 Reset Cocoa IME state when immodule is reset
6526 705215 Minimum required cairo version should be 1.12 since 83c5e354b
6527 705320 gtkicontheme: check for GdkPixbuf first
6528 705372 gtk_image_menu_item_new_from_stock deprecation warning point...
6529 705443 Fix image effects
6530 705498 build and enable wayland backend by default
6531 705524 searchbar: ignore GDK_KEY_Menu in handle_event()
6532 705529 GtkTextView: improve documentation
6533 705558 [listbox] convenience methods to prepend and insert at index
6534 705601 headerbar: some improvements
6535 705605 Improve the spring-back animation for drag and drop
6536 705624 paned: minus the size by the handle for the for_child1 compu...
6537 705640 GtkWindow incorrectly requires a default screen
6538 705672 Inconsistent deprecations. GtkComboBox and GtkMenu.
6539 705692 Segmentation fault on horizontal slider
6540 705750 Quartz input method doesn't work correctly for Chinese characters
6541 705765 gtkwindow: Export our custom frame extents
6542 705809 Middle click on HeaderBar (as tiitelbar) isn't moved to the...
6543 705918 Add gtk_button_new_from_icon_name
6544 706014 Searchbar entry lacks an accessible name
6545 706045 Set GtkBox as titlebar of the window - the background of the box...
6546 706152 g_object_notify called with NULL priv->focus_widget
6547 706220 Add the "text-button" style to button created with gtk_button_ne...
6548 706028 The pathbar in GTKFilechooser don't stick together
6549 706335 doc: Fix typos
6550
6551* Updated translations:
6552 Arabic
6553 Czech
6554 Galician
6555 Hebrew
6556 Hungarian
6557 Lithuanian
6558 Norwegian bokmål
6559 Spanish
6560 Tajik
6561 Traditional Chinese
6562
6563
6564Overview of Changes in GTK+ 3.9.8 to 3.9.10
6565===========================================
6566
6567* GtkInfoBar updates
6568 - Turn action area horizontal
6569 - Fix spacing
6570 - Add an easy way to add a close button
6571
6572* Documentation
6573 - Modernize many screenshots
6574 - Redo the widget gallery
6575 - Improve 'Getting Started' tutorial
6576 - Add new application examples to tutorial
6577
6578* Deprecations:
6579 - tear-off menuitems
6580
6581* Bugs fixed:
6582 684558 gtk_tree_model_rows_reordered is skipped by introspection
6583 694086 GtkEntry elements need clipping
6584 698758 Wrong limit for "Native Windows wider or taller than 65535...
6585 700229 provide a way to rate limit change signal in GtkSearchEntry
6586 700896 Rename gtk_widget_class_declare_callback()
6587 700898 Explain what "automated" mean in the context of children c...
6588 701332 Patch for minor glitch in NSTextInput
6589 701365 Do not assert sm_proxy != NULL in GtkApplication inhibit f...
6590 701613 XEmbed doesn't work with frame-synced GTK/Mutter
6591 702563 gtk_widget_class_automate_child() takes private offset
6592 704104 gdk/wayland: cope with the compositor implementing an olde...
6593 704164 GtkSearchEntry: the contents is always cleared on icon-rel...
6594 704171 Fix prototype of gdk_device_win32_warp
6595 704216 Fix prototype for gdk_quartz_device_core_warp
6596 704274 Add API to show a close button on GtkInfoBar
6597 704392 Improve GtkAction deprecation notices
6598 704554 FIX mmap fails when getting root_window
6599 704700 Gtk.IconView.get_cursor segfault
6600 704747 testsuite/a11y: Don't check minimum increment
6601 704894 The GtkInfoBar close button is visible by default
6602 704937 IME input method does not handle dead keys
6603 705060 Remove unneeded include from gtkprintoperation-win32.c
6604
6605* Translation updates
6606 Czech
6607 Italian
6608 Lithuanian
6609 Norwegian bokmål
6610 Tajik
6611 Traditional Chinese
6612
6613
6614Overview of Changes in GTK+ 3.9.6 to 3.9.8
6615==========================================
6616
6617* We've started deprecating GtkStock apis. These apis will continue
6618  working until GTK+ 4, so there is no need to rush to replace them.
6619  For more information, see
6620  https://mail.gnome.org/archives/gtk-devel-list/2013-July/msg00000.html
6621  Wholly deprecated as part of this effort:
6622  GtkIconFactory, GtkIconSet, GtkIconSource, GtkImageMenuItem,
6623  GtkAction, GtkUIManager
6624
6625* The GtkSettings cleanup that was discussed at the recent GTK+
6626  hackfest has started to land. A number of settings have been
6627  deprecated and are ignored now:
6628  gtk-button-images,
6629  gtk-show-unicode-menu,
6630  gtk-show-input-method-menu,
6631  gtk-enable-mnemonics,
6632  gtk-auto-mnemonics,
6633  gtk-color-palette,
6634  gtk-can-change-accels,
6635  cursor blink settings,
6636  gtk-fallback-icon-theme,
6637  gtk-scrolled-window-placement,
6638  menu popup delay settings,
6639  gtk-menu-bar-accel,
6640  keynav tweaks,
6641  gtk-touchscreen-mode,
6642  gtk-icon-sizes,
6643  im style tweaks,
6644  gtk-file-chooser-backend,
6645  gtk-enable-tooltips,
6646  gtk-visible-focus,
6647  tooltip timeout tweaks,
6648  toolbar style tweaks
6649
6650* Initial support for scaled output (on high-dpi screens) has been
6651  added. While this can be built with cairo 1.12, it needs a cairo
6652  branch to work. Support for this has been added to the Wayland,
6653  OS X and Windows backends.
6654
6655* Bugs fixed:
6656 390048 Entire word search flag
6657 672271 File chooser seems over-enthusiastic about using subdirectories
6658 696498 can't set download folder
6659 701119 Error messages when GtkAboutDialog shows license info
6660 702332 File Browser: Filter submenu is missing from context menu
6661 702831 Shaped GDK windows do not work
6662 702913 Reduce hash table lookups in gdk_x11_screen_supports_net...
6663 702977 Problem with gtk_text_iter_forward_search(), multi-byte ...
6664 702981 GtkListBox docs still refer to GtkListBoxUpdateSeparatorFunc
6665 702996 Port to the new private macros and API
6666 703069 Opening a big menu activates some menu entry
6667 703154 Calling gtk_widget_set_opacity() on an unrealized widget...
6668 703220 Memory allocation integer overflow in gdk_cairo_set_sour...
6669 703313 Improve documentation of the GtkTextView API
6670 703406 GtkSearchBar does not automatically connect entry
6671 703533 textlayout: avoid double-free when adding preedit color
6672 703606 GtkPlacesSidebar should use g_themed_icon_new_with_default...
6673 703616 Inconsistent deprecations. GtkIconSet and other classes.
6674 703618 listbox: Add function to get the index of a GtkListBoxRow
6675 703656 GtkSearchBar: Don't show a close button by default
6676 703765 Build of wayland backend fails when not building X11 backend
6677 703827 Confusion in docs for gtk_recent_info_get_modified () and...
6678
6679* Translation updates:
6680 Tajik
6681 Vietnamese
6682
6683
6684Overview of Changes in GTK+ 3.9.4 to 3.9.6
6685==========================================
6686
6687* GtkListBox:
6688 - handle double-clicks properly
6689 - add an example in gtk3-demo
6690
6691* Bugs fixed:
6692 390048 Patch for adding "whole word" search for gtk_text_iter...
6693 560337 GtkFileChooser hour time missing for current date files
6694 649390 CRLF text is copied to clipboard as CRCRLF on Windows
6695 679930 gtk_builder_add_* should not use GError
6696 698183 Text input is too slow and some keys are broken after...
6697 701174 Update misleading filechooser documentation
6698 702598 Invalid read of size 4 in gtk_icon_info_get_embedded_rect
6699 702695 typo: "and thus will thus"
6700 702763 ellipsize placeholder text
6701
6702* Translation updates:
6703 Italian
6704 Tajik
6705
6706
6707Overview of Changes in GTK+ 3.9.2 to 3.9.4
6708==========================================
6709
6710* GtkSearchBar: a toolbar that will popup automatically when
6711  searches should be started, and dismissed when they are finished
6712
6713* GtkListBox a vertical container that can sort and filter its
6714  children
6715
6716* GtkStack has gained position dependent transitions (left-right
6717  and up-down)
6718
6719* The Broadway GDK backend can be built on Windows now
6720
6721* Bugs fixed:
6722 593079 untranslated strings in errors
6723 692638 Don't use AC_CANONICAL_TARGET
6724 699673 [3.2/3.4/3.6/3.8] uuid conflicting on Windows
6725 700185 GtkWindow: problem with child widget visibility
6726 700444 [W32] The use of uninitialized GDK default screen
6727 700779 gtk_menu_item_draw puts the arrow too close to the border
6728 701463 typo: "a string containing the an approximation"
6729 701840 deprecate gtk_im_multicontext_append_menuitems
6730 702370 a11y's /child/add-remove/GtkEntry test reads invalid memory
6731
6732* Translation updates
6733 Brazilian Portuguese
6734 Chinese
6735 Czech
6736 Japanese
6737
6738
6739Overview of Changes in GTK+ 3.9.0 to 3.9.2
6740==========================================
6741
6742* The GDK initialization code has been refactored. GdkDisplayManager
6743  is no longer backend-specific.
6744
6745* The symbol exporting functionality has been refactored. We no longer
6746  use .symbols files, and instead rely on explicit header annotations
6747  for every exported symbol. the abicheck scripts are no longer used.
6748
6749* The GDK drawing and scrolling has been simplified. We no longer use
6750  XCopyArea for scrolling, instead an offscreen cache is used. There
6751  is a new debug flag, GTK_DEBUG=pixel-cache for this.
6752
6753* Window sizing issues have been addressed.
6754
6755* Implement height-for-width for GtkEventBox and GtkCheckButton
6756
6757* Custom titlebars can now be set from GtkBuilder files
6758
6759* Optionally install tests, when configured with --enable-installed-tests.
6760  To run these tests, gnome-desktop-testing-runner can be used.
6761
6762* Native input methods are supported on OS X now.
6763
6764* Bugs fixed:
6765 360131 Wrong documentation for gtk_file_chooser_set_do_overwrite_...
6766 561221 Don't allow file bookmarks
6767 591969 make the FileChooser dialog handle Make FileChooser handle...
6768 628902 use expand flags to determine window resizability
6769 667759 gtkdnd-quartz.c is missing annotations for introspection
6770 691921 GTK+ (quartz) built on Mac OS X 10.5 references [NSMenu re...
6771 694273 Patch to support NSTextInputClient in text widgets
6772 695120 GtkMenu and GdkWindow sizes can get out of sync
6773 696001 need to know about tiling
6774 696640 GtkButton: Don't suppress unhandled mouse events
6775 698051 Typo in documentation comment
6776 698361 file chooser: menu commands should be capitalized
6777 698933 places sidebar: don't capitalize "file system"
6778 699104 when nothing is selected, Add to Bookmarks is enabled but ...
6779 699140 Baseline support breaks height-for-width in event box
6780 699239 Choose DnD/tooltip widget better on GtkOverlay and other l...
6781 699289 API request: MenuItem has no function to set label markup
6782 699633 GtkWindow: critical messages when negative size allocations
6783 699690 Cross-compilation broken as of 3.9.0 due to extract-string...
6784 699739 GtkSettings fails to read uint properties from settings.ini
6785 699750 Print dialog crashes when printer does not provide printer...
6786 699901 GTK CSS keybinding broken
6787 699929 GtkCheckMenuItem: remove an unused boolean field
6788 699970 Fullscreen OSD not visible against gtk+ git master
6789 700007 Various small improvements
6790 700053 titlebar: fullscreen broken
6791 700054 titlebar: warning at destroy time
6792 700056 titlebar: dialogs do not appear centered
6793 700079 Fix accels added after the window was shown not working
6794 700233 Gtk+ exits on X11 when querying a slave device
6795 700301 wayland: ensure the clip region is updated after the windo...
6796 700465 Missing NULL-check in XI2's implementation for get_window()
6797 700575 docs: remove unused objects_grouped.sgml
6798 700578 Missing vertical grid lines when some columns hidden.
6799 700737 [wayland] gdk_screen_get_height() returns wrong value
6800 700787 Add GtkSearchBar widget
6801 700844 GdkRgba: Fix 'loose' typo
6802 700864 error_selecting_folder_over_existing_file_dialog() will ne...
6803 700979 GtkPlacesSidebar: do not unref mount
6804
6805* Translation updates:
6806 Brazilian Portuguese
6807 English
6808 Hebrew
6809 Japanese
6810 Norwegian bokmål
6811 Russian
6812 Slovak
6813 Spanish
6814 Tajik
6815
6816
6817Overview of Changes in GTK+ 3.7 to 3.9
6818======================================
6819
6820* GtkFileChooser:
6821 - Always show fuse-mounted locations in shortcuts
6822 - GtkFileChooserButton has received a lot of fixes and tests have
6823   been added for many of them
6824
6825* GtkWindow:
6826 - Initial support for client-side decorations has been added. This
6827   is going to be used by default under Wayland. To try it with other
6828   backends, set the GTK_CSD=1 environment variable.
6829 - gtk_window_set_titlebar: A new function that can set a custom,
6830   client-side titlebar on toplevel windows.
6831
6832* Wayland:
6833 - Use client-side decorations
6834 - Implement maximization
6835 - Improve cursor handling
6836 - Improve multi-monitor handling
6837 - Support most GtkSettings (for now by reading GSettings directly)
6838 - Complete the keymap implementation
6839 - Add support for custom surfaces
6840 - Implement animated cursors
6841 - Support the WAYLAND_SOCKET environment variable
6842 - Implement frame synchronizatio
6843 - Document Wayland-specific APIs
6844
6845* Broadway:
6846 - Improve window size handling
6847 - Implement frame synchronization
6848 - Add support for password authentication
6849
6850* New APIs, widgets, feature additions:
6851 - GtkHeaderBar is a new widget similar to a GtkBox, with the extra
6852   feature that it can center a child (typically a title), independent
6853   of the other content.
6854 - GtkPlacesSidebar is the sidebar widget in the file chooser, exported
6855   as a public widget - it will be shared with nautilus.
6856 - GtkStack is an alternative to GtkNotebook for showing one of several
6857   child widgets at a time. It supports animated transitions. Tabs are
6858   not built into this widgets, but instead provided by the separate
6859   GtkStackSwitcher widget.
6860 - GtkRevealer is a new new widget that can hide or show its child
6861   in an animated fashion.
6862 - GtkMenuTracker is a helper object that makes dealing with
6863   GMenuModels easier and more efficient.
6864 - gtk_grid_remove_row/column: New functions to remove whole rows
6865   or columns from a GtkGrid
6866 - Support for composite children has been added to GtkWidget. This
6867   allows to create complex widgets from GtkBuilder ui files. All
6868   complex GTK+ widgets have been converted to use this facility.
6869 - Baseline support was added to the GTK+ size allocation machinery.
6870   Widgets can now export the baseline of the text they contain,
6871   and containers can align their children wrt to their baselines.
6872
6873
6874* Known problems, feature removals, compatibility caveats:
6875 - Handling of window size is currently in flux, and there are
6876   some known problems with sizes unintentionally changing
6877 - Support for the Motif DND protocol has been dropped
6878 - Client-side decorations still have some issues when drawing
6879   directly on toplevel windows or setting their background
6880 - Support for multiple screens per display has been removed. This
6881   was only ever supported on X11, and is an exceedingly rare setup
6882   nowadays. The display-screen relation is now 1:1, and we will do
6883   some more simplification of displaymanager/display/screen/monitor
6884   APIs.
6885 - gdk_window_get_display has been deprecated
6886 - gtk_widget_push_composite_child has been deprecated - this was
6887   used for anything
6888 - GtkSwitch has been changed to draw focus internally, instead of
6889   reserving space outside the switch for it. This may require some
6890   application adjustment where margins were tweaked to 'correct'
6891   the alignment of switches manually
6892
6893* Printing:
6894 - Avoid blocking when looking for avahi printers
6895 - Don't link against avahi-gobject, use D-Bus directly
6896
6897* Bugs fixed:
6898 504901 GtkCellRendererCombo requires click-and-hold
6899 586367 In local_only mode, file chooser should return native pa...
6900 671939 [regression] crash on exit
6901 672018 Need API to set global application state (busy, counters...
6902 674051 Scrolling zoom in view - incorrect image display
6903 674759 GtkLabel: wrong value of "mnemonic-keyval" when "use-mar...
6904 675571 (out) or (inout) annotation possibly missing for gtk_men...
6905 675649 gtk-demo: Fix typo
6906 680241 Instructions on how to build a GTK app won't work with r...
6907 681446 gtkdnd memory leak
6908 685419 gtkprintbackendfile: Infinite loop in _cairo_write()
6909 685420 Critical warnings when GtkPrintJob is released too early
6910 688820 GIcon is a bad interface
6911 688896 Add documentation for GtkWidget::show,hide,map,unmap,rea...
6912 690275 scrolling on other windows is applied when coming back (...
6913 691040 selection is reported incorrectly in file chooser button
6914 692871 Need to expose output information to make GdkScreen API ...
6915 694339 Fix build of GTK+ on Windows
6916 694465 Allow backends to fail during initialisation
6917 695200 Switching apps while a combobox open makes the parent wi...
6918 695228 GdkPixbuf:ERROR:gdk-pixbuf-animation.c:242:gdk_pixbuf_an...
6919 695278 Avoid passing a NULL title to setTitle
6920 695304 GtkTextView: don't popdown a bubble if we don't have one
6921 695312 Initial 'text' set in the non-numeric-only GtkSpinButton...
6922 695375 GtkEntryAccessible: also handle entry icon tooltip NULL ...
6923 695380 gtk_binding_entry_skip broken
6924 695391 wayland documentation section id is "gtk-osx"
6925 695473 treeview: fix a critical warning
6926 695476 Drop the Motif DND protocol
6927 695482 Universal Access panel appears jumbled and horrible afte...
6928 695493 testgtk: issues with the color selection example
6929 695495 testgtk: cursor example segfaults
6930 695497 testgtk: lack of key repeat
6931 695506 gtk-demo: link hovering unreliable
6932 695682 Cannot build docs for wayland-only build
6933 695714 Getting of printer info can hang
6934 695772 Different appearance of menus within Audacious
6935 695783 GtkApplication: Allow passing windows on non-X11 targets
6936 695861 Allow to use custom surfaces for GdkWindows in Wayland
6937 695874 GtkFontChooser docs
6938 695895 Fix the gtk3-demo demo program on Windows
6939 695945 implement minimize / maximize functionality
6940 695948 GtkFontButton sets wrong show-preview-entry
6941 695998 csd: enable shadows in the outer border
6942 696051 vertical grid lines in rtl mode
6943 696138 GtkWidget: some deprecation marks are missing
6944 696171 GtkAssistant highlighted font unreadable
6945 696202 Add GtkSpinner animation back to Win32 theme
6946 696232 win32: do not crash on invalid utf8 conversion
6947 696340 wayland: device list is populated async
6948 696370 GtkOverlay doesn't work on top of GtkClutterEmbed
6949 696429 wayland: Implement animated cursors
6950 696457 gnome-ostree build broken by 3a9de35a6cefddc09aaf000e523...
6951 696468 improve GMenuModel -> GtkMenu conversion
6952 696546 gtk_print_backend_cups_finalize() crashes if cups_get_pr...
6953 696553 Crash in avahi_create_browsers
6954 696561 GtkApplicationWindow rendering broken
6955 696608 css_image_value_parse: returning FALSE in pointer function
6956 696622 gtk option printer widget segfault in epiphany
6957 696623 GtkOverlay with a revealer produces warnings setting a m...
6958 696767 a pair of memory leaks
6959 696882 [regression] GtkWindow changes size after hide/show cycle
6960 697048 GtkTextView: small code improvements
6961 697144 Popup menu mnemonics fixes
6962 697196 gtk_notebook_set_tab_reorderable boolean handling
6963 697200 GtkWindow: notify::attached-to not emitted
6964 697263 Impossible to set window transparency on 3.8
6965 697275 gtk_window_set_default_size() doesn't work anymore
6966 697427 Unreferencing GtkStatusIcon object causes abort
6967 697673 Apps should connect only once when using Wayland
6968 697795 xi2: Improve pointer emulation debug reporting
6969 697886 dnd icon drawing broken on master
6970 697947 A lot of GTK+ apps fail to launch with error "desktop_she...
6971 698181 Document icon-shadow CSS property
6972 698433 Geometry management broken in GtkBin widgets
6973 698682 GtkSpinButton: don't constantly recreate style contexts f...
6974 698864 wayland: improve integration with GdkFrameClock
6975 699020 GtkImage: do not leak metrics in baseline align
6976 699225 typo: Modifed -> Modified
6977
6978* Translation updates:
6979 Arabic
6980 Aragonese
6981 Assamese
6982 Belarusian
6983 Brazilian Portuguese
6984 British English
6985 Catalan
6986 Catalan (Valencian)
6987 Czech
6988 Danish
6989 Finnish
6990 French
6991 Galician
6992 German
6993 Greek
6994 Hindi
6995 Hungarian
6996 Indonesian
6997 Italian
6998 Kazakh
6999 Korean
7000 Latvian
7001 Malayalam
7002 Odia
7003 Persian
7004 Polish
7005 Punjabi
7006 Russian
7007 Serbian
7008 Simplified Chinese
7009 Slovenian
7010 Tajik
7011 Tamil
7012 Ukrainian
7013
7014
7015Overview of Changes in GTK+ 3.7.12
7016==================================
7017
7018* We now support touch friendly popups on entries and text views
7019  in place of context menus, on touch devices
7020
7021* The print dialog now shows printers that are discovered
7022  using avahi, if configured with --enable-avahi-browsing
7023
7024* Bugs fixed:
7025 650424 treeview: expander is not easily themable
7026 674207 window: Compiler warning when not building on X11
7027 675333 Cannot forget association in Open With dialog: program...
7028 688956 Print dialog needs to support Bonjour broadcasting of ...
7029 691426 get_current_desktop does not interpret property data c...
7030 692955 GtkIconCache fails to load non-builtin icons
7031 693995 GkColorChooserWidget crashes in select_swatch if palet...
7032 694059 GtkTreeView accessible object:state-changed-expanded e...
7033 694162 Memory leaks due to extra ref in gtk_ui_manager_builda...
7034 694217 drag&drop half-broken – items get stuck while dragging
7035 694274 wayland: don't attempt to unqueue events when events a...
7036 694302 Convert pixbuf animation demo (both copies) to GdkFram...
7037 694395 Remove unused code
7038 694406 Excessive amount of accessible text events when changi...
7039 694451 Containers shouldn't special case RTL positions
7040 694732 gdk: prevent NULL pointer access when debugging is ena...
7041 694742 Fix possible memory leak when GlobalAlloc() fails
7042 694924 Dead code in GtkClipboard
7043 694925 non-expose based draw() doesn't render window background
7044 694968 GtkIconTheme: fix failed assertion when asynchrnously ...
7045 694990 use primary icon slot for search icon
7046 695131 gtkbin: initialize minimum and natural size to zero fo...
7047
7048Translation updates:
7049 Brazilian Portuguese
7050 Czech
7051 Estonian
7052 German
7053 Greek
7054 Gujarati
7055 Lithuanian
7056 Polish
7057 Punjabi
7058 Russian
7059 Serbian
7060 Simplified Chinese
7061 Slovenian
7062 Spanish
7063 Traditional Chinese
7064 Vietnamese
7065
7066
7067Overview of Changes in GTK+ 3.7.10
7068==================================
7069
7070* We now support the Window Manager frame synchronization protocol draft (when
7071  running under a WM that supports it). This means applications will throttle
7072  their drawing cycle to what the compositor is drawing, and the compositor
7073  will never render half-updated windows, for seamless resizing and improved
7074  smoothness in drawing.
7075  See https://mail.gnome.org/archives/wm-spec-list/2013-January/msg00000.html
7076  and the articles at http://blog.fishsoup.net/ for more details.
7077
7078* We now support setting an opacity to any GtkWidget, not just toplevels:
7079  gtk_window_set_opacity has been deprecated in favor of gtk_widget_set_opacity.
7080
7081* GtkIconTheme gained asynchronous loaders for GtkIconInfo objects
7082
7083* GtkIconInfo has changed from being a boxed type to a GObject. This
7084  is technically an ABI change, but basically all existing code
7085  will keep working if its used as a boxed type, and its not
7086  possible to instantiate GtkIconInfos outside Gtk, so this is not
7087  expected to be a big problem.
7088
7089* Bugs fixed:
7090 590325 gtkbuilder needs a public policy about extension name
7091 673243 GtkRadioMenuItem accelerators no longer appear
7092 681578 gtk-demo: demo.ui is outdated
7093 683311 Leak in GtkIconViewAccessible
7094 685460 Add frame synchronization to GTK+
7095 687842 Support partially transparent widgets
7096 690247 multiple context in a immodule can't be selected
7097 692411 Slave device tracking goes wrong when there are no GDK_DEVICE_TYPE_SLAVE
7098 692728 wayland evet source doesn't handle poll err/hup
7099 693251 wayland: fix the direction of scrolling
7100 693253 wayland: remove debug message
7101 693256 wayland: use the GdkCursorType enum information to lookup the cursor name
7102 693257 wayland: avoid returning NULL when getting a cursor
7103 693313 Improve tooltip support
7104 693338 wayland: skip pointer and keyboard events without a surface
7105 693400 gtkcellrenderertext: Sink floating entry before using as signal argument
7106 693709 Hide recently used if it is turned off in the control center
7107 693724 Add a gtk-recent-files-enabled GtkSetting
7108 693802 Add async GtkIconInfo loaders
7109 693912 wayland: look further through the hierarchy for the surface with the grab
7110 693913 wayland: attempt to determine the possible parent surface for popups
7111 693934 Add gdk_frame_clock_begin/end_updating()
7112 694022 GtkViewport: annotate the adjustment args of the constructor
7113 694075 GtkAccelLabel: Don't show "+" if there's no more keys to add
7114        Added scroll and touch events to GtkToolPalette
7115
7116* Translation updates:
7117 Arabic
7118 Catalan
7119 Catalan (Valencian)
7120 Czech
7121 Japanese
7122 Kazakh
7123 Lithuanian
7124 Malayalam
7125 Polish
7126 Serbian
7127
7128Overview of Changes in GTK+ 3.7.8
7129=================================
7130
7131* GtkTreeView and GtkIconView allow single-click activation
7132
7133* GtkImage can be set from a resource
7134
7135* GdkWaylandDisplay is now public
7136
7137* gdk_window_set_fullscreen_mode: new function to let windows
7138  be fullscreened across multiple monitors
7139
7140* Bugs fixed:
7141 345023 Single-click in treeview and iconview
7142 687025 iconhelper: Treat empty string as NULL stock-id
7143 691572 Touch: strengthen synthesized touch crossing events ...
7144 691592 the signal handler "gtk_spin_button_accessible_value...
7145 691639 introspection: gtk_widget_set_tooltip_text accepts NULL
7146 691751 Better column resizing for GtkTreeView
7147 691842 /TreeView/scrolling/specific/bug-111500 fails since ...
7148 691856 Add support for _NET_WM_FULLSCREEN_MONITORS
7149 692163 file chooser: give GSettings schema a path
7150 692188 Backspace should not be used for navigation
7151 692203 applicationwindow: fix mem leak
7152 692467 x11: Add "support" for XI2.3
7153 692481 gtkimage: Add GtkImage::resource property
7154 692605 Optimize gdk_x11_screen_get_setting()
7155 692659 migrating-2to3: Add more words about GSEAL_ENABLE is...
7156 692766 textlayout: respect preedit color attribute
7157 692844 Incorrect (out) annotation on gtk_tree_drag_source_d...
7158 692934 Defer cairo surface creation for image URLs in CSS t...
7159 682824 Don't build gtk-launch when gio-unix is not available
7160 692637 Only build native-update-icon-cache when no external...
7161 692823 GdkDeviceCore should be public as GdkWaylandDevice
7162 692899 global_remove handler is missing
7163 693015 Deprecate gtk_scrolled_window_add_with_viewport()
7164 693066 GTK notification code attempts to create an X notifi...
7165 525226 All actions' names and descriptions should be transl...
7166 553334 gailrange exposes an action which does nothing
7167 658148 The pop-up window in a GtkEntryCompletion lacks an a...
7168 680048 Prefer symbolic icons for the default message dialog...
7169 687825 weight-set in GtkCellRendererText not working
7170 693050 GtkTextView focus handler doesn't honor can-focus pr...
7171
7172* Translation updates:
7173 Aragonese
7174 Assamese
7175 Basque
7176 Brazilian Portuguese
7177 Dutch
7178 German
7179 Hebrew
7180 Hungarian
7181 Polish
7182 Portuguese
7183 Serbian
7184 Slovenian
7185 Spanish
7186 Uyghur
7187
7188
7189Overview of Changes in GTK+ 3.7.6
7190=================================
7191
7192* We now use state flags for text direction: GTK_STATE_FLAG_LTR/RTL.
7193  gtk_style_context_set_direction() has been deprecated.
7194
7195* We install headers for accessible implementations of GTK+ widgets.
7196  This makes it possible to implement accessibility for third-party
7197  widgets by subclassing the proper GTK+ implementation. To do this,
7198  include gtk/gtk-a11y.h.
7199
7200* Invisible widgets now return a size of 0x0. This is an experimental
7201  change that makes GtkWidget::visible essentially behave the same way
7202  that "display: none" does in CSS. If you want the effect of CSS's
7203  "visibility: hidden", you can use a GtkNotebook with an empty page.
7204
7205* GtkFrame now draws a background.
7206
7207* The Broadway backend now installs a separate server: broadwayd.
7208
7209* Bug fixes:
7210 687025 iconhelper: Treat empty string as NULL stock-id
7211 687633 gtk_color_chooser_get_rgba: wrong annotations, broke bind...
7212 688140 Add missing annotation for gtk_combo_box_text_get_active_...
7213 688362 GtkApplication: Fix memory leak
7214 689810 Include guard optimization
7215 690305 Typo in SECTION:gtkbuildable : (thier -> their)
7216 691186 Gtk+ 3.6.3 crashes when opening printing dialog: segfault...
7217 691301 Better support for cross-compiling
7218 691515 Insufficient checks for EWMH support
7219 691677 Gtk Scale (slider) does not react in clicks outside the c...
7220
7221* Translation updates:
7222 Assamese
7223 Bulgarian
7224 Estonian
7225 Galician
7226 Hungarian
7227 Kazakh
7228 Latvian
7229 Lithuanian
7230 Norwegian bokmål
7231 Persian
7232 Portuguese
7233 Slovenian
7234 Tamil
7235 Thai
7236 Uyghur
7237
7238
7239Overview of Changes in GTK+ 3.7.4
7240=================================
7241
7242* GtkBuilder now lets you refer to external objects from a ui
7243  file if the objects have been exported with the new function
7244  gtk_builder_expose_object()
7245
7246* Font handling has been improved:
7247 - The default font is no longer handled like a custom style sheet
7248   that overrides everything, but as the initial value. This is the
7249   same behavior as in web browsers.
7250 - It is now possible to set font-family and font-size like other
7251   CSS properties, and relative font sizes are supported. Font
7252   sizes in CSS can be specified as numbers or with keywords
7253   like xx-small, medium, smaller, larger,...
7254
7255* GTK+ now uses proper Unicode ellipses in strings.
7256
7257* The releases includes several noticable performance improvements:
7258 - Size allocation has been optimized, by avoiding excessive
7259   resizing in various situations.
7260 - The performance of size groups has been improved.
7261 - Text rendering in GtkLabel and other widgets has been optimized
7262   to avoid excessive recreation of Pango layouts.
7263 - Icon loading overhead was reduced by caching of GtkIconInfo.
7264 - The CSS is now keeping a tree of selectors to speed up matchinh.
7265
7266* Deprecations and removals:
7267 - Custom CSS properties have been deprecated
7268 - Support for color schemes has been removed
7269 - gtk_style_provider_get_style, gtk_style_provider_get_icon_factory
7270 - GtkGradient and GtkSymbolicColor
7271 - All the padding style properties in menus
7272
7273* Bugs closed:
7274 132333 Can't add a palette to the dialog of a color button
7275 371034 Doc for gtk_file_chooser_get_filename: Is the resulting path...
7276 447972 Add a way to specify user_data sent to signals
7277 548793 funny pattern for iterating GtkTreeModel
7278 595615 Use proper ellipses
7279 626499 GtkClipboard unnotified on change of OS X pasteboard owner
7280 668239 texts disappear when notebook switch page at zh_CN locate!
7281 677339 GTK+ 3 documentation wrong about GtkWidget scroll-event signal
7282 680065 treemodelfilter: Make the constructor binding friendly
7283 687065 InstallableOptions is not filtered in cups backend
7284 687816 GtkTreeView does not draw correctly since commit aaedc7b6
7285 688710 [PATCH] Splash screens shouldn't stay on top of all applicat...
7286 688744 Don't use gtk_style_context_set_background() to render icon/...
7287 688884 Typo in gtk_tree_view_set_tooltip_column documentation
7288 689012 "Copy file's location" menu item in file chooser dialog uses...
7289 689047 Obtain the recent files max age setting from xsettings
7290 689081 No caching of icons
7291 689168 Deprecate some menu style properties
7292 689401 xi2: Abort early if we don't have a proper GDK window
7293 689584 Add summary and description to "show-hidden" key
7294 689847 Add fast repeated typename -> GType resolver
7295 689923 Missing null-check in GtkEntryAccessible
7296 690099 GtkScrolledWindow with NEVER policy don't resize with children
7297 690266 Freeze with F10/Shift-F10 on submenus
7298
7299* Translation updates:
7300 Assamese
7301 British English
7302 Dutch
7303 German
7304 Hebrew
7305 Polish
7306 Slovenian
7307 Spanish
7308
7309
7310Overview of Changes in GTK+ 3.7.2
7311=================================
7312
7313* Theming:
7314 - Improve touch text handle theming
7315 - Always draw background of menuitems
7316
7317* Geometry management
7318 - Size groups now handle height-for-width
7319 - Fix corner cases in label size allocation
7320
7321* Accessibility
7322 - Make entry icons accessible
7323
7324* Filechooser
7325 - Don't add duplicate bookmarks
7326 - Remember sidebar width
7327
7328* Wayland: Build against wayland-client 1.0
7329
7330* Bugs fixed:
7331 524295 remember the file chooser side pane's position
7332 577806 gtk_file_chooser_add_shortcut_folder adds duplicates...
7333 677609 GtkSizeGroup regression in GTK+ 3.3.20
7334 683896 Clean up global resources when the display is closed
7335 686021 spinner animation should not be subject to enable-an...
7336 686347 Clickable icons are not accessible as children of te...
7337 687059 icon-theme: support loading symbolic GFileIcons from...
7338 687196 filesystemmodel: invalidate nodes on file remove
7339 687467 Commit "Implement proper cross-fades for gradients" ...
7340 687842 Support partially transparent widgets
7341 687872 Segfault when attempting to get character extents fo...
7342 687977 icon-theme: Add some preconditions for NULL arguments
7343
7344* Translation updates:
7345 Assamese
7346 Brazilian Portuguese
7347 Estonian
7348 Galician
7349 German
7350 Greek
7351 Gujarati
7352 Indonesian
7353 Latvian
7354 Lithuanian
7355 Marathi
7356 Norwegian bokmål
7357 Serbian
7358 Slovenian
7359 Spanish
7360 Traditional Chinese
7361
7362
7363Overview of Changes in GTK+ 3.7.0
7364=================================
7365
7366* Add an "inverted" property to GtkLevelBar
7367
7368* Support RTL flipping in GtkLevelBar
7369
7370* Various memory leak fixes
7371
7372* Wayland: Update for protocol changes
7373
7374* Bugs fixed:
7375 684288 level-bar: add an "inverted" property like GtkProgr...
7376 684415 Fix drag-motion event handling
7377 684980 Improve the appearance of the dragged header
7378 686013 CSS: crash drawing a GtkEntry in gedit
7379 686152 Calls gdk_window_get_frame_extents with a potential...
7380 686209 memleak with "text-shadow" css
7381 686265 scrolledwindow: set GDK_EXPOSURE_MASK on the oversh...
7382 686280 GtkScrollbar and GtkScale rendering broken in gtk 3.6
7383 686366 Use named union for _GtkSymbolicColor in gtk/gtksym...
7384
7385* Translation updates:
7386 Czech
7387 Estonian
7388 Galician
7389 Indonesian
7390 Lithuanian
7391 Serbian
7392 Slovak
7393 Slovenian
7394 Spanish
7395
7396
7397Overview of Changes in GTK+ 3.6.1
7398=================================
7399
7400* CSS:
7401 - huge refactoring to avoid computing wrong values
7402 - treeview: Invalidate children properly
7403 - treeview: Fix computing child paths
7404
7405* Broadway:
7406 - use binary websockets when available
7407
7408* Bugs fixed:
7409 646221 Imperfect Russian translation of 'Print preview'...
7410 682395 Nautilus tabs have black background
7411 684517 window: Delay showing auto mnemonics on focus in
7412 684639 GTK+ 3.5.18 makes Epiphany unusable
7413 684984 No focus rendering for Icon Views in SELECTION_N...
7414 685449 Non-uniform borders on GtkScrolledWindow break c...
7415 685996 trivial build fix: test uses = not ==
7416        Fix a multi-display problem in touch handle code
7417        App chooser: respect NoDisplay
7418
7419* Translation updates:
7420 Catalan
7421 Catalan (Valencian)
7422 Italian
7423 Japanese
7424 Khmer
7425 Norwegian bokmål
7426 Russian
7427 Slovak
7428
7429
7430Overview of Changes in GTK+ 3.6.0
7431=================================
7432
7433* Add support for blur to CSS shadows
7434
7435* Bugs fixed:
7436 679883 When printing Custom paper sizes GTK Print Dialog...
7437 684258 Crash when calling gtk_application_set_menubar twice
7438 684606 GtkMenuButton: implement rtl flipping
7439 684607 GtkSearchEntry: flip the clear icon in rtl
7440        Fix style context path for internal buttons
7441
7442* Translation updates:
7443 Bengali
7444 Brazilian Portuguese
7445 Bulgarian
7446 Catalan
7447 Catalan (Valencian)
7448 Czech
7449 Galician
7450 German
7451 Gujarati
7452 Hebrew
7453 Hindi
7454 Kannada
7455 Kyrgyz
7456 Latvian
7457 Malayalam
7458 Punjabi
7459 Russian
7460 Serbian
7461 Telugu
7462
7463
7464Overview of Changes in GTK+ 3.5.18
7465==================================
7466
7467* GMenu:
7468 - Support namespaces for actions
7469 - Allow submenus to have actions for opening
7470 - New function: gtk_menu_shell_bind_model
7471
7472* CSS:
7473 - Parse and support CSS animations
7474 - Support cross-fading and transitions
7475
7476* OS X:
7477 - Adjust scrollbar and scale behavior according to platform
7478
7479* Bugs fixed
7480 643611 Leak on gail_widget_get_description
7481 658694 GtkAssistant: Unable to change current page in prepare...
7482 670390 -GtkMenuBar-shadow-type: none disables background inst...
7483 671786 Glade XML files cannot set an ImageMenuItem accelerato...
7484 674108 Hard crash due to wrong NSAutoreleasePool stacking
7485 676890 GtkButton are still highlighted after removing them fr...
7486 677559 argument of Gdk.Keymap.map_virtual_modifiers is not co...
7487 680962 GtkMenuButton doesn't display accelerators when used w...
7488 682630 GMenuModel attribute for an action to toggle on submen...
7489 682831 gtkmodelmenu: expose API for action namespace
7490 683474 Print dialog lists custom paper sizes twice for "Print...
7491 683627 Memory leak in style_data_lookup
7492 683718 box: Fix typo
7493 683738 Simplify GtkApplicationWindow accel handling
7494 683874 Load settings.ini also from XDG_CONFIG_DIRS
7495 683896 Clean up global resources when the display is closed
7496 684038 togglebutton: always set PRELIGHT state when in_button...
7497 684076 clean up a11y on shutdown
7498 684096 GtkWidget:drag-data-received code sample refers to rem...
7499 684156 fontchooserwidget: scroll to the currently selected row
7500
7501* Translation updates
7502 Arabic
7503 Assamese
7504 Belarusian
7505 Brazilian Portuguese
7506 British English
7507 Danish
7508 Finnish
7509 French
7510 Galician
7511 Greek
7512 Hebrew
7513 Hungarian
7514 Indonesian
7515 Korean
7516 Lithuanian
7517 Persian
7518 Polish
7519 Portuguese
7520 Punjabi
7521 Serbian
7522 Slovenian
7523 Thai
7524 Spanish
7525 Russian
7526 Traditional Chinese
7527
7528
7529Overview of Changes in GTK+ 3.5.16
7530==================================
7531
7532* Fix critical warnings on startup in nautilus
7533
7534
7535Overview of Changes in GTK+ 3.5.14
7536==================================
7537
7538* Input method support
7539 - Propagate input purpose and hints to individual IMs
7540 - Add a hint to suppress on-screen keyboards
7541
7542* GtkEntry can now set Pango attributes for its text
7543
7544* GtkEntry and GtkTextView show 'selection handles' when
7545  used with touch devices
7546
7547* GtkSpinButton can be oriented vertically
7548
7549* Bugs fixed
7550 645065 GtkFileChooserButton doesn't handle closing its dialo...
7551 661973 gtk+ reacts on F10 press incorrectly with xkeyboard-c...
7552 672046 Issues with widget state propagation
7553 672431 the alt+tab app switch makes mnemonics flash
7554 676787 Update printing demo to use new print setting
7555 679144 Gdk doesn't properly find the child area with alpha
7556 681617 radio button text isn't centered when draw indicator ...
7557 682129 Print Dialog / Improving "Print to file" option
7558 682291 GtkMenuButton .ui issues
7559 682552 Improve the layout of the mount operations dialog
7560 682662 GtkAspectFrame: vertical alignment should be top/bott...
7561 682724 Fix a typo in the the comments
7562 682825 Also compile gtkdbusgenerated.c on non-UNIX environme...
7563 682919 Crash in GTK+-3.x (3.0.x-3.5.12+) on Windows with CJK...
7564 683001 Make headings bold in message dialogs by default
7565 683168 Make spinbutton orientable
7566
7567* Translation updates
7568 Assamese
7569 French
7570 Galician
7571 Greek
7572 Indonesian
7573 Japanese
7574 Kazakh
7575 Latvian
7576 Lithuanian
7577 Norwegian bokmål
7578 Persian
7579 Polish
7580 Punjabi
7581 Spanish
7582 Vietnamese
7583
7584
7585Overview of Changes in GTK+ 3.5.12
7586==================================
7587
7588* GtkApplication:
7589 - Add gtk_application_get_active_window to get the active window
7590 - Add gtk_widget_insert_action_group to allow more flexibility
7591   when associating widgets with actions
7592
7593* GtkMenuButton:
7594 - The gtk_menu_button_set_menu function is getting renamed
7595   to gtk_menu_button_set_popup. The old name is still available
7596   for now, but will be removed before 3.6
7597
7598* GtkToolbar:
7599 - use CSS properties instead of style properties for padding
7600
7601* Input method support:
7602 - GtkEntry and GtkTextView now have input-purpose and input-hints
7603   properties that let applications provide useful hints to
7604   input methods, like 'this entry is for a phone nr'.
7605
7606* Bugs:
7607 373279 Toggling a GtkToggleButton emits "clicked", not "toggled"
7608 651244 Add a "purpose" tag for GtkEntries
7609 673478 Chain up notify implementations
7610 681577 Missing mnemonic in "Find applications online"
7611 681591 Masked string for password fields is not exposed to accessibility
7612 681613 icon view doesn't emit selection changed when the model changes
7613 682193 404 in GTK+ docs for duplicated "stable" URL suffix to ATK link
7614 682235 gtkmenubutton: repurpose set_menu for GMenuModel
7615
7616* Translation updates:
7617 Assamese
7618 Esperanto
7619 Galician
7620 Lithuanian
7621 Marathi
7622 Portuguese
7623 Serbian
7624 Spanish
7625 Traditional Chinese
7626
7627
7628Overview of Changes in GTK+ 3.5.10
7629==================================
7630
7631* Wayland:
7632 - Add keyboard handling
7633 - Improve clipboard handling
7634 - Add default settings implementation
7635
7636* GDK thread support has been deprecated
7637
7638* Bugs fixed:
7639 679910 GtkTreeModelFilter: Fix _iter_previous() when iter...
7640 679978 Optimize gtk_widget_path_copy() by preallocating "...
7641 680754 deprecate gdk thread functions
7642 680803 menubutton: Clear references in dispose, not finalize
7643 680822 Document return value of GtkWidget::draw
7644 680901 GTK+: The chinese translations of "even sheet" and...
7645 680949 GtkColorButton documentation seems self-contradictory
7646 680988 GtkMenuButton down direction positioning suboptimal
7647 681005 [IconView] wrong transfer annotation for get_toolt...
7648 681006 Escape should cancel DnD operation
7649 681064 container: restyle queue leaks
7650
7651* Updated translations
7652 Galician
7653 German
7654 Greek
7655 Gujarati
7656 Japanese
7657 Kazakh
7658 Norwegian bokmål
7659 Persian
7660 Serbian
7661 Slovenian
7662 Spanish
7663 Telugu
7664 Traditional Chinese
7665
7666
7667Overview of Changes in GTK+ 3.5.8
7668=================================
7669
7670* gtk-launch: A new commandline utility to launch an application
7671  from its desktop file
7672
7673* GtkStrengthBar: A new widget for displaying the strength
7674  or level or some quantity
7675
7676* Wayland: Updates for changes in the Wayland protocol
7677
7678* Bugs fixed:
7679 667808 Accept -1 as the position where insert an element...
7680 671437 GtkStyle background color regression
7681 671817 GTK+ doesn't create ~/.local/share (path) and ~/.local...
7682 675990 gtk_tree_column_set_visible badly interact with the a1...
7683 677347 he accessible name of the 'Lock'/'Unlock' button is al...
7684 677491 'toolkit-accessibility' default value should be 'true'...
7685 678828 gtk_application_add_accelerator() (and remove) missing...
7686 678829 Bloatpad example application has "parse" action instea...
7687 679092 gtkstyle: add a gtkstyle-fallback style class for RC c...
7688 679166 modelmenu: set the accel group on the GtkMenu
7689 679228 signal parameter names are not valid C identifiers
7690 679409 docs: link against libgdk-3.la
7691 679449 menubutton: set DROPDOWN_MENU hint on the menu topleve...
7692 679454 modelmenu: listen for toplevel changes on the attach w...
7693 679537 Crash in GtkEntry gtk_entry_get_icon_pixbuf()
7694 679705 Using NULL with gtk_application_set_menubar causes seg...
7695 677892 Add a GtkStrengthBar widget
7696 679342 Add a gtk-launch utility
7697
7698* Translation updates:
7699 Bulgarian
7700 Greek
7701 Norwegian nynorsk
7702 Telugu
7703 Vietnamese
7704
7705Overview of Changes in GTK+ 3.5.6
7706=================================
7707
7708* GtkSearchEntry is a subclass of GtkEntry that is set up to be
7709  used as a search entry
7710
7711* GtkMenuButton is button that pops up a menu. The menu can be
7712  generated from a GMenu or provided manually
7713
7714* The GtkMountOperation code will now use gnome-shell to present
7715  a system-modal mount dialog when available
7716
7717* The accessibility bridge code that exports accessible objects
7718  on the bus is used by default (atk-bridge has been converted into
7719  a library that GTK+ links against). To avoid the linking, you can
7720  pass --without-atk-bridge when configuring GTK+.
7721
7722* Bugs fixed:
7723 613561 single quote missing in translation of gtk-2-18.kn.po
7724 652809 Add "search" entry
7725 668013 Add menu button
7726 669986 Some keyboard navigation breakage with GtkNotebook
7727 670369 gdk: annotate the attributes_mask type for gdk_window_new
7728 674963 GtkMountOperation should proxy to the Shell for modal dial...
7729 676077 Windows: Weird characters appearing when using certain key...
7730 677491 'toolkit-accessibility' default value should be 'true' for...
7731 677551 a11y: fix a typo leading to a crash
7732 677649 gtk[list,tree]store: fix transformation of GValues upon set
7733 677774 gdk: add missing annotations to gdk_event_get_scroll_deltas
7734 677809 Regression: gtkiconview changes in 3.4.2 / master break ch...
7735 677915 entry-completion: don't move to leftmost character with in...
7736 677941 Gtk.ListStore doesn't have the method "reorder" as its doc...
7737 677943 DnD of notebook tabs lead to Gtk-WARNING
7738 678175 Memory leak in GtkImage
7739 678407 GtkImage: fix get_property('stock')
7740 678418 Lacks a way to get the position of an item in the icon view
7741
7742* Translation updates:
7743 Arabic
7744 Galician
7745 Greek
7746 Spanish
7747 Telugu
7748
7749
7750Overview of Changes in GTK+ 3.5.4
7751=================================
7752
7753* GtkIconView size allocation has been rewritten to support
7754  height-for-width and work better.
7755
7756* The theming code now supports multiple backgrounds and
7757  transitions
7758
7759* Bug fixes:
7760 162865 F1 should be the shortcut for Help/Contents, not ...
7761 460908 gtk_paper_size_get_[width|height] doesn't support...
7762 478344 GtkTreeRowReference falsely said to auto-subscrib...
7763 531319 "weight-set" cellrenderertext attribute misbehave...
7764 571254 Constructing a pixel value from components
7765 587873 Documentation should explain MessageDialogs don't...
7766 643490 gtk-style-context-add-provider () documentation n...
7767 645514 Add placeholder-text property to GtkCellrendererText
7768 646798 Add a tip about "cloning contexts"
7769 647779 Doesn't mention GtkDialog replacements
7770 649569 GDK_THREADS_ENTER in file_print_cb@modules/printb...
7771 652304 themingengine: don't hardcode the slider lines in...
7772 657322 GtkPrintSettings requires every application to wo...
7773 659613 GtkLockButton docs are inaccurate
7774 663072 GtkSelectionData is incorrectly documented
7775 663991 _XOPEN_SOURCE 500 causes error in Solaris Studio ...
7776 664646 dnd pointer lock when dragging tab between two ge...
7777 665243 settings: Add support for disabling middle click ...
7778 670449 Splash screen stays
7779 671025 Constants and identifiers starting with a number ...
7780 671249 GApplication: Allow a null application_id?
7781 672947 GtkEntryCompletion sizing/position fixes
7782 673237 window: Remove needless call to ensure_state_flag...
7783 673749 Error Message When Creating Tray Icon
7784 674192 out-of-tree build failure: demos/widget-factory/w...
7785 674409 need a way to identify GtkApplicationWindows remo...
7786 674549 widget receives leave event when button released
7787 675365 immulticontext: Always check if the global contex...
7788 675421 GtkFileChooser should set its role
7789 675423 [Patch] doc: Add missing CDATA around a XML progr...
7790 675501 gtkquartz.h is not the gtk+-3.5.2.tar.xz archive
7791 675535 GtkScale in GtkToolbar: strange behaviour with do...
7792 675809 Crash when clicking xrefs
7793 675895 Docs for certain functions are built unconditionally
7794 675899 Infobar not loadable by GTKBuilder (using python ...
7795 675951 gdkx.h inclusion breaks OotSD builds
7796 676087 gtk+ fails to build against uclibc due to isnan/i...
7797 676196 range: use a CSS margin to shrink the trough comp...
7798 676198 current color of a GtkColorButton should be set t...
7799 676243 Document removing of accelerators
7800 676329 GDK_SMOOTH_SCROLL_MASK lacks "Since"
7801 676356 icon-theme: Allow symbolic GFileIcons
7802 676429 no way to force showing icons in buttons
7803 677055 gtkmenutoolbutton bug fixes
7804 677109 Fixes for interactions between background-repeat ...
7805 677127 Misc annotation fixes
7806 677202 docs: Add section for new 3.6 symbols
7807 677203 docs: Fix duplicate declarations in sections
7808 677293 GtkFontSelectionDialog partially broken on gtk 3.4
7809 677363 grid: Add missing guard to gtk_grid_get_child_at()
7810
7811* Translation updates:
7812 Dutch
7813 French
7814 Galician
7815 German
7816 Greek
7817 Hebrew
7818 Italian
7819 Norwegian bokmål
7820 Slovenian
7821 Spanish
7822
7823
7824Overview of Changes in GTK+ 3.5.1
7825=================================
7826
7827* Wayland:
7828 - Allow the wayland backend to be used without cairo-gl
7829 - Expose GdkWaylandDisplayManager for runtime checks
7830
7831* Theming:
7832 - Optimizations to style invalidation
7833 - Support CSS animatable properties
7834
7835* Bugs fixed
7836 563688 GtkScale (GtkRange) should jump to clicked position
7837 668931 Scrolling down via PageDown/PageUp keys impossible ...
7838 669989 gtk_grid_attach(): Documentation doesn't mention mu...
7839 670373 modules/printing/cups/gtkprintbackendcups.c won't b...
7840 672361 Remove cairo-gl dependency from wayland backend
7841 672789 gtk_builder_add_objects_from_file() crashes on GtkU...
7842 672993 print dialog overrides default cups number-up settings
7843 673259 The gdk/gdkkeysyms-update.pl script and the keysym ...
7844 673644 Scroll not working in document overview
7845 673650 Evince 3.4: adding new annotation is not possible (...
7846 674050 Free image->priv->icon_helper in gtk_image_finalize...
7847 674102 Defaults to wayland over x11 backend
7848 674118 application-window: Desktop file handling improvements
7849 674200 ./configure gives wrong error message if -lXext is ...
7850 674286 "Delete confirmation" dialog has wrong padding
7851 674326 Use localizations of option names and values contai...
7852 674468 Add GTK_STYLE_CLASS_DIM_LABEL
7853 674577 Non static variable in GtkStyleProviderPrivate
7854 674587 treemodelsort: allow iter_previous() to go past the...
7855 674806 icontheme: search first in all themes if the reques...
7856 674807 spinbutton: port to GtkIconHelper
7857 674808 themingengine: render a frame in gtk_render_handle()
7858 674809 themingengine: simplify render_extension() default ...
7859 674890 Fix the colord support in GtkPrinterCups when the P...
7860 646631 GTK should use XDG base dir spec instead of home
7861
7862* Translation updates
7863 Bulgarian
7864 Crimean Tatar
7865 Czech
7866 Galician
7867 German
7868 Hebrew
7869 Norwegian bokmål
7870 Russian
7871 Serbian
7872 Simplified Chinese
7873 Slovenian
7874
7875
7876Overview of Changes in GTK+ 3.4.1
7877=================================
7878
7879* Win32 fixes:
7880 - Fix wintab support
7881 - Fall back to Raleigh with th eclassic theme
7882
7883* OS X fixes:
7884 - Fix manual resizing of windows
7885
7886* Bugs fixed:
7887 672961 Custom theme can crash apps with GtkEntryCompletion
7888 587441 Window expands horizontally rather than the text entry growing...
7889 672133 conflict between srcdir != builddir and generated enum types
7890 672358 Wayland and X11 backends simultaneously enabled is broken
7891 672544 Anchored widgets inside GtkTextView are drawn out of place...
7892 673090 gtk file-chooser: Autocompletion - Dropdown-list: selection fails
7893 673125 windows draw as unfocused/backdrop on window managers that do...
7894 673139 URL to mailing lists in README incorrect
7895 673200 gactionmuxer: Fix list_actions
7896 673328 After clicking empty parts of a toolbar/menubar the next mouse...
7897 673440 shouldn't set GDK_SOURCE_TOUCHSCREEN based on the name
7898 673441 GtkTreeView should not handle extra mouse buttons
7899 673458 GdkEventButton contains wrong buttons in modifier mask...
7900 673693 entrycompletion: set_property() should use property setter...
7901 673882 application-window: try to use the desktop name in the fallback...
7902        Deal more gracefully with a flood of scroll events
7903
7904* Translation updates:
7905 Catalan
7906 Czech
7907 German
7908 Marathi
7909 Odia
7910 Swedish
7911 Ukrainian
7912
7913
7914Overview of Changes in GTK+ 3.4.0
7915=================================
7916
7917* Bugs fixed:
7918 658875 Should limit Num Lock warning to notebooks
7919 671006 keygrab: don't translate Alt+Print to SysRq
7920 672163 GtkWindows (comboboxes, menus, etc.) do not show up...
7921 672587 regression in about dialog credits spacing
7922 672763 Floating point exception in Gtk.Grid() if grid emptied
7923
7924* Translation updates:
7925 Arabic
7926 Czech
7927 Hebrew
7928 Hindi
7929 Japanese
7930 Kannada
7931 Latvian
7932 Simplified Chinese
7933 Telugu
7934
7935
7936Overview of Changes in GTK+ 3.3.20
7937==================================
7938
7939* Theming:
7940 - Reduced memory consumption in the css parser
7941 - Fixed Windows theme rendering under XP
7942 - Support for background-position
7943
7944* Build requirements:
7945 - cups 1.2 is now required for the cups print backend
7946 - X11 pre-R6 is no longer supported
7947 - XI2 is a build requirement
7948
7949* Bug fixes
7950 657385 gtk_menu_popup() not introspected
7951 662023 gnome-panel crashes with multiple screens
7952 670176 Warning when removing a child from a box if the child has...
7953 671065 gtk: Prefer group-0 keycodes
7954 671453 Improve the configure check for XInput 2.2
7955 671488 smooth-scroll support for textview
7956 671659 generates too many scroll events with a delta of 0
7957 671819 Crash (stack overflow) in gtk_range_grab_notify
7958 671898 Collate should be enabled by default
7959 672009 gtk 3.3.18, missing "enter" events with pads devices, le...
7960 672117 Link from stable gtk reference to unstable broken
7961 672125 gtk_enumerate_printers() doesn't call the destroy notify...
7962 672173 shell window: category view broken with gtk+ 3.3.19+
7963 672182 Commit 66c99016 breaks building if cups 1.2 is not available
7964 672367 Toggle-able table cells lack the 'toggle' action
7965 671588 selectable labels loose the selection too easily
7966        x11: Avoid spurious focus events on grabs
7967
7968* Translation updates
7969 Arabic
7970 Assamese
7971 Basque
7972 Brazilian Portuguese
7973 British English
7974 Bulgarian
7975 Catalan
7976 Catalan (Valencian)
7977 Danish
7978 Esperanto
7979 French
7980 Galician
7981 German
7982 Gujarati
7983 Hungarian
7984 Latvian
7985 Lithuanian
7986 Norwegian bokmål
7987 Portuguese
7988 Punjabi
7989 Russian
7990 Serbian
7991 Spanish
7992 Traditional Chinese
7993
7994
7995Overview of Changes in GTK+ 3.3.18
7996==================================
7997
7998* Add support for touch devices
7999 - New device types GDK_SOURCE_TOUCHSCREEN and
8000   GDK_SOURCE_TOUCHPAD for direct and indirect
8001   touch devices
8002 - New event GdkEventTouch and GDK_TOUCH_MASK
8003 - New signal GtkWidget::touch-event
8004
8005* Add support for smooth scrolling
8006 - Scroll events can contain scroll deltas,
8007   obtainable via gdk_event_get_scroll_deltas()
8008 - Scroll direction for such events is GDK_SCROLL_SMOOTH
8009 - To receive scroll events, widgets must now
8010   set either GDK_SCROLL_MASK or GDK_SMOOTH_SCROLL_MASK
8011
8012* GtkScrolledWindow will do kinetic scrolling
8013  with touch devices
8014
8015* XInput2 is now required for building the X11
8016  backend, support for XInput1 has been removed
8017
8018* Deprecations are now versioned, and new API is
8019  marked with the version it was introduced.
8020  Use these with GDK_VERSION_{MIN,MAX}_REQUIRED
8021
8022* Theming:
8023 - Memory consumption of the CSS parser has been reduced
8024 - CSS selectors of the form "a + b" and "a ~ b" work now
8025
8026* Bug fixes:
8027 650693 Drawing errors in column headers when adding...
8028 655065 Build failure on OS X 10.7 Lion
8029 668141 button: don't be active when holding the mouse...
8030 669335 Render a background in the scrollbars junction area
8031 669342 overlay: add left/right/top/bottom style classes...
8032 670555 I can't change GtkInfoBar text color via the theme
8033 670881 Deactivate the menu if the window is withdrawn
8034 671057 colorchooser can't remove palette
8035 671070 Correct GroupSwitch mask
8036 671170 GtkTable and GtkGrid alignment problem
8037
8038* Translation updates:
8039 Basque
8040 Belarusian
8041 Brazilian Portuguese
8042 Bulgarian
8043 Estonian
8044 Finnish
8045 Galician
8046 Hungarian
8047 Kazakh
8048 Korean
8049 Polish
8050 Persian
8051 Punjabi
8052 Serbian
8053 Slovenian
8054 Swedish
8055 Telugu
8056 Spanish
8057 Ukranian
8058 Vietnamese
8059
8060
8061Overview of Changes in GTK+ 3.3.16
8062==================================
8063
8064* The widget-factory theme test is now installed
8065  as a demo named gtk3-widget-factory
8066
8067* The Raleigh theme is now a pure fallback theme
8068  that doesn't share any CSS with other themes
8069  anymore
8070
8071* GtkColorSelectionDialog has been deprecated in
8072  favor of a new color chooser widget named
8073  GtkColorChooserDialog
8074
8075* The GtkApplication session support has been simplified
8076
8077* Bug fixes:
8078 612283 Clarification for GtkListStore::gtk_list_store_insert_with_values
8079 668114 odd spacing in about dialog credits
8080 669116 GtkNotebook's child-notify::position not always emitted...
8081 669208 x11: Cancel _NET_WM_MOVERESIZE if we get a matching ButtonRelease
8082 669511 gtkcsstypes.c: variable is declared at middle of block
8083 669636 gtkactiongroup: clarify set_translation_domain docs
8084 669638 gtkbuilder-menus: translation-domain can be NULL
8085 669794 Orca + Trees/Tables == incorrect cells presented, crashes...
8086 669947 gtkuimanager: clarify @pos of insert_action_group
8087 670077 license text has poor alignment with close button
8088 670078 no stroke around credits scrollable area
8089 670400 First shortcut capture is broken
8090
8091* Translation updates:
8092 Belarusian
8093 Bulgarian
8094 Danish
8095 Estonian
8096 Galician
8097 Hebrew
8098 Italian
8099 Japanese
8100 Kazakh
8101 Lithuanian
8102 Norwegian bokmål
8103 Spanish
8104 Traditional Chinese
8105
8106
8107Overview of Changes in GTK+ 3.3.14
8108==================================
8109
8110* Theming
8111 - Fixes for border handling in GtkEntry,
8112   GtkCellRendererText, GtkComboBox
8113 - Parse values more carefully, supporting
8114   percentages, angles
8115 - Implement CSS linear-gradient syntax
8116 - Support background-size
8117 - Support a gtk.gresource file in themes
8118
8119* Bugs fixed
8120 543520 Cups custom options are not sent properly
8121 649121 Crash in GtkAppChooserDialog packagekit button
8122 669176 Regression: atk-add-key-event-listener doesn't work
8123
8124* Updated translations
8125 Galician
8126 Norwegian bokmål
8127 Spanish
8128
8129
8130Overview of Changes in GTK+ 3.3.10
8131==================================
8132
8133* GtkApplication:
8134 - Move application menu handling over from GIO
8135 - Fix resize grip positioning in GtkApplicationWindow
8136
8137* Wayland:
8138 - Make combo boxes work
8139 - Make key modifiers work like on X11
8140 - Make mouse buttons work correctly
8141
8142* Quartz:
8143 - Make key modifiers work more like they do on X11
8144
8145* Printing:
8146 - Fix handling of custom cups options
8147
8148* Accessibility:
8149 - Bring key snooping support back for now
8150
8151* Translation updates:
8152 Spanish
8153
8154
8155Overview of Changes in GTK+ 3.3.8
8156=================================
8157
8158* GtkApplication:
8159 - Supports logout notification and inhibiting
8160 - Buttons, toolbuttons and switches can now be connected
8161   to GActions
8162
8163* GtkSpinButton no longer allows to change the value
8164  when not editable
8165
8166* GtkLabel link support has been rewritten to be be
8167  more robust
8168
8169* GtkBuilder:
8170 - Supports the 'id' in GtkComboBoxText
8171 - Can parse GVariant-valued properties
8172 - Support loading from a GResource
8173
8174* GtkImage:
8175 - Support loading from a GResource
8176
8177* GtkUIManager:
8178 - Support loading from a GResource
8179
8180* Accessibility:
8181 - key snooping support has been removed
8182
8183* Wayland backend:
8184 - Cursor handling updates
8185 - Look for cursors in the 'weston' directory
8186 - Make resize grips work
8187 - Implement device grabs
8188 - Implement window geometry hints
8189 - Set surface type based on window type hint
8190 - Add basic clipboard and selection implementations
8191 - Implement client-side keyboard repeat
8192 - Update GdkWindow focus state to match reality
8193
8194* Theming:
8195 - Improved CSS compliance for selector matching
8196 - Improved CSS compliance for value resolution,
8197   including full support for 'inherit', 'initial',
8198   'currentColor', 'none'
8199 - Support border-style properties
8200 - 'window-unfocused' has been renamed to 'backdrop'
8201
8202* New deprecations:
8203 - GdkColor
8204 - GtkButton::inner-border
8205
8206* Miscellaneous:
8207 - Turn default theme css files and dnd cursors into
8208   GResources
8209
8210* Bugs fixed:
8211 543520 Cups custom options are not sent properly
8212 612396 ...default of entry-text-column for GtkComboBoxText
8213 613728 Rationalize GtkTreeView focus
8214 620240 GNOME Drag & Drop broken for remote X sessions
8215 629878 Missing "Back" and "Forward" icons for Firefox
8216 631414 Add symbolic constants for event emission control
8217 639875 crashes when unparenting a tab from a window...
8218 657367 GtkAction: Hold a reference to proxy widgets
8219 659516 gtk_css_provider_to_string lacks "since" tag
8220 660139 GtkGrid gives Gtk-Warnings about negative sizes when empty
8221 660309 check x11 backend when create xim module
8222 663479 "Finishing" ("Completion") and "Advanced" tabs are empty
8223 665015 "Widget (%s) has more than one label" unwanted warnings
8224 666103 Should be able to match the parent where a dropdown menu...
8225 666600 allocate the CSS border and deprecate GtkButton-inner-border
8226 666685 SIGSEGV in _gtk_tree_selection_internal_select_node
8227 666710 Fix compose sequences disabling other sequences
8228 666842 [patch] "sticky" window state reported wrongly on X11
8229 667018 Fix compilation on Windows
8230 667229 gtkspinbutton: Respect value of inherited 'editable' property
8231 667394 Gtk(Tool)Button: add an 'action-name' property
8232 667473 gdk_rgba_free (NULL)
8233 667485 gdk_rgba_parse error checking
8234 667534 Non-XInput2 build fix
8235 667546 GApplication doc mentions g_application_set_app_menu
8236 667628 GtkWindow:application property should have G_PARAM_CONSTRUCT
8237 667695 GAction leaked in examples/plugman.c
8238 667705 fix up GtkApplication on OS X
8239 666921 Fix the _NET_SUPPORTING_WM_CHECK window fetch to be spec...
8240
8241* Translation updates:
8242 Arabic
8243 Bulgarian
8244 Finnish
8245 Hebrew
8246 Norwegian bokmål
8247 Spanish
8248
8249
8250Overview of Changes in GTK+ 3.3.6
8251=================================
8252
8253* GtkApplication has grown support for exporting application
8254  menus and menubars on the bus, as a GMenuModel. The
8255  new GtkApplicationWindow toplevel automatically
8256  displays these menu models when needed.
8257
8258* GtkSpinButtons have received a long-overdue face-lift
8259  to make them easier to use with both mouse and touch.
8260
8261* GtkScale has gained a has-origin property to request
8262  filled-in drawing of the trough.
8263
8264* GtkWindow can now request that the window manager hide
8265  the titlebar when the window is maximized.
8266
8267* The GtkTreeView accessibility support and the core
8268  treeview code have been extensively refactored;
8269  performance should be much improved. But watch out
8270  for regressions.
8271
8272* The GtkFileChooser entry completion code has been
8273  extensively refactored; it now uses GtkEntryCompletion
8274
8275* Excessive dependencies have been culled from Requires:
8276  lines in pc files. Dependent modules may have to declare
8277  dependencies that they were getting 'for free' in the past.
8278
8279* Theming improvements:
8280 - The background-clip and background-origin CSS properties
8281   have been implemented
8282
8283* Win32 improvements:
8284 - Theming of column headers, radio buttons and menuitems,
8285   notebook tabs, etc has been fixed
8286 - Menus, tooltips, and other popups show above the task bar
8287
8288* Wayland:
8289 - The Wayland backend has been updated to the current Wayland API
8290
8291* Bugs fixed:
8292 603823 Print to File suggests ".ps" as filename...
8293 640317 gtk_draw_insertion_cursor should be moved to gtk_render
8294 646461 Leak in gtkfilechooserbutton.c: model_free_row_data
8295 650943 Clicking resize grip causes strange mouse grabbing beh...
8296 661428 Allow themes to know when a toplevel window appears un...
8297 662814 Request for way to tell gtk_recent_manager_add_item_qu...
8298 664137 Crash in Audacious audio player when browsing the add ...
8299 664456 segfault on arrow keypress in empty GtkIconView
8300 664467 prop-editor is broken for GdkColor properties
8301 664469 color button doesn't notify "color" and "alpha" when c...
8302 664537 GtkCssProvider: don't segfault when CSS file is not found
8303 664640 CUPS authentication does not work
8304 665140 Draw the scale split
8305 665326 FTBFS: missing Xi/Pango/Fc for gtk-query-immodules-3.0
8306 665616 Add hide-titlebar-when-maximized setting
8307 665741 Crashes in treeview when pressing End key.
8308 665999 Introspection wrong for GDK_INPUT_ONLY vs GDK_INPUT_OUTPUT
8309 666242 Separators in menuitem are not vertically aligned
8310 641999 Consider adding a workarea API
8311 657578 Toggling the state of a GtkCheckButton causes accessible...
8312 659445 Accessible event.any_data is incorrect for text-removed...
8313 663573 Rework GtkFileChooserEntry
8314 666392 widget: Flip the sensitive flag even if the state doesn't...
8315 666552 Layered region is leaked in GdkWindow
8316
8317* Updated translations
8318 Breton
8319 Kazakh
8320 Russian
8321 Slovak
8322 Spanish
8323
8324
8325Overview of Changes in GTK+ 3.3.4
8326=================================
8327
8328* The beagle search backend has been dropped
8329
8330* Stop using GDK/GTK_DISABLE_DEPRECATED guards for deprecated
8331  functions; instead use function attributes
8332
8333* Make GtkCellRendererAccel support naked keyvals, so it can
8334  be used in gnome-control-center
8335
8336* GDK changes
8337 - Make the Mod1 == Alt assumption official
8338 - The Broadway backend has initial support for V7+ websockets
8339
8340* GtkApplication no longer uses gtk_main internally
8341
8342* GtkNotebook now destroys its action widgets, instead of leaking them
8343
8344* Theming improvements:
8345 - Background images can now be tiled instead of stretched,
8346   using the background-repeat CSS property
8347 - Unfocused windows can be themed differently, using
8348   the 'window-unfocused' state flag
8349
8350* Accessibility improvements:
8351 - Much better treeview performance
8352 - Completely ignore invisible columns in treeviews
8353 - Many a11y/treeview-related crashes fixed
8354 - Combo box keybindings are reported again
8355 - Textview respects display lines again
8356
8357* OS X improvements:
8358 - Improved handling of motion events and event state
8359 - Handle recursive CFRunLoops
8360 - More fixes to accel handling
8361
8362* Win32 improvements:
8363 - Many fixes, making this the first version of GTK+ 3 that
8364   works well on Windows
8365
8366* Bugs fixed:
8367  84314 gdk_display_sync() and gdk_flush()
8368 142874 use of SetWindowLong in gdkwindow-win32.c causes incorrect...
8369 169811 configure_event and window-state-event are not emitted con...
8370 171456 "Keep Above" option in Gimp broken on Win32
8371 324254 Realizing a top-level window widget early positions it at 0,0
8372 516822 gtk_window_fullscreen does not resize correctly if removing...
8373 542777 Scroll-Wheel doesn't scroll (Win)
8374 552041 Windows' System Menu from taskbar is buggy
8375 603559 gtk should handle missing immodules better
8376 604156 gtk_window_set_modal() freezes application completely
8377 606727 Can't bind keys on numerical keypad with numlock on
8378 612359 Dialog positioning hints fail on Windows 7
8379 616544 win32 drag and drop (DnD) broken for GTK+ 3
8380 628049 Native windows don't work very well
8381 631384 Images pasted from clipboard are shifted/wrapped
8382 647460 typo in msw_style.c?
8383 652239 win32: resurect Windows clipboard selection notification
8384 658841 Ensure native window in gdk_win32_drawable_get_handle()...
8385 658842 Fix win32 _gdk_windowing_window_at_pointer - port to gtk3
8386 659151 Cannot obtain accessible keybinding for comboboxes
8387 659257 Gtk-WARNING **: GtkRecentChooserWidget 0x80da890 is mapped...
8388 661858 Add annotations for some GtkRadio* constructors
8389 661859 Add annotations for some GtkSymbolicColor constructors
8390 661997 Gtk crashes when changing the TreeView model while rubber...
8391 662160 gtk_print_operation_cancel fails
8392 662628 Add keyboard brightness to keyname-table.h
8393 662670 Pressing "Enter" in print dialog box will not cause printing
8394 662691 menuitem: Always treat submenus as popup
8395 662755 Keycode support in GtkCellRendererAccel broken
8396 662839 Fix XIGrabKeycode usage
8397 662870 Fix introspection annotations for GtkRadioToolButton
8398 662953 x11: Fix window manager change detection
8399 663073 gtk_dialog_new_with_buttons should be G_GNUC_NULL_TERMINATED
8400 663138 iconview: layout items immediately when setting a GtkTreeModel
8401 663182 Dragging any item on OS X crashes Banshee
8402 663345 'from gi.repository import Gtk' fails in jhbuild
8403 663396 With multiple master devices, right clicking may show popup...
8404 663522 css: start background-repeat
8405 663605 Fix event->state of many event types on quartz
8406 663694 GtkTreeViewAccessibleCellInfo are leaked
8407 663761 gtk: Fix GtkCellRenderer ignoring keycodes
8408 663825 calling gtk_progress_bar_set_fraction with a fraction > 1.0...
8409 663856 Make option-foo accelerators use the right symbol
8410 663994 GtkTextView no longer reports the correct line text to ATs...
8411 664021 GtkSpinButton: Clarify clamping behavior in gtk_spin_button...
8412 664027 Build fails with undefined reference to `gdk_keymap_get_mod...
8413 664132 gdk_cairo_region_create_from_surface broken on PPC...
8414
8415
8416Overview of Changes in GTK+ 3.3.2
8417=================================
8418
8419* GtkCellRendererAccel can show virtual modifiers
8420
8421* Theming improvements:
8422 - CSS: 'transparent' can be used a color
8423 - Improved notebook tab rendering
8424 - Support opacity and rounded corners for tooltips
8425
8426* OS X improvements:
8427 - Disable mnemonics
8428 - Make Option work as a modifier
8429 - Cleanup of modifiers: Alt/Option is MOD1, Command is MOD2
8430 - Fix keyval <> Unicode and lowercase/uppercase mapping
8431
8432* Improvements of cross-platform key and button event handling:
8433 - Support '<Primary>' in accelerator strings
8434 - Use approprivate modifiers for extending and modifying
8435   selections, depending on the platform
8436 - Use the appropriate button for triggering context menus,
8437   depending on the platform
8438
8439* Bugs fixed:
8440 628936 gtk build fails because of objective-c elements
8441 653289 GtkCellRendererText "edited" signal not emitted...
8442 655057 rendering issues with map plugin
8443 657770 Write to released memory in gtkdnd-quartz.c
8444 658767 Drag and Drop NSEvent capture is racy
8445 658772 Directory paths for resource directories are hard-coded
8446 659022 gtk_tree_model_filter_clear_cache_helper: assertion failed
8447 659655 3 errors in Spanish translation of gtk+
8448 660687 roxterm X crashes with accessibility enabled
8449 660730 Use of "struct stat" breaks Windows
8450 659602 Provide an abstraction for the platform's use...
8451 659406 Abstract what triggers a context menu
8452 660619 __SIZEOF_INT__ and __SIZEOF_POINTER__ may not be defined
8453 599617 a modern tooltip look
8454 628936 gtk build fails because of objective-c elements
8455 631167 GtkComboBox with has-entry=true should not require...
8456 651818 Crash in gtk_app_chooser_refresh()
8457 659672 gtk_tree_view_column_dispose() does not remove from tree...
8458 660139 GtkGrid gives Gtk-Warnings about negative sizes...
8459 660833 all: add an 'only-child' pseudo-class selector
8460 661032 out-of-tree builds result in broken gtk-doc documentation
8461 661089 gtkfontbutton.c will not compile on Solaris
8462 661780 GTK_STOCK_INDENT references wrong images
8463 661835 GMountOperation on OpenBSD: remove the need for kvm(3)
8464 662024 tests/css/parser/selector.errors missing from EXTRA_DIST
8465 662132 --sync
8466 662177 Toolbar returns invalid paths for toolbar items
8467 662230 treemodel: document gtk_tree_path_free() as allow-none
8468 662308 Scrollbars seem to unconditionally reserve a space...
8469 662467 tooltip: only update shape if the window is realized
8470 662481 Clean up the gtkprivate directory redefinition mess
8471 662629 notebook: update tab area allocation when switching page
8472
8473* Translation updates
8474 Brazilian Portuguese
8475 British English
8476 Catalan (Valencian)
8477 Czech
8478 Dutch
8479 Esperanto
8480 Japanese
8481 Galician
8482 Latvian
8483 Serbian
8484 Spanish
8485 Simplified Chinese
8486 Traditional Chinese
8487 Vietnamese
8488
8489
8490Overview of Changes in GTK+ 3.2
8491===============================
8492
8493* GtkFontChooser:
8494 - More speed ups. The font chooser will now load
8495   instanteously, even if you have thousands of fonts
8496
8497* Bug fixes
8498 659826 new broadband connection weirdness in assistant
8499 659966 Fix module blacklisting
8500 640741 Fix return value fo gtk_tree_view_column_cell_get_position
8501        Assertion in the treeview accessible code
8502        Fix erroneous beeping in textview keynav
8503
8504* Translation updates
8505 Assamese
8506 Basque
8507 Brazilian Portuguese
8508 Bulgarian
8509 Catalan
8510 Czech
8511 Danish
8512 French
8513 Galician
8514 German
8515 Hungarian
8516 Japanese
8517 Korean
8518 Latvian
8519 Lithuanian
8520 Oriya
8521 Polish
8522 Portuguese
8523 Russian
8524 Slovenian
8525 Spanish
8526 Swedish
8527 Telugu
8528
8529
8530Overview of Changes in GTK+ 3.1.92
8531==================================
8532
8533* GtkIconView:
8534 - Cells will now be prelighted, if you set the
8535   GtkCellRendererPixbuf::follow-state property.
8536
8537* GtkFontChooser:
8538 - Speed up population of the font list somewhat.
8539   More speedups are expected in 3.2
8540
8541* Bugs fixed:
8542 615501 GtkIconView does not support prelight cells
8543 658981 Inability to effectively clear string indicator in stf imp...
8544 659241 GtkPaned initially allocates space for separator, even if...
8545 659247 link-button: Reset the mouse cursor when destroyed
8546
8547* Translation updates:
8548 Asturian
8549 Belarussian
8550 Brazilian Portuguese
8551 British English
8552 Bulgarian
8553 French
8554 Galician
8555 German
8556 Latvian
8557 Portuguese
8558 Punjabi
8559 Russian
8560 Serbian
8561 Slovenian
8562 Swedish
8563
8564
8565Overview of Changes in GTK+ 3.1.90
8566==================================
8567
8568* GtkAppChooserButton: A new function has been added
8569  that makes it possible to have the button select the
8570  default app (as opposed to the most-recently-used app).
8571
8572* A lot of feedback on the the tree model refactoring has
8573  been incorporated via new test cases and bug fixes
8574
8575* The filechooser search has been ported to tracker 0.12
8576  and is using the tracker DBus API directly now.
8577
8578* The new fontchooser API has been reworked a bit to make
8579  it follow the same pattern we use else where. GtkFontChooser
8580  is now an interface that is implemented by GtkFontChooserButton,
8581  GtkFontChooserDialog and GtkFontChooserWidget (to which the
8582  original GtkFontChooser has been renamed).
8583
8584* Bugs fixed
8585 514843 gtkfilechooser should be more robust to malformed URIs...
8586 617583 Dead accents keys don't work in GTK+ applications on OSX
8587 642706 No way to select the default entry
8588 657353 GtkTreeModelFilter hangs when filtering
8589 657627 new font chooser API inconsistent
8590 658272 Port gtksearchenginetracker.c to tracker 0.11/0.12
8591 658379 Disabled devices still added to list on startup
8592 658398 Use of uninitialized variable reported by Valgrind
8593 658507 better comboboxes for right to left languages
8594 658600 Geany crashes when reopening file chooser dialog
8595 658696 Crash when inserting a new node
8596 658774 Regression: GtkFileChooserButtons do not expand
8597
8598* Translation updates:
8599 Belarusian
8600 British English
8601 French
8602 Galician
8603 Indonesian
8604 Italian
8605 Latvian
8606 Norwegian bokmål
8607 Persian
8608 Polish
8609 Portuguese
8610 Punjabi
8611 Simplified Chinese
8612 Slovenian
8613 Spanish
8614 Swedish
8615 Tamil
8616
8617
8618Overview of Changes in GTK+ 3.1.18
8619==================================
8620
8621* GtkFileChooser:
8622 - It is no possible to go to the containing folder of a
8623   selected file in recent files or search results.
8624
8625* Bugs fixed
8626 530253 typo ifaces under gtk_tree_view_set_reorderable
8627 566202 GTK_SELECTION_MULTIPLE description unclear
8628 581435 gtk_tree_view_set_drag_dest_row() needs more documentation
8629 655631 Description of x and y parameters in gtk_render_arrow is in...
8630 657793 Support NULL sibling in gtk_grid_attach_next_to
8631 657882 gtk_css_provider_propagate_error's signature not updated...
8632 657963 themingengine: remove xthickness FIXME from gtk_render_line()
8633 657985 reeview: add GTK_STYLE_CLASS_SEPARATOR for tree view separators
8634 658008 Centered text alignment in GtkAssistant is wrong
8635 658077 Add theming support to GtkPathBar
8636 658111 gtk_label_set_pattern() is reset by a call to gtk_box_pack_...
8637 658168 Gtk-Message: Failed to load module "gail"
8638 658200 gtk_toolbar_finalize() does stuff it shouldn't
8639        Fix colord support in the print dialog
8640
8641* Translation updates
8642 Belarusian
8643 Brazilian Portuguese
8644 Esperanto
8645 Galician
8646 Korean
8647 Lithuanian
8648
8649
8650Overview of Changes in GTK+ 3.1.16
8651==================================
8652
8653* Make distcheck work again, and fix errors that crept in by
8654  lack of a working distcheck.
8655
8656* Bugs fixed:
8657 656223 GtkToolShell: Move vfunc default results to default impl...
8658
8659
8660Overview of Changes in GTK+ 3.1.14
8661==================================
8662
8663* GtkTreeView:
8664 - The GtkTreeModelFilter and GtkTreeModelSort implementations
8665   have been improved and a comprehensive test suite has been added.
8666
8667* GtkFileChooser:
8668 - The selected file(s) can now be copied to the clipboard
8669
8670* Bugs fixed:
8671 656851 Allow use of GVariant in GtkListStore
8672 344858 gtk_menu_item_new_with_label() created widget with refcount 2
8673 349502 option to copy full path in "Save AS"/"Open file" dialogs
8674 621076 GtkTreeModelFilter does not emit all signals in some situations
8675 634136 GtkTable::children accessor
8676 649588 crash when sending a notification: "Gdk-CRITICAL **: gdk_visual_...
8677 650762 gtk_misc_set_alignment replacement with the new API functions
8678 651827 Crash in check_application()
8679 656986 GtkSwitch is unusable when added to primary toolbar.
8680 657146 Missing files in POTFILEs.in
8681 657260 Gtk should use AtkWindow and remove that hack on GailUtil
8682 657359 Crash when specifying data length in gtk_css_provider_load_...
8683 657384 missing accessors for GdkEvent structures
8684
8685* Translation updates:
8686 Galician
8687 German
8688 Gujarati
8689 Indonesian
8690 Norwegian bokmål
8691 Persian
8692 Russian
8693 Serbian
8694 Spanish
8695 Swedish
8696 Traditional Chinese
8697 Uighur
8698
8699
8700Overview of Changes in GTK+ 3.1.12
8701==================================
8702
8703* GtkFontChooserDialog: A newly designed font selection dialog
8704  that is intended to replace GtkFontSelectionDialog
8705
8706* Drawing of focus rectangles is now optional; it can be turned
8707  off altogether, or until actual keyboard interaction happens,
8708  with the gtk-visible-focus setting.
8709
8710* OS X: Fixes for 10.7 (Lion)
8711
8712* Bugs fixed:
8713 407885 A new GtkFontSelectionDialog
8714 508601 Copying from GTK+ applications causes crash
8715 599664 The print dialog should not block while looking for an...
8716 645258 Add gtk_text_iter_assign API
8717 649567 hide focus rectangles when not keynavigating
8718 652991 Remove local copy of introspection.m4
8719 653817 Would like GtkGrid methods to insert rows/columns
8720 653964 Installing MinGW32 build misses gdk/win32 headers
8721 655074 Fix crash with undecorated windows on MacOS Lion
8722 655122 Crash when resizing window on MacOS Lion
8723 655173 small memory leak in GtkStyleProperty
8724 655495 Make X11-specific functions introspectable
8725 655496 X11-specific objects methods are introspected as static functions
8726 655545 condition can never be true in gtk_tree_view_real_set_cursor
8727 655822 Removal of GSettings key causes crash on upgrades
8728 656098 Tweak GtkAppChooser's short description
8729 656421 3.1.10: G_DISABLE_DEPRECATED detection breaks compilation
8730
8731* Translation updates
8732 Brazilian Portuguese
8733 Bulgarian
8734 Russian
8735 Spanish
8736 Swedish
8737 Traditional Chinese
8738
8739
8740Overview of Changes in GTK+ 3.1.10
8741==================================
8742
8743* Assorted file chooser improvements/redesign:
8744 - Remove the expander in Save mode
8745 - Move the path bar up in Save mode
8746 - Remember the last opened directory
8747 - Start in recently-used mode when no folder is set
8748 - Update recent-files when confirming in the file chooser
8749
8750* Accessibility:
8751 - Gail has been merged into GTK+ and is no longer a module
8752 - A testsuite for a11y functionality has been added
8753
8754* Theming:
8755 - Icon view cells can now have a border
8756
8757* GtkMountOperation can now show processes on OpenBSD
8758
8759* Gdk input devices now expose their XInput2 device ID
8760  via gdk_x11_device_get_id()
8761
8762* Bugs fixed:
8763 653450 gtkfilechooser crashes when adding favorite
8764 653705 GtkAssistant doesn't notice destroyed pages
8765 653947 Crash in gdk/x11/gdkdevicemanager-xi2.c:get_event_window
8766 654125 gdkoffscreenwindow set any impl handlers to null...
8767 654179 iconview: make it possible for selected cells to render...
8768 654428 focusable labels are emitting inappropriate object:text-sel...
8769 654678 Message dialog's primary text font increases on every call...
8770 654695 Memory corruption in gtk_theming_engine_register_property()
8771 654720 void return issues cause compile issues for GTK 3.1.8
8772 655009 Clamp border radius following CSS specs
8773 654266 No longer possible to set empty text on a GtkProgressBar
8774
8775* Translation updates:
8776 Galician
8777 German
8778 Hebrew
8779 Latvian
8780 Lithuanian
8781 Norwegian bokmål
8782 Persian
8783 Polish
8784 Slovenian
8785 Spanish
8786 Uighur
8787
8788
8789Overview of Changes in GTK+ 3.1.8
8790=================================
8791
8792* Theming improvements:
8793  - Multiple colors are now supported
8794  - Support CSS font properties like font-size, font-family, etc
8795  - nth-child works for toolbars too
8796
8797* Bug fixes:
8798 652506 Improve GtkAssistant button labels
8799 652618 themingengine: shrink the background size to the padding-box
8800 652769 Reordering/removing hidden children in GtkBox results in 100% CPU
8801 653053 Avoid GApplication being released twice...
8802 653191 uninitialized variable in completion_match_func
8803 653333 Assigned value is garbage or undefined in gtktoolpalette.c:565
8804 653512 GtkEntryCompletion: Use a PAGE_STEP macro instead of a magic number
8805 653785 GtkStyleContext ignores style classes when getting style properties
8806
8807* Translation updates:
8808 Belarusian
8809 Dutch
8810 Galician
8811 Hebrew
8812 Norwegian bokmål
8813 Persian
8814 Slovenian
8815 Spanish
8816
8817Overview of Changes in GTK+ 3.1.6
8818=================================
8819
8820* GtkOverlay is a new container that allows to place one or more
8821  'overlay' widgets on top of another widget. This can be used
8822  for 'floating statusbars' and similar interfaces.
8823
8824* GtkLockButton has been simplified in appearance to look like
8825  a normal button
8826
8827* GtkNotebook now supports height-for-width layout
8828
8829* Accessibility for menuitems and combo boxes has been restored
8830
8831* The horizontal and vertical subclasses of GtkBox, GtkPaned,
8832  GtkSeparator, GtkScrollbar, GtkScale and GtkButtonBox have
8833  been deprecated
8834
8835* The print dialog can now display color profile information
8836
8837* Many enhancements and fixes to CSS theming
8838 - The CSS parser has been rewritten with the goal of better
8839   CSS compliance and improved error handling
8840 - A testsuite for the parser has been added
8841 - Attributes can be inherited from parent widgets
8842 - Shorthand properties are supported
8843 - Color and font attributes are now inherited
8844 - Borders and padding are now handled much more consistently,
8845   and border-radius support is more complete
8846 - text-shadow, box-shadow and icon-shadow attributes are now
8847   supported
8848 - nth-child works for boxes
8849
8850* Bug fixes:
8851 353712 allow reducing selection in GtkLabel
8852 576492 GtkBuilder does not respect G_PARAM_CONSTRUCT properties
8853 624539 Keep track of last focused window
8854 634491 gtk_tree_path_append_index() is linear in the number of indices
8855 634994 Explicitly declare internal reserved bits in GdkModifierType
8856 641087 Wish: GtkApplication::window-added signal
8857 642768 Make tracker search backend a bit less verbose
8858 642773 Make file search non-case sensitive
8859 642929 GtkFileChooserDialog with GTK_FILE_CHOOSER_ACTION_CREATE_...
8860 644906 gtkimcontextime.c: NULL pointer reference
8861 646859 GtkCssProvider.load_from_data introspection
8862 649314 Add support for the text-shadow property
8863 649779 Add missing gtk_widget_override_* annotations
8864 649972 Crash when loading an ui file with an empty GtkGrid
8865 649979 Argument count TypeError from Gtk.TreeView.enable_model_drag_...
8866 650012 GtkAppChooser* documentation does not document the content_type
8867 650110 Add sanity check in GtkEntryCompletion
8868 650114 gtk_entry_set_completion does not destroy idle source
8869 650167 Unused variable in GtkEditable example code
8870 650202 Optimization in theme_subdir_load (gtkicontheme.c)
8871 650302 Combo box menu items should expose their displayed text
8872 650382 GtkButton uses wrong values in grab
8873 650418 menu: don't use the border as a padding value
8874 650420 all: avoid boxed structs copying where possible
8875 650424 treeview: theming-related fixes
8876 650530 GtkAssistant beautification patches
8877 650664 gtkstatusbar: gtk_misc_set_alignment () function replacement
8878 651194 Should support border-image as a shorthand property
8879 651706 gdk: Update keysyms list from latest X.org headers
8880 651707 Move private functions to private headers
8881 651734 GtkLockButton: symbolic icon is fuzzy
8882 651979 compose-parse.py can not work with the newest gdkkeysyms.h...
8883 652045 file open dialog refuses to open or complete non-local files
8884 652102 Issues when redrawing multiple GdkWindows
8885 652103 Add a GtkPrinterOptionWidget type of label to just show info...
8886 652282 build: fix win32 configure checks
8887
8888 * Updated translations
8889 Catalan (Valencian)
8890 Esperanto
8891 Galician
8892 Hebrew
8893 Norwegian bokmål
8894 Slovenian
8895 Spanish
8896
8897
8898Overview of Changes in GTK+ 3.1.4
8899=================================
8900
8901* GtkAssistant has received a visual refresh; as a side-effect,
8902  the various image properties are no longer used
8903
8904* GtkTextView can now handle RGBA colors
8905
8906* GtkFileChooser now remembers the last opened directory
8907
8908* GtkLockButton is a new widget to control dialogs with
8909  PolicyKit (or other) permissions
8910
8911* Size allocation changes:
8912 - GtkPaned and GtkMenuBar now do height-for-width
8913 - GtkAccelLabel is smarter about hiding the accel if too small
8914 - GTK+ now warns if widgets are under-allocated; this
8915   may cause considerable noise, it will be turned off
8916   before the next stable release
8917 - Label size allocation has been reworked, check your labels
8918 - No longer try to guess the size of labels; this makes
8919   it more important to give windows reasonable default
8920   sizes or set width-chars/max-width-chars on labels
8921 - The computation of initial window size has been reworked,
8922   check your windows
8923
8924* A test framework for mozilla-style reftests has been added
8925
8926* GDK Broadway backend changes:
8927 - Improved key event handling
8928 - Make resize grips work
8929 - Make window close buttons work
8930 - Stream data over websocket
8931
8932* Bugs fixed:
8933 618815  mnemonics aren't displayed when Alt is already pressed...
8934 626457  Add a lock button widget
8935 626503  Critical warning in GtkTreeView
8936 642214  GTK+ 3.0 fails to compile caused by linking with libuuid...
8937 644426  GNOME-wide default to remember last folder
8938 646517  "Sending message (completed)" ellipsized in French
8939 646876  Free MenuPopulateData struct in all the cases.
8940 647284  GtkLabel does not honor width-chars anymore.
8941 647790  GtkMenuShell: don't leak a GSList
8942 647806  gtk_combo_box_set_active_id() nit picks
8943 647962  Desensitize "Select All" when GtkEntry is empty
8944 648136  design refresh for gtkassistant
8945 648419  crash in remove_capslock_feedback at gtkentry.c...
8946 648570  Mnemonics don't show under some letters
8947 648943  Drop the last remaining translated g_warning/g_error calls
8948 649295  gtkdnd: Add API that takes GIcon
8949 649313  gdk_window_set_cursor() sets cursor for random set of devices
8950 649457  probable leak in icon theme
8951 649593  GtkProgressBar theming fixes
8952
8953* Translation updates:
8954 Galician
8955 Greek
8956 Lithuanian
8957 Luganda
8958 Spanish
8959 Uighur
8960
8961
8962Overview of Changes in GTK+ 3.1.2
8963=================================
8964
8965* Theming fixes and enhancements
8966 - GtkNotebook has an initial-gap style property
8967 - GtkNotebook tab drawing fixes
8968 - Fix problems with transparent backgrounds in panel applets
8969 - Style classes for 'inline' and 'primary' toolbars and sidebars
8970 - Dark theme information is made available to window managers via
8971   the _GTK_THEME_VARIANT property
8972 - Improved rendering of insensitive text
8973 - Support non-uniform border withs in the default engine
8974 - Fix prelight on treeview expanders
8975 - Make it possible to give combo boxes, buttons, entries a
8976   uniform height
8977
8978* GtkEntry supports 'hinting'
8979
8980* GtkExpander can resize toplevel windows when expanding
8981
8982* GtkGrid supports RTL flipping
8983
8984* GtkStatusIcon reads the _NET_SYSTEM_TRAY_ICON_SIZE property
8985  to get information about the preferred icon size
8986
8987* To help with debugging of rendering problems, GDK consults
8988  the GDK_RENDERING environment variable. Possible values include
8989  'similar', 'image' and 'recording'
8990
8991* Fix some problems with XI2 and input methods
8992
8993* New, experimental GDK backends:
8994 - broadway, which targets HTML5
8995 - wayland, which targets the wayland display server
8996 To build these backends, use the --enable-broadway-backend
8997 and --enable-wayland-backend configure options.
8998 To use them at runtime, set the GDK_BACKEND environment variable
8999 to 'broadway' or 'wayland'. Other backend-specific setup may
9000 still be required, such as running a wayland server.
9001
9002* Bugs fixed:
9003 440963 Add hinting to GtkEntry
9004 635254 Check whether a resolution is set in GtkPrintSettings...
9005 639584 initial emission of GtkWidget:style-set is not happening
9006 640692 GtkNotebook has wrong background colour when border and...
9007 642712 improve the file chooser design
9008 642918 Sensitivity of buttons sometimes screws up
9009 643805 Allow GtkExpander to resize the toplevel upon expanding...
9010 643841 Make initial gap before the first tab of the notebook...
9011 644276 paned: don't set the "pane-separator" style class...
9012 644348 notebook: make GtkNotebook respect the focus-padding...
9013 644353 Missing annotations in Gtk/Gdk Window...
9014 644355 credits toggle inconsintency
9015 644570 handles with a background image don't work
9016 644777 range: allow stepper-spacing > 0 and trough-under-...
9017 644836 gdk_keyval_to_unicode returns incorrect value...
9018 644847 GdkDeviceManagerXI2: process send_event core events
9019 644925 widget: reset widget style after applying style classes...
9020 644975 styleproperties: make sure to merge the font...
9021 644976 Fix "backspace", "enter", "escape" input.
9022 645057 ./configure fails on gtk+3.0 git head
9023 645134 switch: fix boundaries for the switch motion
9024 645172 radiobutton: don't forget to set the insensitive state...
9025 645176 Closing display causes segfault
9026 645232 symbolic status icons are the wrong size
9027 645234 Leaky calls to gdk_device_manager_list_devices()
9028 645235 Free the motion hint infos in GdkDisplay
9029 645236 Don't leak translate queue in GdkDisplay
9030 645341 pre dialog set CAPSLOCK is ignored.
9031 645354 window: Export theme variant to X11
9032 645405 themingengine: don't hardcode white to draw insensitive...
9033 645458 styleproperties: don't replace when merging...
9034 645937 Drawing model docs are outdated
9035 645960 GtkTreeSelection has no property to set mode
9036 646338 gdk_x_io_error() should call _exit(), not exit()
9037 646446 gtkprintunixdialog.c: set_cell_sensitivity_func leaks badly
9038 646457 Leak in gtkfilechooserdefault.c: search_selected_foreach...
9039 646458 Leak in gtkfilechooserdefault.c: list_row_activated
9040 646460 Weirdness in gtkfilechooserbutton.c: set_info_get_info_cb
9041 646461 Leak in gtkfilechooserbutton.c: model_free_row_data
9042 646462 Leak in gtkappchooserbutton.c: select_application_func_cb
9043 646500 GTK+ 3.1 causes terminals to start up with 0 height
9044 646815 Ref leak in gtk_color_button_clicked
9045 646882 Theming fixes for GtkButton and GtkCombobox
9046 646886 Do not leak list when drawing notebook.
9047 647086 Mismatched style_context_[save/restore] calls
9048 647152 Assertion `GTK_IS_PRINTER (printer)' failed...
9049 647244 Toggling the 'Deletable' option under the general...
9050 647275 Opening messages in Evolution and Empathy...
9051 647278 Small cleanup in statusbar
9052 647594 README link to mailing list is broken
9053 554057 Calling gtk_menu_shell_select_item() on GtkMenuBar...
9054
9055Updated translations:
9056 Afrikaans
9057 Assamese
9058 Bengali
9059 Brazilian Portuguese
9060 British English
9061 Bulgarian
9062 Catalan
9063 Czech
9064 Danish
9065 Dutch
9066 French
9067 Galician
9068 German
9069 Greek
9070 Hindi
9071 Hungarian
9072 Indonesian
9073 Japanese
9074 Korean
9075 Kurdish
9076 Portuguese
9077 Romanian
9078 Russian
9079 Serbian
9080 Simplified Chinese
9081 Slovenian
9082 Spanish
9083 Swedish
9084 Traditional Chinese
9085 Uighur
9086 Ukrainian
9087
9088
9089Overview of Changes in GTK+ 3.0.2
9090=================================
9091
9092* GtkSettings have been made multi-backend-safe
9093
9094* Many improvements to themability and the default theme
9095 - GtkScale slider theming can adjust to scale marks, using style classes
9096 - A new style class for 'primary' toolbars
9097 - Widget style classes can now be specified in GtkBuilder files
9098 - Improved scrollbar drawing
9099 - Improved combobox drawing
9100 - Improved spinbutton drawing
9101 - Improved switch drawing
9102 - Improved checkbutton drawing
9103 - Improved menu drawing
9104 - Improved notebook tab drawing
9105
9106* Bugs fixed:
9107 643041 Gtk-CRITICAL **: gtk_render_slider: assertion `height > 0'...
9108 643131 gtk_tray_icon_dispose
9109 643170 gtk_file_chooser_set_filename does not work if "Show hidden...
9110 643216 Extraneous emits of GdkScreen::monitors-changed
9111 643321 Keypresses in window contextual menu go through to app
9112 643347 consider allowing style data in builder data
9113 643370 gtk_style_context_get_font return NULL
9114 643440 gdkconfig.h included in tarball
9115 643496 GtkDialog does not use separators any more. Description is...
9116 643543 App Chooser classes abort if no content-type is given
9117 643584 crash in gdk_event_free()
9118 643630 Tabs disappear from notebook on scrolling back and resizing...
9119 643685 Normalise marks positions internally in GtkScale
9120 643911 Inactive tab content allocation should respect tab-overlap
9121 643912 Tab allocation should respect tab-curvature
9122 643925 Mouse wheel is following URLs
9123 643967 Add a style property to flip rendering order
9124 644089 treeview: propagate the selected state from the row
9125
9126* Translation updates:
9127 Esperanto
9128 German
9129 Latvian
9130 Portuguese
9131 Russian
9132 Simplified Chinese
9133 Slovenian
9134 Spanish
9135 Ukrainian
9136
9137
9138Overview of Changes in GTK+ 3.0.1
9139=================================
9140
9141* A autoconf macro, GTK_CHECK_BACKEND, has been added
9142  to allow easy checking for certain gdk backends
9143
9144* A number of memory leaks and segfaults involving accessibility
9145  have been fixed
9146
9147* Bugs fixed:
9148 586201 GtkLinkButton doesn't implement neither HyperLink nor...
9149 599907 Gail implementation of atk_add_key_event_listener return...
9150 626730 Check menu item does not set indeterminate state
9151 630971 gailstatusbar attempts to cast a GtkHBox to a GtkBin
9152 633291 Handle Shift-keys in X11 gdk_test_simulate_key()
9153 642213 gtk_widget_render_icon_pixbuf fails with non-standard...
9154 642263 undefined reference to "GTK_IS_SOCKET" and "GTK_IS_PLUG"
9155 642541 Missing semi-colon in gtkseparatormenuitem.c
9156 642677 "migrating" guide not in sync with GTK+ 3.0
9157 642681 gtk_combo_box_text_get_active_text doesn't work as stated
9158 642751 Typo in migrating-2to3.xml
9159 642771 Fix tiny leak in tracker backend
9160 642772 GTK does not correctly process input sent via SendInput...
9161 642778 TextView broken for large files
9162 642782 gail_misc_buffer_get_run_attributes doesn't set background-gdk...
9163 642791 Fix a typo in gtk_socket_notify
9164
9165
9166* Translation updates:
9167 Bengali India
9168 British English
9169 Bulgarian
9170 Hebrew
9171 Hungarian
9172 Korean
9173 Norwegian bokmål
9174 Punjabi
9175 Spanish
9176 Uighur
9177 Ukranian
9178 Vietnamese
9179