- 20 Jan, 2021 1 commit
-
-
Brian Manning authored
-
- 16 Jan, 2021 2 commits
-
-
Torsten Schönfeld authored
The flags argument was assumed to always be of type Gtk3::DialogFlags. If it was a bare array ref, which it usually is, all dialogs were being set modal and destroy-with-parent. #6
-
Torsten Schönfeld authored
Reimplement varargs Gtk3::MessageDialog methods See merge request !5
-
- 09 Jan, 2021 1 commit
-
-
Emmanuele Bassi authored
The new_with_markup, format_secondary_text, and format_secondary_markup methods use variadic arguments in C. Based on a patch by: Thomas Funk <t.funk@web.de>
-
- 17 Mar, 2020 1 commit
-
-
Brian Manning authored
-
- 08 Mar, 2020 1 commit
-
-
Torsten Schönfeld authored
Based on a patch by Alberts Muktupāvels. #5
-
- 28 Aug, 2019 2 commits
-
-
Brian Manning authored
-
Brian Manning authored
-
- 05 Aug, 2019 2 commits
-
-
Torsten Schönfeld authored
Avoid using deprecated gdk_pixbuf_new_from_inline() See merge request !2
-
intrigeri authored
Bug-Debian: https://bugs.debian.org/908745 Closes: https://bugzilla.gnome.org/show_bug.cgi?id=797137 As reported by Simon McVittie <smcv@debian.org>: " […] gdk_pixbuf_new_from_inline() is deprecated. A gdk-pixbuf maintainer recommends[1] using GBytes and new_from_bytes(), which is also what pygobject does in its own overrides […] [1] on gdk-pixbuf!17 " This code is based by the one @smcv suggested, edited by myself to support the case when $data is an array ref that contains unpacked bytes, like the previous implementation did.
-
- 04 Aug, 2019 1 commit
-
-
Torsten Schönfeld authored
Use a temporary, writable directory as $HOME while running tests. See merge request !1
-
- 16 Jul, 2019 1 commit
-
-
intrigeri authored
Otherwise, t/overrides.t and t/zz-GtkRecentChooserDialog.t fail in a Debian sbuild build environment, with errors such as: Gtk-CRITICAL **: Unable to create user data directory '/sbuild-nonexistent/.local/share' for storing the recently used files list: Permission denied ** Gtk:ERROR:/tmp/buildd/gtk+3.0-3.8.4/./gtk/gtkrecentmanager.c:622:gtk_recent_manager_set_filename: assertion failed: (priv->filename != NULL)
-
- 01 May, 2019 1 commit
-
-
Brian Manning authored
-
- 06 Jan, 2019 1 commit
-
-
Torsten Schönfeld authored
In gdk-pixbuf 2.38.0, the GdkPixdata introspection data was split out into its own file. Based on a patch by gregor herrmann <gregoa@debian.org>. https://rt.cpan.org/Ticket/Display.html?id=127071
-
- 22 May, 2018 1 commit
-
-
Brian Manning authored
-
- 04 May, 2018 2 commits
- 06 Nov, 2017 2 commits
-
-
Brian Manning authored
-
Brian Manning authored
- Tests in _Gtk3_ now require _Glib::Object::Introspection_ version 0.043 or newer, due to the new functions that were added in that version; closes RT#122761
-
- 31 May, 2017 2 commits
-
-
Brian Manning authored
-
Brian Manning authored
-
- 07 May, 2017 1 commit
-
-
Torsten Schönfeld authored
-
- 21 Apr, 2017 1 commit
-
-
Brian Manning authored
-
- 03 Apr, 2017 1 commit
-
-
Torsten Schönfeld authored
Apparently, the default main loop's event queue might sometimes already contain events even though we did not put any in there (for example, a settings change notification). This caused test failures. To avoid this, clear the event queue before relying on its contents.
-
- 24 Nov, 2016 1 commit
-
-
Brian Manning authored
-
- 25 Oct, 2016 5 commits
-
-
Torsten Schönfeld authored
-
Torsten Schönfeld authored
-
Torsten Schönfeld authored
Gtk3::Container::add_with_properties, Gtk3::Container::child_get and Gtk3::Container::child_set.
-
Torsten Schönfeld authored
-
Torsten Schönfeld authored
Currently, this applies to Gtk3::ListStore::insert_with_values, Gtk3::ListStore::set, Gtk3::TreeStore::insert_with_values, Gtk3::TreeStore::set and Gtk3::Gdk::Pixbuf::save*.
-
- 23 Oct, 2016 1 commit
-
-
Torsten Schönfeld authored
-
- 28 Sep, 2016 1 commit
-
-
Brian Manning authored
-
- 20 Sep, 2016 1 commit
-
-
- 30 Jun, 2016 1 commit
-
-
Brian Manning authored
-
- 17 Jun, 2016 5 commits
-
-
Torsten Schönfeld authored
-
Torsten Schönfeld authored
-
Torsten Schönfeld authored
-
Torsten Schönfeld authored
-
-
- 06 Jun, 2016 1 commit
-
-
Brian Manning authored
-