summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of SVG lengths with spaces between value and unit (hopefully ↵Matthew Petroff2013-09-121-0/+2
| | | | | | | | without breaking things this time) [Bug #1208002]. Fixed bugs: - https://launchpad.net/bugs/1208002 (bzr r12508)
* fix Windows buildJohan B. C. Engelen2013-09-121-3/+3
| | | (bzr r12507)
* partially revert 12471, this fixes bug 1215575, but undoes the fix for the ↵Johan B. C. Engelen2013-09-111-8/+10
| | | | | | | | | | less important bug 1208002. (also improved unit conversion legibility) Fixed bugs: - https://launchpad.net/bugs/1215575 (bzr r12506)
* improve legibilityJohan B. C. Engelen2013-09-101-5/+5
| | | (bzr r12505)
* Add a check so objects removed from the document dont crash inkscape, ↵Martin Owens2013-09-081-1/+2
| | | | | | | | happens on close bc event race condition or misorder of what to destroy Fixed bugs: - https://launchpad.net/bugs/1220143 (bzr r12504)
* Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state ↵Nicolas Dufour2013-09-071-1/+2
| | | | | | | | instead of layer name). Fixed bugs: - https://launchpad.net/bugs/1219175 (bzr r12503)
* Allow EMF import from Wine apps on LinuxKrzysztof Kosi??ski2013-09-021-14/+17
| | | (bzr r12500)
* Unduplicate some code in the metafile printing extensionsKrzysztof Kosi??ski2013-09-0110-2183/+1843
| | | (bzr r12499)
* Fix grids with comma as decimal separator [Bug #1216306].Matthew Petroff2013-09-011-2/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1216306 (bzr r12498)
* Fix compilation warnings in libuemfKrzysztof Kosi??ski2013-09-013-23/+57
| | | (bzr r12497)
* Fix PNG export with non-px default unit [Bug #1215104].Matthew Petroff2013-09-011-1/+1
| | | (bzr r12495)
* update cmakefilesCampbell Barton2013-08-315-8/+12
| | | (bzr r12493)
* Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-3136-62/+84
| | | | | Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490)
* Merge in pdf work by david bild, thanks David\!Martin Owens2013-08-308-18/+112
|\ | | | | (bzr r12489)
| * use multiple graphic/text layers for pdf+latex outputDavid R. Bild2013-08-294-6/+90
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/771957 (bzr r12487.1.2)
| * Move omit text feature from cairo renderer to contextDavid R. Bild2013-08-266-12/+22
| | | | | | (bzr r12487.1.1)
* | adapt to changes in r12471 (unit refactoring)su_v2013-08-294-18/+14
| | | | | | (bzr r11668.1.76)
* | merge from trunk (r12487)su_v2013-08-29782-41919/+5787
|\| | | | | (bzr r11668.1.75)
| * Updating outdated test. Fixes bug #1202271.Jon A. Cruz2013-08-261-16/+16
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1202271 (bzr r12487)
| * better memory leak fix (fixes bug 986271: memory leaks associated with images)Kris De Gussem2013-08-213-19/+1
| | | | | | | | | | Patch by David Mathog, including revert of former fix in rev 11268 (bzr r12482)
| * Prevent writing out empty style strings.Tavmjong Bah2013-08-151-1/+5
| | | | | | (bzr r12481)
| * Add option to write out path data using only relative coordinatesTavmjong Bah2013-08-155-35/+73
| | | | | | | | | | | | (in addition to using only absolute coordinates or using a mixture of absolute and relative coordinates optimized for length). (bzr r12480)
| * Fix Gtk+ 3 build failure and make checkAlex Valavanis2013-08-153-6/+8
| | | | | | (bzr r12479)
| * Fix warning and hopefully fix build failures on LaunchpadKrzysztof Kosi??ski2013-08-142-3/+4
| | | | | | (bzr r12478)
| * fix build with dbusapi enabledsu_v2013-08-141-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1212355 (bzr r12477)
| * NewFromTemplate GSoC project for static templatesSlagvi Public2013-08-1413-106/+696
| |\ | | | | | | (bzr r12476)
| | * Cleanups before mergeSlagvi Public2013-08-134-8/+6
| | | | | | | | | (bzr r12379.2.21)
| | * Existing templates metadata added. Small keywords processing fix.Slagvi Public2013-08-101-0/+5
| | | | | | | | | (bzr r12379.2.20)
| | * Adapted sp_file_new for use with templatesSlagvi Public2013-08-063-20/+35
| | | | | | | | | (bzr r12379.2.19)
| | * Removing template data from XML tree addedSlagvi Public2013-08-045-9/+25
| | | | | | | | | (bzr r12379.2.18)
| | * Template preview size fixedSlagvi Public2013-07-272-2/+5
| | | | | | | | | (bzr r12379.2.17)
| | * New preview rendering option in New From TemplateSlagvi Public2013-07-273-1/+15
| | | | | | | | | (bzr r12379.2.16)
| | * Templates related bug fixesSlagvi Public2013-07-272-2/+10
| | | | | | | | | (bzr r12379.2.15)
| | * Templates gui fixesSlagvi Public2013-07-244-20/+19
| | | | | | | | | (bzr r12379.2.14)
| | * Old templates support removedSlagvi Public2013-07-245-114/+2
| | | | | | | | | (bzr r12379.2.13)
| | * Minor code fixesSlagvi Public2013-07-196-49/+23
| | | | | | | | | (bzr r12379.2.12)
| | * New From Template ui rearrangementSlagvi Public2013-07-198-144/+160
| | | | | | | | | (bzr r12379.2.11)
| | * Searching by words in descriptions, titles etc. Translation support improvedSlagvi Public2013-07-172-13/+60
| | | | | | | | | (bzr r12379.2.10)
| | * Template info loading + searching by keywords added.Slagvi Public2013-07-123-10/+109
| | | | | | | | | (bzr r12379.2.9)
| | * Coding style improvements and display bug fixesSlagvi Public2013-07-086-62/+126
| | | | | | | | | (bzr r12379.2.8)
| | * Added loading templates into NewFromTemplate dialog.Slagvi Public2013-07-049-21/+109
| | | | | | | | | (bzr r12379.2.7)
| | * Templates menu item fixedSlagvi Public2013-07-035-7/+16
| | | | | | | | | (bzr r12379.2.6)
| | * Adding NewFromTemplate to the Inkscape menuSlagvi Public2013-07-0211-0/+15
| | | | | | | | | (bzr r12379.2.5)
| | * Coding style fixesSlagvi Public2013-06-276-63/+63
| | | | | | | | | (bzr r12379.2.4)
| | * Changed comboBox into editableSlagvi Public2013-06-221-2/+2
| | | | | | | | | (bzr r12379.2.3)
| | * Coding style fixesSlagvi Public2013-06-2213-285/+323
| | | | | | | | | (bzr r12379.2.2)
| | * First newFromTemplate commit. Some basic widgets mechanicsSlagvi Public2013-06-188-0/+297
| | | | | | | | | (bzr r12379.2.1)
| * | Merge bool fix and clean up the warningMartin Owens2013-08-121-9/+36
| |\ \ | | | | | | | | (bzr r12475)
| | * | Fix to do the "right thing" for difference/intersection boolean ops whenEric Greveson2013-08-081-5/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | one or more input paths are truncated to zero-size by the quantization step (coordinate rounding). Previously this had only been fixed for union ops (which happened to work for exclusion (XOR) ops as well). (bzr r12472.1.1)
| * | | Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson2013-08-125-15/+26
| |/ / | | | | | | (bzr r12473.1.1)