summaryrefslogtreecommitdiffstats
path: root/src/extension (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-07adapt to poppler 0.58David Tardon2-0/+527
2017-07-17Cleanup: eliminate version from config.hEduard Braun2-3/+5
2017-07-06Gtkmm deprecation fixesAlexander Valavanis3-3/+0
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens6-108/+16
2017-07-01Introduce get_filenames which scans paths for all filenames.Martin Owens2-60/+18
2017-06-30Replace ImageMagic with GraphicsMagicchr[]1-0/+3
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens5-29/+27
2017-06-13[Bug #1417470] Fix PDF+TeX output for text inside groups with clip/maskMax Gaukler2-3/+33
2017-06-01Avoid name conflict with libwmf (wmf_free).Tavmjong Bah1-1/+1
2017-06-01Avoid name conflict with libwmf (wmf_free).Tavmjong Bah1-1/+1
2017-06-01Use uniform name for input and output (and PDF is an ISO standard and no long...Tavmjong Bah1-2/+2
2017-06-01Use uniform name for input and output (and PDF is an ISO standard and no long...Tavmjong Bah1-2/+2
2017-05-31Sort File Save and File Input file type menus.Tavmjong Bah1-3/+77
2017-05-31Sort File Save and File Input file type menus.Tavmjong Bah1-3/+77
2017-05-29Fix PDF export with respect to 'image-rendering'.Tavmjong Bah1-5/+5
2017-05-29Fix PDF export with respect to 'image-rendering'.Tavmjong Bah1-5/+5
2017-04-30CDR/VSD input: Avoid crash when preview image can not be rendered and show a ...Eduard Braun2-1/+27
2017-04-28Fix regression introduced in r15634Eduard Braun1-2/+2
2017-04-24Restore r14978 which was reverted in r15047 due to messed up mergeEduard Braun4-4/+0
2017-04-24Cleanup for previous commitEduard Braun2-6/+3
2017-04-24Extensions: Fix "param"s of type "description" were always translated (as opp...Eduard Braun1-27/+30
2017-04-24Extensions: Fixes and improvements for "gui-description" parameter attribute ...Eduard Braun3-2/+10
2017-04-24Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun7-9/+19
2017-04-09Some code refactoring for consistencyEduard Braun21-200/+200
2017-04-09Remove unused field "scope"Eduard Braun22-88/+27
2017-04-09Remove unused field "gui_tip"Eduard Braun20-65/+25
2017-04-06EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun4-28/+35
2017-03-25Extensions: Correctly handle the xml:space="preserve" attribute for "descript...Eduard Braun2-9/+34
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah9-45/+15
2017-03-14Fix typo.Tavmjong Bah1-1/+1
2017-03-13Attempt to fix build with dbus enabled.Tavmjong Bah1-5/+1
2017-03-11Fix Gtkmm deprecation warnings in VSD import dialogAlex Valavanis1-14/+18
2017-03-11Fix Gtkmm deprecation warnings in CDR import dialogAlex Valavanis1-16/+21
2017-03-11Use Gtkmm version test instead of Gtk+Alex Valavanis1-1/+1
2017-03-08Repair functionality broken by Alex Valvani's "Gtk+ 3 deprecation fixes"Eduard Braun1-2/+5
2017-03-06EMF/WFM export: Fix crash when selecting "Convert gradients to colored polygo...Eduard Braun2-6/+29
2017-03-05Fix ACLsEduard Braun1-0/+0
2017-02-26Gtk+ 3 deprecation fixesAlex Valavanis3-1/+9
2017-02-18[Bug #1664372] preset filter names inconsistent.suv-lp2-2/+2
2017-02-17improve dot dash support in wmf exportmathog1-1/+22
2017-02-17resolve bug 1665421mathog1-0/+10
2017-02-13Extensions: Add 'appearance="url"' to desccription parameters.Eduard Braun3-5/+12
2017-02-13Extensions: Fix potential security issue with "description" parameters.Eduard Braun1-5/+5
2017-02-13Extensions: Do not require name for pure UI elements (i.e. parameters that do...Eduard Braun1-2/+9
2017-02-13Extensions: Fix for old versions of gtkmmEduard Braun1-1/+2
2017-02-13Extensions: Work around gtk3 width/height calculation bug for long labelsEduard Braun10-12/+31
2017-02-13Extensions: Make "int" and "float" parameters specifying 'appearance="full"'e...Eduard Braun2-2/+2
2017-02-12Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun4-11/+23
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun22-183/+276
2017-02-11Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun3-8/+15