b14e86fad2
wayland: Remove edges from configure
2014-02-07 18:30:07 -05:00
1859d7631b
gdkthreads: Update documentation
2014-02-07 18:01:16 -05:00
326da2da58
docs: don't use <anchor>
2014-02-07 15:40:52 -05:00
59099cd6e7
Add a test for model-based popovers
...
https://bugzilla.gnome.org/show_bug.cgi?id=723014
2014-02-07 15:11:51 -05:00
2fea2d4dbd
Populate popovers from menu models
...
This adds a new function, gtk_popover_new_from_model, which creates
a popover and populates it with suitable content according to the
menu model. The current implementation uses GtkModelButton for the
individual items, and a GtkStack for submenus.
https://bugzilla.gnome.org/show_bug.cgi?id=723014
2014-02-07 15:11:51 -05:00
bf9ce3ad25
Introduce GtkModelButton
...
Similar in spirit to GtkModelMenuItem, this private GtkButton subclass
can connect to a GtkMenuTrackerItem and present itself as either a
regular button, a check button, or a radio button. Activation and
state tracking is done through the GAction that is associated with
the menu tracker item.
https://bugzilla.gnome.org/show_bug.cgi?id=723014
2014-02-07 15:11:50 -05:00
13998c55e7
docs: use proper quotations instead of '*'
2014-02-07 14:22:39 -05:00
4dee965116
docs: use apostrophe in *'m
2014-02-07 13:42:09 -05:00
cb6483d382
docs: use apostrophe in *'d
2014-02-07 13:39:53 -05:00
fa3f1e1488
docs: use apostrophe in *'ve
2014-02-07 13:38:26 -05:00
a4b5929e81
docs: use apostrophe in *'re
2014-02-07 13:37:09 -05:00
285d216d3e
docs: use apostrophe in *'ll
2014-02-07 13:35:54 -05:00
e34bd4137d
docs: use apostrophes in *n't
2014-02-07 13:32:47 -05:00
f0000b2f3d
docs: use more apostrophes
2014-02-07 13:26:12 -05:00
7a208fbbf3
docs: use proper apostrophe
...
https://wiki.gnome.org/Design/OS/Typography
2014-02-07 13:06:10 -05:00
f116f0071e
docs: use links instead of <xref>
2014-02-07 11:13:11 -05:00
98a67d9697
popover: propagate (insensitive|backdrop) flags from relative-to widget
...
Popovers aren't direct children of the widget they point to, but yet
they act as children of it, so do the same with state propagation,
so the flags that propagate across the hierarchy reach popovers too.
2014-02-07 16:47:57 +01:00
63bed5d040
popover: Listen on grab_notify from the relative-to widget
...
Anytime ::grab-notify comes across, the popover visibility and GTK+
grab ownership are checked, so the popover is hidden when it loses
the GTK+ by any reason.
2014-02-07 16:47:57 +01:00
3c4dbe6c7a
Add GTK_STYLE_CLASS_DESTRUCTIVE_ACTION
2014-02-07 10:28:53 -05:00
de42376122
Add GTK_STYLE_CLASS_SUGGESTED_ACTION
2014-02-07 10:28:52 -05:00
648511ed44
docs: remove <emphasis>
2014-02-07 10:07:16 -05:00
0ce016650b
docs: Use markup for links
2014-02-07 09:42:12 -05:00
6d3347de63
widget: Ignore text direction in gtk_widget_set_state_flags()
...
Previously we did a semi-successful job at ignoring it. Unfortunately
this job was bad enough that we could lose the direction.
We still allow passing in the enum values, because we want code like
this to work:
set_state_flags (get_state_flags() | SOME_FLAGS)
2014-02-07 14:48:54 +01:00
4e14056b0c
Tajik translation updated
2014-02-07 17:46:14 +05:00
ae36e57c61
gtkmagnifier: do not use P_() macro for property names
2014-02-07 10:01:49 +01:00
8e797c1195
Wayland: Set gtk-dialogs-use-header
...
Since we don't have a setting for this, hardcode the value
for now.
2014-02-06 22:51:05 -05:00
5c40be6064
Updated Galician translations
2014-02-07 02:23:28 +01:00
24021f0453
Bump glib dep
2014-02-06 17:44:24 -05:00
4238cc4b7b
Revert "Fix memory leak in GtkTreeViewAccessible"
...
This reverts commit 7a411eb6dd
.
This also makes gedit external tools manager to crash
2014-02-06 22:15:12 +01:00
e583e3ebce
gdkwindow-wayland: Make function order match listener order
2014-02-06 14:29:18 -05:00
1e8c803a93
Updated Slovenian translation
2014-02-06 20:24:22 +01:00
974c843253
GtkApplication: install gtk option group
...
Install Gtk's GOptionGroup in GApplication just before commandline
arguments are parsed.
2014-02-06 17:42:33 +00:00
7faf5ee765
GtkTreeViewColumn: fix critical warning
...
Do not call _column_autosize() if there is no treeview set yet.
https://bugzilla.gnome.org/show_bug.cgi?id=723637
2014-02-06 19:41:02 +02:00
b91859a19a
gtkwindow: remove delete-event idle function on finalize
...
Heavy duty can prevent this idle function from being called before
the window is destroyed, so make sure that the source is removed
when the window is finalized.
https://bugzilla.gnome.org/show_bug.cgi?id=723771
2014-02-06 18:18:23 +02:00
16db6bbccf
docs: fix quotes in example
2014-02-06 10:55:12 -05:00
d74ca9f02c
popover: Emit ::closed once modality is cleared
...
Otherwise, calling gtk_widget_grab_focus() on a widget when the
popover send ::closed won't work.
2014-02-06 16:13:43 +01:00
f999ac686b
docs: Don't use warnings
2014-02-06 09:53:49 -05:00
99f16d25a7
popover: Add ::closed signal
...
This signal is emitted when the popover is dismissed either through
API or user interaction, somewhat more friendly than connecting to
::unmap.
2014-02-06 15:32:48 +01:00
13b37bd4e0
popover: Add padding pointers to GtkPopoverClass
2014-02-06 15:32:40 +01:00
e78ebaa089
docs: don't use <important>
2014-02-06 08:01:49 -05:00
334d34178a
docs: don't use <warning>
2014-02-06 08:01:49 -05:00
6abe7a7094
docs: use markdown instead of <note>
2014-02-06 08:01:49 -05:00
8dcda824d2
Updated Scottish Gaelic translation
2014-02-05 22:31:24 +00:00
71e3c6d925
Updated translation date
...
This is a test commit for hook checks.
2014-02-05 21:02:57 +00:00
47469eb296
Use proper quotes in gdk
2014-02-05 15:08:42 -05:00
2a45418b67
docs: use proper quotes
2014-02-05 15:08:42 -05:00
c3dfb17031
docs: fix missing quotation mark
2014-02-05 15:08:42 -05:00
d7944fefe9
Updated French translation
2014-02-05 20:05:43 +00:00
fd7adf3b51
docs: add back id for section heading
...
It was lost during the markdown conversion.
2014-02-05 12:33:39 -05:00
b4d4ffcf38
docs: Don't use <xi:include>
2014-02-05 12:32:20 -05:00