summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | More documentation.Soren Berg2009-08-174-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.32)
| * | | | | | | Fixed directory for inkscape executable.Soren Berg2009-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now points to $(prefix)/bin/inkscape (bin added.) (bzr r8254.1.31)
| * | | | | | | Updated notes.Soren Berg2009-08-151-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.30)
| * | | | | | | Fixed service file!Soren Berg2009-08-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Service file will now point to $(prefix) of most recently installed inkscape. (bzr r8254.1.29)
| * | | | | | | Added copyright info to proposed interface.Soren Berg2009-08-151-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.28)
| * | | | | | | Added proposed interface file.Soren Berg2009-08-153-3/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed other xml files to have xml file declaration before comments. (bzr r8254.1.27)
| * | | | | | | Added an intro to coders interested in modifing the code.Soren Berg2009-08-131-2/+47
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.26)
| * | | | | | | Added file with some current issues listed for coders.Soren Berg2009-08-131-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.25)
| * | | | | | | Made wrapper functions non static.Soren Berg2009-08-139-168/+342
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added lots of documentation. (bzr r8254.1.24)
| * | | | | | | Added wrapper code.Soren Berg2009-08-114-2/+1136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still under construction, will be merged into the main Makefile_Insert later. (bzr r8254.1.23)
| * | | | | | | Added image import function.Soren Berg2009-07-233-12/+63
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.22)
| * | | | | | | Added set_color function.Soren Berg2009-07-233-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.21)
| * | | | | | | Experimental pause updating scheme.Soren Berg2009-07-221-13/+36
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.20)
| * | | | | | | Fixed GErrors.Soren Berg2009-07-225-77/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added many GErrors, especially for unfound objects. transfered many functions to using verbs instead of the function the verb calls to make error reporting easier. (bzr r8254.1.19)
| * | | | | | | worked on path parsing.Soren Berg2009-07-212-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.18)
| * | | | | | | Worked on text, now works with limited capability.Soren Berg2009-07-213-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Started work on node_get_coordinates. (bzr r8254.1.17)
| * | | | | | | Fixed selection_get_center and selection_combine.Soren Berg2009-07-203-11/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added selection_divide. (bzr r8254.1.16)
| * | | | | | | Fixed selection_get()Soren Berg2009-07-203-30/+22
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.15)
| * | | | | | | Whoops, fixed a bug in an incomplete method.Soren Berg2009-07-161-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.14)
| * | | | | | | Added missing (and very important) file.Soren Berg2009-07-164-28/+407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added get_path method. Added documentation on paths. (bzr r8254.1.13)
| * | | | | | | implemented a number of functions, including save/load functions.Soren Berg2009-07-152-26/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the print function because I can see no way of doing it without bringing up a dialog. (bzr r8254.1.12)
| * | | | | | | Implemented all the CSS style functions.Soren Berg2009-07-131-8/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Worked on some layer functions. (bzr r8254.1.11)
| * | | | | | | TEMPORARY Added a shell script to build documentation until it's integrated ↵Soren Berg2009-07-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into the build system. (bzr r8254.1.10)
| * | | | | | | Documentation helper files. Building documentation is currently done by ↵Soren Berg2009-07-136-0/+875
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shell script, but will be integrated into the build system eventually. (bzr r8254.1.9)
| * | | | | | | Added code to initialize DBus (if enabled.)Soren Berg2009-07-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r8254.1.4)
| * | | | | | | Core Dbus files.Soren Berg2009-07-129-0/+2650
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Init creates interfaces on Inkscape startup. Application and document interface provide API functions over Dbus. service.in file makes sure Inkscape starts automatically when someone connects to it over Dbus. (bzr r8254.1.3)
* | | | | | | | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.47)
* | | | | | | | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-042-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.44)
* | | | | | | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-1/+1
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | (bzr r9508.1.8)
* | | | | | | add more help to the tex preambleJohan B. C. Engelen2010-06-211-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/596939 (bzr r9519)
* | | | | | | Extensions. Localized float values in SVG due to internal extensions, %f in ↵Nicolas Dufour2010-05-273-20/+33
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | printf (bug #586063) Fixed bugs: - https://launchpad.net/bugs/586063 (bzr r9456)
* | | | | | Extension. Fix XAML export crash (Bug #282421).Nicolas Dufour2010-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/282421 (bzr r9394)
* | | | | | Extensions. Use locale dependent string to float convertion for default ↵Nicolas Dufour2010-05-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values (Bug #571196). Fixed bugs: - https://launchpad.net/bugs/571196 (bzr r9391)
* | | | | | i18n. Fix for bug #425202 (script messages not translated).Nicolas Dufour2010-04-251-1/+7
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/425202 (bzr r9371)
* | | | | Extensions. Fix Render>Grid extension (Bug #401567).Nicolas Dufour2010-04-211-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/401567 (bzr r9361)
* | | | | Extensions. JavaFX output fix by ycswyw.Nicolas Dufour2010-04-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/439270 (bzr r9355)
* | | | | Fix for ImageMagick solarize extension.Nicolas Dufour2010-04-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/362271 (bzr r9329)
* | | | | fix bug 168275 by removing a ceil on document height and width in pdf/eps/ps ↵Johan B. C. Engelen2010-04-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exporter. Fixed bugs: - https://launchpad.net/bugs/168275 (bzr r9306)
* | | | | PDF+LaTeX: fix bug 555488, and fix bug with missing space after setting ↵Johan B. C. Engelen2010-04-081-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | justification Fixed bugs: - https://launchpad.net/bugs/555488 (bzr r9301)
* | | | | Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-063-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* | | | | Fix --export-page-drawing option in PDF, PS and LaTeX export.Krzysztof Kosi??ski2010-04-032-6/+3
| | | | | | | | | | | | | | | (bzr r9290)
* | | | | remove debug text from cairo-render-context.cppJohan B. C. Engelen2010-04-031-3/+3
| | | | | | | | | | | | | | | (bzr r9289)
* | | | | Fix grid extensionKrzysztof Kosi??ski2010-04-031-12/+6
| | | | | | | | | | | | | | | (bzr r9281.1.10)
* | | | | Patch by Daniel_J for 522327Josh Andler2010-04-012-2/+2
| | | | | | | | | | | | | | | (bzr r9267)
* | | | | Remove leftover debug outputKrzysztof Kosi??ski2010-03-281-1/+0
| | | | | | | | | | | | | | | (bzr r9249)
* | | | | Allow Inkscape to run from Unicode directories on WindowsKrzysztof Kosi??ski2010-03-282-183/+92
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/505107 (bzr r9248)
* | | | Fix build with poppler >= 0.12.2Krzysztof Kosi??ski2010-03-211-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/487038 (bzr r9217)
* | | | Changed the embed/link dialog to use radio buttons instead of a checkbox to ↵Jon A. Cruz2010-03-181-4/+7
| | | | | | | | | | | | | | | | | | | | make the link/embed effect clearer. (bzr r9202)
* | | | Added wrappers for the "optiongroup" type that correspond to existing ↵Jon A. Cruz2010-03-184-6/+66
| | | | | | | | | | | | | | | | | | | | "float", "enum" etc. wrappers. (bzr r9201)
* | | | make label more informativebuliabyak2010-03-171-1/+1
| | | | | | | | | | | | (bzr r9198)