summaryrefslogtreecommitdiff
path: root/gtk/gtkactiongroup.c
Commit message (Expand)AuthorAgeFilesLines
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-12/+12
* gtkactiongroup: Unseal private pointerJavier Jardón2010-07-131-23/+26
* Migrate GtkActionGroup API docsTadej Borovšak2010-07-121-0/+60
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Fix typos in 2 gobject-introspection annotations.Murray Cumming2010-05-111-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-8/+8
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-1/+1
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-4/+3
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-5/+5
* gtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.cSven Neumann2008-08-111-8/+8
* gtk/gtkactiongroup.c gtk/gtkcellrendererspin.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-2/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Seal GtkActionGroupTim Janik2008-06-201-47/+108
* Use GdkModifierType instedd of guint, to avoid a gcc warning.Johan Dahlin2008-06-191-5/+5
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-4/+4
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-4/+4
* Bug 503071 - Application direction changes to right to left even if theres14:27:34 Tim Janik2008-05-201-1/+1
* call g_i18n_init() in gettext_initialization(). do gettext_initializationYair Hershkovitz2008-05-111-1/+1
* Intern the action's name. Saves two string duplicates of it per action;Christian Persch2007-07-101-20/+30
* |___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___*Johan Dahlin2007-07-091-2/+124
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-9/+9
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+54
* Warn and refuse to add actions with duplicate names. (#150877, TommiMatthias Clasen2007-05-191-0/+30
* Add GtkActionClass::get_submenu() vfunc: actions providing a menu item orEmmanuele Bassi2007-03-151-1/+1
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* broken pipeMatthias Clasen2006-06-221-0/+1
* Fix handling of stock items without icons in action-based ui. (#342458,Matthias Clasen2006-06-201-3/+3
* Fix up compiler warningsMatthias Clasen2006-03-161-4/+1
* Check for a stock icon, not a stock item, when deciding whether to useMatthias Clasen2006-03-161-5/+3
* Make actions work with named icons. (#323484, Jorn Baayen)Matthias Clasen2006-03-131-3/+33
* Don't translate empty strings. (#326200, Christian Stimming)Matthias Clasen2006-01-081-1/+5
* Fix actiongroup-action interaction that relied on actions connecting toMatthias Clasen2006-01-071-6/+6
* Add missing property change notification.Matthias Clasen2006-01-071-15/+27
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-3/+3
* Intern some more strings.Matthias Clasen2005-09-011-5/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Forgotten fileMatthias Clasen2005-05-021-1/+1
* Use gtk_accel_map_change_entry(), so that reusing the same action nameMatthias Clasen2005-04-041-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-6/+4
* : Mark param spec strings as static.Matthias Clasen2005-03-211-3/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)Matthias Clasen2005-01-241-2/+2
* Don't translate NULL messages. (#161789, Morten Welinder)Matthias Clasen2004-12-201-0/+3
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-1/+1
* Make return types G_CONST_RETURN instead of const.Matthias Clasen2004-11-091-1/+1
* Fix a typo in the docs. (#157044, Masao Mutoh)Matthias Clasen2004-11-011-1/+1
* Reinstate the accidentally lost addition ofMatthias Clasen2004-10-091-45/+37