summaryrefslogtreecommitdiffstats
path: root/src/actions/selection.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-19Allow any valid Verb to be used in "--actions".Tavmjong Bah1-14/+7
Rename "select" action to "select-via-id". Add "select-via-class", "select-via-element", "select-via-selector", and "select-clear" actions.
2018-11-08Clarify licensesMax Gaukler1-2/+10
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-11-04Rewrite of inkview using InkApplication (Gtk::Application).Tavmjong Bah1-0/+28
Use Gio::File for accessing files. Use Gio options to handle command line arguments. Use Gio::Action's. Use Gtk::Builder for control window. Only create SPDocument when requested for display and then cache it (should speed up start-up).