| Commit message (Expand) | Author | Age | Files | Lines |
* | accels: Remove GtkAccelGroup | Benjamin Otte | 2020-03-25 | 1 | -10/+0 |
* | Revert "Merge branch 'disable-window-test' into 'master'" | Matthias Clasen | 2020-03-19 | 1 | -0/+10 |
* | accels: Remove GtkAccelGroup | Benjamin Otte | 2020-03-18 | 1 | -10/+0 |
* | AccelLabel: Add get_accel_closure() accessor | Daniel Boles | 2019-08-11 | 1 | -4/+6 |
* | accel label: Make final | Matthias Clasen | 2019-05-26 | 1 | -39/+0 |
* | accellabel: Stop saying it's a GtkLabel | Timm Bäder | 2018-03-27 | 1 | -2/+1 |
* | accellabel: Remove some unnused class fields | Timm Bäder | 2018-03-27 | 1 | -2/+0 |
* | accellabel: Remove priv pointer | Timm Bäder | 2018-03-27 | 1 | -2/+0 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -6/+6 |
* | GtkAccelLabel: Add use-underline property | Timm Bäder | 2017-07-19 | 1 | -0/+8 |
* | accellabel: Inherit from GtkWidget | Timm Bäder | 2017-07-19 | 1 | -2/+9 |
* | Remove introspection scanner guards around autocleanups | Emmanuele Bassi | 2015-11-11 | 1 | -2/+0 |
* | Recursively move autocleanups to their header files | Emmanuele Bassi | 2015-11-10 | 1 | -2/+4 |
* | docs: use #*-struct instead of <structname> | William Jon McCann | 2014-01-27 | 1 | -1/+1 |
* | GtkAccelLabel: Add a setter for manual accels | Matthias Clasen | 2014-01-05 | 1 | -0/+4 |
* | Add annotations to gtk headers | Matthias Clasen | 2013-05-05 | 1 | -0/+7 |
* | Move single-include guards inside include guards | Matthias Clasen | 2012-12-28 | 1 | -4/+4 |
* | GtkAccelLabel: add manual accel API | Ryan Lortie | 2012-09-17 | 1 | -0/+4 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | gtkaccellabel: Remove unused class members | Javier Jardón | 2010-08-10 | 1 | -3/+1 |
* | Move GSEAL'd members of GtkAccelLabel into private struct. | Cody Russell | 2010-05-03 | 1 | -10/+4 |
* | Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES | Michael Natterer | 2010-05-03 | 1 | -1/+1 |
* | Remove deprecated code: GtkAccelLabel | Javier Jardón | 2010-05-03 | 1 | -3/+0 |
* | Move documentation to inline comments: GtkAccelLabel | Javier Jardón | 2010-02-09 | 1 | -0/+6 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.h | Michael Natterer | 2008-06-20 | 1 | -7/+7 |
* | Seal GtkAccelLabel | Tim Janik | 2008-06-20 | 1 | -7/+7 |
* | whitespace cleanup: remove trailing whitespace and excess newlines and | Michael Natterer | 2008-05-28 | 1 | -1/+1 |
* | define __GTK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -0/+4 |
* | Provide access to the string representation of accelerators used in | Matthias Clasen | 2004-10-05 | 1 | -7/+6 |
* | Don't recalculate the acceleration label in an idle handler. | Soeren Sandmann | 2002-12-14 | 1 | -1/+1 |
* | Deprecation cleanup | Manish Singh | 2002-10-11 | 1 | -6/+6 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -0/+6 |
* | gtk/gtkaccellabel.h fixed documentation by syncing the parameter names | Sven Neumann | 2002-01-15 | 1 | -1/+1 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 1 | -16/+13 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 1 | -0/+3 |
* | commiting patch after comments from Alex on IRC | James Henstridge | 2001-07-25 | 1 | -5/+11 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+1 |
* | Remove creative formatting. | Owen Taylor | 2001-05-13 | 1 | -1/+1 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -0/+1 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -1/+1 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -1/+0 |
* | yeppers, accelerator changes to fix the gimp. commit message dedicated to | Tim Janik | 1998-06-18 | 1 | -6/+7 |
* | silly typo | Manish Singh | 1998-06-07 | 1 | -1/+1 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -0/+83 |