| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 2009-03-13 | 1 | -1/+0 |
| | | | | (bzr r7478) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -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??ski | 2009-02-20 | 1 | -271/+237 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Fix SVN revision reporting so that it doesn't relink on every make | Krzysztof Kosi??ski | 2009-02-19 | 1 | -6/+7 |
| | | | | | | invocation. (bzr r7331) | ||||
| * | remove desktop-affine.cpp | Thomas Holder | 2009-02-11 | 1 | -1/+1 |
| | | | | (bzr r7275) | ||||
| * | Add inkscape-version.h to libinkversion sources so it will be | Krzysztof Kosi??ski | 2009-01-13 | 1 | -1/+1 |
| | | | | | | distributed. (bzr r7127) | ||||
| * | Do not fail when svn client is not installed and .svn directory is | Krzysztof Kosi??ski | 2009-01-13 | 1 | -1/+1 |
| | | | | | | present. (bzr r7124) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -9/+26 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | Remove utest. | Krzysztof Kosi??ski | 2008-12-30 | 1 | -4/+0 |
| | | | | (bzr r7042) | ||||
| * | Build a single test executable on Linux to match Windows build system. | Krzysztof Kosi??ski | 2008-12-29 | 1 | -90/+2 |
| | | | | (bzr r7040) | ||||
| * | Simplify "make check" makefile rules and remove most of the obsolete | Krzysztof Kosi??ski | 2008-12-09 | 1 | -23/+24 |
| | | | | | | utest-based tests. (bzr r6976) | ||||
| * | "make check" now compiles and runs on Linux. | Krzysztof Kosi??ski | 2008-12-08 | 1 | -9/+23 |
| | | | | (bzr r6973) | ||||
| * | Change the way preferences are loaded to simplify unit testing | Krzysztof Kosi??ski | 2008-12-07 | 1 | -0/+1 |
| | | | | (bzr r6964) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -39/+1 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -3/+1 |
| | | | | (bzr r6885) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -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 Schiller | 2008-08-23 | 1 | -0/+2 |
| | | | | (bzr r6709) | ||||
| * | Groundwork for new LPETool tool (which consists of subtools that are ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+1 |
| | | | | | | constructed from LPEs) (bzr r6645) | ||||
| * | Added missing new files | Jon A. Cruz | 2008-08-09 | 1 | -0/+1 |
| | | | | (bzr r6600) | ||||
| * | Reorder libs, to fix a link-time error. | Peter Moulder | 2008-08-04 | 1 | -1/+1 |
| | | | | (bzr r6554) | ||||
| * | initial handling of <script> tag | Felipe Corr??a da Silva Sanches | 2008-07-22 | 1 | -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 Gronde | 2008-07-17 | 1 | -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 Silver | 2008-06-24 | 1 | -0/+1 |
| | | | | (bzr r6048) | ||||
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 1 | -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 Sanches | 2008-06-16 | 1 | -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 knotholders | Maximilian Albert | 2008-06-04 | 1 | -1/+1 |
| | | | | (bzr r5797) | ||||
| * | Refactoring out common code | Jon A. Cruz | 2008-05-29 | 1 | -0/+1 |
| | | | | (bzr r5759) | ||||
| * | back off on lifecycle stuff for now | MenTaLguY | 2008-05-15 | 1 | -1/+0 |
| | | | | (bzr r5676) | ||||
| * | introduce lifecycle stuff which will replace libgc | MenTaLguY | 2008-05-15 | 1 | -0/+1 |
| | | | | (bzr r5673) | ||||
| * | attribute loading for font-face tag | Felipe Corr??a da Silva Sanches | 2008-05-10 | 1 | -0/+1 |
| | | | | | | first draft. Still incomplete. (bzr r5644) | ||||
| * | Starting Summer of Code: SVG Fonts | Felipe Corr??a da Silva Sanches | 2008-05-08 | 1 | -0/+1 |
| | | | | | | * hkern and vkern: parameter loading. (bzr r5624) | ||||
| * | Initial cut of eraser tool | Jon A. Cruz | 2008-04-26 | 1 | -0/+1 |
| | | | | (bzr r5524) | ||||
| * | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 2008-03-28 | 1 | -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 trackers | Jon A. Cruz | 2008-03-15 | 1 | -0/+2 |
| | | | | (bzr r5092) | ||||
| * | Fixed build | Jon A. Cruz | 2008-03-10 | 1 | -0/+1 |
| | | | | (bzr r5036) | ||||
| * | a bit more boilerplate code for SVGFonts | Felipe Corr??a da Silva Sanches | 2008-02-28 | 1 | -0/+1 |
| | | | | | | added <missing-glyph> (bzr r4890) | ||||
| * | more boilerplate code for SVGFonts | Felipe Corr??a da Silva Sanches | 2008-02-27 | 1 | -0/+1 |
| | | | | | | <glyph> node parameter loading (bzr r4879) | ||||
| * | more SVGFonts boilerplate code | Felipe Corr??a da Silva Sanches | 2008-02-26 | 1 | -0/+1 |
| | | | | (bzr r4867) | ||||
| * | Offline work done during weekend: | Felipe Corr??a da Silva Sanches | 2008-02-11 | 1 | -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 bitmap | Adib Taraben | 2008-01-14 | 1 | -1/+4 |
| | | | | (bzr r4480) | ||||
| * | Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS ↵ | JiHO | 2008-01-10 | 1 | -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 Albert | 2007-12-13 | 1 | -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 -0800 | Ted Gould | 2007-12-11 | 1 | -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 -0800 | Ted Gould | 2007-12-11 | 1 | -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 -0800 | Ted Gould | 2007-12-11 | 1 | -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 Spike | 2007-12-10 | 1 | -0/+1 |
| | | | | | | distcheck (bzr r4200) | ||||
| * | Adding ICC Profiles in X support | Jon A. Cruz | 2007-11-17 | 1 | -0/+2 |
| | | | | (bzr r4095) | ||||
| * | Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h. | Johan B. C. Engelen | 2007-11-09 | 1 | -1/+0 |
| | | | | | | Add conversion functions between Geom::Point and NR::Point (bzr r4050) | ||||
| * | r16914@shi: ted | 2007-10-30 21:58:05 -0700 | Ted Gould | 2007-10-31 | 1 | -2/+1 |
| | | | | | | Switching everything over to a linked in libwpg (bzr r3992) | ||||
| * | r16913@shi: ted | 2007-10-30 21:32:09 -0700 | Ted Gould | 2007-10-31 | 1 | -0/+1 |
| | | | | | | Adding in libwpg (bzr r3991) | ||||
