- 28 Sep, 2018 1 commit
-
-
Carlos Garnacho authored
There's not much we can do about the signal not being handled, but we should fetch the return value anyway.
-
- 24 Sep, 2018 3 commits
-
-
Michael Catanzaro authored
Suggested by Garnacho. Hopefully fixes #1349. Note: I'm riskily committing this via web UI not because I'm lazy (though I am :) but because I'm seeing a weird host key when I try to push or pull from GitLab.
-
Rafael Fontenelle authored
-
Benjamin Otte authored
Make dashed border-style work correctly See merge request GNOME/gtk!349
-
- 22 Sep, 2018 1 commit
-
-
Daniel Boles authored
All the other conditionally visible child widgets have this. Without it, it seems some cases can wrongly reveal it, with a nonsensical home icon. https://gitlab.gnome.org/GNOME/gtk/issues/1345
-
- 21 Sep, 2018 1 commit
-
-
Arnaud B. authored
There’s a short-path done for focus rectangles, but it can be taken in other conditions, and then fail occasionally to render a dashed line if the border-width is too big.
-
- 19 Sep, 2018 2 commits
-
-
Emin Tufan Çetin authored
-
Matthias Clasen authored
-
- 18 Sep, 2018 2 commits
-
-
Stas Solovey authored
-
LRN authored
GDK W32: send both smooth and discrete scrolling events See merge request GNOME/gtk!335
-
- 17 Sep, 2018 1 commit
-
-
Carlos Garnacho authored
imwayland: Don't reset serial while text-input is alive See merge request GNOME/gtk!339
-
- 14 Sep, 2018 2 commits
-
-
Dorota Czaplejewicz authored
The serial number is a persistent property of the text-input object.
-
Matthias Clasen authored
We document this argument as nullable, so treat it as such. Closes: https://gitlab.gnome.org/GNOME/gtk/issues/1327
-
- 13 Sep, 2018 6 commits
-
-
Eduard Braun authored
Commit 359df028 changed the code to send GDK_SCROLL_SMOOTH with deltas instead of GDK_SCROLL_(UP|DOWN|LEFT|RIGHT). Windows defines deltas inversed for vertical direction (positive values mean the wheel was turned forward) but not for horizontal direction (positive values mean the wheel was turned towards the right). This commit fixes behavior as both axes were inverted previously.
-
Rūdolfs Mazurs authored
-
Matthias Clasen authored
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1325
-
Matthias Clasen authored
modules: Check current context before retrieving surrounding See merge request GNOME/gtk!326
-
Matthias Clasen authored
imwayland: Fix clearing of preedit text See merge request GNOME/gtk!329
-
Matthias Clasen authored
gtk-3-24: build: Raise glib dependency for unicode 10.0 script names See merge request GNOME/gtk!336
-
- 12 Sep, 2018 2 commits
-
-
Руслан Ижбулатов authored
Commit 359df028 changed the code to send GDK_SCROLL_SMOOTH with deltas instead of GDK_SCROLL_(UP|DOWN|LEFT|RIGHT). Change it again, to send both the GDK_SCROLL_SMOOTH and the GDK_SCROLL_(UP|DOWN|LEFT|RIGHT) event separately (with the discrete event marked as emulated), as this is what other backends (such as wayland) do.
-
Mart Raudsepp authored
Unicode 10.0 script name enums are used in gtk/script-names.c, which aren't defined before glib-2.53.4.
-
- 11 Sep, 2018 3 commits
-
-
Dorota Czaplejewicz authored
Fixes webkitgtk misbehaviour as outlined in https://gitlab.gnome.org/GNOME/gtk/issues/1316#note_312942 , which was introduced in 49b17e6c. The preedit will be cleared on exit only if it is already present.
-
Dorota Czaplejewicz authored
Fixes terminal emulator misbehaviour as outlined in https://gitlab.gnome.org/GNOME/gtk/issues/1316, which was introduced in 49b17e6c. The original commit cleared preedit text by setting it to an empty string, which still counted as existing preedit. The fix sets preedit string to null, which is correctly understood as not present.
-
Chun-wei Fan authored
For building the introspection dumper program on Visual Studio, leave out the G_LOG_DOMAIN as g-ir-scanner does not like it when it constructs the compiler command line for Visual Studio. Also ensure that we are looking for the freshly-built libraries by looking for the .lib's from the output directories of the Visual Studio project files.
-
- 10 Sep, 2018 7 commits
-
-
Jakub Steiner authored
Adwaita: Fix errors in two recent MRs See merge request GNOME/gtk!330
-
Adrien Plazas authored
Simplify the styling of sidebar separators by not setting their borders and margins rather than trying to drop it afterward, which was actually not working anyway.
-
Adrien Plazas authored
Make the selector less greedy to not remove the background on non-titlebar headerbars contained in non-headerbar titlebars and only to the ones contained in headerbar titlebars. This avoid issues in some applications. Also make dropping the background more agressive to actually remove it.
-
Jakub Steiner authored
Adwaita: Fix linked elements in error state See merge request GNOME/gtk!316
-
Jakub Steiner authored
Adwaita: Set selection mode to headerbars if it's on ancestors See merge request GNOME/gtk!325
-
Jakub Steiner authored
Adwaita: Style separator.sidebar See merge request GNOME/gtk!323
-
Jakub Steiner authored
Adwaita: Drop the background of nested headerbars See merge request GNOME/gtk!322
-
- 09 Sep, 2018 2 commits
-
-
Stas Solovey authored
-
Stas Solovey authored
-
- 08 Sep, 2018 1 commit
-
-
Fabio Tomat authored
-
- 07 Sep, 2018 4 commits
-
-
Carlos Garnacho authored
There may be situations where this might get called while the currently focused context just went away (eg. after setting the text widget unsensitive). Closes: #1317
-
Adrien Plazas authored
This allows to set the container of the headerbars in selection mode rather than having to set the mode to each element of the title bar.
-
Adrien Plazas authored
This is needed to work around headerbar sliding animation issues without refactoring Adwaita's support of titlebars and headerbars as it may break applications. https://gitlab.gnome.org/GNOME/gtk/issues/1264
-
Adrien Plazas authored
Let separators be declared as sidebars to have the same style as those drawn by GtkStackSidebar. This also let them handle the selection-mode class, whether they are assigned it or they descend from something in selection mode. This is convenient when building a custom sidebar using a GtkSeparator and to extend a sidebar to the title bar.
-
- 05 Sep, 2018 2 commits
-
-
Matthias Clasen authored
This was broken when I recently introduced this helper function.
-
Matthias Clasen authored
GtkApplication: Fix CRITICAL on shutdown when register_session=FALSE See merge request GNOME/gtk!320
-