summaryrefslogtreecommitdiff
path: root/src/appfinder-actions.c
Commit message (Collapse)AuthorAgeFilesLines
* Change default action conflicting pattern (Bug #12103)Andre Miranda2018-11-241-1/+1
|
* Fix gcc8 warningsAndre Miranda2018-06-101-2/+4
|
* Fix for previous commit.Nick Schermer2013-01-181-1/+1
| | | | First save, then commit...
* Add default action to open absolute paths.Nick Schermer2013-01-181-1/+6
|
* Add refcount debugging.Nick Schermer2011-12-281-0/+1
| | | | | | | | | Monitor destruction of almost every object created during the lifetime of the appfinder, including everthing we parse from garcon and pixbufs that are generated. So many things are reffed and unreffed it is hard to track if everything works as expected, this should help a bit.
* Save terminal commands in default actions.Nick Schermer2011-10-291-1/+1
|
* Add option to save custom command matches.Nick Schermer2011-10-291-1/+28
| | | | | | If you use the matches to quickly execute something special, you probably don't want to save this in the command history, so make this an option.
* Fix segfault when loading default actions.Nick Schermer2011-09-291-2/+4
|
* Fix launching in collapsed mode.Nick Schermer2011-09-221-40/+23
|
* Add action item editing.Nick Schermer2011-09-201-25/+109
|
* Fix default item loading.Nick Schermer2011-09-201-8/+11
|
* Initial work on custom actions.Nick Schermer2011-09-201-0/+524
Action removing and adding is not working yet.