summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fix crash in import of PDF via Poppler/Cairo with relative path.Tavmjong Bah2015-05-241-22/+28
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1351246 (bzr r14172)
* | | | Respect PDF image 'interpolate' value on import.Tavmjong Bah2015-05-243-27/+73
| | | | | | | | | | | | (bzr r14171)
* | | | Reorganized PDF import dialog, disabling unused options as appropriate.Tavmjong Bah2015-05-242-67/+90
| |_|/ |/| | | | | (bzr r14170)
* | | minor tweaks to libUEMF and related codemathog2015-05-211-2/+4
| | | | | | | | | (bzr r14169)
* | | patch for bug 1457612mathog2015-05-211-6/+6
| | | | | | | | | (bzr r14168)
* | | merged trunkTomasz Boczkowski2015-05-111-1/+1
|\ \ \ | | | | | | | | (bzr r14059.1.26)
| * | | Translations. Fix typo in the Color blindness filter and Ukrainian ↵Yuri Chornoivan2015-05-111-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | translation update. Fixed bugs: - https://launchpad.net/bugs/1407331 (bzr r14145)
* | | merged trunkTomasz Boczkowski2015-05-094-6/+5
|\| | | | | | | | (bzr r14059.1.21)
| * | fixes a few of jenkins warningsMarc Jeanmougin2015-05-082-4/+3
| | | | | | | | | (bzr r14126)
| * | forgotten dynamic castMarc Jeanmougin2015-05-081-1/+1
| | | | | | | | | (bzr r14125)
| * | Fix crash in PDF export introduced in r14074Marc Jeanmougin2015-05-041-1/+1
| | | | | | | | | (bzr r14108)
* | | renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-033-14/+14
| | | | | | | | | (bzr r14059.1.20)
* | | Introduced fixes after merge proposal reviewTomasz Boczkowski2015-05-031-1/+0
| | | | | | | | | (bzr r14059.1.16)
* | | merge with trunkTomasz Boczkowski2015-05-0214-101/+112
|\| | | | | | | | (bzr r14059.1.12)
| * | updated with trunkMarc Jeanmougin2015-04-296-21/+5
| |\ \ | | | | | | | | (bzr r13922.1.19)
| | * | enable default pen object for WMF filesmathog2015-04-281-1/+5
| | | | | | | | | | | | (bzr r14067)
| | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-275-20/+0
| | | | | | | | | | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
| * | | merge with trunkMarc Jeanmougin2015-04-275-46/+88
| |\| | | | | | | | | | (bzr r13922.1.18)
| | * | patch for bugs 1447850 and 1447382mathog2015-04-275-46/+88
| | |/ | | | | | | (bzr r14062)
| * | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-273-5/+0
| | | | | | | | | (bzr r13922.1.16)
| * | mergingMarc Jeanmougin2015-04-264-2/+83
| |\| | | | | | | (bzr r13922.1.13)
| * | mergeMarc Jeanmougin2015-04-264-7/+25
| |\ \ | | | | | | | | (bzr r13922.1.12)
| * | | more cast cleanupMarc Jeanmougin2015-02-272-4/+2
| | | | | | | | | | | | (bzr r13922.1.11)
| * | | corrected the casts (hopefully)Marc Jeanmougin2015-02-276-8/+8
| | | | | | | | | | | | (bzr r13922.1.10)
| * | | added a set to the SelectionMarc Jeanmougin2015-02-192-6/+4
| | | | | | | | | | | | (bzr r13922.1.6)
| * | | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-194-8/+8
| | | | | | | | | | | | (bzr r13922.1.5)
| * | | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-176-30/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* | | | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-253-14/+14
|\ \ \ \ | |_|_|/ |/| | | (bzr r14059.1.2)
| * | | SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski2014-05-273-14/+14
| | | | | | | | | | | | (bzr r13341.6.19)
| * | | SPPattern c++-sification: replaced guint by bool and enumTomasz Boczkowski2014-05-261-2/+2
| | | | | | | | | | | | (bzr r13341.6.16)
* | | | Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects ↵Nicolas Dufour2015-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include copy of unfiltered object on top). Fixed bugs: - https://launchpad.net/bugs/1414835 (bzr r14010)
* | | | Filters. Fix for Bug #790534 (Simulate color blindness/defects?).Nicolas Dufour2015-03-102-1/+77
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/790534 (bzr r13984)
* | | | Enable PDF/PS/EPS export for gradient mesh (bug #1363369)Adrian Johnson2015-03-071-0/+5
| |_|/ |/| | | | | (bzr r13971)
* | | fix for bug 1425317mathog2015-02-254-7/+25
| |/ |/| | | (bzr r13947)
* | Bump Poppler dependency to 0.8.3Alex Valavanis2015-02-121-20/+0
| | | | | | (bzr r13917)
* | two typos in patch at rev 13914mathog2015-02-091-2/+2
| | | | | | (bzr r13915)
* | fix for bug 1419926mathog2015-02-092-26/+43
| | | | | | (bzr r13914)
* | fix for bug 1405292mathog2015-02-093-5/+5
| | | | | | (bzr r13913)
* | Fixing dead assignment and uninitialized argument value.Nicolas Dufour2015-02-071-1/+2
| | | | | | (bzr r13908)
* | Fix for Bug #437567 (PDF Save As dialog convert text to paths option is ↵Kence (casey.peel@gmail.com)2015-01-282-12/+21
| | | | | | | | | | | | | | | | confusing). Fixed bugs: - https://launchpad.net/bugs/437567 (bzr r13880)
* | Fix regression: pasted bitmaps should be embeded. (Bug #855440)Tavmjong Bah2015-01-211-1/+1
| | | | | | (bzr r13867)
* | Fix EPS export area (Bug #1411208)su_v2015-01-171-5/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1411208 (bzr r13863)
* | static code analysis: initialisationKris De Gussem2014-12-281-3/+3
| | | | | | (bzr r13827)
* | Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-212-2/+2
| | | | | | (bzr r13820)
* | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-212-2/+6
| | | | | | (bzr r13809)
* | Fix build with poppler 0.29.0 (Bug #1399811)su_v2014-12-111-6/+26
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1399811 (bzr r13794)
* | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-265-5/+5
| | | | | | | | | | by function. (bzr r13774)
* | Update to trunk r13766Liam P. White2014-11-263-7/+7
|\ \ | | | | | | (bzr r13341.5.24)
| * | Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah2014-11-251-5/+5
| | | | | | | | | (bzr r13757)
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-242-2/+2
| | | | | | | | | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)