forked from AuroraMiddleware/gtk
3.98.4
This commit is contained in:
parent
3dafdcbab0
commit
15f7d2a27d
17
NEWS
17
NEWS
@ -3,9 +3,9 @@ Overview of Changes in GTK 3.98.4
|
|||||||
|
|
||||||
* Themes
|
* Themes
|
||||||
- Refine menu styling
|
- Refine menu styling
|
||||||
- Add public colors to HighContrast
|
|
||||||
- Fix scale borders in HighContrast
|
|
||||||
- Tweak visible focus behavior
|
- Tweak visible focus behavior
|
||||||
|
- HighConstrast: Add public colors
|
||||||
|
- HighContrast: Fix scale borders
|
||||||
|
|
||||||
* CSS:
|
* CSS:
|
||||||
- Drop the nonstandard -gtk-icon-theme property
|
- Drop the nonstandard -gtk-icon-theme property
|
||||||
@ -29,6 +29,12 @@ Overview of Changes in GTK 3.98.4
|
|||||||
- Drop the homogeneous property
|
- Drop the homogeneous property
|
||||||
- Add a use-underline property to stack pages
|
- Add a use-underline property to stack pages
|
||||||
|
|
||||||
|
* GtkScale:
|
||||||
|
- Make area around the trough clickable
|
||||||
|
|
||||||
|
* GtkScrolledWindow:
|
||||||
|
- Fix kinetic scrolling
|
||||||
|
|
||||||
* GtkTreeView:
|
* GtkTreeView:
|
||||||
- Break reference cycles in unroot
|
- Break reference cycles in unroot
|
||||||
|
|
||||||
@ -46,11 +52,13 @@ Overview of Changes in GTK 3.98.4
|
|||||||
|
|
||||||
* Remove gtk_dialog_run
|
* Remove gtk_dialog_run
|
||||||
|
|
||||||
* Wayland:
|
* GDK:
|
||||||
- Provide a builtin cursor of last resort
|
- Wayland: Provide a builtin cursor of last resort
|
||||||
|
- Change the monitor api to use a GListModel
|
||||||
|
|
||||||
* GSK:
|
* GSK:
|
||||||
- Don't include renderer-specific headers automatically
|
- Don't include renderer-specific headers automatically
|
||||||
|
- GL: Fix nested rounded clips
|
||||||
|
|
||||||
* Introspection:
|
* Introspection:
|
||||||
- Assorted annotation fixes
|
- Assorted annotation fixes
|
||||||
@ -73,6 +81,7 @@ Overview of Changes in GTK 3.98.4
|
|||||||
* Translation updates:
|
* Translation updates:
|
||||||
Chinese (Taiwan)
|
Chinese (Taiwan)
|
||||||
Esperanto
|
Esperanto
|
||||||
|
Japanese
|
||||||
Romanian
|
Romanian
|
||||||
Spanish
|
Spanish
|
||||||
Ukrainian
|
Ukrainian
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gtk', 'c',
|
project('gtk', 'c',
|
||||||
version: '3.98.3',
|
version: '3.98.4',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
'warning_level=1',
|
'warning_level=1',
|
||||||
|
Loading…
Reference in New Issue
Block a user