26f36fcb2a
Update Japanese translation
2020-08-18 09:47:32 +00:00
e25d5d89d8
Merge branch 'wip/jimmac/error-labels-insensitive-gtk3' into 'gtk-3-24'
...
Adwaita: error labels insensitive & backdrop states
See merge request GNOME/gtk!2448
2020-08-17 08:39:35 +00:00
629431ba0e
Adwaita: error labels insensitive & backdrop states
...
- address colored labels for the two states
See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063#note_891618
2020-08-17 09:57:31 +02:00
653251f69e
Merge branch 'wip/jimmac/error-entries-and-labels-gtk3' into 'gtk-3-24'
...
Adwaita: error labels and entries
See merge request GNOME/gtk!2441
2020-08-15 13:10:30 +00:00
ebafe781b4
widget-factory: Backport error state examples
...
Backport changes from master to introduce error
states in the preference dialog on page 2.
2020-08-15 08:46:03 -04:00
22af449b46
Adwaita: error labels and entries
...
See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063
2020-08-14 14:17:59 +02:00
007243c151
Update Galician translation
2020-08-12 22:38:12 +00:00
9574f961c3
Update Galician translation
2020-08-12 22:34:36 +00:00
b375197a70
Release to unstable
2020-08-12 12:09:20 +01:00
c664cad5fb
Update symbols file
2020-08-12 12:08:57 +01:00
e732bb0feb
d/copyright: Update
2020-08-12 11:31:48 +01:00
35a4c09958
Drop patch that was applied upstream
2020-08-12 11:14:16 +01:00
e1475aa59c
New upstream release
2020-08-12 10:55:46 +01:00
84f1ba8cc0
Update upstream source from tag 'upstream/3.24.22'
...
Update to upstream version '3.24.22'
with Debian dir 124e95ac5d
2020-08-12 10:55:45 +01:00
fc117c0e91
New upstream version 3.24.22
2020-08-12 10:52:42 +01:00
69135bcfe3
Accommodate macOS 11.0 Big Sur in gdk_quartz_osx_version.
...
This may need to be changed next year, it depends on what Apple
decides to do with version numbers going forward.
Also updated GdkOSXVersion to include Catalina and Big Sur.
2020-08-11 17:08:53 -07:00
0d30d36326
3.24.22
2020-08-10 11:59:46 -04:00
cc65c67a0d
Update German translation
2020-08-09 18:45:16 +00:00
52b2148b28
Merge branch 'wip/jimmac/vte-bg-color-gtk3' into 'gtk-3-24'
...
Adwaita: add public color for text views
See merge request GNOME/gtk!2402
2020-08-07 17:33:13 +00:00
c09b9904c8
Adwaita: add public color for text views
...
- define @text_view_bg to complement @theme_text_color for high
contrast legible text views.
Fixes https://gitlab.gnome.org/GNOME/vte/-/issues/226
2020-08-07 18:55:04 +02:00
2427ebf9ba
Adwaita: sass wasn't re-rendered
...
- particularly the typographic fix c80ac1c05d
2020-08-07 18:53:15 +02:00
ccc30804d2
Merge branch 'wip/oholy/gtkmountoperation-newline-gtk-3-24' into 'gtk-3-24'
...
gtkmountoperation: Drop the new line character when splitting a message
See merge request GNOME/gtk!2400
2020-08-07 13:31:29 +00:00
a0e7a231a8
Merge branch 'cherry-pick-267ea755' into 'gtk-3-24'
...
placesview: Always open default location after mounting
See merge request GNOME/gtk!1288
2020-08-07 13:08:03 +00:00
ec1e2fac95
gtkmountoperation: Drop the new line character when splitting a message
...
When asking for a password, the message string is split on primary
and secondary if it contains a newline character. However, the newline
character is currently part of both strings, which creates weird
spacing between the GtkLabels. I suppose this is bug, which was not
visible as in most cases (if not all) the message string hasn't
contained the new line characters so far. But we are going to change
that now, see GNOME/gvfs!82 . Let's drop the new line character similarly
as it is done when asking for a question, or showing processes in order
to fix the weird spacing.
2020-08-07 10:30:13 +02:00
7a6430fa17
Release to experimental
...
The frame-clock smoothing seems like something that ought to get more
testing before we land it in unstable.
2020-08-05 15:35:01 +01:00
1521169770
New upstream release
...
Closes : #960303
2020-08-05 15:33:31 +01:00
5ef6fe97cc
Update upstream source from tag 'upstream/3.24.21'
...
Update to upstream version '3.24.21'
with Debian dir 642e8dd8e4
2020-08-05 15:19:17 +01:00
3d6067c926
New upstream version 3.24.21
2020-08-05 15:16:24 +01:00
1d351ad125
Mark patch as applied upstream, and update changelog accordingly
2020-08-05 15:15:26 +01:00
d5b42f78aa
Fixes to Catalan translation
2020-07-26 21:36:12 +02:00
ffe2df7b6a
MSVC builds: Make file generating less disrupting
...
Update the NMake Makefiles to invoke glib-compile-resources with
'start /min' so that when gdk-pixbuf-pixdata, json-glib-format
and xmllint are invoked by glib-compile-resources, cmd.exe windows
will not popup whenever these auxiliary tools are invoked, when one
builds GTK with the Visual Studio projects.
This will reduce the distraction that is caused during the time the
source files are generated, as a popup cmd.exe window will disrupt the
window focus as they appear, and will make the process a bit quicker.
2020-07-25 11:57:04 +08:00
d1dcf88d75
MSVC Projects: Correct generated files paths
...
This should be more of a cosmetic change, more for the project files,
but let's keep things in good order.
2020-07-25 11:12:21 +08:00
a3ed7a150b
README.win32: Update sections on MSVC builds
...
There are some out-of-date info regarding Visual Studio builds, so let's
make those more up-to-date.
2020-07-25 11:01:17 +08:00
55f46809de
meson/MSVC builds: Use -utf-8 where available
...
This avoids the build from erroring out on C4819 (Unicode handling issue in
Visual Studio compiler), notably when running on Chinese, Japanese and
Korean locales.
2020-07-24 10:47:35 +08:00
0cbeee3857
Merge branch 'move-msvc-projects' into 'gtk-3-24'
...
Visual Studio projects: move projects to win32/
See merge request GNOME/gtk!2248
2020-07-24 02:43:18 +00:00
2dca4e310d
Merge branch 'gtk3.win.egl.unfullscreen' into 'gtk-3-24'
...
gdkwindow-win32.c: Fix GLES glitches during un-fullscreen
See merge request GNOME/gtk!645
2020-07-24 02:39:25 +00:00
844555384b
Merge branch 'gles-windows-arm64' into 'gtk-3-24'
...
GDK/Win32: Force GLES if running on ARM64
See merge request GNOME/gtk!827
2020-07-24 02:37:33 +00:00
522e5d4fa5
Merge branch 'win32-native-input' into 'gtk-3-24'
...
Use native Windows API for converting keystrokes to characters
See merge request GNOME/gtk!991
2020-07-24 02:27:41 +00:00
63a0e76646
Merge branch 'wip/Jehan/gio-querymodules-pkg-config' into 'gtk-3-24'
...
build-aux: search various Glib/GIO utilities in .pc file.
See merge request GNOME/gtk!2128
2020-07-23 20:30:03 +00:00
607b859a0b
Merge branch 'gdkkeysyms' into 'gtk-3-24'
...
gdk: update gdkkeysyms.h with ./gdkkeysyms-update.pl script
See merge request GNOME/gtk!2270
2020-07-21 20:53:55 +00:00
72d80b8002
gdk: update gdkkeysyms.h with ./gdkkeysyms-update.pl script
...
There is a default keybinding set with `XF86Keyboard`, but GTK isn't
aware of this keysym. This adds it, as well as a couple others.
See 751e44568c
2020-07-21 13:22:04 -07:00
5b81864211
Fix 2 warnings, formatting
2020-07-16 15:44:08 +02:00
9bf9c76365
Remove VK_PACKET handling code that has become unnecessary
2020-07-16 15:01:50 +02:00
5413892b7d
Formatting
2020-07-16 15:01:50 +02:00
e6f05da6ef
Use native Windows API for converting keystrokes to characters
...
Instead of using the incomplete GTK-internal emulation, use the WM_CHAR
messages sent by Windows. Make the IME input method the default for all
languages on Windows.
2020-07-16 15:01:47 +02:00
1feb169bfa
Visual Studio projects: move projects to win32/
...
This will simplify our source tree a bit
2020-07-16 18:57:03 +08:00
dd5fd12343
gtk/gtkfilechoosernativeportal.c: Fix on C89 compilers
...
Make sure we declare variables at the top of the block-we can't declare
variables in a for loop initilization in this case.
2020-07-16 18:31:37 +08:00
6f54881851
gtkcssshadowvalue.c: Fix build on older Visual Studio
...
This code made use of isnan(), which is not provided by pre-2013 Visual
Studio, so fix the build by including fallback-c89.c in place of math.h,
and update fallback-c89.c to include the implementation of isnan() for
Visual Studio, which is copied from the fallback-c89.c in gdk/.
2020-07-16 18:28:06 +08:00
b4d17ebcbe
Merge branch 'wl_resize_saved' into 'gtk-3-24'
...
prefer manually requested size over the configure hint
See merge request GNOME/gtk!1919
2020-07-16 07:50:10 +00:00
8e99b3f079
wayland: prefer a manually requested size over the configure hint
...
When a window receives a resize request, it might ignore this new size and
use the compositor's size hints instead to restore to floating mode.
This commit changes that behaviour in that a window will always prefer
the manually resized dimensions over the compositor's hint.
2020-07-15 16:14:25 +01:00