- 08 Dec, 2015 5 commits
-
-
Matthias Clasen authored
This uses the new api introduced in the previous commits.
-
Matthias Clasen authored
This just records the hotspot coordinates. Still to do: apply the hotspot when updating the drag window.
-
Matthias Clasen authored
This makes the drag behavior under X11 match what we had previously.
-
Matthias Clasen authored
With GdkDragContext now being in charge of placing the window, it needs to know about the hotspot to place under the cursor.
-
Matthias Clasen authored
We only have one screen nowadays, so the fallback_icon is never used.
-
- 07 Dec, 2015 6 commits
-
-
Carlos Garnacho authored
Otherwise rounding errors fool the "tab under coordinates" checks on crossing events, which will be triggered close enough to the window rectangle if the pointer moves slowly enough. With this, the tab_prelight() function correctly figures out we've moved the pointer outside the tab area when called in gtk_notebook_leave_notify(). https://bugzilla.gnome.org/show_bug.cgi?id=759091
-
Adam Reichold authored
After removal of the selectable header and separator from the combo box, the method to update the menu sensitivity must be changed as it assumes at least two items within each sub menu and contains special handling for the separator. Removing this fixes bug #759079.
-
Matthias Clasen authored
Since we're no longer doing geometry widgets, don't send base size and increments to the window manager anymore either. This avoids an ugly 2 pixel gap to the right and bottom of half-tiled terminals under gnome-shell.
-
Matthias Clasen authored
We were getting the "New Accelerator" text mixed with the content of the underlying cell, since plain labels don't have a background. Go back to putting the label in selected state, and fix the theme to render that white-on-blue. This was lost when we switched to using a selection sub-node.
-
Erika authored
The function can return NULL. https://bugzilla.gnome.org/show_bug.cgi?id=759081
-
Matthias Clasen authored
Showing two lists in a paned was a bit awkward, and space was getting too limited. Go back to showing just the node list at first, and make the CSS properties available via a stack. At the same time, add a right-click context menu to the node list to make the name and class editing more easily available.
-
- 06 Dec, 2015 5 commits
-
-
Matthias Clasen authored
gkt_cell_layout_get_area may return NULL, handle it.
-
Matthias Clasen authored
-
Matthias Clasen authored
Use the standard name for the busy+interactive cursor.
-
Matthias Clasen authored
The names are the preferred API for cursors, so use it.
-
Matthias Clasen authored
We use these cursors in GTK+, so check for their existence.
-
- 05 Dec, 2015 15 commits
-
-
Matthias Clasen authored
No need to crash here. Missing cursors are ugly, but we shouldn't crash.
-
Matthias Clasen authored
Show how to draw checks and radios.
-
Dušan Kazik authored
-
Matthias Clasen authored
Pop up the completion window after 100ms. The previous timeout of 300ms was making completions feel slow. https://bugzilla.gnome.org/show_bug.cgi?id=758929
-
Matthias Clasen authored
This was missing so far.
-
Matthias Clasen authored
gtk_window_set_titlebar does not take ownership of the headerbar, so we need to explicitly destroy it.
-
Matthias Clasen authored
-
Piotr Drąg authored
-
Matthias Clasen authored
The gesture functionality was taken over by GtkShortcutsShortcut, so this widget is no longer needed, and it never was in a stable release, so lets get rid of it.
-
Lapo Calamandrei authored
...removing the progressbar_fill mixin in the process.
-
Lapo Calamandrei authored
-
Piotr Drąg authored
-
Wolfgang Stöggl authored
-
Pedro Albuquerque authored
-
Pedro Albuquerque authored
-
- 04 Dec, 2015 9 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
GtkFontChooserWidget is using a GThemedIcon in its template, so we need to ensure that the type is registered before loading it. This was causing the defaultvalue test to fail.
-
-
Timm Bäder authored
The text-inserted/text-deleted handlers rely on the cursor positions being unadjusted after the text change, so we can't do it in buffer_notify_text.
-
Matthias Clasen authored
GtkStatusIcon tests don't work well under xwayland either, so just skip them unconditionally. GtkEntry now fails because the update of the im-module is no longer deferred to an idle, and (gtk-im-simple) is not a valid module name, so skip this property.
-
Matthias Clasen authored
The subscript was affecting the vertical alignment too much, so tweak the rendering of the L/R markers to avoid that. Also, mark these as translatable.
-
Matthias Clasen authored
This will be useful for tweaking the gesture image details, among other things.
-
Lapo Calamandrei authored
-
Lapo Calamandrei authored
-