summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake/MSYS2: Update for enchant-2Eduard Braun2018-07-182-6/+2
| | | | | | | | Re-enable usage of enchant-2 after 3f5b88a264397918cf7e1623d0e5e8828a5ceb77 (while not failing completely anymore enchant-2 is still broken unfortunately)
* update po folderJabier Arraiza2018-07-1891-670679/+826319
|
* Fixes to inkscape.poJabiertxo Arraiza Cenoz2018-07-181-755/+755
|
* Tweaking opacityJabiertxo Arraiza Cenoz2018-07-18389-666/+666
|
* Update icons for well rendering as symbolic iconsJabiertxo Arraiza Cenoz2018-07-18389-2239/+2239
|
* Add symbolic iconsJabiertxo Arraiza Cenoz2018-07-18389-0/+5932
|
* Merge branch 'gadic/inkscape-transl_fr'Sylvain Chiron2018-07-081-4/+4
|\
| * French translation: small fixesGuillaume Audirac2018-07-021-4/+4
| |
* | Fix non-standard typeEduard Braun2018-07-031-1/+1
| |
* | Reduce width of Transform dialog by making spinbuttons narrowerGeoff Lankow2018-07-023-0/+17
|/
* CI/AppVeyor: Remove --ask switchEduard Braun2018-06-301-1/+1
| | | | | Not required anymore as "yes" is now the default answer, see https://github.com/Alexpux/MSYS2-packages/commit/deae945a8b54b2cc1cec51474cf865bb9f18b9e8
* CI/AppVeyor: Use previous version of enchantEduard Braun2018-06-301-0/+4
| | | | | enchant-2 is broken, see https://github.com/Alexpux/MINGW-packages/pull/4008
* CMake: Set WITH_GTKSPELL to OFF if not found for consistencyEduard Braun2018-06-301-46/+36
| | | | | Also remove (unused) legacy variable "TRY_GTKSPELL", remove an outdated comment, fix indentation and some cleanup
* Fix codding styleJabier Arraiza2018-06-251-2/+2
|
* Fix for bug 1777530 on masterJabier Arraiza2018-06-253-12/+4
|
* French translation: simplify the plural formGuillaume Audirac2018-06-221-76/+69
|
* Merge branch 'sp_print' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-2119-126/+122
|\
| * Move global functions into SPImage methods.Emmanuel Gil Peyrot2018-06-214-14/+15
| |
| * Move global functions into SPGradient methods.Emmanuel Gil Peyrot2018-06-217-62/+59
| |
| * Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot2018-06-219-50/+48
| |
* | Merge branch 'transf_mat_3x4' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-211-5/+0
|\ \
| * | Remove unused headers in transf_mat_3x4.Emmanuel Gil Peyrot2018-06-211-5/+0
| |/
* | Merge branch 'move-pixmaps' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-2177-57/+53
|\ \
| * | Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-2177-57/+53
| |/
* / Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for ↵Tavmjong Bah2018-06-213-200/+253
|/ | | | | | 'inline-size'). Some additinal refactoring.
* Merge branch 'select-page' of gitlab.com:bobqwatson/inkscapeMarc Jeanmougin2018-06-203-0/+21
|\
| * Add command-line option to select PDF pageJoe Rabinoff2018-06-193-0/+21
| | | | | | | | | | | | The optional argument "--pdf-page N" causes Inkscape to import page number N from the pdf document specified on the command line. This functionality is already available when importing via the GUI, but not when batch processing.
* | Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-2021-65/+65
| |
* | Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-2018-116/+100
| |
* | Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-1921-128/+126
| |
* | Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-19202-631/+631
| |
* | Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-1861-345/+345
| | | | | | | | | | This reduces the boilerplate required to add a new element to a container.
* | Run clang-tidy’s modernize-use-noexcept pass.Emmanuel Gil Peyrot2018-06-185-15/+15
| | | | | | | | This removes deprecated dynamic exception specifications.
* | Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-1848-125/+125
| | | | | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* | Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-1838-90/+128
|/ | | | | This avoids having to pass variables by reference before copying them when calling a constructor.
* Update pdf-parser.cppMarc Jeanmougin2018-06-181-4/+0
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-18119-162/+162
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-18323-848/+485
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-18676-7558/+7558
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-18504-3093/+3093
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Fix build issue caused by f09962028d017896279b717a6621a4de772d1b4f on GTK+ ↵Emmanuel Gil Peyrot2018-06-181-1/+5
| | | | <3.18.
* ZoomToolbar: C++ify and GtkAction migrationAlexander Valavanis2018-06-179-29/+223
|
* Potential fix for FTBFS introduced in 60ecfba7Alexander Valavanis2018-06-171-0/+5
|
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-1746-124/+105
|
* Minor documentation changes.Tavmjong Bah2018-06-161-8/+20
|
* Increase allowed precision for filter "offset" primitive.Tavmjong Bah2018-06-151-2/+2
|
* Fix float comparison in testsMarc Jeanmougin2018-06-141-11/+11
|
* Merge branch 'clang-tidy-delete-pass' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-14142-307/+307
|\
| * Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-12142-307/+307
| | | | | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* | Merge branch 'transl_fr' of gitlab.com:gadic/inkscapeMarc Jeanmougin2018-06-141-26/+26
|\ \