summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merged.Shlomi Fish2016-09-231-1/+6
|\| | | | | (bzr r15100.1.20)
| * adds a layer to put things in when opening raster filesMarc Jeanmougin2016-09-151-1/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/394503 (bzr r15119)
* | Inline two "style" variables.Shlomi Fish2016-09-021-4/+2
| | | | | | | | | | | | They were used only once and completely unnecessary, so I just replaced them with their expressions. (bzr r15100.1.3)
* | Remove a pointless == for boolShlomi Fish2016-09-021-1/+1
|/ | | (bzr r15100.1.2)
* Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵Tavmjong Bah2016-08-171-4/+1
| | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063)
* Merged trunkAdrian Boguszewski2016-08-095-243/+4
|\ | | | | (bzr r14954.1.30)
| * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-173/+0
| | | | | | (bzr r15046)
| * extensions: Drop GTKMM2 fallbacksAlex Valavanis2016-07-284-70/+4
| | | | | | (bzr r15023.2.5)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-146-12/+12
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-8/+10
| | | | | | (bzr r14954.1.20)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-135-25/+32
| | | | | | (bzr r14954.1.19)
* | Added items as a range functionAdrian Boguszewski2016-07-034-8/+8
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-254-5/+5
|/ | | (bzr r14954.1.10)
* Extensions: Use underscored variants of parameters / attribute names in ↵Eduard Braun2016-06-1150-430/+430
| | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979)
* Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah2016-06-011-1/+1
| | | (bzr r14939)
* Replace two instances of getSVGUnit() by getDocumentScale().Tavmjong Bah2016-06-011-9/+4
| | | | | | Simplify writing of style string. Switch 'pt' to 'px'. (bzr r14938)
* [Bug #1545319] Failure to retrieve image resolution of PNGs with Units: ↵suv-lp2016-04-111-7/+71
| | | | | | | | Undefined (clang from Xcode 4.6.3). Fixed bugs: - https://launchpad.net/bugs/1545319 (bzr r14772)
* Fix for bug #1395435 (Inkscape crashes on load CDR select sheet) and bug ↵Eduard Braun2016-03-302-183/+171
| | | | | | | | | | | #1441437 (crashes when load multi page visio and select page 2 or more) Also clean up code to create dialog a bit and make dialog resizable. Fixed bugs: - https://launchpad.net/bugs/1395435 - https://launchpad.net/bugs/1441437 (bzr r14751)
* patch for bug 1538361, work around limits in mingw/MSVCRTmathog2016-03-112-42/+42
| | | (bzr r14699)
* Add PDF/PS output support for 'paint-order' property.Tavmjong Bah2016-03-083-19/+110
| | | (bzr r14696)
* Remove regex hack added in 14650Liam P. White2016-03-041-7/+1
| | | (bzr r14687)
* provide end user debugging for EMF and WMF issuesmathog2016-02-182-12/+52
| | | (bzr r14660)
* Fix improperly escaped character in previous commit (which actually fixes ↵Eduard Braun2016-02-141-1/+1
| | | | | | | | bug 1492153, sorry for the mix-up) Fixed bugs: - https://launchpad.net/bugs/1492153 (bzr r14651)
* Fix for bug 1478168 (CDR import crashes)Eduard Braun2016-02-141-1/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1478168 (bzr r14650)
* patch fixes bug 1538786mathog2016-01-271-19/+30
| | | (bzr r14620)
* patch probably fixes bug 1534833mathog2016-01-172-2/+5
| | | (bzr r14594)
* Bump poppler dep to 0.20.0Alex Valavanis2016-01-111-196/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1419263 (bzr r14573)
* Bump poppler dep to 0.15.1 (see bug #1419263)Alex Valavanis2016-01-111-8/+0
| | | (bzr r14572)
* Bump poppler dep to 0.12.2 (see bug #1419263)Alex Valavanis2016-01-111-45/+9
| | | (bzr r14571)
* Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah2016-01-091-1/+2
| | | (bzr r14569)
* Remove unused header file.Tavmjong Bah2015-12-094-5/+0
| | | (bzr r14522)
* replaced remaining GHashTable with std::mapMarc Jeanmougin2015-12-092-8/+8
| | | (bzr r14504.1.16)
* static code analysisKris De Gussem2015-12-072-4/+4
| | | (bzr r14510)
* added comment + simpler roundingMarc Jeanmougin2015-12-041-2/+3
| | | (bzr r14504)
* Correct rounding when importing bitmapsMarc Jeanmougin2015-12-031-2/+6
| | | (bzr r14503)
* static code analysisKris De Gussem2015-10-292-2/+2
| | | (bzr r14436)
* patch for bug 1511508mathog2015-10-292-5/+2
| | | (bzr r14435)
* Extensions. Fix for bug #1506043 (PDF import options always default to ↵Nicolas Dufour2015-10-191-0/+1
| | | | | | | | Poppler/Cairo import). Fixed bugs: - https://launchpad.net/bugs/1506043 (bzr r14423)
* Ensure strncpy'd strings are null terminatedBryce Harrington2015-08-292-2/+3
| | | (bzr r14332)
* import images with dpi from file : xscale and yscale were not rounded but ↵Marc Jeanmougin2015-08-171-2/+2
| | | | | | | | floored, which resulted in 0 values for big images, and numerical mayhem ensued ("inf" and "nan"). Fixed bugs: - https://launchpad.net/bugs/1479193 (bzr r14307)
* Patch from Simon Keller to correct alignment of rotated text in PDF+TEX output.Tavmjong Bah2015-07-071-3/+9
| | | (bzr r14236)
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-047-39/+32
|\ | | | | | | | | May introduce regressions. (bzr r14226)
| * Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-1/+1
| | | | | | (bzr r14059.2.16)
| * Merge from trunkKrzysztof Kosi??ski2015-05-226-24/+25
| |\ | | | | | | (bzr r14059.2.15)
| * \ Merge from trunkKrzysztof Kosi??ski2015-05-0815-105/+115
| |\ \ | | | | | | | | (bzr r14059.2.11)
| * | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-277-39/+32
| | | | | | | | | | | | (bzr r14059.2.1)
* | | | Use more fine-grain fallbacks for Poppler/Cairo PDF imports.Tavmjong Bah2015-05-291-0/+7
| | | | | | | | | | | | (bzr r14184)
* | | | Revert unintended changes.Tavmjong Bah2015-05-272-159/+8
| | | | | | | | | | | | (bzr r14181)
* | | | Add 'font-variant-xxx' to properties that should not be set on non-text ↵Tavmjong Bah2015-05-272-8/+159
| | | | | | | | | | | | | | | | | | | | elements. (bzr r14179)
* | | | Fix Gtk3 build.Tavmjong Bah2015-05-261-0/+6
| | | | | | | | | | | | (bzr r14177)