summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-2/+1
| | | (bzr r9163)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-0/+3
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * add cxxtests for marker_loc enum. code depends on the exact values of the ↵Johan B. C. Engelen2009-12-051-0/+1
| | | | | | | | | | enumeration. (bzr r8868)
| * Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+1
| | | | | | (bzr r8855)
| * Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-301-0/+1
| | | | | | (bzr r8851)
* | Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-2/+0
| | | | | | (bzr r8846.2.6)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-1/+0
|/ | | (bzr r8846.1.1)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+0
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-0/+3
| | | (bzr r8404)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-1/+0
| | | (bzr r7478)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-46/+2
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-271/+237
| | | | | rather than for every subdirectory. (bzr r7336)
* Fix SVN revision reporting so that it doesn't relink on every make Krzysztof Kosi??ski2009-02-191-6/+7
| | | | | invocation. (bzr r7331)
* remove desktop-affine.cppThomas Holder2009-02-111-1/+1
| | | (bzr r7275)
* Add inkscape-version.h to libinkversion sources so it will be Krzysztof Kosi??ski2009-01-131-1/+1
| | | | | distributed. (bzr r7127)
* Do not fail when svn client is not installed and .svn directory is Krzysztof Kosi??ski2009-01-131-1/+1
| | | | | present. (bzr r7124)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-9/+26
| | | | | version string on Linux. (bzr r7123)
* Remove utest.Krzysztof Kosi??ski2008-12-301-4/+0
| | | (bzr r7042)
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-90/+2
| | | (bzr r7040)
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-091-23/+24
| | | | | utest-based tests. (bzr r6976)
* "make check" now compiles and runs on Linux.Krzysztof Kosi??ski2008-12-081-9/+23
| | | (bzr r6973)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-0/+1
| | | (bzr r6964)
* Merge from fe-movedTed Gould2008-11-211-39/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-3/+1
| | | (bzr r6885)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-0/+1
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* Support for title and desc elements when serializing as Plain SVG.Jeff Schiller2008-08-231-0/+2
| | | (bzr r6709)
* Groundwork for new LPETool tool (which consists of subtools that are ↵Maximilian Albert2008-08-181-0/+1
| | | | | constructed from LPEs) (bzr r6645)
* Added missing new filesJon A. Cruz2008-08-091-0/+1
| | | (bzr r6600)
* Reorder libs, to fix a link-time error.Peter Moulder2008-08-041-1/+1
| | | (bzr r6554)
* initial handling of <script> tagFelipe Corr??a da Silva Sanches2008-07-221-0/+1
| | | | | | | | Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391)
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-3/+3
| | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
* Resolve ID clashes when pasting (fixes bug 165936).Stephen Silver2008-06-241-0/+1
| | | (bzr r6048)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+1
| | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013)
* UnicodeRange class implementation.Felipe Corr??a da Silva Sanches2008-06-161-0/+1
| | | | | | This class represents a range of unicode codepoints as used in the u1 and u2 attributes of glyph kerning nodes. (bzr r5949)
* C++ify knotholdersMaximilian Albert2008-06-041-1/+1
| | | (bzr r5797)
* Refactoring out common codeJon A. Cruz2008-05-291-0/+1
| | | (bzr r5759)
* back off on lifecycle stuff for nowMenTaLguY2008-05-151-1/+0
| | | (bzr r5676)
* introduce lifecycle stuff which will replace libgcMenTaLguY2008-05-151-0/+1
| | | (bzr r5673)
* attribute loading for font-face tagFelipe Corr??a da Silva Sanches2008-05-101-0/+1
| | | | | first draft. Still incomplete. (bzr r5644)
* Starting Summer of Code: SVG FontsFelipe Corr??a da Silva Sanches2008-05-081-0/+1
| | | | | * hkern and vkern: parameter loading. (bzr r5624)
* Initial cut of eraser toolJon A. Cruz2008-04-261-0/+1
| | | (bzr r5524)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-0/+1
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* Split data mode apart from UI and added button trackersJon A. Cruz2008-03-151-0/+2
| | | (bzr r5092)
* Fixed buildJon A. Cruz2008-03-101-0/+1
| | | (bzr r5036)
* a bit more boilerplate code for SVGFontsFelipe Corr??a da Silva Sanches2008-02-281-0/+1
| | | | | added <missing-glyph> (bzr r4890)
* more boilerplate code for SVGFontsFelipe Corr??a da Silva Sanches2008-02-271-0/+1
| | | | | <glyph> node parameter loading (bzr r4879)
* more SVGFonts boilerplate codeFelipe Corr??a da Silva Sanches2008-02-261-0/+1
| | | (bzr r4867)
* Offline work done during weekend:Felipe Corr??a da Silva Sanches2008-02-111-0/+1
| | | | | | | | | | * handle fefuncR, fefuncG, fefuncB and fefuncA nodes * implement fecomponenttransfer renderer ** identity and gamma modes render perfectly ** linear and table modes are rendering with very slight imperfections This commit still mantains feComponentTransfer out of UI (still not implemented) (bzr r4704)
* early version export to PS using blur to bitmapAdib Taraben2008-01-141-1/+4
| | | (bzr r4480)
* Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS ↵JiHO2008-01-101-0/+2
| | | | | X menubar when GTK+quartz is used. This is taken from Gimp and should be safe enough at this stage since it really only affects OS X. (bzr r4454)