mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
242 lines
4.7 KiB
Plaintext
242 lines
4.7 KiB
Plaintext
Overview of Changes in 4.1.1
|
|
============================
|
|
|
|
* Popover:
|
|
- Support shadows on popover > contents
|
|
|
|
* Input:
|
|
- Show preedit for compose sequences
|
|
- Support long compose sequences
|
|
- Support compose sequences producing multiple characters
|
|
|
|
* Themes:
|
|
- Allow suggested and destructive actions in lists
|
|
- Disable shadows on maximized, fullscreen and tiled windows
|
|
- Fine-tune scrollbar transitions and size
|
|
|
|
* CSS:
|
|
- Support drop-shadow filters
|
|
- Correct blur filter spread interpretation
|
|
|
|
* Documentation:
|
|
- Improvements and updates for dialogs and native dialog
|
|
|
|
* Printing:
|
|
- Support Avahi-discovered printers better
|
|
|
|
* GSK:
|
|
- Add another OpenGL render. It is not the default yet.
|
|
To try it, use GSK_RENDERER=ngl
|
|
|
|
* Build:
|
|
- Lots of static analysis fixes found by pvs
|
|
- Add a -Dprofile=devel option for devel styling and
|
|
use it for nightly flatpaks
|
|
|
|
* X11:
|
|
- Fix DND of X11-specific types
|
|
|
|
* Wayland:
|
|
- Fix lookup of font settings in flatpaks
|
|
|
|
* Windows:
|
|
- Fix window resizing
|
|
- Avoid UAC for gtk-update-icon-cache
|
|
|
|
* MacOs:
|
|
- Use correct module file extension
|
|
- Make OpenGL context opaque when possible
|
|
- Fix window resizing
|
|
|
|
* Translation updates:
|
|
British English
|
|
Czech
|
|
Danish
|
|
Galician
|
|
Hungarian
|
|
Turkish
|
|
|
|
|
|
Overview of Changes in 4.1.0
|
|
============================
|
|
|
|
* GtkCheckButton:
|
|
- Add back an activate signal
|
|
|
|
* GtkSearchBar, GtkSearchEntry:
|
|
- Capture events in the bubble phase
|
|
|
|
* GtkEmojiChooser:
|
|
- Adapt to small screen sizes
|
|
|
|
* GtkVideo:
|
|
- Fix issues with GL support
|
|
|
|
* Themes:
|
|
- Set sort arrows in CSS
|
|
- Set menu button arrows in CSS
|
|
- Make scrollbars larger
|
|
- Supprt circular menubuttons
|
|
|
|
* CSS:
|
|
- Implement transform-origin
|
|
- Support overlines on text
|
|
- Support colors in cross-fade()
|
|
- More complete text-decoration-line support
|
|
|
|
* Text layout:
|
|
- Use subpixel positioning with new enough cairo
|
|
|
|
* Inspector:
|
|
- Fix slowness in navigation
|
|
- Redo the controllers and shortcuts pages
|
|
|
|
* Accessibility:
|
|
- Create AT context objects lazily
|
|
|
|
* Wayland:
|
|
- Fix decoration negotiation under kwin
|
|
|
|
* GSK:
|
|
- Optimize gradient shaders
|
|
- Implement repeating gradients in shaders
|
|
|
|
* Translation updates
|
|
- Czech
|
|
- Greek
|
|
- Hungarian
|
|
- Persian
|
|
- Punjabi
|
|
- Romanian
|
|
- Swedish
|
|
- Ukrainian
|
|
|
|
|
|
Overview of Changes in 4.0.2
|
|
============================
|
|
|
|
* GtkAboutDialog:
|
|
- Set icon size for the logo
|
|
- Fix initial focus to be the same as in GTK 3
|
|
|
|
* GtkImage:
|
|
- Update icons on scale change
|
|
|
|
* Wayland: Fix crashes with touch and tablet events
|
|
|
|
* Windows:
|
|
- Fix surface and geometry computation
|
|
- Remove layered window usage
|
|
|
|
* MacOS: Support stylus devices
|
|
|
|
* Themes:
|
|
- Adwaita: Remove edge highlights
|
|
- Adwaita: Update image assets
|
|
- Make Adwaita-dark available as standalone theme
|
|
- Make HighContrastInverse the dark variant of HighContrast
|
|
|
|
* Docs:
|
|
- Complete GtkAspectFrame docs
|
|
- Clarify migration docs for widget signals
|
|
|
|
* Inspector:
|
|
- Fix a critical with the recorder
|
|
- Fix a crash with treeviews
|
|
- Show overlay layout properties
|
|
- Add a legend for the layout overlay
|
|
|
|
* Build:
|
|
- Fix build with gcc 11
|
|
- Support building without sassc
|
|
|
|
* Translation updates:
|
|
Basque
|
|
Czech
|
|
Friulian
|
|
Polish
|
|
Romanian
|
|
Spanish
|
|
Swedish
|
|
Ukrainian
|
|
|
|
|
|
Overview of Changes in 4.0.1
|
|
============================
|
|
|
|
* GtkPopover
|
|
- Center titles
|
|
- Fix menu item alignment with submenus
|
|
|
|
* GtkVideo
|
|
- Fix up autoplay semantics
|
|
- Respect pixel aspect ratio
|
|
- Get GL textures from gstreamer
|
|
|
|
* GtkCenterLayout
|
|
- Fix handling of expanding center child
|
|
|
|
* GtkSettings
|
|
- Change gtk-cursor-aspect-ratio to double
|
|
- Fix the default value of gtk-print-backends
|
|
|
|
* GtkGestureStylus
|
|
- Convert motion history to surface coordinates
|
|
|
|
* GL renderer
|
|
- Various optimizations
|
|
- Avoid leaking shader objects
|
|
|
|
* Adwaita
|
|
- Fine-tune flat buttons
|
|
- Improve contrast of dim-label
|
|
- Improve contrast of controls in headers
|
|
|
|
* Docs
|
|
- Add various missing types
|
|
- Add DND examples
|
|
- Correct css docs for several widgets
|
|
- Improve GtkVideo docs
|
|
- Update migration docs for GtkClipboard
|
|
- Improve migration docs for event controllers
|
|
- Add migration docs for GtkBuilder
|
|
|
|
* gtk4-builder-tool
|
|
- Remove GtkCheckButton::draw-indicator
|
|
- Fix a buffer overrun
|
|
- Remove GtkToolbar::toolbar-style
|
|
|
|
* Demos
|
|
- Don't put the search bar in the scroll area
|
|
- Make the OpenGL demos work with OpenGL ES
|
|
|
|
* X11
|
|
- Fix a possible crash
|
|
|
|
* Build
|
|
- Fix vulkan reference in pc file
|
|
- Fix build with certain Vulkan versions
|
|
|
|
* Windows:
|
|
- Fix build with Visual Studio 2013
|
|
|
|
* OS X:
|
|
- Fix build on OS X
|
|
- Fix crash on Mojave
|
|
- Fix a window sizing issue
|
|
- Fix build on OS X 10.12
|
|
- Add a CI build
|
|
|
|
* Translation updates:
|
|
Basque
|
|
Brazilian Portuguese
|
|
Catalan
|
|
Galician
|
|
German
|
|
Japanese
|
|
Lithuanian
|
|
Persian
|
|
Punjabi
|
|
Romanian
|
|
Ukrainian
|