summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix color swatch drag preview.Jon A. Cruz2010-03-031-0/+1
| | | (bzr r9133)
* Clean up control point event handling slightlyKrzysztof Kosi??ski2010-03-031-18/+14
| | | (bzr r9132)
* Node tool: implement sculptingKrzysztof Kosi??ski2010-03-033-14/+39
| | | (bzr r9131)
* Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski2010-03-024-8/+15
| | | | | preserves the shape (bzr r9130)
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-025-53/+8
| | | | | when using Apple compilers. (bzr r9129)
* Cleanup on id access.Jon A. Cruz2010-03-0229-261/+306
| | | (bzr r9127)
* Remove obsolete C macro use.Jon A. Cruz2010-03-011-1/+1
| | | (bzr r9125)
* Cast cleanup.Jon A. Cruz2010-03-012-4/+3
| | | (bzr r9124)
* 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-285-16/+19
| | | (bzr r9118)
* Pen context, paraxial mode: don't add a L-shaped path to close the shape ↵Diederik van Lierop2010-02-281-9/+14
| | | | | when the nodes are already perfectly aligned (e.g. due to snapping to a grid) (bzr r9117)
* Pen tool in paraxial mode: Fix automatic selection of the correct paraxial ↵Diederik van Lierop2010-02-271-0/+1
| | | | | direction after deleting the last node (bzr r9116)
* 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)
* 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in ↵Diederik van Lierop2010-02-257-15/+38
| | | | | | | | | | the selector tool) 2) Allow constrained translation for 1) (with <ctrl>) 3) Fix snapping to the grid when pasting 4) Show snap indicators for all of the above 5) Implement snap delay mechanism for 1) and 2) (bzr r9113)
* fix warningsJohan B. C. Engelen2010-02-251-3/+1
| | | (bzr r9112)
* NEW: "+LaTeX" option for PDF/EPS/PS exportJohan B. C. Engelen2010-02-259-24/+689
|\ | | | | (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-226-100/+152
| | | | | | | | | | | | - 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)
| * add --export-pdf-latex option to the cmdlineJohan B. C. Engelen2010-02-201-0/+15
| | | | | | (bzr r9101.1.3)
| * 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)
* | Warning cleanup.Jon A. Cruz2010-02-252-2/+5
| | | | | | (bzr r9110)
* | Pen tool in paraxial mode: fix automatic orientation of first line segmentDiederik van Lierop2010-02-231-1/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/522335 (bzr r9108)
* | PStricks opacity fix.Nicolas Dufour2010-02-231-1/+13
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/379790 (bzr r9106)
* | 1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ↵Diederik van Lierop2010-02-224-25/+56
| | | | | | | | | | | | | | | | other tools 2) Always apply the constraint when asking for a constrained snap 3) Show snap indicator when applying a constraint (bzr r9105)
* | Disabled unfinished connection point edit mode. Added ↵Arcadie M. Cracan2010-02-219-212/+218
| | | | | | | | | | inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored). (bzr r9103.1.1)
* | Make sure that guides always snap correctly when dropping them, and improve ↵Diederik van Lierop2010-02-216-23/+30
| | | | | | | | | | perseverance of snap-indicator (bzr r9103)
* | Fix a memory leak in the object-snapperDiederik van Lierop2010-02-201-1/+1
|/ | | (bzr r9102)