summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+12
| | | (bzr r11406)
* Patch from lp 721448 to make OSX Aqua builds more stableJosh Andler2012-02-081-2/+2
| | | (bzr r10950)
* add missing files into cmake listCampbell Barton2011-12-021-0/+6
| | | (bzr r10756)
* update cmake file listsCampbell Barton2011-10-081-1/+0
| | | (bzr r10673)
* fix for cmake linkingCampbell Barton2011-09-211-3/+3
| | | (bzr r10642)
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-1/+0
| | | (bzr r10582.1.11)
* Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-1/+1
| | | (bzr r10437)
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-0/+2
| | | (bzr r10429)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-051-598/+598
| | | (bzr r10417)
* added missing headerCampbell Barton2011-07-021-1/+4
| | | (bzr r10397)
* Completely remove InkboardKrzysztof Kosi??ski2011-06-231-2/+0
| | | (bzr r10346)
* get cmake working again.Campbell Barton2011-06-221-4/+0
| | | (bzr r10334)
* cmake: fix for install targetCampbell Barton2011-06-131-47/+0
| | | (bzr r10296)
* cmake:Campbell Barton2011-06-131-10/+0
| | | | | | - remove hard coded include and libraries. - remove gtk/imagemagic modules (use cmakes). (bzr r10294)
* cmake:Campbell Barton2011-06-131-2/+29
| | | | | | | | The cmake files were using the inkscape-version.cpp file generated by autoconfigure. now generate our own. Also remove bad include. (bzr r10289)
* cmake: basic install targetCampbell Barton2011-06-131-0/+47
| | | (bzr r10282)
* cmake:Campbell Barton2011-06-131-85/+325
| | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
* cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-43/+17
| | | (bzr r10278)
* cmake:Campbell Barton2011-06-131-32/+24
| | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-24/+49
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton2011-06-121-50/+50
| | | (bzr r10273)
* work in progress cmake commit:Campbell Barton2011-06-121-247/+331
| | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-1/+0
| | | (bzr r9828)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-0/+1
| | | (bzr r9163)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+1
| | | (bzr r8855)
* remove desktop-affine.cppThomas Holder2009-02-111-1/+0
| | | (bzr r7276)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-4/+5
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: New FindGTK2Joshua L. Blocher2009-01-091-16/+13
| | | (bzr r7103)
* Cmake: Corrections for mistakesJoshua L. Blocher2009-01-091-3/+3
| | | (bzr r7101)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-56/+9
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-227/+225
| | | (bzr r7078)
* Merge from fe-movedTed Gould2008-11-211-4/+0
| | | (bzr r6891)
* Patch so Inkscape will compile on Solaris 10 from LP ↵Joshua L. Blocher2008-07-031-3/+3
| | | | | https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133)
* Resolve ID clashes when pasting (fixes bug 165936).Stephen Silver2008-06-241-0/+1
| | | (bzr r6048)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-294/+5
| | | (bzr r6046)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+0
| | | | | | | | | | | | | | | | | | | 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)
* Fix include in sp-filter.cpp NR:filter issueJoshua L. Blocher2008-06-091-0/+1
| | | (bzr r5863)
* Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, ↵Joshua L. Blocher2008-05-291-0/+2
| | | | | remove old/unused files (bzr r5760)
* Cmake: More Dependency work, added new filesJoshua L. Blocher2008-05-251-4/+4
| | | (bzr r5754)
* Cmake: Fix issue with generated sp-marshall.h/.cpp not linkingJoshua L. Blocher2008-05-191-1/+1
| | | (bzr r5715)
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵Joshua L. Blocher2008-05-191-201/+208
| | | | | to their cmakelists.txts (bzr r5713)
* Cmake: Fix ~PedroGui function being defined multiple timesJoshua L. Blocher2008-05-061-1/+1
| | | (bzr r5612)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-061-5/+8
| | | (bzr r5611)
* Cmake: Moved helper macros to their own file and removed *-test.h from ↵Joshua L. Blocher2008-05-051-113/+95
| | | | | inkscape source list (bzr r5608)
* Cmake: Fix some double linking flagsJoshua L. Blocher2008-05-031-4/+4
| | | (bzr r5584)
* Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵Joshua L. Blocher2008-05-021-14/+2
| | | | | Linking checking to help resolve linking issues (bzr r5576)
* Cmake: Fixed optional dependency linkingJoshua L. Blocher2008-04-281-3/+6
| | | (bzr r5539)
* Cmake: Fixed issues with pedro not linking correctlyJoshua L. Blocher2008-04-281-206/+511
| | | (bzr r5534)
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-271-2/+3
| | | (bzr r5532)
* cmake: copy over excluded dirs from build.xmlJohan B. C. Engelen2008-04-161-3/+3
| | | (bzr r5457)