c9f9163544
wayland: Remove GdkWaylandDeviceData pointer in GdkWaylandDevice
...
It's the same than gdk_device_get_seat() nowadays. Also, rename the
usages of GdkWaylandDeviceData to GdkWaylandSeat in the functions
affected by the removal.
https://bugzilla.gnome.org/show_bug.cgi?id=763859
2016-03-21 17:15:59 +01:00
08a0257893
Fix the build
2016-03-21 12:10:44 -04:00
26617bb9b4
shortcutswindow: Make the search button square
...
Add the image-button style class to this button (this doesn't
work automatically here, since this is a toggle button).
https://bugzilla.gnome.org/show_bug.cgi?id=763604
2016-03-21 12:00:02 -04:00
4ae057f07b
Adwaita: Update treeview drop target styling
...
This reinstates the between-the-rows highlight that was lost
at some point.
https://bugzilla.gnome.org/show_bug.cgi?id=763808
2016-03-21 11:56:17 -04:00
12c5ca5c01
treeview: Update drop target highlighting
...
Stop using the .dnd style class, and instead use the
:drop(active) pseudo state, together with .before and .after
classes.
https://bugzilla.gnome.org/show_bug.cgi?id=763808
2016-03-21 11:56:17 -04:00
a5a51e325d
quartz: Fix up dnd code
...
Copy changes to drag highlight drawing from gtkdnd.c to gtkdnd-quartz.c.
https://bugzilla.gnome.org/show_bug.cgi?id=763808
2016-03-21 11:56:17 -04:00
ca63330b19
stack: query preferred size for last_visible_child
...
When animating, we might be changing the size allocation of the previous
stack child. However, we were not querying the size in the process
meaning you would often see warnings about allocating the size without
knowing what it should be.
This simply adds an innocuous size request, since responding to last_child
sizing requests is not all that critical in the transition.
https://bugzilla.gnome.org/show_bug.cgi?id=763900
2016-03-21 11:50:27 -04:00
5107c4a75f
gtk-demo: Rework foreigndrawing to use sizes from the theme
...
Instead of hardcoding the size of the widgets. This makes the output
closer to real widgets and fixes the blurry icons. I've also added a
scale.
https://bugzilla.gnome.org/show_bug.cgi?id=763758
2016-03-21 11:45:48 -04:00
068d382689
dnd: Hide the drag window when we're done
...
We were just relying on the drag context finalize() to destroy
the window. But with garbage-collected bindings, that might
not happen as soon as we like, so explicitly hide the window
when the drag ends successfully.
https://bugzilla.gnome.org/show_bug.cgi?id=763659
2016-03-21 11:26:24 -04:00
2407f157c7
print-operation: Be more robust in the error path
...
This isn't an issue at the moment. Only exporting to a file can fail
by setting by setting an error and it happens to correctly return
GTK_PRINT_OPERATION_RESULT_ERROR regardless of this code.
Still, let's make this block of code more correct to prevent future
changes from introducing broken behaviour.
https://bugzilla.gnome.org/show_bug.cgi?id=763731
2016-03-21 16:09:30 +01:00
f988f1131b
Updated Danish translation
2016-03-21 13:10:54 +00:00
06062028e2
3.20.0
2016-03-21 07:54:42 -04:00
a449cc80de
Updated Finnish translation
2016-03-21 11:28:44 +00:00
9025ceabde
Updated Czech translation
2016-03-21 11:49:01 +01:00
7a1b82828e
Updated Brazilian Portuguese translation
2016-03-21 10:28:50 +00:00
8f5471f1df
Updated Italian translation
2016-03-21 08:55:26 +00:00
5c6979e520
Updated Hungarian translation
2016-03-21 06:30:55 +00:00
69cb072cd6
Updated Danish translation
2016-03-21 04:42:41 +01:00
615f55d6d1
Updated Polish translation
2016-03-21 04:04:03 +01:00
de4cb363c2
Document gdk_wayland_seat_get_wl_seat
2016-03-20 22:49:33 -04:00
09ea0c9110
Add gk_gl_context_is_legacy to the docs
2016-03-20 22:47:22 -04:00
e4d3987b17
gdk: Add a missing Since tag
...
gdk_drag_context_manage_dnd was introduced this cycle.
2016-03-20 22:45:06 -04:00
105f9acfdf
Add gdk_drag_context_manage_dnd to the docs
2016-03-20 22:44:29 -04:00
3409ec56ca
Clean up gdk docs build a bit
...
Ignore more headers.
2016-03-20 22:44:03 -04:00
1c692c64fe
gdk: Reword some docs
2016-03-20 22:29:37 -04:00
404a7185be
Improve window title context popup menu fallback
...
Add "Minimize", "Maximize", "Restore", "Move", "Resize" and "Always on Top"
items to the menu.
This pertially reverts commit 0ea1a526f9
.
https://bugzilla.gnome.org/show_bug.cgi?id=763806
2016-03-20 22:02:23 -04:00
f732fa6883
Reword release notes
2016-03-20 21:48:05 -04:00
bee669ee66
Updates for 3.20.0
2016-03-20 21:40:05 -04:00
5c63ab26da
style context: Don't use g_warning for API misuse
...
We've changed our API here; what these applications are doing
used to be fine. Don't make users suffer for this by spamming their
logs in a stable release. We'll keep the warning in master.
https://bugzilla.gnome.org/show_bug.cgi?id=763796
2016-03-20 20:53:34 -04:00
1dcd88961e
Adwaita: more evident colorswatch drag hilight
2016-03-21 01:19:12 +01:00
4973b55ad9
Adwaita: titlebutton fix
...
use a better selector and fix the styling on selection-mode.
2016-03-21 01:02:30 +01:00
44e225e50b
Adwaita: add a transition to the scale slider
2016-03-21 00:46:44 +01:00
eacd632e5e
Adwaita: add a transition to the switch slider
2016-03-21 00:44:47 +01:00
6598dca783
Adwaita: sligthly dim backdrop selected fg color
2016-03-21 00:25:44 +01:00
2e2c423c78
Adwaita: clean up
2016-03-21 00:22:24 +01:00
33247293ee
Updated Danish translation
2016-03-20 23:57:57 +01:00
de466e7b28
Adwaita: rework places sidebar styling
...
set colors on rows istead of images.
2016-03-20 23:38:49 +01:00
524ca3c2d5
Adwaita: fix treeview spinbutton style
2016-03-20 23:33:51 +01:00
7da594e7b7
Updated Danish translation
2016-03-20 23:26:10 +01:00
f64612ca56
Updated Danish translation
2016-03-20 23:25:14 +01:00
c867b17cc8
Adwaita: fix treeview entry style
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=763955
2016-03-20 23:18:49 +01:00
7224dd76db
High Contrast: sidebar round buttons
...
https://bugzilla.gnome.org/show_bug.cgi?id=763774
2016-03-20 22:07:03 +01:00
4e6f9660c0
Update Latvian translation
2016-03-20 21:16:28 +02:00
d457b4f4a5
css: use "disabled" instead of the "insensitivie"
...
Not only there is a typo, but it is also deprecated.
2016-03-20 17:49:15 +01:00
710285104b
styleproperties: Really don't use 'i' in inner loop
...
I apparently was too tired when doing
8cebc125da
and forgot to replace one
instance of 'i' with 'j'.
Thanks Timm for finding that one.
2016-03-20 13:43:46 +01:00
e397468964
Updated Serbian Latin translation
2016-03-20 09:00:50 +00:00
5091bc9d16
Updated Serbian translation
2016-03-20 08:59:39 +00:00
9782a2b729
broadway: Use explicit sizes for payload length
...
The previous greater than comparisons would never trigger the 2nd case.
http://www.viva64.com/en/b/0383/
2016-03-20 05:51:42 +01:00
318a9c4634
x11: Use g_error_matches()
...
Fixes accidentally assigning values.
http://www.viva64.com/en/b/0383/
2016-03-20 05:43:02 +01:00
8cebc125da
styleproperties: Don't use the same loop variable in nested loops
...
http://www.viva64.com/en/b/0383/
2016-03-20 05:37:23 +01:00