- 20 Apr, 2018 1 commit
-
-
Dorota Czaplejewicz authored
-
- 09 Apr, 2018 5 commits
-
-
Benjamin Otte authored
wayland: Fix setting geometry hints See merge request GNOME/gtk!98
-
Emmanuele Bassi authored
Since we're referring to GLib's functionality, might as well save some time to the reader, and link to the GResource API reference page.
-
Emmanuele Bassi authored
The links to the repository's web UI still refer to the old git.gnome.org cgit UI, and to the master branch; we should be using GitLab and the gtk-3-22 branch instead.
-
Daniel Boles authored
gtk_item_factory_new() is not a thing that exists. Also, maybe the lack of space after the colon was what stopped the link from rendering.
-
Sébastien Villemot authored
When asked for a nonexistent (positive) monitor number, gdk_x11_display_get_monitor would (at best) return an uninitialized pointer, instead of returning NULL. https://gitlab.gnome.org/GNOME/gtk/merge_requests/107
-
- 08 Apr, 2018 10 commits
-
-
Daniel Boles authored
Test more stuff.
-
Daniel Boles authored
This reverts commit ba307aa3. This is not needed; see the previous commit for the explanation. https://gitlab.gnome.org/GNOME/gtk/issues/163#note_94842
-
Daniel Boles authored
I was setting a GtkButton:label, which resulted in the ModelButton's own custom children getting lost. That doesn't make for a useful test... https://gitlab.gnome.org/GNOME/gtk/issues/163#note_94842
-
Daniel Boles authored
Do the same thing we do everywhere else for invalid properties.
-
Daniel Boles authored
-
Daniel Boles authored
and load at an earlier, more sensible place, before creating any widgets
-
Mohammed Sadiq authored
-
Daniel Boles authored
Redrawing is insufficient: when :role changes to/from NORMAL, the indicator gadget reallocates, but we didn't reflect that in the widget. https://gitlab.gnome.org/GNOME/gtk/issues/163
-
Daniel Boles authored
the same way we do normally.
-
Daniel Boles authored
and test whether :action-name, :role, and CSS nodes work as expected https://gitlab.gnome.org/GNOME/gtk/issues/163
-
- 07 Apr, 2018 1 commit
-
-
Rūdolfs Mazurs authored
-
- 04 Apr, 2018 7 commits
-
-
Benjamin Otte authored
gtktextviewaccessible: update cursor position after text suppression See merge request GNOME/gtk!101
-
Benjamin Otte authored
gtkentryaccessible: Fix text-changed::delete length See merge request GNOME/gtk!99
-
Samuel Thibault authored
delete_range_cb is set to be called before the text suppression done by the gtktextlayout (otherwise it does not work properly). But at that point the cursor position is not yet up to date. We thus need to move the accessibility cursor notification to after the actual text suppression, by using another callback. This fixes cursor position in brltty screen reading.
-
Samuel Thibault authored
The second parameter of the text-changed::delete event is to be the length, not the end position. This fixes spurious text removals in brltty screen reading.
-
Jan Alexander Steffens (heftig) authored
The stable xdg_shell port (5c8bb51a) introduced an error in gdk_wayland_window_set_geometry_hints which would set the minimum size to the maximum size, if provided. This resulted in various wxWidgets apps (FileZilla, Audacity, Veracrypt) crashing because they attempted to allocate a ginormous surface. Fixes #157.
-
Daniel Boles authored
Like other widgets, this returns a floating reference, so (transfer full) is wrong. Just omit the annotation as others do, thus implying (transfer none). Close https://gitlab.gnome.org/GNOME/gtk/issues/156
-
Matthias Clasen authored
We were emitting a preedit-changed even if the preedit text did not actually change, causing text views to scroll. https://gitlab.gnome.org/GNOME/gtk/issues/132 https://gitlab.gnome.org/GNOME/gtk/merge_requests/83#note_93411
-
- 03 Apr, 2018 2 commits
-
-
Robert Antoni Buj Gelonch authored
-
Carlos Garnacho authored
Fix imwayland crashes See merge request GNOME/gtk!89
-
- 31 Mar, 2018 2 commits
-
-
Daniel Boles authored
This was missed from the commit that dropped other mentions to the previous ability to superimpose text. https://bugzilla.gnome.org/show_bug.cgi?id=748784
-
Nelson Benítez León authored
so we match on diacritics (eg. accented letters) and also search on text tokens. As a plus we also reduce code size. https://bugzilla.gnome.org/show_bug.cgi?id=745128
-
- 29 Mar, 2018 5 commits
-
-
Daniel Boles authored
If GtkExpander:sensitive was FALSE, the arrow still got the normal fg colour, which made it look clickable, in contrast to the adjacent label. Fix this by adding selectors to catch the applicable :disabled states. Note: Needing these may indicate an oops in generic styles elsewhere, but I couldn’t see any, so let’s just get it looking right for now. https://gitlab.gnome.org/GNOME/gtk/issues/146
-
-
-
Daniel Boles authored
Copy the line that sets a monospace family from Adwaita (same place too) noticed at https://gitlab.gnome.org/GNOME/gtk/issues/141#note_91610
-
Nathan Follens authored
-
- 28 Mar, 2018 2 commits
-
-
Марко Костић (Marko Kostić) authored
-
Lionel Landwerlin authored
Should fix one of the crash from #129.
-
- 26 Mar, 2018 5 commits
-
-
Emmanuele Bassi authored
m4macros: Use PKG_PROG_PKG_CONFIG See merge request GNOME/gtk!81
-
Milo Casagrande authored
-
Cheng-Chia Tseng authored
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@debian.org>
-
Simon McVittie authored
While these lines are being changed anyway, they might as well be more correct. Signed-off-by:
Simon McVittie <smcv@debian.org>
-