Gianvito Cavasoli
853ce80137
Update Italian translation
2017-05-09 08:48:31 +00:00
Jonas Ådahl
31c72bd7df
GdkWaylandWindow: Unexport when finalizing
...
The application might not have exported, and it'll be too late for it
at this point anyway, so lets be helpful and not leak it.
https://bugzilla.gnome.org/show_bug.cgi?id=782109
2017-05-09 10:16:32 +08:00
Timm Bäder
f3f71ef0ac
box: Initialize size arrays to 0
...
Thats the right thing to do.
https://bugzilla.gnome.org/show_bug.cgi?id=773814
2017-05-08 18:03:26 -04:00
Jakub Steiner
dfe993ff1d
style entry-tags
...
https://bugzilla.gnome.org/show_bug.cgi?id=781214
2017-05-08 17:55:29 -04:00
Jonas Ådahl
64312d79f7
wayland: Remove self assignment
...
Don't assign the value of a variable to itself. It was added just for
clarity, but it makes coverity complain, so remove it.
https://bugzilla.gnome.org/show_bug.cgi?id=780301
2017-05-08 17:51:41 -04:00
Jonas Ådahl
6f326a71d4
wayland: Use correct enum type and values
...
Use the gravity enum values when converting to gravity. It doesn't fix
anything, since the enum values were identical, but it makes a coverity
warning go away.
https://bugzilla.gnome.org/show_bug.cgi?id=780301
2017-05-08 17:51:30 -04:00
Matthias Clasen
0f929fb6e3
file filter: Be save against NULL
...
g_content_type_from_mime_type may return NULL, deal with that.
https://bugzilla.gnome.org/show_bug.cgi?id=782180
2017-05-08 16:39:20 -04:00
Matthias Clasen
7c66c68f48
Revert "GdkWaylandWindow: Unexport when finalizing"
...
This reverts commit ab4e4bd3ae
.
2017-05-08 16:00:49 -04:00
Jonas Ådahl
ab4e4bd3ae
GdkWaylandWindow: Unexport when finalizing
...
The application might not have exported, and it'll be too late for it
at this point anyway, so lets be helpful and not leak it.
https://bugzilla.gnome.org/show_bug.cgi?id=782109
2017-05-08 15:47:12 -04:00
Jonas Ådahl
e016d9a5db
GdkWaylandWindow: Clear export user data when used
...
It was only cleared when unexported, but we could just as well clear it
when its used too.
https://bugzilla.gnome.org/show_bug.cgi?id=782109
2017-05-08 15:47:12 -04:00
Mohammed Sadiq
088cf99763
linkbutton: Fix memory leak
...
strings returned by gtk_widget_get_tooltip_text() and
gtk_widget_get_tooltip_markup() has to be freed when no longer
required.
https://bugzilla.gnome.org/show_bug.cgi?id=782202
2017-05-08 15:57:53 +02:00
Michael Catanzaro
001fa0a810
menubutton: Remove prelight state when button is deactivated
...
If the button is deactivated, it should not appear to be hovered
anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=781992
2017-05-08 15:57:04 +02:00
Balázs Úr
656130a032
Update Hungarian translation
2017-05-05 18:52:59 +00:00
Christoph Reiter
4496c5388b
gtkdnd: restore drag window movement for the unmanaged case
...
5bb12474d9
removed the dnd window movement code to let
the gdk backends handle the window movement instead. While this
works for X11/wayland the win32 backend still uses the unmanaged
interface and expects the window movement to be handled on the gtk
side. This restores the functionality in case the dnd is unmanaged.
This fixes the drag window on Windows being stuck in the top left
corner instead of following the drag position.
https://bugzilla.gnome.org/show_bug.cgi?id=781737
2017-05-05 17:29:37 +02:00
Paolo Borelli
7e9077c794
shortcutssection: plug a tiny mem leak
2017-05-05 10:53:46 +02:00
Matthias Clasen
7d9450fb60
clipboard: Try the mimetype first
...
Try text/plain;charset=utf-8 first, before falling back to
X11-isms like UTF8_TEXT. This makes things work on Wayland
compositors that don't carry a heavy X11 legacy around.
https://bugzilla.gnome.org/show_bug.cgi?id=781814
2017-05-03 18:49:45 -04:00
Lapo Calamandrei
1fb9db547d
Adwaita: regenerate css
2017-05-03 17:47:14 +02:00
Lapo Calamandrei
57031135a0
Adwaita: add more space between check/radio and label in popovers
...
See https://bugzilla.gnome.org/show_bug.cgi?id=779570 for details.
2017-05-03 17:45:44 +02:00
Daniel Boles
5269d134b0
Scale: Improve documentation of set_has_origin()
...
Properly format the property name, and avoid saying scale so many times.
2017-05-02 12:28:21 +01:00
Daniel Boles
aded963251
Scale: Explain how to round value when !draw-value
...
Scale:digits is (now, again) ineffective if Scale:draw-value is FALSE.
To get rounding in that case, the base Range:round-digits must be used.
2017-05-02 12:28:20 +01:00
Anders Jonsson
4452414635
Update Swedish translation
2017-05-01 22:25:39 +00:00
Dušan Kazik
6a9d6d5986
Update Slovak translation
2017-04-30 08:01:40 +00:00
Мирослав Николић
7299f3942e
Updated Serbian translation
2017-04-30 08:47:39 +02:00
Мирослав Николић
182d984a1f
Updated Serbian translation
2017-04-30 08:30:24 +02:00
Мирослав Николић
c8d8956a6d
Updated Serbian translation
2017-04-30 08:25:14 +02:00
Мирослав Николић
1302c8046e
Updated Serbian translation
2017-04-30 08:15:13 +02:00
Kukuh Syafaat
a647eb04e2
Update Indonesian translation
2017-04-29 02:09:31 +00:00
Olivier Fourdan
c770b5cbbc
wayland: make key event log more explicit
...
With Wayland, GDK_DEBUG=events would log key events but not explicitly
state whether the event is a key press or release, or if it's
originating from a key repeat.
Add some more verbosity to make sure these informations are logged on
key delivery when GDK_DEBUG is set.
https://bugzilla.gnome.org/show_bug.cgi?id=781767
2017-04-28 13:08:37 +02:00
Mario Blättermann
6071006206
Update German translation
2017-04-28 09:50:43 +00:00
Florian Müllner
a866937d08
gdk: Relicense translate_wm_button_layout_to_gtk()
...
It is generally a good idea to license individual files under the
same terms as the project license (in particular when the mismatch
boils down to having copied the wrong license header), so relicense
the code under the LGPL.
https://bugzilla.gnome.org/show_bug.cgi?id=781422
2017-04-27 21:06:15 +02:00
Rafael Fontenelle
1a16991254
Update Brazilian Portuguese translation
2017-04-27 00:58:43 +00:00
Piotr Drąg
11f746e204
Update Polish translation
2017-04-26 19:42:55 +02:00
Stas Solovey
edf00914e5
Update Russian translation
2017-04-26 14:44:34 +00:00
Daniel Boles
1cd0a8de0b
Scale: Fix documentation of digits per last revert
...
Revert doc changes that were for the behavioural change just reverted.
Add a clarifying note that, under the original behaviour, :digits only
rounds the Adjustment if :draw-value is TRUE at the time of the change.
https://bugzilla.gnome.org/show_bug.cgi?id=781605
https://bugzilla.gnome.org/show_bug.cgi?id=358970
2017-04-26 12:26:56 +01:00
Matthias Clasen
9f8b1a8aa8
Revert "Scale: Always sync ::digits to Range::round-digits"
...
This reverts commit 4a6bd134bd
.
This change in behavior broke various things.
https://bugzilla.gnome.org/show_bug.cgi?id=781605
2017-04-26 06:33:27 -04:00
Timm Bäder
b7fdc5b447
listbox: Properly remove placeholders
...
https://bugzilla.gnome.org/show_bug.cgi?id=778617
2017-04-25 21:51:59 +02:00
Timm Bäder
9b05176eb2
spinbutton: Add undershoot nodes to CSS docs
2017-04-25 11:15:13 +01:00
Timm Bäder
34c135be7c
spinbutton: Remove an unused define
2017-04-25 11:15:12 +01:00
Timm Bäder
0a7151b22e
window: Expand CSS node docs
2017-04-25 11:15:11 +01:00
Timm Bäder
7798764377
paned: Fix typo
2017-04-25 11:15:09 +01:00
Daniel Boles
687b38f87e
ProgressBar: Update node summary per b5eb37eba4
...
The node named "progress" is a child of the node named "trough".
2017-04-25 11:15:08 +01:00
Matthias Clasen
d94f16562e
Add a cleaned-up example for listbox DND
...
I want to refer to this as an example, so make it look nice.
2017-04-23 10:39:44 -04:00
Matthias Clasen
ae6f95878e
testlist3: Handle dropping a row onto itself
...
Instead of spewing criticals, we should handle this
gracefully by doing nothing.
2017-04-22 21:39:10 -04:00
Carlos Soriano
918445bf40
gtkplacesview.ui: Update helper label to include IPv6 addresses
...
This is a backport from 16bce17168
. Thing is Nautilus pulled the
code from master until now, so right now gtk-3-22 and Nautilus 3.24
differ.
Would be great to have them share the same code, and at the same time
have this small string helper issue fixed.
https://bugzilla.gnome.org/show_bug.cgi?id=781622
2017-04-22 21:41:29 +02:00
Carlos Soriano
60a1e1d0e9
gtkplacesview.ui: Remove translatable from server label helper
...
Translating it seems pointless if we can use a non-translatable example
such as gnome.org instead of foo.example.com.
This will help to make changes in here without breaking string freeze.
https://bugzilla.gnome.org/show_bug.cgi?id=781622
2017-04-22 21:41:29 +02:00
Matthias Clasen
7ab48458a0
Refine the listbox dnd example
...
Add a drag handle, and demonstrate broken offsets.
2017-04-22 08:07:42 -04:00
Carlos Soriano
fba4e8fb47
gtkplacesview: Fix unmounted open in tab/window
...
We were send the "open-location" signal without mounting first the
location if necessary, making the open in tab/window context menu not
work for those.
This patch makes sure we mount the location before emitting the signal.
https://bugzilla.gnome.org/show_bug.cgi?id=771269
2017-04-22 11:51:21 +02:00
Timm Bäder
b5eb37eba4
progressbar: Fix position of text node in CSS docs
...
The text node has always been a child node of the progressbar node, not
the trough node, but the docs claimed otherwise.
2017-04-22 06:35:54 +02:00
Matthias Clasen
991e84fe3a
Fix a typo
2017-04-21 18:27:43 -04:00
Matthias Clasen
930acacf94
Implement dnd for list box rows in an example
...
This shows very basic DND of list box rows.
2017-04-21 17:02:05 -04:00