summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Start of making View independent of GUI.Tavmjong Bah2018-11-293-44/+63
| | | | | | | |
| * | | | | | | Update/correct README.Tavmjong Bah2018-11-281-7/+12
| | | | | | | |
* | | | | | | | SPButton: GObject style fixAlexander Valavanis2018-11-281-19/+12
|/ / / / / / /
* | | | | | | desktop-widget: Move function to correct headerAlexander Valavanis2018-11-273-6/+7
| | | | | | |
* | | | | | | Include clean-up.Tavmjong Bah2018-11-271-1/+3
| | | | | | |
* | | | | | | Remove unneeded include.Tavmjong Bah2018-11-271-1/+0
| | | | | | |
* | | | | | | Add a rotation action.Tavmjong Bah2018-11-277-9/+112
|/ / / / / /
* | | | | | Comment out debugging output.Tavmjong Bah2018-11-261-23/+22
| | | | | |
* | | | | | Sort actions list.Tavmjong Bah2018-11-261-0/+1
| | | | | |
* | | | | | Fix a couple typos. Change separator for --verb from ',' to ';' to be ↵Tavmjong Bah2018-11-262-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | constent with --actions.
* | | | | | Add "select" action for backwards compatibility. Fix typo for ↵Tavmjong Bah2018-11-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | "select-via-class".
* | | | | | Add additional build dependenciesTed Gould2018-11-261-2/+8
| | | | | |
* | | | | | Add file export actions.Tavmjong Bah2018-11-255-3/+311
| | | | | |
* | | | | | Remove unused variable.Tavmjong Bah2018-11-252-4/+1
| | | | | |
* | | | | | Fix compile warning of conversion of string constant to char*.Tavmjong Bah2018-11-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Yes, I know this is 3rd party code but upstream was last updated in 2002.
* | | | | | EgeOutputAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-19/+29
| | | | | |
* | | | | | Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza2018-11-256-43/+66
| | | | | | | | | | | | | | | | | | | | | | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure
* | | | | | Add plugs for the icon and GTK3 themesTed Gould2018-11-251-0/+10
| | | | | |
* | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2018-11-253-19/+5
|\ \ \ \ \ \
| * | | | | | Update snapcraft to build based on bionicTed Gould2018-11-251-16/+2
| | | | | | |
| * | | | | | Switch DATADIR to DATA_DIR to not conflict with #defineTed Gould2018-11-252-3/+3
| | | | | | |
* | | | | | | EgeAdjustmentAction: Replace deprecated g_type_class_add_private and adhere ↵Alexander Valavanis2018-11-252-145/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to GObject conventions
* | | | | | | EgeColorProfTracker: Replace deprecated g_type_class_add_private and adhere ↵Alexander Valavanis2018-11-252-46/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to GObject conventions
* | | | | | | InkRadioAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-22/+23
| | | | | | |
* | | | | | | InkAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-22/+23
|/ / / / / /
* | | | | | EekPreview: rm unused function headerAlexander Valavanis2018-11-251-1/+0
| | | | | |
* | | | | | EekPreview: Replace deprecated g_type_class_add_private and adhere to ↵Alexander Valavanis2018-11-253-25/+13
| | | | | | | | | | | | | | | | | | | | | | | | GObject conventions
* | | | | | InkToggleAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-25/+26
| | | | | |
* | | | | | widgets/gimp/ruler: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-251-14/+17
| | | | | |
* | | | | | Fix type in CLI descriptionAlexander Valavanis2018-11-241-1/+1
| | | | | |
* | | | | | Untangle do_export_png().Tavmjong Bah2018-11-221-113/+118
| | | | | |
* | | | | | Rearrange some code, don't quit if one object doesn't export.Tavmjong Bah2018-11-221-34/+34
| | | | | |
* | | | | | check-license-headers separate CI jobThomas Holder2018-11-221-1/+7
| | | | | |
* | | | | | Fix command-line export logic.Tavmjong Bah2018-11-222-69/+71
| | | | | |
* | | | | | Add a few more command line options which should suppress GUI.Tavmjong Bah2018-11-221-9/+12
| | | | | |
* | | | | | Restore "--version" option short name to "-V" (from "-v").Tavmjong Bah2018-11-221-1/+1
| | | | | |
* | | | | | CMake: Do not override CMAKE_<LANG>_LINK_EXECUTABLE variablesEduard Braun2018-11-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Despite the misleading name they are actually supposed to hold the "rule" to link an executable (i.e. the full linker command line) and not just the linker executable name. CMake already defaults to the CMAKE_<LANG>_COMPILER for the latter.
* | | | | | CMake: Specifically enable Microsoft bit-field layout for structsEduard Braun2018-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | (silences warnings in clang / already default for gcc)
* | | | | | CMake: Remove popt from dependenciesEduard Braun2018-11-215-99/+1
| | | | | | | | | | | | | | | | | | | | | | | | Not required anymore after 408cb49b5559a81ea803df64bf58457a5dd4bf16
* | | | | | CMake/MSYS2: Add new dependency of libtiff (libzstd)Eduard Braun2018-11-211-1/+2
| | | | | |
* | | | | | Add --version option to Inkview.Tavmjong Bah2018-11-211-0/+7
| | | | | |
* | | | | | -Werror=format-security: g_warning(_("..."))Thomas Holder2018-11-211-1/+1
| | | | | |
* | | | | | fix fprintf size_t format errorThomas Holder2018-11-211-1/+1
| | | | | |
* | | | | | -Werror=format -Werror=format-securityThomas Holder2018-11-213-5/+5
| | | | | |
* | | | | | Small update to src/io/README.Tavmjong Bah2018-11-201-0/+3
| | | | | |
* | | | | | Add a shell mode.Tavmjong Bah2018-11-202-54/+158
| | | | | |
* | | | | | Possible fix to build breakage on Macs.Tavmjong Bah2018-11-191-1/+1
| | | | | |
* | | | | | Send background color/dpi info to std::cerr to allow piping PNG export to file.Tavmjong Bah2018-11-191-3/+3
| | | | | |
* | | | | | Allow any valid Verb to be used in "--actions".Tavmjong Bah2018-11-1910-45/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Bah2018-11-191-3/+3
| | | | | |