summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-147-22/+58
|\ | | | | | | | | | | * 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-164-4/+6
| | | | | | | | | | allocation/deallocation issues. (bzr r8891)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+1
|/ | | (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)
* Patch for 456148 by JohanJosh Andler2009-11-081-29/+51
| | | (bzr r8825)
* Krzysztof's patch for 388257bulia byak2009-11-081-14/+19
| | | (bzr r8821)
* revert the PS rotation part of Adrian's patch for 437550, see discussion in ↵bulia byak2009-11-071-9/+1
| | | | | the bug (bzr r8820)
* More proper fix for 451588 by TavmjongJosh Andler2009-10-161-9/+21
| | | (bzr r8788)
* Patch by Tavmjong for 451588Josh Andler2009-10-141-5/+16
| | | (bzr r8771)
* Patch from Adrian for 437550.Josh Andler2009-09-271-3/+13
| | | (bzr r8658)
* Fix by Adib for 430804.Josh Andler2009-09-221-11/+19
| | | (bzr r8628)
* patch by Adib for 406470bulia byak2009-09-051-2/+10
| | | (bzr r8562)
* Maximum value of alpha is 255 (not 256).Tavmjong Bah2009-08-111-1/+1
| | | (bzr r8467)
* Change "canvas" to "page" to be consistent with use in all other dialogs andTavmjong Bah2009-08-072-10/+10
| | | | | menus. '-C' is kept, as '-P' is used for PostScript export. (bzr r8438)
* Make PDF, PS, and EPS dialogs consistent.Tavmjong Bah2009-08-062-6/+6
| | | | | Change "Canvas" to "Page" to be consistent with other dialogs and menu items. (bzr r8423)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-0641-78/+78
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8416)
* SPDocument->Documentjohnce2009-08-052-4/+4
| | | (bzr r8409)
* SPDocument->Documentjohnce2009-08-0522-46/+46
| | | (bzr r8408)
* SPDocument->Documentjohnce2009-08-0517-28/+28
| | | (bzr r8407)