Emmanuele Bassi
d9e0ea2905
build: Don't include the marshallers header file
...
We used to inject the inclusion of the generated header file into the
generated body of the marshallers source code in order to avoid compiler
warnings about missing prototypes. The glib-genmarshal utility has been
fixed in GLib to include the prototype in the generated source, so now
we're going to trip -Werror=redundant-decls.
2017-05-09 14:19:51 +01:00
Lapo Calamandrei
01a94a06e7
Adwaita: regenerate css
2017-05-09 13:32:56 +02:00
Lapo Calamandrei
9f402d15bc
Adwaita: add a comment
...
Add a comment pointing to the related bug for the dropdown menu
margin.
2017-05-09 13:31:31 +02:00
Lapo Calamandrei
3e48a80d85
Revert "Adwaita: remove unneeded margin on dropdown menu"
...
This reverts commit bb1679b247
.
The margin was actually related to:
https://bugzilla.gnome.org/show_bug.cgi?id=591258
2017-05-09 13:30:23 +02:00
Lapo Calamandrei
5336998bee
Revert "Adwaita: regenerate the css"
...
This reverts commit f2f09b9574
.
2017-05-09 13:30:23 +02:00
Olof-Joachim Frahm
c05c78f9c9
Make sure to remove tooltip timeout.
...
Otherwise in GC-ed environments the `g_source_remove` call during
disposal might be called on an already removed source, which results in
unnecessary console output.
https://bugzilla.gnome.org/show_bug.cgi?id=778301
2017-05-09 06:55:21 -04:00
Lapo Calamandrei
f2f09b9574
Adwaita: regenerate the css
2017-05-09 12:50:49 +02:00
Lapo Calamandrei
bb1679b247
Adwaita: remove unneeded margin on dropdown menu
...
That margin was probably a left over to workaround some placement
issue on dropdowns which doesn't exist anymore.
2017-05-09 12:49:10 +02:00
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