Tom Schoonjans
f10bfcc638
GtkFileChooserNativeQuartz: add support for get_filter and set_filter
...
https://bugzilla.gnome.org/show_bug.cgi?id=784723
2017-07-18 13:30:44 -04:00
Tom Schoonjans
946166e080
GtkFileChooserNative: documentation updated
...
https://bugzilla.gnome.org/show_bug.cgi?id=784723
2017-07-18 13:30:44 -04:00
Tom Schoonjans
a4775f8e92
GtkFileChooserNativeQuartz: add support for filters
...
Includes:
* Simple glob patterns (*.ext, *.*,...)
* MIME types
* pixbuf formats
https://bugzilla.gnome.org/show_bug.cgi?id=784723
2017-07-18 13:30:44 -04:00
Tom Schoonjans
55d139bc46
GtkFileChooserNativeQuartz: add partial support for extra widget
...
When the extra widget is a GtkLabel, then its text will be displayed as
a message in the NSSavePanel or NSOpenPanel
https://bugzilla.gnome.org/show_bug.cgi?id=784723
2017-07-18 13:30:44 -04:00
Tom Schoonjans
44e90c4dd3
GtkFileChooserNativeQuartz: add support for GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
...
Which is via NSOpenPanel, not NSSavePanel...
https://bugzilla.gnome.org/show_bug.cgi?id=784723
2017-07-18 13:30:44 -04:00
Tom Schoonjans
ff2c5e3820
GtkFilechooserNative: add macOS support
...
Based on the Win32 implementation, as well as the macOS file chooser
from
https://github.com/GNOME/gedit/blob/master/gedit/gedit-file-chooser-dialog-osx.[ch]
Not fully tested yet, but working properly so far.
TODO: filter support, extra widget (label), documentation...
https://bugzilla.gnome.org/show_bug.cgi?id=784723
2017-07-18 13:30:44 -04:00
Emmanuele Bassi
a9a25e2e84
Drop gtk-doc trigraphs on GtkTextView enumeration
...
The glib-mkenums tool does not recognise these gtk-doc annotations.
2017-07-16 12:33:24 +01:00
Jordi Mas
34de998c38
Fixes to Catalan translation
2017-07-15 09:37:29 +02:00
Bastien Nocera
eb338feff9
image: Warn when attempting to load pixdata GResources
...
GdkPixdata is deprecated. Warn when the application tries to load
pixdata embedded resources. The application developer will have to
remove the "to-pixdata" keyword from the GResource definition file.
https://bugzilla.gnome.org/show_bug.cgi?id=781583
2017-07-12 14:54:02 +02:00
Emmanuele Bassi
ce861bc430
Use newer glib-genmarshal to simplify build rules
...
The glib-genmarshal tool from GLib 2.54 added various command line
arguments that allow us to remove a bunch of as hoc manipulations of
the generated marshaller source files. The marshal generator tool can
now include an header in the source, and undef the G_ENABLE_DEBUG
pre-processor symbol for us. It can also generate the prototypes of the
marshallers in the C source, and avoid a 'missing-prototypes' compiler
warning.
2017-07-11 11:47:38 +01:00
Yosef Or Boczko
013392b530
Updated Hebrew translation
2017-07-10 12:52:20 +03:00
Yosef Or Boczko
676a0123f6
Updated Hebrew translation
2017-07-10 12:50:11 +03:00
Matthias Clasen
d9e38198c7
Avoid a race in the print portal
...
Same as the previous commit; use the new predictable request
object path to connect to the Response signal early.
2017-07-07 12:03:55 -04:00
Matthias Clasen
388078ba88
Avoid a race in the file chooser portal
...
Use the new predictable request object path and connect
to the Response signal before issuing the portal call.
This avoids a race that is pretty unlikely to hit in
the filechooser case.
2017-07-07 12:03:55 -04:00
Daniel Boles
29ff3c072c
label: Remove extra quote in code example
2017-07-07 08:15:05 +01:00
Daniel Boles
d04baeba37
GdkRGBA: Fix misspelt parameter names in docs
2017-07-06 14:03:08 +01:00
Daniel Boles
ede0f25d3b
GdkRGBA: Fix typo precentage => percentage
2017-07-06 14:00:35 +01:00
Jason Gerecke
07f4139004
x11: Assign GDK_SOURCE_TABLET_PAD when necessary
...
Wacom tablets often have a "pad" device which houses multiple buttons. At
present, these devices are incorrectly marked as GDK_SOURCE_PEN which can
cause problems for some software.
https://bugzilla.gnome.org/show_bug.cgi?id=782040
2017-06-30 20:46:01 +02:00
Daniel Boles
d7b175a3fb
css-overview: Don’t document deleted pseudoclasses
...
Commit b52966a318
stopped the parser from
handling various deprecated pseudoclasses, which were aliases of others,
but it did not update the documentation to reflect that they were gone.
2017-06-22 23:56:44 +01:00
Daniel Boles
6eb58fa67b
css-overview: Fix typo “{with=>which} is disabled”
2017-06-22 20:40:06 +01:00
Baurzhan Muftakhidinov
303960eec6
Update Kazakh translation
2017-06-22 14:32:27 +00:00
Marek Cernocky
5da227664f
Updated Czech translation
2017-06-20 14:33:39 +02:00
Daniel Mustieles
fd9beb2292
Updated Spanish translation
2017-06-19 17:36:06 +02:00
Carlos Garnacho
6781d2109d
gdk: Set vid/pid on wayland tablets
...
This was missed so far... Use %.4x format, in order to behave just
the same than X11.
2017-06-16 19:38:04 +02:00
Will Thompson
176bc32950
headerbar: fix "widow" typo in docs
2017-06-15 15:53:18 +01:00
Kjartan Maraas
2e79d88377
Updated Norwegian bokmål translation
2017-06-14 07:48:33 +02:00
Debarshi Ray
2b48acbdf8
GtkActionHelper: Remove unnecessary NULL check
...
This NULL check has existed since commit 652f16dd98
, when
GtkActionHelper was first introduced, but so has the assertion at the
top to ensure the validity of 'widget'.
https://bugzilla.gnome.org/show_bug.cgi?id=783587
2017-06-13 21:59:36 +02:00
Debarshi Ray
33b3985440
GtkActionHelper: Allow a NULL action-name to unset the previous GAction
...
https://bugzilla.gnome.org/show_bug.cgi?id=783587
2017-06-13 21:59:36 +02:00
Matthias Clasen
1e47b9ea67
file chooser: Don't pass NULL as title to the portal
...
This causes critical warnings.
2017-06-13 13:11:59 -04:00
Chun-wei Fan
d15712fc9b
gtk/Makefile.am: Fix 'make dist'
...
We don't have gtkcenterboxprivate.h anymore, as it became a public
header...
2017-06-12 18:14:57 +08:00
Piotr Drąg
3f39dc20ae
Update POTFILES.in
2017-06-11 16:57:47 +02:00
Matthias Clasen
77f34d01ad
label: Provide a baseline in all cases
...
The label measuring code was only determining baselines
when the label was set to wrap, which does not seem right.
Non-wrapping labels have a meaningful baseline as well,
report it back.
2017-06-11 10:35:06 -04:00
Matthias Clasen
114f23cec7
center box: Take baseline-position fully into account
...
We need to take baseline-position into account during measure
as well.
2017-06-10 14:45:10 -04:00
Fabio Tomat
67bdaf8007
Update Friulian translation
2017-06-10 16:07:52 +00:00
Fabio Tomat
0e6735b83b
Update Friulian translation
2017-06-10 13:23:50 +00:00
Matthias Clasen
f135b2527f
center box: complete the baseline support
...
When there is no externally allocated baseline, we should
do the same thing that GtkBox does, and determine one from
the children that want baseline alignment.
This commit adds a GtkCenterBox::baseline-position property
with setters and getters.
2017-06-10 09:14:16 -04:00
Matthias Clasen
8316ec85f5
center box: Fix size allocation
...
This missing pair of parens was causing expanding children
to overlap.
2017-06-10 07:53:06 -04:00
Matthias Clasen
389535c572
center box: Drop a useless line
...
This is just a leftover that has no effect whatsoever.
2017-06-10 07:53:06 -04:00
Fabio Tomat
d890b93d2c
Update Friulian translation
2017-06-10 09:58:18 +00:00
Fabio Tomat
572b90cbdd
Update Friulian translation
2017-06-10 09:43:40 +00:00
Fabio Tomat
5f4c3077f0
Update Friulian translation
2017-06-09 07:51:06 +00:00
Fabio Tomat
d08781e205
Update Friulian translation
2017-06-08 22:39:28 +00:00
Robert Ancell
7b8ea9af55
icon-theme: Show filename attempted when icon fails to load
2017-06-09 09:24:02 +12:00
Robert Ancell
82a4e830a3
iconhelper: Show error if fail to load placeholder icon
2017-06-09 09:24:02 +12:00
Matthias Clasen
86ac88e0be
Add some translator comments
...
These were requested in
https://bugzilla.gnome.org/show_bug.cgi?id=783552
2017-06-08 15:10:32 -04:00
Fabio Tomat
6decd3bcfa
Update Friulian translation
2017-06-08 14:48:47 +00:00
Fabio Tomat
d901787577
Update Friulian translation
2017-06-08 11:44:09 +00:00
Felipe Borges
322ba75e45
printunixdialog: Update collate icon as entry changes
...
By relying on GtkSpinButton default activation behavior, the
collate icon doesn't get updated when a new number is typed
in the copies spin button.
https://bugzilla.gnome.org/show_bug.cgi?id=759308
2017-06-07 14:28:26 +02:00
Fabio Tomat
d84b63df02
Update Friulian translation
2017-06-07 10:35:28 +00:00
Fabio Tomat
62bfe20928
Update Friulian translation
2017-06-06 22:42:06 +00:00