summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-1/+1
| | | (bzr r9163)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-1/+1
| | | (bzr r9153)
* Always embed bitmap copies created with Alt+B.Krzysztof Kosi??ski2010-03-051-21/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/169108 (bzr r9144)
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-044-39/+93
| | | (bzr r9143)
* Cleanup on id access.Jon A. Cruz2010-03-025-36/+36
| | | (bzr r9127)
* Remove obsolete C macro use.Jon A. Cruz2010-03-011-1/+1
| | | (bzr r9125)
* Fixed type problem with cast.Jon A. Cruz2010-03-012-86/+79
| | | | | General cleanup. (bzr r9123)
* pdf+latex: add support for flowed text!Johan B. C. Engelen2010-02-281-9/+96
| | | (bzr r9122)
* Really fix the Windows buildKrzysztof Kosi??ski2010-02-281-1/+1
| | | (bzr r9121)
* Fix Windows compile fail after 9118 (oops)Krzysztof Kosi??ski2010-02-281-1/+1
| | | (bzr r9120)
* Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski2010-02-281-1/+1
| | | (bzr r9118)
* latex export: add transparency export for pdfJohan B. C. Engelen2010-02-264-15/+31
| | | (bzr r9115)
* fix bug in latex export, when svgwidth has not been defined at allJohan B. C. Engelen2010-02-261-2/+2
| | | (bzr r9114)
* fix warningsJohan B. C. Engelen2010-02-251-3/+1
| | | (bzr r9112)
* NEW: "+LaTeX" option for PDF/EPS/PS exportJohan B. C. Engelen2010-02-258-24/+674
|\ | | | | (bzr r9111)
| * fix cmakelist for renameJohan B. C. Engelen2010-02-251-1/+1
| | | | | | (bzr r9101.1.24)
| * prevent extra vertical space after imageJohan B. C. Engelen2010-02-251-1/+1
| | | | | | (bzr r9101.1.23)
| * fix 2 bugsJohan B. C. Engelen2010-02-251-9/+9
| | | | | | (bzr r9101.1.22)
| * remove whitespaceJohan B. C. Engelen2010-02-241-18/+18
| | | | | | (bzr r9101.1.21)
| * - align on text anchorJohan B. C. Engelen2010-02-241-18/+31
| | | | | | | | | | - provide better scaling option. default, the image is not scaled. image can be scaled by \def\svgwidth{...} (bzr r9101.1.20)
| * fix bug: don't output scientific notation numbers to latexJohan B. C. Engelen2010-02-241-0/+3
| | | | | | (bzr r9101.1.19)
| * add original width of picture to be able to *not* specify width in latex ↵Johan B. C. Engelen2010-02-241-0/+4
| | | | | | | | | | doc. still work to be done. (bzr r9101.1.18)
| * output clones to latex tooJohan B. C. Engelen2010-02-241-2/+0
| | | | | | (bzr r9101.1.17)
| * also output color to tex. ICC colors do not work yet.Johan B. C. Engelen2010-02-221-1/+18
| | | | | | (bzr r9101.1.16)
| * - proper transformations handlingJohan B. C. Engelen2010-02-221-19/+17
| | | | | | | | | | - 2geomify some stuff (bzr r9101.1.15)
| * clean up codeJohan B. C. Engelen2010-02-222-240/+15
| | | | | | (bzr r9101.1.14)
| * - change cmdline option to --export-latex.Johan B. C. Engelen2010-02-225-92/+144
| | | | | | | | | | | | - change source file names to reflect that it is "generic" latex renderer - make latex export work for EPS and PS aswell (bzr r9101.1.13)
| * fix alignment issue. now the boundingbox is used for aligning, instead of ↵Johan B. C. Engelen2010-02-211-8/+32
| | | | | | | | | | the text anchor point. (bzr r9101.1.11)
| * add method to scale the imageJohan B. C. Engelen2010-02-211-104/+31
| | | | | | | | | | | | clean up the pre- and postamble add help text on how to use the tex file (bzr r9101.1.10)
| * remove g_messageJohan B. C. Engelen2010-02-211-1/+0
| | | | | | (bzr r9101.1.9)
| * add rotation to text output (the positioning is a little off)Johan B. C. Engelen2010-02-211-3/+16
| | | | | | (bzr r9101.1.8)
| * fix transformsJohan B. C. Engelen2010-02-212-20/+43
| | | | | | (bzr r9101.1.7)
| * output test.tex instead of test.pdf.tex which does not work well. strip path ↵Johan B. C. Engelen2010-02-212-6/+18
| | | | | | | | | | from filename on windows (bzr r9101.1.6)
| * start outputting text to tex. position is wrong. filename of pdf is wrong in ↵Johan B. C. Engelen2010-02-211-38/+57
| | | | | | | | | | latex code (bzr r9101.1.5)
| * writePreamble and writePostambleJohan B. C. Engelen2010-02-213-7/+189
| | | | | | (bzr r9101.1.4)
| * initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ↵Johan B. C. Engelen2010-02-206-10/+581
| | | | | | | | | | file. implementation of renderer is all that is left to do :) (bzr r9101.1.2)
| * add option to exclude/omit text from the PDF when saving to pdfJohan B. C. Engelen2010-02-203-2/+22
| | | | | | (bzr r9101.1.1)
* | PStricks opacity fix.Nicolas Dufour2010-02-231-1/+13
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/379790 (bzr r9106)
* Fixing conts correctness.Jon A. Cruz2010-01-202-2/+4
| | | (bzr r9009)
* * Merge from trunkKrzysztof Kosi??ski2010-01-148-24/+60
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain ↵Jon A. Cruz2010-01-021-4/+38
| | | | | | | | | | | | | | | | SVG". Fixes bug #500440. Fixed bugs: - https://launchpad.net/bugs/500440 (bzr r8933)
| * Restore files that shouldn't have been touched. GrrrDiederik van Lierop2009-12-301-11/+11
| | | | | | (bzr r8928)
| * When combining paths: clear the selection before deleting the original objectsDiederik van Lierop2009-12-301-11/+11
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/495483 (bzr r8927)
| * fix build again for old poppler libs, by reverting a part of my previous commitDiederik van Lierop2009-12-251-11/+11
| | | | | | (bzr r8908)
| * refactoring the snapping code (laying the groundwork for my next commit ↵Diederik van Lierop2009-12-241-11/+11
| | | | | | | | | | which reduces snap jitter) (bzr r8906)
| * Warning cleanupJon A. Cruz2009-12-202-14/+14
| | | | | | (bzr r8895)
| * Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler2009-12-165-6/+8
| | | | | | | | | | allocation/deallocation issues. (bzr r8891)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-294-11/+18
|/ | | (bzr r8846.1.1)
* Patch by Adib for 271695Josh Andler2009-11-092-12/+35
| | | (bzr r8829)
* regression patch from 388257bulia byak2009-11-091-4/+2
| | | (bzr r8826)