]> Pileus Git - ~andy/gtk/history - gtk/gtkactiongroup.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkactiongroup.c
2012-09-14 Juan Pablo UgarteAdded GtkActionGroup:accel-group property.
2012-07-02 Cosimo Cecchidocs: fix a number of typos and obsolete references
2012-02-27 Javier JardónChange FSF Address
2012-02-08 Diego Escalante... gtkactiongroup: clarify set_translation_domain docs
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-20 Pavel Holejsovsky[GI] Mark unintrospectable constructs as (skip)
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier Jardóngtkactiongroup: Unseal private pointer
2010-07-12 Tadej BorovšakMigrate GtkActionGroup API docs
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-05-11 Murray CummingFix typos in 2 gobject-introspection annotations.
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-06 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2009-01-23 Matthias Claseni Bug 560228 – Add "action-controller" property...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-11 Sven Neumanngtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.c
2008-08-07 Michael Natterergtk/gtkactiongroup.c gtk/gtkcellrendererspin.c gtk...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-20 Tim JanikSeal GtkActionGroup
2008-06-19 Johan DahlinUse GdkModifierType instedd of guint, to avoid a gcc...
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-06-11 Behdad EsfahbodBug 503071 – Application direction changes to right...
2008-05-20 14:27:34 Tim JanikBug 503071 - Application direction changes to right...
2008-05-11 Yair Hershkovitzcall g_i18n_init() in gettext_initialization(). do...
2007-07-10 Christian PerschIntern the action's name. Saves two string duplicates...
2007-07-09 Johan Dahlin|___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder...
2007-06-19 Johan DahlinRename buildable methods to not clash with widget metho...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-05-19 Matthias ClasenWarn and refuse to add actions with duplicate names...
2007-03-15 Emmanuele BassiAdd GtkActionClass::get_submenu() vfunc: actions provid...
2006-10-03 Matthias ClasenApply a patch by Behdad Esfahbod to reduce relocations...
2006-06-22 Matthias Clasenbroken pipe
2006-06-20 Matthias ClasenFix handling of stock items without icons in action...
2006-03-16 Matthias ClasenFix up compiler warnings
2006-03-16 Matthias ClasenCheck for a stock icon, not a stock item, when deciding...
2006-03-13 Matthias ClasenMake actions work with named icons. (#323484, Jorn...
2006-01-08 Matthias ClasenDon't translate empty strings. (#326200, Christian...
2006-01-07 Matthias ClasenFix actiongroup-action interaction that relied on actio...
2006-01-07 Matthias ClasenAdd missing property change notification.
2006-01-04 Matthias ClasenUse the slice allocator for many small allocations.
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-05-02 Matthias ClasenForgotten file
2005-04-04 Matthias ClasenUse gtk_accel_map_change_entry(), so that reusing the...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-21 Matthias Clasen: Mark param spec strings as static.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-01-24 Matthias ClasenReplace "effect" by "affect" where appropriate. (#16510...
2004-12-20 Matthias ClasenDon't translate NULL messages. (#161789, Morten Welinder)
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-11-09 Matthias ClasenMake return types G_CONST_RETURN instead of const.
2004-11-01 Matthias ClasenFix a typo in the docs. (#157044, Masao Mutoh)
2004-10-09 Matthias ClasenReinstate the accidentally lost addition of
2004-09-21 Matthias ClasenFix typos in signal docs. (#153224, John Finlay)
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-04 Matthias ClasenMake the the GtkAction{Toggle,Radio,}Entry* arguments...
2004-08-02 Matthias ClasenDocument the xalign property and its getter and setter...
2004-07-23 Matthias ClasenRemove unnecessary checks. (#148175, Morten Welinder)
2004-05-11 Matthias ClasenForgotten commit.
2004-05-09 Matthias ClasenAdd a note regarding UTF-8 requirements, proposed by...
2004-05-08 Hans Breuerfinally also create the correct mask for 'pseudo mime...
2004-05-06 Matthias ClasenNew function to translate a string with translate_func...
2004-04-29 Matthias ClasenUse _gtk_action_emit_activate() instead of directly...
2004-04-13 Matthias ClasenDocument possible accelerator gotcha when using this...
2004-02-19 Matthias ClasenGive each radio action its own value. (#134889, Paolo...
2004-01-28 Matthias ClasenDo reference counting on the user_data that is shared...
2004-01-21 Matthias ClasenFix #131869:
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2004-01-14 Matthias ClasenDon't leak name and stock_id. (#131358, Morten Welinder)
2004-01-12 Jody GoldbergAdjust to the new connect_proxy signals.
2004-01-07 Matthias ClasenRemove the redundant name and stock_id parameters,...
2004-01-07 Matthias ClasenAdd creation functions for actions.
2004-01-02 Jody Goldbergadd visible_horizontal, visible_vertical. (gtk_action_c...
2003-12-31 Matthias ClasenPull accelerator key from the stock item if stock_id...
2003-12-26 Matthias ClasenDon't use first_action without initializing it if n_ent...
2003-10-25 Matthias ClasenAdd "name" as a construct-only property. (#125475,...
2003-09-22 Matthias ClasenInitially activate the JUSTIFY_RIGHT group member to...
2003-09-15 Matthias ClasenAdd value parameter to allow setting the currently...
2003-09-04 Matthias ClasenDoc tweaks.
2003-09-01 Matthias ClasenDoc addition.
2003-08-30 Matthias ClasenAdd some docs.
2003-08-29 Matthias ClasenActually group the actions together rather than putting...
2003-08-29 Søren Sandmann Ped... Forgot to actually commit this file
2003-08-27 Matthias ClasenChange the XML format: <Root> element is replaced by...
2003-08-25 Matthias ClasenMake the previous commit compile.
2003-08-25 Matthias ClasenRemove C99isms. (Morten Welinder)
2003-08-24 Matthias ClasenHooks for translation of label and tooltip in GtkAction...
2003-08-24 Matthias ClasenNamespace the enum values properly. Sorry about the...
2003-08-24 Matthias ClasenA model-view separation for menus and toolbars, using...