summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adapt to poppler 0.58David Tardon2017-09-072-0/+527
|
* Cleanup: eliminate version from config.hEduard Braun2017-07-172-3/+5
| | | | | | The idea behind inkscape-version.h / inkscape-version.cpp is to avoid rebuilding most of the code base when the version number changes. Defining a version number in config.h defeats this purpose.
* 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
| | | | | | ... just a matter of taste. But both wanna be initialized: fixed.
* Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-285-29/+27
| | | | get_filename methods
* [Bug #1417470] Fix PDF+TeX output for text inside groups with clip/maskMax Gaukler2017-06-132-3/+33
| | | | | Fixes Bug: - https://launchpad.net/bugs/1417470
* Avoid name conflict with libwmf (wmf_free).Tavmjong Bah2017-06-011-1/+1
| | | (bzr r15724)
* Use uniform name for input and output (and PDF is an ISO standard and no ↵Tavmjong Bah2017-06-011-2/+2
| | | | | longer tied to Adobe). (bzr r15723)
* Sort File Save and File Input file type menus.Tavmjong Bah2017-05-311-3/+77
| | | (bzr r15720)
* Fix PDF export with respect to 'image-rendering'.Tavmjong Bah2017-05-291-5/+5
| | | (bzr r15715)
* CDR/VSD input: Avoid crash when preview image can not be rendered and show a ↵Eduard Braun2017-04-302-1/+27
| | | | | placeholder instead (bzr r15653)
* Fix regression introduced in r15634Eduard Braun2017-04-281-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1686549 (bzr r15647)
* Restore r14978 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-244-4/+0
| | | | | | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14978 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 (bzr r15638)
* Cleanup for previous commitEduard Braun2017-04-242-6/+3
| | | (bzr r15637)
* Extensions: Fix "param"s of type "description" were always translated (as ↵Eduard Braun2017-04-241-27/+30
| | | | | opposed to only the underscored variant "_param") (bzr r15636)
* Extensions: Fixes and improvements for "gui-description" parameter attribute ↵Eduard Braun2017-04-243-2/+10
| | | | | | | | along the lines of r14955 - "gui-description" was always translated (as opposed to only "_gui-description") - Added possibility to specify "msgctxt" for "_gui-description" (bzr r15635)
* Some code refactoring for consistencyEduard Braun2017-04-0921-200/+200
| | | | | (notably "gui_hidden" -> hidden", "guitext" -> "text", "desc" -> "description") (bzr r15633.1.3)
* Remove unused field "scope"Eduard Braun2017-04-0922-88/+27
| | | (bzr r15633.1.2)
* Remove unused field "gui_tip"Eduard Braun2017-04-0920-65/+25
| | | | | ("gui_description" does now what "gui_tip" was supposed to do) (bzr r15633.1.1)
* Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-247-9/+19
| | | | | | | | | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14955 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 Fixed bugs: - https://launchpad.net/bugs/1669951 (bzr r15633)
* EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun2017-04-064-28/+35
| | | | | | | | | | | | This unconditionally sets "LC_NUMERIC" to "C" to use dots (.) in all scanf/printf-like functions to prevent parsing issues with locales that would use a comma (,) instead. Fixed bugs: - https://launchpad.net/bugs/1549015 - https://launchpad.net/bugs/1675755 - https://launchpad.net/bugs/1335660 - https://launchpad.net/bugs/1089857 - https://launchpad.net/bugs/1599763 (bzr r15617)
* Extensions: Correctly handle the xml:space="preserve" attribute for ↵Eduard Braun2017-03-252-9/+34
| | | | | | | | | | "description"s This also fixes multiline descriptions (and other descriptions containing additional whitespace) not being translatable if xml:space="preserve" is not specified. Fixed bugs: - https://launchpad.net/bugs/1668115 (bzr r15607)
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-209-45/+15
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Fix typo.Tavmjong Bah2017-03-141-1/+1
| | | (bzr r15597)
* Attempt to fix build with dbus enabled.Tavmjong Bah2017-03-131-5/+1
| | | (bzr r15593)
* Fix Gtkmm deprecation warnings in VSD import dialogAlex Valavanis2017-03-111-14/+18
| | | (bzr r15586)
* Fix Gtkmm deprecation warnings in CDR import dialogAlex Valavanis2017-03-111-16/+21
| | | (bzr r15585)
* Use Gtkmm version test instead of Gtk+Alex Valavanis2017-03-111-1/+1
| | | (bzr r15584)
* Repair functionality broken by Alex Valvani's "Gtk+ 3 deprecation fixes"Eduard Braun2017-03-081-2/+5
| | | | | | | | | | | | (see in r15547 [1]) Gtk::Label::set_halign() is *not* the same as Gtk::Label::set_xalign() or the deprecated Gtk::Label::set_alignment() The former sets the alignment of the widget itself while the latter two set the alignment of the text within the widget's size allocation. Is it really more important to eradicate deprecations then to have working code? http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15547 (bzr r15580)
* EMF/WFM export: Fix crash when selecting "Convert gradients to colored ↵Eduard Braun2017-03-062-6/+29
| | | | | | | | | | polygon series" The problem where calls of "sprintf()" to format SVG path data. Unfortunately depending on the locale set at this point via "setlocale()" the output could contain commas (,) instead of dots (.) as decimal spearator resulting in invalid path data. Fixed bugs: - https://launchpad.net/bugs/1549015 (bzr r15568)
* Fix ACLsEduard Braun2017-03-051-0/+0
| | | (bzr r15567)
* merge minor refactoringShlomi Fish2017-02-281-0/+36
|\ | | | | (bzr r15555)
| * Merged.Shlomi Fish2017-02-2332-222/+403
| |\ | | | | | | (bzr r15369.1.19)
| * \ Merged.Shlomi Fish2017-02-0610-16/+46
| |\ \ | | | | | | | | (bzr r15369.1.18)
| * \ \ Merged.Shlomi Fish2017-01-283-0/+21
| |\ \ \ | | | | | | | | | | (bzr r15369.1.17)
| * | | | Extract some common code into a routine.Shlomi Fish2017-01-041-0/+36
| | | | | | | | | | | | | | | (bzr r15369.1.8)
* | | | | Gtk+ 3 deprecation fixesAlex Valavanis2017-02-263-1/+9
| |_|_|/ |/| | | | | | | (bzr r15547)
* | | | [Bug #1664372] preset filter names inconsistent.suv-lp2017-02-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1664372 (bzr r15532)
* | | | improve dot dash support in wmf exportmathog2017-02-171-1/+22
| | | | | | | | | | | | (bzr r15526)
* | | | resolve bug 1665421mathog2017-02-171-0/+10
| | | | | | | | | | | | (bzr r15525)
* | | | Extensions: Add 'appearance="url"' to desccription parameters.Eduard Braun2017-02-133-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It allows to create and add a clickable plain text link to extensions The description parameter's text is escaped and converted to a URL as-is preventing potential security issues The Scour extension shows a first example implementation (bzr r15519)
* | | | Extensions: Fix potential security issue with "description" parameters.Eduard Braun2017-02-131-5/+5
| | | | | | | | | | | | | | | | | | | | When using 'appearance="header"' arbitrary markup could be inlcuded (including URLs) (bzr r15518)
* | | | Extensions: Do not require name for pure UI elements (i.e. parameters that ↵Eduard Braun2017-02-131-2/+9
| | | | | | | | | | | | | | | | | | | | do not store a value and therefore do not need to have a name) (bzr r15515)
* | | | Extensions: Fix for old versions of gtkmmEduard Braun2017-02-131-1/+2
| | | | | | | | | | | | | | | | | | | | Use "Gtk::Misc::set_alignment()" as "Gtk::Label::set_xalign()" is only available since gtkmm 3.16 (bzr r15512)
* | | | Extensions: Work around gtk3 width/height calculation bug for long labelsEduard Braun2017-02-1310-12/+31
| | | | | | | | | | | | | | | | | | | | Also use constants for most dimensions so they can easily be chaned in future. (bzr r15511)
* | | | Extensions: Make "int" and "float" parameters specifying ↵Eduard Braun2017-02-132-2/+2
| | | | | | | | | | | | | | | | | | | | 'appearance="full"'expand in horizontal direction when the window is expanded (bzr r15510)
* | | | Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun2017-02-124-11/+23
| | | | | | | | | | | | (bzr r15509)
* | | | Extensions: Make "indent" attribute a common attribute for all parameters ↵Eduard Braun2017-02-1222-183/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that behaves more consistent and predictable than before. - Every "Parameter" now has an "_indent" member variable (specifying the indentation level; set in "Parameter::make()", see parameter.cpp) - Indentation is achieved by using "set_margin_left()" on the parameter's widget. This fixes bug #1662035 (comment #4 contains some more details about this patch). - Specifying "indent" on a parameter will now work consistently for all parameters. Previously the "indent" attribute often had no effect at all, e.g. for notebooks but also for parameters with 'appearance="full"' which was reasonable in most cases but made the outcome of using this attribute often unpredictable and is unnecessarily restrictive. - Most visible change: "description"s always used an indentation level of at least one (even if no indentation was specified). For the sake of consistency this discrepancy was dropped. Previous appearance can easily be restored by setting 'indent="1"'. Fixed bugs: - https://launchpad.net/bugs/1662035 (bzr r15508)