summaryrefslogtreecommitdiff
path: root/gio/src/action.hg
Commit message (Expand)AuthorAgeFilesLines
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-4/+4
* Gio::Action, ActionGroup: Fix critical messages from vfuncsKjell Ahlstedt2015-03-171-4/+2
* Gio::Action etc: Add keep_return to some _WRAP_VFUNC()Kjell Ahlstedt2015-03-171-7/+5
* Add an empty line after @newin where it's missingKjell Ahlstedt2014-12-111-0/+2
* Fix some doxygen warningsKjell Ahlstedt2014-01-311-4/+4
* Gio::Action: Add parse_detailed_name() and parse_detailed_name_variant()Kjell Ahlstedt2014-01-301-1/+44
* Gio::Action: Fix activate(const Glib::Variant<T_Value>& value)Kjell Ahlstedt2014-01-251-2/+2
* Action/ActionGroup: Make some parameter parameters optional.Murray Cumming2013-10-081-0/+4
* Action: print_detailed_name(): Remove the action_name parameter.Murray Cumming2013-10-081-7/+4
* Docs: Add Action* and MenuItem docs.Murray Cumming2013-10-081-4/+49
* Gio::Action: Add templated change_state() and activate().Murray Cumming2013-08-091-20/+45
* Gio::Action:: get_state_hint(): Correct a check.Murray Cumming2013-08-091-2/+9
* Gio::Action: Add TODOs to templatize change_state() and activate().Murray Cumming2013-08-061-0/+34
* Gio::Action: print_detailed_name() Make this templated.Murray Cumming2013-08-061-1/+16
* Gio::Action: Make get_state() templated.Murray Cumming2013-08-061-4/+43
* Gio::Action: Wrap some new methods.Murray Cumming2013-07-311-0/+6
* Gio::Action: Fix API for get_state() and get_state_hint().Andrew Potter2013-07-291-67/+2
* Gio::Action: Add convenience methods for bool-state (toggle) actions.Murray Cumming2013-07-271-0/+20
* Gio::Action: Add more documentation of get_state_hint() and get_state().Kjell Ahlstedt2012-12-281-0/+63
* ActionGroup, DBusObject: Ensure vfunc callbacks return valid memory.José Alburquerque2012-03-251-1/+2
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+7
* Application, {,Simple}Action{,Group}: Update @newins{}'s.José Alburquerque2011-10-101-1/+1
* Re-add Application and related class so they can be finished.José Alburquerque2011-10-091-0/+106
* Remove Application and friends, because they are still not ready.Murray Cumming2011-09-261-106/+0
* Action, ActionGroup: Wrap virtual functions.José Alburquerque2011-09-221-1/+18
* giomm: Add Action class wrapping GAction.José Alburquerque2011-09-201-0/+89