6663257bf0
GtkFontChooser: Refine 'no matches' pages
...
Use a better icon, and put the text below.
2015-05-11 20:03:08 -04:00
0e267ce7ff
GtkFileChooser: Refine 'no matches' page
...
Use a better icon, and put the text below.
2015-05-11 19:44:30 -04:00
a8e5cacb91
Allow overriding WM_CLASS from the command line
...
Even when the program itself calls gdk_set_program_class(). There's
currently no way for this function to be called without breaking gdk's
--class command line option, because you cannot call it before
gtk_init().
https://bugzilla.gnome.org/show_bug.cgi?id=747634
2015-05-10 22:40:37 -04:00
9d921ec148
gtk-demo: Port builder example away from GtkUIManager
...
This makes gtk3-demo deprecation-free.
2015-05-10 21:03:13 -04:00
d89766ce41
gtk-demo: Remove an unncessary define
...
The changedisplay example no longer uses and deprecated
API, so don't disable deprecations.
2015-05-10 21:03:13 -04:00
56ddf3f092
Updated Occitan translation
2015-05-10 19:44:36 +00:00
6b8ef6e2e2
Forgotten file
2015-05-10 15:37:55 -04:00
becf1c25ce
Updated POTFILES.in
2015-05-10 18:10:11 +02:00
2bafc7d195
GtkAdjustment: Deprecate some redundant API
...
Both gtk_adjustment_changed and gtk_adjustment_value_changed
are unnecessary every since we've sealed the GtkAdjustment
struct.
https://bugzilla.gnome.org/show_bug.cgi?id=619493
2015-05-10 02:35:52 -04:00
647889c2e3
GtkIconView: Stop using gtk_adjustment_changed
...
This should not be needed at all.
2015-05-10 02:35:07 -04:00
d90847b20e
GtkSpinButton: Stop using gtk_adjustment_value_changed
...
This is just an unnecessary indirection.
2015-05-10 02:34:33 -04:00
9a4f2669f7
Trivial formatting fixes
2015-05-10 02:10:21 -04:00
648c3b39f3
input methods: Add a 'vertical text' hint
...
This has been requested in
https://bugzilla.gnome.org/show_bug.cgi?id=747150
2015-05-10 01:30:38 -04:00
afa2bc8b8d
Revert "Work around a pkg-config bug"
...
This reverts commit 57751fa391
.
I've been told that this is not, in fact, a pkg-config bug,
but a pkg-config feature.
2015-05-10 01:06:31 -04:00
0c4deb656e
quartz: Non-implementation of GdkGLContext
...
This makes sure the Quartz backend returns an error when asked to create
a GL context, rather than crashing because of a NULL vfunc.
https://bugzilla.gnome.org/show_bug.cgi?id=740199
2015-05-09 23:59:29 -04:00
33d1bea423
Updated Hungarian translation
2015-05-09 12:44:41 +00:00
b9119888fc
Updated Hungarian translation
2015-05-09 12:43:46 +00:00
082b136b50
Updated French translation
2015-05-09 09:49:18 +00:00
ba9f146512
Updated French translation
2015-05-09 08:31:37 +00:00
3d81fe8617
Font chooser: Hide size controls with 'no match'
...
The preview entry previews a font despite there being
no results, that makes no sense.
2015-05-09 02:18:01 -04:00
972e59d05e
Font chooser: Nice 'not found' message
...
This copies the style that is used in the file chooser
now.
2015-05-09 02:06:28 -04:00
7a5329578c
Font chooser: Also apply font map to preview
...
Otherwise, the preview is not showing a selected custom font.
2015-05-09 01:58:32 -04:00
647f0e6025
docs: Show less ugly X cursors
...
Don't list examples in the gdk_cursor_new_for_display() docs,
since we now have a list of recommended names for the
from_name() call.
2015-05-08 14:21:11 -04:00
d3f1b3ee41
gtk-demo: Drop cursor name fallback code
...
GdkCursor itself will now do whats necessary to support these
names.
2015-05-08 13:34:25 -04:00
7d83edd4e0
Update docs
2015-05-08 13:34:25 -04:00
5434609b21
Wayland: Make css cursor names work
...
Map css cursor names to traditional X cursor names to increase
our chance of finding a good cursor in the cursor theme.
2015-05-08 13:34:25 -04:00
17cd3c3218
X11: Make css cursor names work
...
Map css cursor names to traditional X cursor names to increase
our chance of finding a good cursor in the cursor theme.
2015-05-08 13:34:25 -04:00
b1e10f5312
Wayland: trivial reshuffle
...
Avoid a forward declaration by moving things around.
2015-05-08 13:34:25 -04:00
724cc00f9b
gdk: define GdkRectangle structure for introspection scanning
...
https://bugzilla.gnome.org/show_bug.cgi?id=748833
2015-05-08 11:47:51 +01:00
9a7e69a990
notify test: Don't test object relying on dbus connections
...
Don't test types that rely on a pre-existing dbus session bus.
https://bugzilla.gnome.org/show_bug.cgi?id=749009
2015-05-07 22:37:55 -04:00
798789ee90
GtkRecentChooser: Use a better busy cursor
2015-05-07 22:36:00 -04:00
99935b14c6
GtkPrintUnixDialog: Use a better busy cursor
2015-05-07 22:24:19 -04:00
eb715c3118
GtkProgressBar: Adjust docs to new style
...
Don't talk about superimposed text, since we don't do that
anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=748784
2015-05-07 22:07:41 -04:00
36006eb918
gtk3-demo: Add a cursors demo
2015-05-07 21:29:58 -04:00
36a2c507e2
testgtk: Add new Adwaita cursor names
2015-05-07 18:58:33 -04:00
b122787a76
GtkFontChooser: Use a GtkStack
2015-05-07 18:28:39 -04:00
f3a390a6bf
GtkFontChooserWidget: Remove unused struct field
...
This was added accidentally in a recent patch.
Signed-off-by: Garrett Regier <garrettregier@gmail.com >
https://bugzilla.gnome.org/show_bug.cgi?id=748992
2015-05-07 16:01:49 -04:00
08e2f958f0
GtkWindow: Manually set CSD should enable shadow width calculation
...
If CSD is enabled with shadow even though it "shouldn't"*, the width
should still be calculated correctly. This fixes a regression caused by
b1e5ad469c
.
* gtk_window_should_use_csd () returns false
https://bugzilla.gnome.org/show_bug.cgi?id=748615
2015-05-07 15:56:14 -04:00
7c294fb5da
Update Czech translation
2015-05-07 16:19:05 +02:00
39e7afecb1
GtkStack: Don't emit notify::visible-child during destruction
...
https://bugzilla.gnome.org/show_bug.cgi?id=749012
2015-05-07 15:18:20 +02:00
142c8a5c8d
GtkFontChooser: Add an example to the docs
2015-05-07 07:33:23 -04:00
049cbc8b74
GtkFontChooser: Allow a custom font map
...
This lets applications show their own fonts instead of
or in addition to system fonts.
https://bugzilla.gnome.org/show_bug.cgi?id=748771
2015-05-07 07:33:23 -04:00
0c922a9443
Adwaita: tone down popover dropshadow
2015-05-07 10:17:22 +02:00
26b03332a4
GtkStackSwitcher: Don't emit notify::visible-child when setting a stack
...
Synchronizing the visible child with the switcher's toggle buttons can
lead to GtkButton::clicked being emitted twice. Once for the button
that was active before, and once for the button that we just activated.
This leads to notify::visible-child being called twice and one of
them is with the wrong child.
Let's deal with this in the same way we handle the visible child
changing underneath us.
https://bugzilla.gnome.org/show_bug.cgi?id=749021
2015-05-06 22:31:10 +02:00
6a51ac59f0
mir: handle generic input events
2015-05-06 10:27:03 -04:00
b1e5ad469c
GtkWindow: Get the correct shadow width even before window is realized
...
The window state 'client_decorated' will only be set the window is being
realized. If anyone tries to get the shadow size before that it'd get
the with as if there always was no shadow.
This avoids negative sized opaque regions caused by the allocation being
smaller than shadow.
https://bugzilla.gnome.org/show_bug.cgi?id=748615
2015-05-06 19:55:20 +08:00
1726024034
Fixed Russian translation
2015-05-06 13:38:01 +03:00
fa6f956489
inspector: allow object read-only properties in prop-editor
...
If we have a GObject property that is also a GObject, we should be able
to view additional information on that object (even if the param spec
is read-only).
2015-05-05 22:00:54 -07:00
07f4c9c315
GtkFontChooserWidget: Listen for fontconfig changes
...
We were relying on indirectly getting notify when fontconfig
configuration changes, by GtkSettings translating the timestamp
change into a style-invalidation, which gets fed through the
css invalidation machinery. That machinery has gotten good enough
at optimizing away redundant changes that it no longer emits
::style-updated in this case.
So, instead make the font chooser listen directly to what it
cares about: the fontconfig change notification from GtkSettings.
2015-05-06 00:52:23 -04:00
487332c458
settings: Wayland-only systems also use fontconfig
...
We're relying on the X11 backend being compiled in, but that may not be
the case.
https://bugzilla.gnome.org/show_bug.cgi?id=748782
2015-05-05 11:22:53 +01:00