- 14 Sep, 2021 1 commit
-
-
Matthias Clasen authored
-
- 24 Jul, 2020 1 commit
-
-
Benjamin Otte authored
-
- 06 Apr, 2020 1 commit
-
-
Matthias Clasen authored
Our new approach to modifiers works with a fixed set, there is really no need to customize the modifier masks if the backends are all supposed to deliver the same modifiers.
-
- 26 Mar, 2020 5 commits
-
-
-
It was using the default display unconditionally.
-
A parse function should return success or not. So do that.
-
After the removal of GtkAccelMap, these things are no longer necessary.
-
Now that accel paths are gone, the object managing them isn't needed anymore either.
-
- 19 Mar, 2020 6 commits
-
-
Matthias Clasen authored
This reverts commit 3ac4c76b, reversing changes made to 6ec96d2e.
-
-
It was using the default display unconditionally.
-
A parse function should return success or not. So do that.
-
After the removal of GtkAccelMap, these things are no longer necessary.
-
Now that accel paths are gone, the object managing them isn't needed anymore either.
-
- 06 Feb, 2018 1 commit
-
-
Matthias Clasen authored
Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
-
- 11 Nov, 2015 1 commit
-
-
Emmanuele Bassi authored
They are not needed.
-
- 10 Nov, 2015 1 commit
-
-
Emmanuele Bassi authored
* Cover letter Having a single header file for all autocleanups definitions was a reasonable stop-gap measure, but now GTK+ is starting to use G_DECLARE_* macros. This means that every class using a G_DECLARE_* macro will need to include "gtk.h" to avoid compiler warnings, which is not acceptable. By moving the G_DEFINE_AUTO* use to the header that defines the type we allow using the G_DECLARE_* macros without sacrificing the ability to include only the needed files when deriving from a class. * Commit This commit changes all includes relative to GtkWindow to define their own autocleanup macros.
-
- 06 Apr, 2014 1 commit
-
-
Jasper St. Pierre authored
Even though it was marked as internal, it seems gnome-terminal was poking into the structure. It's unfortunately part of our ABI.
-
- 05 Apr, 2014 1 commit
-
-
Matthias Clasen authored
This commit adds a few missing private headers, and cleans up some irregularities in the existing ones
-
- 12 Feb, 2014 1 commit
-
-
William Jon McCann authored
Try to do a better job of keeping example content from being too wide. It is often rendered as <pre> text so the only time we can wrap it is in the source. It is best to full break lines at all punctuation and to try to keep the width under 70 chars or so.
-
- 21 Jan, 2014 2 commits
-
-
William Jon McCann authored
-
William Jon McCann authored
-
- 20 Jan, 2014 1 commit
-
-
- 05 May, 2013 1 commit
-
-
Matthias Clasen authored
Add annotations to all exported functions in GTK+ headers.
-
- 28 Dec, 2012 1 commit
-
-
Matthias Clasen authored
gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
-
- 27 Feb, 2012 2 commits
-
-
Javier Jardón authored
-
Matthias Clasen authored
This patch changes all uses of GDK_DEPRECATED(_FOR) in gtk headers by the versioned variants, GDK_DEPRECATED_IN_3_x(_FOR). At the same time, we add GDK_AVAILABLE_IN_3_x annotations for all API additions in 3.2 and 3.4.
-
- 04 Nov, 2011 1 commit
-
-
Bastien Nocera authored
Which handle accelerators with keycodes as well as keyvals, so we can use it in applications that use GtkCellRendererAccel's "Other" mode of operations (namely gnome-control-center and gnome-settings-daemon). https://bugzilla.gnome.org/show_bug.cgi?id=662755
-
- 18 Jan, 2011 1 commit
-
-
Pavel Holejsovsky authored
-
- 15 Oct, 2010 1 commit
- 02 May, 2010 4 commits
-
-
-
-
...and disallow inclusion of individual files unconditionally.
-
-
- 15 Oct, 2009 1 commit
-
-
- 01 Jul, 2008 1 commit
-
-
Cody Russell authored
svn path=/trunk/; revision=20724
-
- 30 Jun, 2008 1 commit
-
-
Cody Russell authored
2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
-
- 20 Jun, 2008 3 commits
-
-
Michael Natterer authored
2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkaccelgroup.[ch]: fix some formatting and whitespace in the code merged from the GSEAL branch. svn path=/trunk/; revision=20638
-
Tim Janik authored
svn path=/trunk/; revision=20535
-
Tim Janik authored
* gtk/gtkaccelgroup.[ch]: Added GObject properties for lock_count, modifier_mask, acceleratables, n_accels and priv_accels. Added seal macro for public struct members which should be private. svn path=/trunk/; revision=20482
-