Cosimo Cecchi [Sat, 27 Jun 2015 19:48:57 +0000 (12:48 -0700)]
treeview: don't call gtk_style_context_set_background()
Cosimo Cecchi [Fri, 5 Jun 2015 22:37:34 +0000 (15:37 -0700)]
plug: don't call gtk_style_context_set_background()
Cosimo Cecchi [Thu, 4 Jun 2015 01:27:34 +0000 (18:27 -0700)]
paned: don't call gtk_style_context_set_background()
Cosimo Cecchi [Thu, 4 Jun 2015 01:22:28 +0000 (18:22 -0700)]
overlay: don't call gtk_style_context_set_background()
Cosimo Cecchi [Thu, 4 Jun 2015 01:21:56 +0000 (18:21 -0700)]
offscreenwindow: don't call gtk_style_context_set_background()
Cosimo Cecchi [Thu, 4 Jun 2015 01:21:16 +0000 (18:21 -0700)]
menushell: don't call gtk_style_context_set_background()
Cosimo Cecchi [Thu, 4 Jun 2015 01:18:56 +0000 (18:18 -0700)]
menu: don't call gtk_style_context_set_background()
Cosimo Cecchi [Thu, 4 Jun 2015 01:17:27 +0000 (18:17 -0700)]
listbox: don't call gtk_style_context_set_background()
Cosimo Cecchi [Thu, 4 Jun 2015 01:14:06 +0000 (18:14 -0700)]
iconview: don't call gtk_style_context_set_background()
Cosimo Cecchi [Thu, 4 Jun 2015 01:04:15 +0000 (18:04 -0700)]
flowbox: don't set gtk_style_context_set_background()
Cosimo Cecchi [Thu, 4 Jun 2015 01:03:35 +0000 (18:03 -0700)]
eventbox: don't call gtk_style_context_set_background()
Cosimo Cecchi [Thu, 4 Jun 2015 00:59:45 +0000 (17:59 -0700)]
drawingarea: don't call gtk_style_context_set_background()
Pedro Albuquerque [Wed, 1 Jul 2015 21:58:15 +0000 (21:58 +0000)]
Updated Portuguese translation
Pedro Albuquerque [Wed, 1 Jul 2015 21:57:37 +0000 (21:57 +0000)]
Updated Portuguese translation
Alexander Larsson [Fri, 26 Jun 2015 11:49:23 +0000 (13:49 +0200)]
broadway: Implement maximization
Carlos Garnacho [Tue, 23 Jun 2015 16:11:07 +0000 (18:11 +0200)]
x11: Query pointer devices' scroll valuators on toplevel enter events
We used to "invalidate" scroll valuators, so the next scroll event could
be used as the base for the next scroll deltas. This has the inconvenience
that it invariably consumes the first event received after enter and,
due to interactions with WM overeager passive button grabs, there's a
possibility we don't scroll at all if we receive interleaved "smooth
scroll" XI_Motion events and XI_Enter events (Normally triggered by regular
scroll wheels in mice).
In order to fix this, and at the expense of some sync-call overhead on
XI_Enter events (one XIQueryDevice call per slave device), query the
current scroll valuator state for all the slaves of the entered pointer,
so we do know beforehand the right base values. If new devices are plugged
while the pointer is on top of the client, the initialized scroll values
will match the valuators'.
https://bugzilla.gnome.org/show_bug.cgi?id=750994
https://bugzilla.gnome.org/show_bug.cgi?id=750870
Carlos Garnacho [Wed, 1 Jul 2015 16:50:22 +0000 (18:50 +0200)]
placessidebar: Do not set as a "track motion" DnD site
It has the unintended effect of picking the suggested action from the
context, which conflicts with the (possibly 0) status we set on our
::drag-motion handler.
Given this widget is not interested in listening to DnD from every
possible target, it is safe to just disable it.
Christoph Reiter [Mon, 29 Jun 2015 11:46:36 +0000 (13:46 +0200)]
GtkWindow: don't increase the preferred size for empty windows if there is a size request set.
This fixes a reftest broken by commit
84e99b20ac806ee5f
https://bugzilla.gnome.org/show_bug.cgi?id=751341
Carlos Garnacho [Tue, 30 Jun 2015 17:04:13 +0000 (19:04 +0200)]
x11: Avoid X error traps within server grabs
gdk_x11_device_xi2_window_at_position() may attempt to push/pop
a few error trap pairs while traversing the window tree. Move it
outside the server grab, and around the multiple XIQueryPointer
calls we may do here.
https://bugzilla.gnome.org/show_bug.cgi?id=751739
Krzesimir Nowak [Tue, 30 Jun 2015 20:55:59 +0000 (22:55 +0200)]
broadway: Fix memleak in error case
https://bugzilla.gnome.org/show_bug.cgi?id=751752
Arc Riley [Tue, 30 Jun 2015 17:57:49 +0000 (10:57 -0700)]
Add gtk_widget_set_font_options and gtk_widget_get_font_options
This allows a widget to override global font_options, such as hinting and
subpixel order. The widget's PangoContext is updated when this is set.
Some update code from gtk_widget_update_pango_context was moved to
update_pango_context so that gtk_widget_update_pango_context runs it.
http://bugzilla.gnome.org/show_bug.cgi?id=751677
Cosimo Cecchi [Mon, 29 Jun 2015 22:25:44 +0000 (15:25 -0700)]
switch: add a style property for the switch height
Instead of hardcoding an aspect ratio.
This will be replaced by min-height/max-height when we have them.
https://bugzilla.gnome.org/show_bug.cgi?id=751689
Dušan Kazik [Tue, 30 Jun 2015 10:20:51 +0000 (10:20 +0000)]
Updated Slovak translation
Pedro Albuquerque [Mon, 29 Jun 2015 22:46:43 +0000 (22:46 +0000)]
Updated Portuguese translation
Pedro Albuquerque [Mon, 29 Jun 2015 22:46:04 +0000 (22:46 +0000)]
Updated Portuguese translation
Jasper St. Pierre [Mon, 29 Jun 2015 21:16:49 +0000 (14:16 -0700)]
window: Don't send startup notifications for offscreen / popup windows
The WM isn't aware of O-R (popup) or offscreen windows. If somebody
maps an offscreen or a popup GTK+ window before the main window, we'll
complete the sequence before a "real" window is mapped. Make sure to
ignore these for startup notifies.
Piotr Drąg [Mon, 29 Jun 2015 21:07:40 +0000 (23:07 +0200)]
Updated POTFILES.skip
nick [Mon, 29 Jun 2015 19:37:26 +0000 (20:37 +0100)]
settings: Include pangofc-fontmap.h header on Wayland
In case the X11 backend is not enabled, we still need to include the
pangofc-fontmap.h header file, as we use the Pango/FontConfig API in
both the X11 and Wayland case.
https://bugzilla.gnome.org/show_bug.cgi?id=751625
Carlos Garnacho [Mon, 29 Jun 2015 15:54:57 +0000 (17:54 +0200)]
wayland: Return the right type atom on gdk_selection_property_get()
We mistakenly forced the "STRING" type, which was able to confuse higher
layer helpers like gtk_selection_data_get_uris(). This fixes a crash
happening anytime a drop is attempted on a GtkPlacesSidebar.
Carlos Garnacho [Mon, 29 Jun 2015 14:32:01 +0000 (16:32 +0200)]
wayland: Prepare against NULL selection owners on data_source requests
Currently, due to the lack of progress information in the Wayland DnD
protocol, we assume a DnD operation is finished after the first
data_source.send is finished (It's either that or leaving stuck grabs).
This however breaks previous assumptions that dest widgets can request
the data multiple times, even in response to GtkWidget::drag-motion.
This leaves us with a NULL owner for the DnD atom when we aren't
finished receiving wl_data_source events yet, causing a crash.
This commit fixes the crash, the behavior left is still far from
desirable though...
Matthias Clasen [Mon, 29 Jun 2015 05:46:53 +0000 (22:46 -0700)]
gtk3-demo: Group pango demos together
Matthias Clasen [Mon, 29 Jun 2015 05:43:27 +0000 (22:43 -0700)]
gtk3-demo: Add a fancy text demo
This demonstrates rendering text with a pattern instead of a
single color.
Matthias Clasen [Sun, 28 Jun 2015 14:21:45 +0000 (10:21 -0400)]
gtk-demo: Make the info bar example wrap
Matthias Clasen [Sun, 28 Jun 2015 13:23:28 +0000 (09:23 -0400)]
gtk-demo: Cosmetic changes
Clean up the code of many examples in minor ways, fix some memory
leaks, and avoid the use of dialogs where a regular toplevel works
just as well.
Matthias Clasen [Sun, 28 Jun 2015 14:11:54 +0000 (10:11 -0400)]
gtk-demo: Add a spin button example
More or less copied from the spin button example in testgtk.
Benjamin Otte [Fri, 26 Jun 2015 19:08:04 +0000 (21:08 +0200)]
cssvalue: Change color transitions to run premultiplied
Previously, the unpremultiplied values from the GdkRGBA were taken. Now
we premultiply the color values as specified by the CSS specs.
This is only relevant when transitioning with translucent colors.
An example is the halfway transition between transparent (0, 0, 0, 0)
and white (1, 1, 1, 1). Previously, all 4 values where transitioned
separately and the result was semi-transparent gray (0.5, 0.5, 0.5,
0.5).
By depending on the alpha value, the result is now semi-transparent
white (1, 1, 1, 0.5) which is what one would naively expect.
New reftest: color-transition
Benjamin Otte [Fri, 26 Jun 2015 18:53:39 +0000 (20:53 +0200)]
cssvalue: Special case resulting color for transparency
Again, preparation for using premultiplied color transitions.
Benjamin Otte [Fri, 26 Jun 2015 17:06:02 +0000 (19:06 +0200)]
cssvalue: Restructure RGBA transitions
Split out a function to make the code clearer for the changes ahead.
Carlos Garnacho [Fri, 26 Jun 2015 12:23:16 +0000 (14:23 +0200)]
wayland: Set the master device on the drop-side GdkDragContext
And force the ungrab on it, instead of the slave, in the case of
local DnD drop. This avoids confusions on the pointer events spawn
from DnD, as GDK doesn't think anymore those are from a slave device.
Most namely, it fixes the stuck grab when finishing DnD on the
same app it was started from.
Carlos Garnacho [Tue, 7 Apr 2015 14:40:57 +0000 (16:40 +0200)]
wayland: Split handling of clipboard/DnD data offers
We currently only hold the last offer received, which is wrong, as both
are independent and have different life cycles.
This means we have to store per-selection wl_data_offer and targets, and
maintain these as appropriate from the clipboard/DnD specific entry points.
Alexander Larsson [Thu, 25 Jun 2015 19:15:46 +0000 (21:15 +0200)]
broadway: Handle shm_open failing by falling back on tmp files
This is required if /dev/shm is not mounted on your system, which can
happen for instance in certain container configurations.
Lapo Calamandrei [Thu, 25 Jun 2015 18:04:32 +0000 (20:04 +0200)]
Adwaita: entry linking fixes
Set the right border color on the linked entry after the focused
one.
Lapo Calamandrei [Thu, 25 Jun 2015 17:55:51 +0000 (19:55 +0200)]
Adwaita: rubberbands!
Darken the rubberband a bit to make it visible on the selected
color background, fix treeview rubberband border issue.
Carlos Garnacho [Thu, 25 Jun 2015 16:44:49 +0000 (18:44 +0200)]
wayland: Fix compile warning in DnD/selection code
Introduced in my recent commits
Carlos Garnacho [Thu, 25 Jun 2015 12:58:00 +0000 (14:58 +0200)]
gtkdnd: Plug a leak
We create a cairo_t in order to find out the surface extents, but it
was being leaked, dragging the whole drag surface with it through
extra refs.
Carlos Garnacho [Thu, 25 Jun 2015 12:56:59 +0000 (14:56 +0200)]
gtkmodelbutton: Plug a leak
The private struct had some data that needed freeing, but this widget
didn't have any destroy/dispose/finalize handlers.
Carlos Garnacho [Thu, 25 Jun 2015 12:55:56 +0000 (14:55 +0200)]
gtkmenusectionbox: plug a leak
The list returned by gtk_container_get_children() wasn't being freed.
Carlos Garnacho [Thu, 25 Jun 2015 12:52:47 +0000 (14:52 +0200)]
wayland: Plug some memleaks in DnD/clipboard code
gdk_atom_name() return value must be freed, this code was consistently
not doing so...
Matthias Clasen [Thu, 25 Jun 2015 11:01:26 +0000 (07:01 -0400)]
builder-tool: Don't strip h/vexpand
Setting these properties has the side-effect of setting the
corresponding -set properties, which makes GTK+ behave subtly
different. So don't mess with these.
Matthias Clasen [Thu, 25 Jun 2015 10:59:18 +0000 (06:59 -0400)]
GtkSearchBar: Don't vexpand
It turns out that setting vexpand to its default value has
side-effects that we need.
https://bugzilla.gnome.org/show_bug.cgi?id=751447
cedlemo [Wed, 24 Jun 2015 13:59:00 +0000 (13:59 +0000)]
GtkImage: Make resource property work properly
gtk_image_set_from_resource was setting the resource_path,
only to have it overwritten again before returning. That
is not as it should be, so change things to set the resource
path late.
https://bugzilla.gnome.org/show_bug.cgi?id=751443
Carlos Garnacho [Wed, 24 Jun 2015 20:10:55 +0000 (22:10 +0200)]
wayland: protect against unknown mimetype requests
This oddly can be reproduced with weston+weston-dnd, when dragging
anything from GTK+ into weston-dnd, it will insist on picking its
custom application/x-wayland-dnd-flower mimetype, and this request
forwarded by the compositor, even if GTK+ didn't announce it on
its wl_data_source mimetype list. (What should probably happen here
is that the request is silenced, and/or weston-dnd picks (null))
This should be harmless, we are leaking though the fd in that case,
because the emission of GdkEventSelection on an unhandled mimetype
results in NOP. In order to avoid this, we should check whether the
mimetype is supported at all on the backend code and possibly close
the fd, this involves storing these in the first place.
https://bugzilla.gnome.org/show_bug.cgi?id=751414
Carlos Garnacho [Wed, 24 Jun 2015 19:55:12 +0000 (21:55 +0200)]
wayland: Ensure we close the fd on all error paths in data_source.send
https://bugzilla.gnome.org/show_bug.cgi?id=751414
Carlos Garnacho [Wed, 24 Jun 2015 19:52:23 +0000 (21:52 +0200)]
wayland: close() the selection fd if we didn't start writing yet
If the other peer requests data too fast (too rare/unlikely though),
we might receive multiple gdk_wayland_selection_request_target() calls
with no ending gdk_wayland_selection_check_write(), in which case the
fd is leaked as no GOutputStream was created to take over it.
https://bugzilla.gnome.org/show_bug.cgi?id=751414
Carlos Garnacho [Wed, 24 Jun 2015 17:57:40 +0000 (19:57 +0200)]
wayland: Ensure we cancel previous selection writes before starting one
We weren't catching all the places where the AsyncWriteData operation
should be cancelled, which could happen if we repeatedly request the
same target on different fds.
https://bugzilla.gnome.org/show_bug.cgi?id=751414
Carlos Garnacho [Wed, 24 Jun 2015 17:53:39 +0000 (19:53 +0200)]
wayland: Do not close the descriptor on async_write_data_free()
At the moment we create the AsyncWriteData, the ownership of the
fd is granted to the GOutputStream, and the fd set to -1, so at
this moment we're just silently getting EBADFD.
This partially reverts
25885ca600fff, the initialization of .fd
to -1 is valid and stays though.
https://bugzilla.gnome.org/show_bug.cgi?id=751414
Balázs Úr [Wed, 24 Jun 2015 17:45:33 +0000 (17:45 +0000)]
Updated Hungarian translation
Carlos Garnacho [Wed, 24 Jun 2015 15:48:18 +0000 (17:48 +0200)]
wayland: Ensure device grabs generate crossing/focus events
On X11 this is something the windowing system does for us, which the
wayland backend should emulate, being grabs completely client-side.
So, if the grab and current focus windows differ, make sure we emit
focus/crossing events as it corresponds to the grab device.
Carlos Garnacho [Wed, 24 Jun 2015 13:41:23 +0000 (15:41 +0200)]
wayland: Update grab serial when ungrabbing keyboards
This was being done so only on pointers. Internally, a GdkDeviceGrabInfo
is kept for each of the master pointer/keyboard, failing to do this for
keyboards results in a stuck keyboard grab.
https://bugzilla.gnome.org/show_bug.cgi?id=748892
Carlos Garnacho [Wed, 24 Jun 2015 09:27:20 +0000 (11:27 +0200)]
wayland: Properly initialize/finalize where we store the data_source.send fd
The fd must be closed on async_write_data_free(), but we should also
initialize it to -1 so gdk_wayland_selection_check_write() doesn't wrongly
pick the stdin fd.
https://bugzilla.gnome.org/show_bug.cgi?id=751414
Christoph Reiter [Mon, 22 Jun 2015 17:22:10 +0000 (19:22 +0200)]
GtkWindow: some min/nat size corrections.
Don't add the container border to the title request size; it
is only used for the child widget.
Don't call gtk_widget_get_preferred_width_for_height() for
the title bar with an unrelated height and subtract the title
bar height before querying the child widget width.
Guard against negative size requests after substracting the
borders/shadows and the title bar.
https://bugzilla.gnome.org/show_bug.cgi?id=751341
Matthias Clasen [Tue, 23 Jun 2015 17:11:26 +0000 (13:11 -0400)]
3.17.4
Matthias Clasen [Tue, 23 Jun 2015 21:27:09 +0000 (17:27 -0400)]
Fix up doc comments
Matthias Clasen [Tue, 23 Jun 2015 21:07:38 +0000 (17:07 -0400)]
Fix up expected results of a11y tests
These changed due to th extra box that GtkAssistant now
inserts for each page.
Matthias Clasen [Tue, 23 Jun 2015 20:46:07 +0000 (16:46 -0400)]
Fix an oversight
Matthias Clasen [Tue, 23 Jun 2015 20:28:18 +0000 (16:28 -0400)]
GtkPlacesSidebar: Simplify sidebar code
Make this code follow GTK+ styles and conventions better.
Matthias Clasen [Tue, 23 Jun 2015 20:06:30 +0000 (16:06 -0400)]
GktPlacesSidebar: Plug a ton of leaks
If you don't keep in mind that g_object_get() returns references to
objects and copies fo strings, things leak all over the place.
Matthias Clasen [Tue, 23 Jun 2015 18:42:57 +0000 (14:42 -0400)]
sidebarrow: Avoid object-valued properties
They tend to leak...as these do.
Benjamin Otte [Tue, 23 Jun 2015 19:45:33 +0000 (21:45 +0200)]
render: Fix ridge/groove border rendering
The typo strikes again!
Christoph Reiter [Tue, 23 Jun 2015 08:54:39 +0000 (10:54 +0200)]
GtkHeaderBar: reduce minimum title width
The minimum title width affects the minimum window width
for CSD windows. To allow smaller windows like without
CSD reduce it a bit (276px vs 156px min width)
https://bugzilla.gnome.org/show_bug.cgi?id=751341
Christoph Reiter [Mon, 22 Jun 2015 18:36:50 +0000 (20:36 +0200)]
GtkWindow: fix default empty window size with CSD
In the non-CSD case we checked for 0x0 window size requisition
and replaced it with 200x200 so the window was still visible.
This no longer works in case of CSD as the shadow and title bar
are always added to the requisition resulting in a titlebar/shadow
only window in case there is no child widget (this is currently
visible under wayland or when setting GTK_CSD=1).
Instead of special casing the final window size, special case
the child requisition paths instead. This gives us the same
requisition in both, CSD and non-CSD cases (the header bar
has a too large minimum width atm so the resulting window is
still not the same)
https://bugzilla.gnome.org/show_bug.cgi?id=751341
William Hua [Mon, 22 Jun 2015 16:31:32 +0000 (12:31 -0400)]
mir: fix toggling between maximized and restored
William Hua [Mon, 22 Jun 2015 02:13:27 +0000 (22:13 -0400)]
mir: fix wheel scrolling in both directions
William Hua [Mon, 22 Jun 2015 02:07:44 +0000 (22:07 -0400)]
mir: emit GDK_ENTER_NOTIFY on pointer enter
William Hua [Fri, 19 Jun 2015 19:16:27 +0000 (15:16 -0400)]
mir: remove non-useful logging
William Hua [Fri, 19 Jun 2015 15:29:08 +0000 (11:29 -0400)]
mir: don't need dummy egl surface
William Hua [Thu, 18 Jun 2015 14:39:28 +0000 (10:39 -0400)]
mir: emit configure event on window move/resize
Without this, some windows don't restart the paint clock needed to
actually render the contents.
William Hua [Fri, 12 Jun 2015 16:43:47 +0000 (12:43 -0400)]
mir: fix build due to missing api
Lapo Calamandrei [Tue, 23 Jun 2015 17:11:15 +0000 (19:11 +0200)]
Adwaita: scale marks visible on the dark variant
Balázs Úr [Tue, 23 Jun 2015 13:59:34 +0000 (13:59 +0000)]
Updated Hungarian translation
Matthias Clasen [Tue, 23 Jun 2015 13:33:30 +0000 (09:33 -0400)]
GtkScale: More work on mark spacing
Try harder not to push the scale out of balance by marks. With
this change, the remaining difference in the drawing is down
to asymmetric assets and margins coming out of the theme.
To fully support such asymmetric rendering, we need implement
baseline alignment for scales.
https://bugzilla.gnome.org/show_bug.cgi?id=749650
Marek Kasik [Tue, 23 Jun 2015 11:28:21 +0000 (13:28 +0200)]
printing: Get output bin via IPP
Request "output-bin-supported" and "output-bin-default" attributes through
IPP if there is no PPD for selected printer.
Pass "output-bin" option with other options in printer_get_options().
Translate standard IPP values of "output-bin" option.
https://bugzilla.gnome.org/show_bug.cgi?id=725441
Matthias Clasen [Tue, 23 Jun 2015 10:44:31 +0000 (06:44 -0400)]
GtkStack: Avoid some unnecessary complication
We already have an in-destruction flag, so use it.
Christoph Reiter [Sat, 20 Jun 2015 11:27:20 +0000 (13:27 +0200)]
Fix calculation of edge input window size in case the real window is too small.
This error resulted in warnings like
"pixman_region32_init_rect: Invalid rectangle passed"
In case the window is smaller than handle_size * 2 the resulting
edge window got a negative size. Prevent that by limiting the
handle size to half the respective edge length. This also
prevents the corner windows from overlapping in case the window
is too small.
Emmanuele Bassi [Mon, 22 Jun 2015 13:19:29 +0000 (14:19 +0100)]
Revert "window: Check if we can use CSD before enabling them"
This reverts commit
c5e5ee67490e7e7af56052d8f8beb75db002c2f1.
It turns out that this commit breaks the default sizing of GtkWindow,
which in turn causes the window to be smaller than the handle size,
which ends up sending invalid rectangles to Cairo.
We'll have to find another way to fix the CSD issue.
See also: https://bugzilla.gnome.org/show_bug.cgi?id=751140
https://bugzilla.gnome.org/show_bug.cgi?id=750343
Paolo Borelli [Sun, 16 Feb 2014 21:22:59 +0000 (22:22 +0100)]
Avoid spurious operations on destroy
When the stack is destroyed we do not want to waste time running
animations and notifying listeners about which is our current
visible child.
This is not only an optimization, but it is important for the stack
switcher widgets: since they are in another branch of the hieratchy
we do not want to get notifications while the stack is being destroyed.
Based on a patch by Paolo Borelli
https://bugzilla.gnome.org/show_bug.cgi?id=724506
Matthias Clasen [Sun, 21 Jun 2015 00:29:18 +0000 (20:29 -0400)]
Pacify gobject-introspection
gobject-introspection complains about the parameter names of
vfuncs. Why, you ask ? No idea.
Matthias Clasen [Sun, 21 Jun 2015 00:26:42 +0000 (20:26 -0400)]
GtkRange: Improve zoom handling a bit
The calculation to update the initial slider position on zoom
changes was not working correctly when using keys to toggle
zoom on and off for scales. Avoid it by updating the position
beforehand.
Matthias Clasen [Sat, 20 Jun 2015 22:37:15 +0000 (18:37 -0400)]
GtkRange: Make drag gesture less agressive
Moving the mouse while pressing one of the steppers was making
the slider jump to the end, unexpectedly. This was caused by the
drag gesture kicking in when it shouldn't. Fix this by making
all drag gesture signal handlers only do something if we are in
a drag thats started on the slider.
https://bugzilla.gnome.org/show_bug.cgi?id=751050
Caolán McNamara [Fri, 19 Jun 2015 14:47:53 +0000 (15:47 +0100)]
file chooser: Avoid tall combos
The filter combo box in the file chooser was stretching to match
the height of the extra widgets next to it. Since, stretched combo
boxes are not a pretty sight, make it stick to the top instead.
Patch by Caolán McNamara,
https://bugzilla.gnome.org/show_bug.cgi?id=751227
Matthias Clasen [Sat, 20 Jun 2015 14:52:44 +0000 (10:52 -0400)]
GtkOverlay: Sync up parameter names
gtk-doc gets confused if the parameter names between header,
source and doc comment don't match up.
Matthias Clasen [Sat, 20 Jun 2015 14:52:01 +0000 (10:52 -0400)]
Fix a typo
gtk-doc complained about a multi-line Since: tag, but the
real culprit was a typo in the Deprecated: tag.
Matthias Clasen [Sat, 20 Jun 2015 14:47:18 +0000 (10:47 -0400)]
Tell gtk-doc to ignore private headers
Tell gtk-doc to ignore new private headers as well, otherwise
it complains about undocumented symbols in them.
Matthias Clasen [Sat, 20 Jun 2015 14:36:09 +0000 (10:36 -0400)]
GtkWindow: Small documentation addition
Matthias Clasen [Sat, 20 Jun 2015 14:33:56 +0000 (10:33 -0400)]
GtkTextView: Small documentation addition
Matthias Clasen [Sat, 20 Jun 2015 14:28:03 +0000 (10:28 -0400)]
Fix up index for some 3.14 symbols
Marking these as "Since: 3.14.1" may be more accurate, but
it causes gtk-doc to not put these symbols in any versioned
index at all (it generates an unused index for 3.14.1). So,
lets lie a little, and say these symbols were added in 3.14.
Matthias Clasen [Sat, 20 Jun 2015 02:03:19 +0000 (22:03 -0400)]
gtk-demo: Add forgotten source file
The font_features.c file was not added as a resource, so that
gtk3-demo could not display it.
Matthias Clasen [Sat, 20 Jun 2015 01:59:15 +0000 (21:59 -0400)]
gtk-demo: Many cosmetic fixes
Mostly update window titles, and some addition to descriptions.
Matthias Clasen [Sat, 20 Jun 2015 01:56:29 +0000 (21:56 -0400)]
GtkAssistant: Fix criticals on dispose
After the recent change thta introduced boxes between the pages
and the notebook, we were no longer careful enough when disposing
the assistant. Fix that up.
Matthias Clasen [Sat, 20 Jun 2015 00:08:15 +0000 (20:08 -0400)]
gtk3-demo: Improve the overlay demo
Add some more information to the description.