summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-1/+2
| | | (bzr r10437)
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-1/+2
| | | (bzr r10429)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+4
|\ | | | | (bzr r9508.1.89)
| * Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-061-1/+2
| | | | | | (bzr r10259)
| * Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-281-0/+1
| | | | | | | | | | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242)
| * Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+1
| | | | | | (bzr r10198)
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-3/+0
|/ | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* Converted text toolbar to GTK toolbar.Tavmjong Bah2010-04-231-0/+2
| | | | | | | | | | | Moved Bold and Italics buttons to group font items together. Added items for line-height, word-spacing, and letter-spacing. Added ink-comboboxentry-action to wrap a GtkComboBoxEntry widget: Options: Pop-up completion menu. Use of external cell_data_func for formatting (e.g. font preview). Adjustable GtkEntry width. Display warning icon/tooltip if entry isn't in list. (bzr r9365)
* Adding missing snapping headers.Ted Gould2010-03-241-0/+1
| | | (bzr r9228)
* Make dist fixes for src/ directory.Ted Gould2010-03-241-2/+2
| | | (bzr r9227)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-0/+2
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* 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)