Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jesus ricardo rodriguez garcia
gtk
Commits
57fb729c
Commit
57fb729c
authored
Mar 03, 2022
by
Matthias Clasen
Browse files
3.24.32
parent
af22c3be
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
57fb729c
Overview of Changes in GTK+ 3.24.32, 03-03-2022
===============================================
* GtkCellRendererProgress:
- Use tabular figures
* GtkFontChooser:
- Fix the build with older Pango
- Fix axis name handling
* Theme:
- Fix border color for tiled windows
* Accessibility:
- Fix cell accessible leak
* Wayland:
- Support new high-contrast setting
- Only update scale when on any outputs
* Windows:
- Various build fixes
- Fix keyboard state handling
- Fix capslock handling
- Fix AltGr not working
* MacOS:
- Fix the build on 10.11
- Make Dock "Quit" invoke the app.quit action
- Correctly handle HiDPI cursors
* Translation updates
Basque
Brazilian Portuguese
Catalan
Chinese (China)
Croatian
Czech
French
Galician
Hebrew
Indonesian
Korean
Persian
Polish
Portuguese
Romanian
Russian
Serbian
Slovenian
Spanish
Swedish
Turkish
Ukrainian
Overview of Changes in GTK+ 3.24.31, 20-12-2021
===============================================
...
...
configure.ac
View file @
57fb729c
...
...
@@ -10,8 +10,8 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [24])
m4_define([gtk_micro_version], [3
1
])
m4_define([gtk_interface_age], [2
7
])
m4_define([gtk_micro_version], [3
2
])
m4_define([gtk_interface_age], [2
8
])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
m4_define([gtk_version],
...
...
meson.build
View file @
57fb729c
project
(
'gtk+-3.0'
,
'c'
,
version
:
'3.24.3
1
'
,
version
:
'3.24.3
2
'
,
default_options
:
[
'buildtype=debugoptimized'
,
'warning_level=1'
...
...
@@ -52,7 +52,7 @@ gtk_version = meson.project_version()
gtk_major_version
=
gtk_version
.
split
(
'.'
)[
0
].
to_int
()
gtk_minor_version
=
gtk_version
.
split
(
'.'
)[
1
].
to_int
()
gtk_micro_version
=
gtk_version
.
split
(
'.'
)[
2
].
to_int
()
gtk_interface_age
=
2
7
gtk_interface_age
=
2
8
add_project_arguments
(
'-DGTK_VERSION="@0@"'
.
format
(
meson
.
project_version
()),
language
:
'c'
)
add_project_arguments
(
'-D_GNU_SOURCE'
,
language
:
'c'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment