summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop3-48/+156
2009-01-31Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop4-0/+36
2009-01-28Add buttons for snapping to grids and/or guidesDiederik van Lierop3-1/+6
2009-01-26Nicer symbol for guide anchorMaximilian Albert5-22/+255
2009-01-26display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert2-2/+49
2009-01-25Display the snap source indicator only when snapping is enabledDiederik van Lierop1-9/+9
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2-75/+101
2009-01-19Rounding errors in feComposite: patch by Preben S (bug 318134)Niko Kiirala1-7/+7
2009-01-17snap indicator: try a diamond shaped indicator for snapping to nodes. see how...Johan B. C. Engelen1-1/+11
2009-01-16work a bit on snapindicator: added switch statement for different typesJohan B. C. Engelen1-15/+29
2009-01-16nr-filter-image now yields identical results to using <image> in most cases b...Jasper van de Gronde2-21/+30
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2-2/+2
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: Corrections for mistakesJoshua L. Blocher3-2/+3
2009-01-06Warning and whitespace cleanup.Jon A. Cruz1-129/+139
2009-01-05Another week coding offline...Felipe Corr??a da Silva Sanches1-63/+70
2009-01-05Removed two g_warning's I had used for debugging...Jasper van de Gronde1-2/+0
2009-01-04(Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend an...Jasper van de Gronde3-39/+38
2009-01-02improve cairo path drawingJohan B. C. Engelen1-23/+20
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen59-215/+325
2009-01-022geomificationJohan B. C. Engelen3-4/+3
2009-01-01switch nr-filter to 2geomJohan B. C. Engelen4-17/+10
2008-12-31Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32Jon A. Cruz1-1/+1
2008-12-31switch nr-filter to 2geomJohan B. C. Engelen3-52/+57
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen24-32/+6
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen9-18/+5
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski1-14/+1
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-4/+4
2008-12-28Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches2-13/+23
2008-12-28Makes sure a Gaussian filter is applied to premultiplied data.Jasper van de Gronde1-39/+62
2008-12-28Eliminate unnecessary premultiplied boolean from nr-filter-colormatrixJasper van de Gronde1-5/+1
2008-12-22Some accuracy improvements for nr-filter-colormatrix (including some changes ...Jasper van de Gronde2-57/+100
2008-12-20Some accuracy improvements for ComponentTransfer filters (should also be some...Jasper van de Gronde1-9/+26
2008-12-20Fixes "disappearing gradients" problem discussed on mailing list and adds a f...Jasper van de Gronde1-0/+3
2008-12-19Makes copy_n inline in nr-filter-gaussian.Jasper van de Gronde1-1/+1
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop4-55/+55
2008-12-14Filter quality setting revised, seems to not crash when viewing filters.svgNiko Kiirala3-45/+121
2008-12-13remove bezier-utils. now we use 2geom's one.Johan B. C. Engelen7-1756/+0
2008-12-13fix compile.Johan B. C. Engelen1-1/+1
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski1-15/+6
2008-12-08Warning and 'using' cleanup.Jon A. Cruz1-3/+2
2008-12-07Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski1-1/+1
2008-12-052geom more as fixJohan B. C. Engelen18-18/+18
2008-12-05more 2geomificationJohan B. C. Engelen3-14/+13
2008-12-05Warning cleanup.Jon A. Cruz1-0/+8
2008-12-05Corrected initialization order.Jon A. Cruz1-5/+3
2008-12-02Small changes to Gaussian filtering that make part of the IIR code a bit clea...Jasper van de Gronde1-8/+15
2008-11-26When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2-12/+55
2008-11-26Defined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussia...Jasper van de Gronde1-0/+2
2008-11-25Fixed OpenMP dependency to be optional.Jon A. Cruz1-0/+14