summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Effects: make "Working..." dialog transient for preferences dialogEduard Braun2017-12-203-2/+18
* Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-182-2/+8
* PDF+LaTeX export: do not apply style to newlinesEduard Braun2017-12-051-25/+28
* PDF+LaTeX export: Fix multiline textEduard Braun2017-12-051-13/+30
* PDF+LaTeX export: Avoid printing empty boxesEduard Braun2017-12-051-0/+5
* CairoRenderer: print warning if rendering failedEduard Braun2017-12-041-1/+5
* Proper fix for multipage PDF+Latex exportEduard Braun2017-12-041-2/+33
* Revert "Fix PDF+TeX output for text inside groups with clip/mask"Eduard Braun2017-12-042-33/+3
* Add a warning dialog for previous commitEduard Braun2017-11-301-1/+5
* Extensions: Don't crash on invalid effect extension outputEduard Braun2017-11-301-3/+8
* Two fixes (should work on Linux now)Eduard Braun2017-11-211-3/+2
* Fix printing multiple copies of a documentEduard Braun2017-11-202-5/+8
* Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-0723-32/+32
|\
| * Misc. typosUnknown2017-11-0723-32/+32
* | Change abs to std::abs to fix warningsSimon Wells2017-11-042-5/+5
|/
* do not build grid2 in target allMarc Jeanmougin2017-11-021-1/+1
* Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscapeMarc Jeanmougin2017-10-202-4/+2
|\
| * Replace boost::scoped_ptrJan Lingscheid2017-10-172-4/+2
* | Drop obsolete wrapper around Glib::file_open_tmpStefano Facchini2017-10-192-13/+12
* | Remove all unused makefile.inStefano Facchini2017-10-193-51/+0
|/
* Remove deprecated GNOME VFSStefano Facchini2017-10-132-65/+23
* third batchMarc Jeanmougin2017-10-022-22/+6
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-10-011-12/+20
|\
| * Do not crash if raster image can not be opened by ImageMagickEduard Braun2017-09-301-12/+20
* | Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-0111-175/+138
|/
* adapt to poppler 0.58David Tardon2017-09-072-0/+527
* Cleanup: eliminate version from config.hEduard Braun2017-07-172-3/+5
* Gtkmm deprecation fixesAlexander Valavanis2017-07-063-3/+0
* Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-026-108/+16
* Introduce get_filenames which scans paths for all filenames.Martin Owens2017-07-012-60/+18
* Replace ImageMagic with GraphicsMagicchr[]2017-06-301-0/+3
* Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens2017-06-285-29/+27
* [Bug #1417470] Fix PDF+TeX output for text inside groups with clip/maskMax Gaukler2017-06-132-3/+33
* Avoid name conflict with libwmf (wmf_free).Tavmjong Bah2017-06-011-1/+1
* Use uniform name for input and output (and PDF is an ISO standard and no long...Tavmjong Bah2017-06-011-2/+2
* Sort File Save and File Input file type menus.Tavmjong Bah2017-05-311-3/+77
* Fix PDF export with respect to 'image-rendering'.Tavmjong Bah2017-05-291-5/+5
* CDR/VSD input: Avoid crash when preview image can not be rendered and show a ...Eduard Braun2017-04-302-1/+27
* Fix regression introduced in r15634Eduard Braun2017-04-281-2/+2
* Restore r14978 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-244-4/+0
* Cleanup for previous commitEduard Braun2017-04-242-6/+3
* Extensions: Fix "param"s of type "description" were always translated (as opp...Eduard Braun2017-04-241-27/+30
* Extensions: Fixes and improvements for "gui-description" parameter attribute ...Eduard Braun2017-04-243-2/+10
* Some code refactoring for consistencyEduard Braun2017-04-0921-200/+200
* Remove unused field "scope"Eduard Braun2017-04-0922-88/+27
* Remove unused field "gui_tip"Eduard Braun2017-04-0920-65/+25
* Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-247-9/+19
* EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun2017-04-064-28/+35
* Extensions: Correctly handle the xml:space="preserve" attribute for "descript...Eduard Braun2017-03-252-9/+34
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-209-45/+15