summaryrefslogtreecommitdiff
path: root/gio/src/actionmap.ccg
Commit message (Expand)AuthorAgeFilesLines
* Fix some TODO commentsKjell Ahlstedt2017-12-131-4/+2
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-4/+1
* ActionMap: Really fix add_action_with_parameter()Daniel Boles2017-05-041-0/+1
* ActionMap—Reorder add_action_with_parameter’s argsDaniel Boles2017-02-141-1/+1
* Gio::ActionMap: Improve declaration order/spacingDaniel Boles2016-12-261-7/+7
* Gio::ActionMap: Fix add_action_with_parameter()Daniel Boles2016-12-261-2/+2
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-37/+46
* C++11: More use of auto.Murray Cumming2015-07-151-2/+2
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-11/+11
* Gio::ActionMap: add_action_radio_*(): Use better Slot types.Murray Cumming2013-08-071-4/+35
* Gio::SimpleAction: add_action() now takes a slot with no parameter.Murray Cumming2013-08-071-4/+17
* Gio: SimpleAction, ActionMap: Reorder some parametersMurray Cumming2013-07-311-9/+9
* ActionMap, SimpleAction: Add API for creating radio actions.Murray Cumming2013-07-291-0/+29
* ActionMap: add_action(): Add more overloadsMurray Cumming2013-07-271-1/+21
* ActionMap: add_action(): Actually add the action.Murray Cumming2013-07-231-0/+1
* ActionMap: Add add_action(name, slot).Murray Cumming2013-07-221-0/+8
* giomm: Add the ActionMap interface.José Alburquerque2012-02-151-0/+25