- 08 Aug, 2018 1 commit
-
-
Matthias Clasen authored
gtkplacessidebar: Improve error message when unlocking volume fails See merge request GNOME/gtk!266
-
- 06 Aug, 2018 4 commits
-
-
Baurzhan Muftakhidinov authored
-
Piotr Drąg authored
-
Matthias Clasen authored
font chooser widget: Add missing build flags See merge request GNOME/gtk!290
-
Kouhei Sutou authored
If we detect HarfBuzz and PangoFT2, GtkFontChooserWidget uses them. So we need to add CFLAGS and LIBS of them to GTK_DEP_CFLAGS/LIBS. If we don't add them, MinGW build fails to link.
-
- 05 Aug, 2018 5 commits
-
-
Aurimas Černius authored
-
Matthias Clasen authored
The need for center alignment was pointed out by Timm Baeder.
-
Matthias Clasen authored
use a kwin color picker when we run under kwin.
-
Matthias Clasen authored
This is just moving this check around.
-
Matthias Clasen authored
This uses the org.kde.kwin.ColorPicker interface.
-
- 04 Aug, 2018 1 commit
-
-
Piotr Drąg authored
-
- 31 Jul, 2018 4 commits
-
-
Benjamin Otte authored
-
Matthias Clasen authored
These functions are gone in GTK+ 4, so deprecate them here.
-
Andrea Azzarone authored
CSD titlebar are included in the focus-chain. The logic used makes sure that the initial focus avoids the titlebar, but tabbing around will eventually get there. This logic fails in case the window has no other focusable widgets apart from the ones in the header-bar. If this happens keynav focus will be lost. To handle the above scenario, we need to fallback to focus the header-bar (if any). Fixes: https://gitlab.gnome.org/GNOME/gnome-software/issues/404
-
Matthias Clasen authored
The color picker shows up here.
-
- 30 Jul, 2018 10 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
This will help in debugging issues.
-
Matthias Clasen authored
This adds a GtkColorPicker implementation that talks to gnome-shell to get a color.
-
Matthias Clasen authored
This adds a GtkColorPicker implementation that talks to the screnshot portal to get a color.
-
Matthias Clasen authored
The button is shown if we have a GtkColorPicker implementation. Currently, there are none, so the button is never shown.
-
Matthias Clasen authored
This will be used in the color chooser, in subsequent commits.
-
Piotr Drąg authored
-
Matthias Clasen authored
Replace gtk_text_input with text_input_unstable_v3 support See merge request GNOME/gtk!272
-
Dorota Czaplejewicz authored
The wayland input module now represents text-input-unstable-v3 support, while the old module supporting gtk-text-input was renamed to gtkwayland.
-
Matthias Clasen authored
Gdk-Win32: Correct handling of transient state changes See merge request GNOME/gtk!248
-
- 29 Jul, 2018 4 commits
-
-
Piotr Drąg authored
-
Matthias Clasen authored
-
Matthias Clasen authored
These icons are very new in the Adwaita icon theme, so we can't rely on them being widely available, and will just include them for now.
-
Matthias Clasen authored
This is more reliable than using text-style Emoji which may not be present. Based on work by Julian Sparber.
-
- 28 Jul, 2018 3 commits
-
-
Aurimas Černius authored
-
Carlos Garnacho authored
imwayland: fix potential leak of attr list See merge request GNOME/gtk!277
-
Christian Hergert authored
This fixes a potential leak of a PangoAttrList that is set when chaining up to the parent get_preedit_string(). We check to see if the attr list was created and reuse it instead of leaking the previous value.
-
- 27 Jul, 2018 1 commit
-
-
Luca Bacci authored
gdk_win32_window_set_transient_for() behaves incorrectly when called in sequence with the same arguments. This fix ensures it always operates correctly. In some cases this function gets called multiple times with the same arguments, e.g. when tooltips are shown. See issue #1214
-
- 24 Jul, 2018 3 commits
-
-
Benjamin Otte authored
Use gtk_render_frame() instead.
-
Benjamin Otte authored
-
Daniel Mustieles authored
-
- 23 Jul, 2018 3 commits
-
-
segfault authored
-
Daniel Mustieles authored
-
Daniel Mustieles authored
-
- 22 Jul, 2018 1 commit
-
-
Matthias Clasen authored
gtkplacessidebar: Show busy spinner in sidebar row during mount ops See merge request GNOME/gtk!260
-