summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-2/+6
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* r17230@mini-emma: ted | 2007-12-10 21:02:47 -0800Ted Gould2007-12-111-3/+3
| | | | | Adding in isinf.h and removing spaces (tabs in this one folks). (bzr r4209)
* r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800Ted Gould2007-12-111-0/+2
| | | | | Adjusting line-snapper.cpp so that it doesn't include snapper-line.cpp such that it can be included normally in the Makefile_insert. Also, adding in helper-fns.h to the included source files. (bzr r4207)
* r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800Ted Gould2007-12-111-1/+0
| | | | | Builds for me. A couple of changes that broke things. But this works for me (tm). (bzr r4205)
* add snapped-line.cpp and snapped-line.h to src/Makefile_insert for make ↵Aaron Spike2007-12-101-0/+1
| | | | | distcheck (bzr r4200)
* Adding ICC Profiles in X supportJon A. Cruz2007-11-171-0/+2
| | | (bzr r4095)
* Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen2007-11-091-1/+0
| | | | | Add conversion functions between Geom::Point and NR::Point (bzr r4050)
* r16914@shi: ted | 2007-10-30 21:58:05 -0700Ted Gould2007-10-311-2/+1
| | | | | Switching everything over to a linked in libwpg (bzr r3992)
* r16913@shi: ted | 2007-10-30 21:32:09 -0700Ted Gould2007-10-311-0/+1
| | | | | Adding in libwpg (bzr r3991)