summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rounding errors in feComposite: patch by Preben S (bug 318134)Niko Kiirala2009-01-191-7/+7
* snap indicator: try a diamond shaped indicator for snapping to nodes. see how...Johan B. C. Engelen2009-01-171-1/+11
* work a bit on snapindicator: added switch statement for different typesJohan B. C. Engelen2009-01-161-15/+29
* nr-filter-image now yields identical results to using <image> in most cases b...Jasper van de Gronde2009-01-162-21/+30
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-132-2/+2
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-1/+3
* Cmake: Corrections for mistakesJoshua L. Blocher2009-01-093-2/+3
* Warning and whitespace cleanup.Jon A. Cruz2009-01-061-129/+139
* Another week coding offline...Felipe Corr??a da Silva Sanches2009-01-051-63/+70
* Removed two g_warning's I had used for debugging...Jasper van de Gronde2009-01-051-2/+0
* (Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend an...Jasper van de Gronde2009-01-043-39/+38
* improve cairo path drawingJohan B. C. Engelen2009-01-021-23/+20
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-0259-215/+325
* 2geomificationJohan B. C. Engelen2009-01-023-4/+3
* switch nr-filter to 2geomJohan B. C. Engelen2009-01-014-17/+10
* Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32Jon A. Cruz2008-12-311-1/+1
* switch nr-filter to 2geomJohan B. C. Engelen2008-12-313-52/+57
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-3024-32/+6
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-309-18/+5
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-14/+1
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-4/+4
* Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches2008-12-282-13/+23
* Makes sure a Gaussian filter is applied to premultiplied data.Jasper van de Gronde2008-12-281-39/+62
* Eliminate unnecessary premultiplied boolean from nr-filter-colormatrixJasper van de Gronde2008-12-281-5/+1
* Some accuracy improvements for nr-filter-colormatrix (including some changes ...Jasper van de Gronde2008-12-222-57/+100
* Some accuracy improvements for ComponentTransfer filters (should also be some...Jasper van de Gronde2008-12-201-9/+26
* Fixes "disappearing gradients" problem discussed on mailing list and adds a f...Jasper van de Gronde2008-12-201-0/+3
* Makes copy_n inline in nr-filter-gaussian.Jasper van de Gronde2008-12-191-1/+1
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-144-55/+55
* Filter quality setting revised, seems to not crash when viewing filters.svgNiko Kiirala2008-12-143-45/+121
* remove bezier-utils. now we use 2geom's one.Johan B. C. Engelen2008-12-137-1756/+0
* fix compile.Johan B. C. Engelen2008-12-131-1/+1
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-091-15/+6
* Warning and 'using' cleanup.Jon A. Cruz2008-12-081-3/+2
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-1/+1
* 2geom more as fixJohan B. C. Engelen2008-12-0518-18/+18
* more 2geomificationJohan B. C. Engelen2008-12-053-14/+13
* Warning cleanup.Jon A. Cruz2008-12-051-0/+8
* Corrected initialization order.Jon A. Cruz2008-12-051-5/+3
* Small changes to Gaussian filtering that make part of the IIR code a bit clea...Jasper van de Gronde2008-12-021-8/+15
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-262-12/+55
* Defined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussia...Jasper van de Gronde2008-11-261-0/+2
* Fixed OpenMP dependency to be optional.Jon A. Cruz2008-11-251-0/+14
* Merging in the OpenMP work from the mailing list with some improved build files.Ted Gould2008-11-231-29/+42
* Merge from fe-movedTed Gould2008-11-2123-122/+157
* Merge from trunkTed Gould2008-10-311-29/+44
* From trunkTed Gould2008-10-2725-197/+364
* Merging from trunkTed Gould2008-10-1121-193/+193
* Tweak of member to Geom classBob Jamison2008-09-192-3/+3
* Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.Bob Jamison2008-09-191-2/+2