Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dorota Czaplejewicz
gtk
Commits
92f6bcdc
Commit
92f6bcdc
authored
Jan 04, 2017
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.22.6
parent
c7096c45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
NEWS
NEWS
+23
-0
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
92f6bcdc
Overview
of
Changes
in
GTK
+
3.22.6
==================================
*
Bugs
fixed
:
774534
776132
776187
776012
774784
776187
776306
775808
776524
776560
774534
input
shape
and
opaque
region
not
applied
without
begin_paint
()/
end_paint
()
774784
Failed
to
get
desktop
session
proxy
is
not
an
error
!
775808
win32
maximized
window
is
larger
than
the
extended
screen
in
dual
monitor
776012
GtkFlowBox
,
GtkListBox
:
Don
't emit signals etc. during destruction
776132 Mention the difference between gdk_window_create_similar_image_surface and...
776187 flowbox: Add gtk_flow_box_get_child_at_pos to gtk3
776306 flowbox: Sometimes emits child-activated during rubberband selection
776524 GtkAboutDialog: Fix formatting of example email address in html documentation
776560 icon-browser: window opens at very narrow size, only showing 1 column of icons
Fix GL checks to work better on OpenGL ES 2.0
Avoid a possible crash in ::activate-url handlers
scrolledwindow: Fix func summary being cut off in bindings using doxygen
* Translation updates:
German
Russian
Overview of Changes in GTK+ 3.22.5
==================================
...
...
configure.ac
View file @
92f6bcdc
...
...
@@ -11,7 +11,7 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [22])
m4_define([gtk_micro_version], [6])
m4_define([gtk_interface_age], [
5
])
m4_define([gtk_interface_age], [
6
])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
m4_define([gtk_version],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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