| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix internationalization | Marc Jeanmougin | 2019-03-28 | 1 | -0/+4 |
| | | |||||
| * | Fix adding/lookup of recent files. | Patrick Storz | 2019-03-27 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Avoid setting an application name as Gtk::RecentManager calls g_get_application_name () internally to determine the default "name" attribute used for new entries in the list of recently used files (recently-used.xbel) Our Gtk::RecentFilter in menubar.cpp expects the name to equal to g_get_prgname () though (which happens to be the fallback of g_get_application_name, but only if no application name is set as in earlier versions) The alternative would be to set metadata manually, but it would require us to set *all* fields manually (including mime type, etc.). See also https://gitlab.gnome.org/GNOME/gtk/issues/1775 Fixes https://gitlab.com/inkscape/inkscape/issues/160 | ||||
| * | About dialog: Fix icon file location | Patrick Storz | 2019-03-24 | 1 | -1/+1 |
| | | | | | (was renamed in deeb288fc38e09fba325741afb2c66f693438f9b) | ||||
| * | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 2019-03-15 | 1 | -75/+433 |
| | | | | | Any change from previous behavior is a bug. | ||||
| * | Remove unneeded comments. | Tavmjong Bah | 2019-02-17 | 1 | -10/+0 |
| | | |||||
| * | Add document_open and document_close functions and use them in batch mode. | Tavmjong Bah | 2019-02-17 | 1 | -25/+145 |
| | | |||||
| * | Turn InkscapeApplication into singleton. | Tavmjong Bah | 2019-02-15 | 1 | -0/+15 |
| | | |||||
| * | Block in window updating code. WIP | Tavmjong Bah | 2019-02-12 | 1 | -0/+13 |
| | | |||||
| * | fix "inkscape --extension-directory" | Thomas Holder | 2019-02-08 | 1 | -3/+3 |
| | | |||||
| * | Attempt to fix part of issue #54. (Using the command line doesn't return.) | Tavmjong Bah | 2019-02-08 | 1 | -18/+72 |
| | | |||||
| * | Allow InkscapeApplication to track current document, selection, and desktop. | Tavmjong Bah | 2019-01-30 | 1 | -8/+15 |
| | | |||||
| * | Missing space in text. 'Heightof->Height of' | Jordi Mas | 2019-01-24 | 1 | -1/+1 |
| | | |||||
| * | Disable app menu (deprecated in GTK 3.32). | Tavmjong Bah | 2019-01-19 | 1 | -1/+3 |
| | | |||||
| * | Make InkscapeWindow responsible for adding window to app. | Tavmjong Bah | 2019-01-16 | 1 | -3/+0 |
| | | | | | Prevents premature program termination if original window deleted. | ||||
| * | Initialize unused variable. | Tavmjong Bah | 2019-01-15 | 1 | -1/+1 |
| | | |||||
| * | Use ink_file_open in sp_file_open. | Tavmjong Bah | 2019-01-15 | 1 | -1/+2 |
| | | |||||
| * | Another baby step in creating InkscapeWindow. | Tavmjong Bah | 2019-01-13 | 1 | -21/+11 |
| | | |||||
| * | Allow window to be closed when operating in batch mode. | Tavmjong Bah | 2019-01-13 | 1 | -4/+12 |
| | | | | | | | | | Most verbs require the presence of a GUI even if not really needed. A new option, --batch-process, allows one to force desktop windows to close after processing actions/verbs. Once all verbs are replaced by actions that don't require a GUI, this option can be removed. | ||||
| * | Avoid creating a new document before opening an old document. | Tavmjong Bah | 2019-01-02 | 1 | -1/+1 |
| | | |||||
| * | Minor tweaks. | Tavmjong Bah | 2018-12-10 | 1 | -2/+4 |
| | | |||||
| * | Gtk/Gio templating of main inkscape application class to allow commandline ↵ | Marc Jeanmougin | 2018-12-09 | 1 | -79/+115 |
| | | | | | usage when graphic server is not available | ||||
| * | Add a rotation action. | Tavmjong Bah | 2018-11-27 | 1 | -0/+12 |
| | | |||||
| * | Sort actions list. | Tavmjong Bah | 2018-11-26 | 1 | -0/+1 |
| | | |||||
| * | Fix a couple typos. Change separator for --verb from ',' to ';' to be ↵ | Tavmjong Bah | 2018-11-26 | 1 | -4/+3 |
| | | | | | constent with --actions. | ||||
| * | Add file export actions. | Tavmjong Bah | 2018-11-25 | 1 | -3/+17 |
| | | |||||
| * | Fix type in CLI description | Alexander Valavanis | 2018-11-24 | 1 | -1/+1 |
| | | |||||
| * | Add a few more command line options which should suppress GUI. | Tavmjong Bah | 2018-11-22 | 1 | -9/+12 |
| | | |||||
| * | Restore "--version" option short name to "-V" (from "-v"). | Tavmjong Bah | 2018-11-22 | 1 | -1/+1 |
| | | |||||
| * | Add a shell mode. | Tavmjong Bah | 2018-11-20 | 1 | -52/+150 |
| | | |||||
| * | Allow any valid Verb to be used in "--actions". | Tavmjong Bah | 2018-11-19 | 1 | -3/+8 |
| | | | | | | Rename "select" action to "select-via-id". Add "select-via-class", "select-via-element", "select-via-selector", and "select-clear" actions. | ||||
| * | Fix --help descriptions of "--actions", "--query-id", " and "--export-id". | Tavmjong Bah | 2018-11-19 | 1 | -3/+3 |
| | | |||||
| * | Allow multiple semi-colon separated entries in --export-id; each entry will ↵ | Tavmjong Bah | 2018-11-19 | 1 | -2/+2 |
| | | | | | | | | be exported to its own file. Using a semi-colon allows the future possibility of allowing the user to use a comma separated entry to select more than one object to export at the same time. | ||||
| * | Fix resource file location | Alexander Valavanis | 2018-11-18 | 1 | -2/+7 |
| | | |||||
| * | Fix FTBFS with dbus | Alexander Valavanis | 2018-11-18 | 1 | -0/+4 |
| | | |||||
| * | Imlplement '--action-list' command line option. | Tavmjong Bah | 2018-11-18 | 1 | -2/+4 |
| | | |||||
| * | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 2018-11-18 | 1 | -0/+575 |
| Use Gio::File for accessing files. Use Gio options to handle command line arguments. Use Gio::Actions for some command line arguments. Move file export code to src/io/file-export-cmd.h/.cpp. Make into class. | |||||
