Mohammed Sadiq
1ce960c85b
gdkselectioninputstream-x11: Fix memory leak
2018-09-16 20:08:25 +05:30
Matthias Clasen
d7a5dcba0b
gtk_application_inihit: allow no reason
...
We document this argument as nullable, so treat it as such.
Closes: https://gitlab.gnome.org/GNOME/gtk/issues/1327
2018-09-13 23:31:48 -04:00
Emin Tufan Çetin
a4b1c6b384
Update Turkish translation
2018-09-11 20:17:29 +00:00
Jakub Steiner
0edec9bcae
Merge branch 'adwaita-fixes' into 'master'
...
Adwaita fixes
See merge request GNOME/gtk!333
2018-09-10 14:29:54 +00:00
Adrien Plazas
7d12a843f2
Adwaita: Set selection mode to headerbars if it's on ancestors
...
This allows to set the container of the headerbars in selection mode
rather than having to set the mode to each element of the title bar.
2018-09-10 15:51:12 +02:00
Adrien Plazas
867efe2e33
Adwaita: Style separator.sidebar
...
Let separators be declared as sidebars to have the same style as those
drawn by GtkStackSidebar. This also let them handle the selection-mode
class, whether they are assigned it or they descend from something in
selection mode.
Also drop setting the selection mode color for non-sidebar separators.
This is convenient when building a custom sidebar using a GtkSeparator
and to extend a sidebar to the title bar.
2018-09-10 15:50:43 +02:00
Adrien Plazas
a121bfa7ec
Adwaita: Drop the background of nested headerbars
...
This is needed to work around headerbar sliding animation issues without
refactoring Adwaita's support of titlebars and headerbars as it may
break applications.
https://gitlab.gnome.org/GNOME/gtk/issues/1264
2018-09-10 15:49:37 +02:00
Jakub Steiner
02758cd48d
Merge branch 'wip/adwaita/linked-entry-error-state-fix-master' into 'master'
...
Adwaita: Fix linked elements in error state
See merge request GNOME/gtk!315
2018-09-10 10:47:05 +00:00
Jakub Steiner
005f932d13
Merge branch 'css-fix' into 'master'
...
win32 theme: Fix css syntax error
See merge request GNOME/gtk!324
2018-09-07 20:35:07 +00:00
Peter Simonyi
4e8c06eb7a
win32 theme: Fix css syntax error
2018-09-07 08:31:22 -04:00
Matthias Clasen
ca9aa23619
Add devel style to demos
...
Lets show this off. Its cool.
2018-09-05 20:10:41 -04:00
Matthias Clasen
ae2c765ffd
Fix portal path handling
...
This was broken when I recently introduced this helper
function.
2018-09-05 19:54:32 -04:00
Benjamin Otte
ab9455ea1b
rendernodepaintable: Fix clipping
...
We need to translate before clipping, otherwise we clip in totally the
wrong place.
2018-09-05 16:25:07 +02:00
Benjamin Otte
89522e6923
iconhelper: Fix drawing of empty and paintable helpers
...
Empty helpers did try to draw a NULL paintable (not good) and in the
non-null case code used the wrong width/height.
2018-09-05 06:34:32 +02:00
Timm Bäder
506a4ddad5
Merge branch 'gtkbbox-doc-fix' into 'master'
...
Minor fixes in documentation of gtkbbox
See merge request GNOME/gtk!318
2018-09-04 10:02:05 +00:00
Lennart Buhl
272e4a0a9d
Minor fixes in documentation of gtkbbox
2018-09-03 19:53:16 +02:00
Ask Hjorth Larsen
16deffb48d
Updated Danish translation of gtk-properties
2018-09-02 23:46:33 +02:00
Ask Hjorth Larsen
a60e951941
Updated Danish translation of gtk
2018-09-02 23:45:47 +02:00
Ask Hjorth Larsen
05306470b0
Updated Danish translation of gtk
2018-09-02 23:19:35 +02:00
Ask Hjorth Larsen
803a8cf333
Updated Danish translation of gtk-properties
2018-09-02 21:42:45 +02:00
Alex Monday
3e5746356e
themes: Fix linked elements in error state
...
Add instructions for color of linked elements border which ajoints
entry, when parent linked entry is in error state.
2018-09-02 14:48:53 +05:00
Daniel Boles
c9f1c56776
Adwaita: Regenerate CSS to get window.devel styles
...
This step was missed before, again.
SASS 3.6 emits rgba(0, 0, 0, 0) instead of transparent, so it wants to
change those too, but that patch was only committed in March and isn't
being backported to the previous stable, so I don't know if others'
versions will do the same - so until it's shown that anyone else (A) is
regenerating CSS and (B) also has 3.6, I'm skipping those changes. See:
c287f312ac
2018-09-02 09:27:38 +01:00
Piotr Drąg
fc026b95dd
Update Polish translation
2018-08-31 19:47:44 +02:00
Matthias Clasen
2bb97bc136
GtkApplication: Improve the docs
...
Expand the docs for ::register-session a bit.
2018-08-31 13:38:01 -04:00
Matthias Clasen
d4d12171f4
Avoid a pointless goto
...
We can just return here.
2018-08-31 13:24:17 -04:00
Matthias Clasen
21e484731a
Add a helpful comment
2018-08-31 13:23:25 -04:00
Matthias Clasen
b82a32676b
GtkApplication: track screensaver state
...
A number of applications want to track the state of the screensaver.
Make this information available as a boolean property. We only listen
for state changes when ::register-session is set to TRUE.
This is implemented for unsandboxed D-Bus access by talking
directly to org.gnome.ScreenSaver or org.freedesktop.ScreenSaver,
and for sandboxed D-Bus by using a (new) portal API.
A Quartz implementation is missing.
2018-08-30 22:53:36 -04:00
Matthias Clasen
d7228ae025
GtkApplication: Respect GTK_USE_PORTAL
...
When the environment variable is set, don't connect
to the session manager, but instead rely on the
inhibit portal.
2018-08-30 22:53:36 -04:00
Matthias Clasen
04c02e9aec
file chooser portal: use request path utilities
...
Less code duplication, more sticky toffee!
2018-08-30 22:53:36 -04:00
Matthias Clasen
d6945d81f0
print portal: use request path utilities
...
Less code duplication, more cookies!
2018-08-30 22:53:36 -04:00
Matthias Clasen
6d6559f982
color picker portal: Add request path utility
...
Less code duplication, more cake!
2018-08-30 22:53:36 -04:00
Matthias Clasen
b271db253f
Add utility functions for portal paths
...
The paths that we create for requests and sessions
need some icky code to create. Keep it in one place.
2018-08-30 22:53:36 -04:00
Marek Cernocky
eb9f95e9fa
Updated Czech translation
2018-08-30 16:51:17 +02:00
Marek Cernocky
d7a5723d66
Updated Czech translation
2018-08-30 14:45:16 +02:00
Jakub Steiner
72498b9e28
Merge branch 'selection-mode-separator' into 'master'
...
Adwaita: Add color to separator.selection-mode
See merge request GNOME/gtk!309
2018-08-30 07:40:46 +00:00
Matthias Clasen
b904fc6ee0
Add a missing cast
...
This fixes a warning introduced in the previous commit.
2018-08-29 19:55:58 -04:00
Aurimas Černius
9622ba8a0d
Updated Lithuanian translation
2018-08-29 22:23:47 +03:00
Matthias Clasen
3b8d206143
The file chooser is no box anymore
...
Don't treat it as one, it does not like it.
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1297
2018-08-29 13:11:06 -04:00
Anders Jonsson
e027fc9272
Update Swedish translation
2018-08-28 21:11:58 +00:00
Kai Willadsen
ba6c5ef201
FileChooserWidget: Don't show recent items with private hint set
2018-08-28 16:15:45 -04:00
Piotr Drąg
6a8013735d
Update Polish translation
2018-08-28 18:49:34 +02:00
Matthias Clasen
c3e72c4d7e
Fix a typo
...
Its Hieroglyphs!
Closes : #1292
2018-08-28 12:24:13 -04:00
Timm Bäder
a6c47cb3ab
Merge branch 'revealer-clipping' into 'master'
...
revealer: Only clip child when animating
See merge request GNOME/gtk!301
2018-08-28 14:49:37 +00:00
Rafael Fontenelle
cc129e564a
Update Brazilian Portuguese translation
2018-08-28 03:28:14 +00:00
Timm Bäder
9fbcbc55d7
Revert "paned: Use a GtkIcon as separator"
...
This reverts commit 749ef4d71c
.
The GtkIcon and GtkGizmo measure code is different, the former uses
-gtk-icon-size.
2018-08-27 18:55:31 +02:00
Timm Bäder
00a27c1e28
box: Remove gtk_box_get_size
...
One function to measure the box in the opposite of its internal
direction is enough.
2018-08-27 18:53:56 +02:00
Timm Bäder
f5f6597abc
box: Rename avail_size to for_size everywhere
...
So we call it like we call it everywhere else.
2018-08-27 18:48:09 +02:00
Timm Bäder
fade0afbef
box: Simplify compute_size_for_orientation
2018-08-27 18:45:03 +02:00
Timm Bäder
0082675de8
testoverlaystyleclass: Fix CSS snippet
2018-08-27 18:13:01 +02:00
Timm Bäder
ed8e784879
remove tests/testinput
...
It's broken and almost the exact same thing as the drawing demo in
gtk4-demo.
2018-08-27 17:56:02 +02:00