| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -0/+12 |
| | | | | (bzr r11406) | ||||
| * | Patch from lp 721448 to make OSX Aqua builds more stable | Josh Andler | 2012-02-08 | 1 | -2/+2 |
| | | | | (bzr r10950) | ||||
| * | add missing files into cmake list | Campbell Barton | 2011-12-02 | 1 | -0/+6 |
| | | | | (bzr r10756) | ||||
| * | update cmake file lists | Campbell Barton | 2011-10-08 | 1 | -1/+0 |
| | | | | (bzr r10673) | ||||
| * | fix for cmake linking | Campbell Barton | 2011-09-21 | 1 | -3/+3 |
| | | | | (bzr r10642) | ||||
| * | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 1 | -1/+0 |
| | | | | (bzr r10582.1.11) | ||||
| * | Refactored to abstract lcms usage more. Added CMSSystem class. | Jon A. Cruz | 2011-07-10 | 1 | -1/+1 |
| | | | | (bzr r10437) | ||||
| * | Next step in refactoring color management. More to come. | Jon A. Cruz | 2011-07-09 | 1 | -0/+2 |
| | | | | (bzr r10429) | ||||
| * | Gcodetools have been upgraded to v. 1.7. | Nick Drobchenko | 2011-07-05 | 1 | -598/+598 |
| | | | | (bzr r10417) | ||||
| * | added missing header | Campbell Barton | 2011-07-02 | 1 | -1/+4 |
| | | | | (bzr r10397) | ||||
| * | Completely remove Inkboard | Krzysztof Kosi??ski | 2011-06-23 | 1 | -2/+0 |
| | | | | (bzr r10346) | ||||
| * | get cmake working again. | Campbell Barton | 2011-06-22 | 1 | -4/+0 |
| | | | | (bzr r10334) | ||||
| * | cmake: fix for install target | Campbell Barton | 2011-06-13 | 1 | -47/+0 |
| | | | | (bzr r10296) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -10/+0 |
| | | | | | | | - remove hard coded include and libraries. - remove gtk/imagemagic modules (use cmakes). (bzr r10294) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 target | Campbell Barton | 2011-06-13 | 1 | -0/+47 |
| | | | | (bzr r10282) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-13 | 1 | -43/+17 |
| | | | | (bzr r10278) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-12 | 1 | -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 time | Campbell Barton | 2011-06-12 | 1 | -50/+50 |
| | | | | (bzr r10273) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -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??ski | 2010-10-12 | 1 | -1/+0 |
| | | | | (bzr r9828) | ||||
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -0/+1 |
| | | | | (bzr r9163) | ||||
| * | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 2009-12-02 | 1 | -0/+1 |
| | | | | (bzr r8855) | ||||
| * | remove desktop-affine.cpp | Thomas Holder | 2009-02-11 | 1 | -1/+0 |
| | | | | (bzr r7276) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -4/+5 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: New FindGTK2 | Joshua L. Blocher | 2009-01-09 | 1 | -16/+13 |
| | | | | (bzr r7103) | ||||
| * | Cmake: Corrections for mistakes | Joshua L. Blocher | 2009-01-09 | 1 | -3/+3 |
| | | | | (bzr r7101) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -56/+9 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -227/+225 |
| | | | | (bzr r7078) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -4/+0 |
| | | | | (bzr r6891) | ||||
| * | Patch so Inkscape will compile on Solaris 10 from LP ↵ | Joshua L. Blocher | 2008-07-03 | 1 | -3/+3 |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133) | ||||
| * | Resolve ID clashes when pasting (fixes bug 165936). | Stephen Silver | 2008-06-24 | 1 | -0/+1 |
| | | | | (bzr r6048) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -294/+5 |
| | | | | (bzr r6046) | ||||
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 1 | -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 issue | Joshua L. Blocher | 2008-06-09 | 1 | -0/+1 |
| | | | | (bzr r5863) | ||||
| * | Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, ↵ | Joshua L. Blocher | 2008-05-29 | 1 | -0/+2 |
| | | | | | | remove old/unused files (bzr r5760) | ||||
| * | Cmake: More Dependency work, added new files | Joshua L. Blocher | 2008-05-25 | 1 | -4/+4 |
| | | | | (bzr r5754) | ||||
| * | Cmake: Fix issue with generated sp-marshall.h/.cpp not linking | Joshua L. Blocher | 2008-05-19 | 1 | -1/+1 |
| | | | | (bzr r5715) | ||||
| * | Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵ | Joshua L. Blocher | 2008-05-19 | 1 | -201/+208 |
| | | | | | | to their cmakelists.txts (bzr r5713) | ||||
| * | Cmake: Fix ~PedroGui function being defined multiple times | Joshua L. Blocher | 2008-05-06 | 1 | -1/+1 |
| | | | | (bzr r5612) | ||||
| * | Cmake: Fix some undefined function calls | Joshua L. Blocher | 2008-05-06 | 1 | -5/+8 |
| | | | | (bzr r5611) | ||||
| * | Cmake: Moved helper macros to their own file and removed *-test.h from ↵ | Joshua L. Blocher | 2008-05-05 | 1 | -113/+95 |
| | | | | | | inkscape source list (bzr r5608) | ||||
| * | Cmake: Fix some double linking flags | Joshua L. Blocher | 2008-05-03 | 1 | -4/+4 |
| | | | | (bzr r5584) | ||||
| * | Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵ | Joshua L. Blocher | 2008-05-02 | 1 | -14/+2 |
| | | | | | | Linking checking to help resolve linking issues (bzr r5576) | ||||
| * | Cmake: Fixed optional dependency linking | Joshua L. Blocher | 2008-04-28 | 1 | -3/+6 |
| | | | | (bzr r5539) | ||||
| * | Cmake: Fixed issues with pedro not linking correctly | Joshua L. Blocher | 2008-04-28 | 1 | -206/+511 |
| | | | | (bzr r5534) | ||||
| * | Cmake: added livarot as a lib, fixes problem with linking | Joshua L. Blocher | 2008-04-27 | 1 | -2/+3 |
| | | | | (bzr r5532) | ||||
| * | cmake: copy over excluded dirs from build.xml | Johan B. C. Engelen | 2008-04-16 | 1 | -3/+3 |
| | | | | (bzr r5457) | ||||
