]> Pileus Git - ~andy/gtk/history - gtk/gtkaction.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkaction.c
2012-08-03 Michael Natterergtk: ref the action around gtk_action_emit_activate()
2012-02-27 Javier JardónChange FSF Address
2011-12-20 Colin WaltersGtkAction: Hold a reference to proxy widgets
2011-11-02 Matthias ClasenMove wholly deprecated files to a subdirectory
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] Add missing (transfer) annotations
2011-01-20 Pavel Holejsovsky[GI] Fixes of existing incorrect annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-18 Pavel Holejsovsky[GI] Cosmetic cleanups of annotations and doc comments
2011-01-18 Pavel Holejsovsky[GI] Add missing (allow-none) annotations
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier Jardóngtkaction: unseal private pointer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-03 Tadej Borovšak[docs] Improve GtkAction documentation
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Javier JardónRemove remaining GtkAction deprecated documentation
2010-05-02 Javier JardónRemove deprecated GtkAction functions
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-18 Tadej Borovšak[docs] Move documentation to inline comments: GtkAction
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Dan WinshipChange GtkIconSize to int in params/return values
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-19 Dan WinshipChange GtkIconSize to int in params/return values
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-11-30 Matthias ClasenDoc fixes
2009-11-27 Christian PerschAdd gtk_action_[sg]et_always_show_image()
2009-11-27 Matthias ClasenFix a doc comment
2009-02-28 Matthias ClasenMake gtk-doc pick up deprecation notes
2009-02-07 Matthias Clasen Make the new GtkAction code work with PolicyKit...
2009-02-03 Matthias Clasen2.15.3
2009-01-27 Matthias ClasenBlock the previous action when calling reset() to preve...
2009-01-23 Matthias Claseni Bug 560228 – Add "action-controller" property...
2009-01-23 Matthias ClasenRevert the previous change
2009-01-22 Matthew BarnesBug 568334 – Constructor properties for GtkAction
2009-01-21 Matthias ClasenAdd setters and getters for GtkAction properties, in...
2009-01-08 Matthias Clasen Bug 566733 – Add GIcon to GtkAction, GtkToolButton
2008-11-02 Matthias ClasenMake it possible to overrule the gtk-menu-images setting.
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
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-13 Michael Nattererchange type of local "image" variable from GtkImage...
2008-06-13 Matthias ClasenSet the image of a button proxy to the "icon-name"...
2008-06-07 Christian PerschBug 535608 – do not string-copy accel paths in the...
2008-06-03 Claudio SaavedraBug 535862 – gtk_action_create_icon can't create icons...
2008-02-08 Sven HerzbergAdjust the code to match the documentation, examples...
2008-02-07 Michael Natterergtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk...
2007-09-09 Matthias ClasenUpdate the documentation to mark the optional construct...
2007-07-10 Christian PerschIntern the action's name. Saves two string duplicates...
2007-07-10 Christian PerschRemove work-around for the old tooltips code, and just...
2007-07-09 Kristian RietveldReplace non-deprecated API using old tooltips API,...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-05-25 Xan LopezUse private->data->short_label to update the proxies.
2007-04-30 Matthias ClasenFix some compiler warnings. (#433642, Kjartan Maraas)
2007-03-16 Emmanuele BassiRename get_submenu() to create_menu(); rename gtk_actio...
2007-03-15 Emmanuele BassiAdd GtkActionClass::get_submenu() vfunc: actions provid...
2007-01-28 Matthias ClasenUse canonical property names
2007-01-28 Matthias ClasenRearrange things so that setting multiple properties...
2006-12-31 Matthias ClasenImprove the docs of the "label" property. (#341730...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-07-10 Matthias ClasenFix some typos with inline property docs. (#347065...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-22 Matthias Clasenbroken pipe
2006-06-20 Matthias ClasenFix handling of stock items without icons in action...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-03-13 Matthias ClasenMake actions work with named icons. (#323484, Jorn...
2006-01-09 Matthias ClasenMake it build
2006-01-09 Matthias ClasenNew function to get the action for a proxy. (#326288)
2006-01-09 Matthias ClasenGo back to the old key for attaching the action to...
2006-01-07 Matthias ClasenFix actiongroup-action interaction that relied on actio...
2006-01-05 Matthias ClasenSome more
2006-01-05 Matthias ClasenUse a weak reference rather than the destroy signal...
2006-01-05 Matthias ClasenRemoved.
2006-01-03 Matthias ClasenAvoid connecting to notify on our own properties.
2005-12-31 Matthias ClasenConnect to notify instead of multiple detailed signals.
2005-11-28 Matthias ClasenButtons use the label property for stock ids. (#322565...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-11-18 Matthias ClasenDisconnect the sync callback for the visibility propert...
2005-09-05 Matthias ClasenSet the label of a button if it has no child. (#315253...
2005-09-01 Matthias ClasenFix doc typo. (#314921, Guillaume Cottenceau)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-06-10 Michael Natterergtk/gtk.symbols new function to get an action's accel_c...
2005-04-29 Matthias ClasenUse g_object_notify() instead of triggering a ::notify...
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-03-09 Matthias ClasenMore canonical property names.
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2005-02-28 Matthias ClasenImprove the handling of buttons as action proxys. ...
2004-11-28 Matthias ClasenDon't claim to have handled the accelerator if the...
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
next