Code

fix parameter ranges, copyedit
[inkscape.git] / src / display /
2009-01-26 cilix42Nicer symbol for guide anchor
2009-01-26 cilix42display guide anchor on canvas; anchor and angle can...
2009-01-25 dvlierop2Display the snap source indicator only when snapping...
2009-01-25 dvlierop2- The snap-delay mechanism should now be more robust...
2009-01-19 kiiralaRounding errors in feComposite: patch by Preben S ...
2009-01-17 johanengelensnap indicator: try a diamond shaped indicator for...
2009-01-16 johanengelenwork a bit on snapindicator: added switch statement...
2009-01-16 jaspervdgnr-filter-image now yields identical results to using...
2009-01-13 tweenkImproved version reporting. Add SVN revision and custom...
2009-01-12 verbalshadowCmake: Fixed the extra -l in the link command, plus...
2009-01-09 verbalshadowCmake: Corrections for mistakes
2009-01-06 joncruzWarning and whitespace cleanup.
2009-01-05 JucaBluesAnother week coding offline...
2009-01-05 jaspervdgRemoved two g_warning's I had used for debugging...
2009-01-04 jaspervdg(Partial) fix to nr-filter-image + some (small) changes...
2009-01-02 johanengelenimprove cairo path drawing
2009-01-02 johanengelenMove filters into their own namespace Inkscape::Filters...
2009-01-02 johanengelen2geomification
2009-01-01 johanengelenswitch nr-filter to 2geom
2008-12-31 joncruzChange lcms transforms to match change of display buffe...
2008-12-31 johanengelenswitch nr-filter to 2geom
2008-12-30 johanengelenget rid of a lot of no longer needed "libnr/nr-......
2008-12-30 johanengelenget rid of a lot of no longer needed "libnr/nr-......
2008-12-29 tweenkBuild a single test executable on Linux to match Window...
2008-12-28 verbalshadowMore NR ==> Geom changes
2008-12-28 JucaBluesNow users can design a font within inkscape, save it...
2008-12-28 jaspervdgMakes sure a Gaussian filter is applied to premultiplie...
2008-12-28 jaspervdgEliminate unnecessary premultiplied boolean from nr...
2008-12-22 jaspervdgSome accuracy improvements for nr-filter-colormatrix...
2008-12-20 jaspervdgSome accuracy improvements for ComponentTransfer filter...
2008-12-20 jaspervdgFixes "disappearing gradients" problem discussed on...
2008-12-19 jaspervdgMakes copy_n inline in nr-filter-gaussian.
2008-12-14 dvlierop21) snap midpoints of line segments (both as source...
2008-12-14 kiiralaFilter quality setting revised, seems to not crash...
2008-12-13 johanengelenremove bezier-utils. now we use 2geom's one.
2008-12-13 johanengelenfix compile.
2008-12-09 tweenkSimplify "make check" makefile rules and remove most...
2008-12-08 joncruzWarning and 'using' cleanup.
2008-12-07 tweenkChange the way preferences are loaded to simplify unit...
2008-12-05 johanengelen2geom more as fix
2008-12-05 johanengelenmore 2geomification
2008-12-05 joncruzWarning cleanup.
2008-12-05 joncruzCorrected initialization order.
2008-12-02 jaspervdgSmall changes to Gaussian filtering that make part...
2008-11-26 dvlierop2When snapping only the closest node, draw an indicator...
2008-11-26 jaspervdgDefined HAVE_OPENMP in build.xml and included config...
2008-11-25 joncruzFixed OpenMP dependency to be optional.
2008-11-23 Ted GouldMerging in the OpenMP work from the mailing list with...
2008-11-21 Ted GouldMerge from fe-moved
2008-10-31 Ted GouldMerge from trunk
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-19 ishmalTweak of member to Geom class
2008-09-19 ishmalChange function arg from NR::Matrix to Geom::Matrix...
2008-09-18 cilix42Next roud of NR ==> Geom conversion
2008-09-18 cilix42NR ==> Geom conversion in sp-canvas
2008-09-18 cilix42Some NR::Point ==> Geom::Point replacements
2008-09-17 tweenkFix minor breakage in grid preferences caused by pref...
2008-09-16 tweenkRefactored preferences handling into a new version of
2008-09-13 johanengelenfix UI node counting
2008-09-11 johanengelenfix curve test. curve with empty pathvector is *not...
2008-09-11 johanengelenfix curve::penultimate_point old behavior. no longer...
2008-09-11 johanengelenconvert almost all libnrtype to Geom::
2008-09-10 johanengelenadd quick comment
2008-09-07 johanengelenLIBNR REMOVAL. Deleted nr-path.h/.cpp which is no...
2008-09-07 dvlierop2If a snapper needs a reference to a SPNamedView or...
2008-09-05 buliabyakcomment typo
2008-09-04 johanengelenconvert moveto, lineto and curveto native to Point...
2008-09-01 buliabyakcomment update
2008-08-14 ishmalTemporary switch to handle api change in Cairo 1.7+
2008-08-13 johanengelenfix spcurve test
2008-08-13 johanengelenmake spcurve::first_point and last_point boost::optional
2008-08-13 johanengelenreturn boost::optional for second and penultimate point...
2008-08-11 dvlierop2Move all of the snapper code to 2geom
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-08 jaspervdgFixed svg-path (and display/curve) tests to properly...
2008-08-06 dvlierop21) When pasting, use an offset that is a multiple of...
2008-08-06 buliabyakadd dashed path option
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-05 buliabyakfix 252547: skip explicitly hidden objects when calcula...
2008-08-05 johanengelenreplace unnecessary exception catching with a check...
2008-08-05 dvlierop2Use is_straight_curve() instead of three separate dynam...
2008-08-04 jaspervdgMake unit tests build on Linux again
2008-08-03 johanengelenfix error in appending paths to existing paths. fixes...
2008-08-03 joncruzMinor cleanup work on macros
2008-08-03 joncruzFixed const-correctness
2008-08-03 joncruzReplaced deprecated GtkType creation with GType
2008-08-03 johanengelenremove many needless references to n-art-bpath.h
2008-08-02 johanengelenremove old nartbpath to cairo method
2008-08-02 jaspervdgEnable exception handling for CxxTest in Makefiles
2008-08-02 jaspervdgSPCurve unit tests
2008-08-01 johanengelen2geomify a lot of NR::Points to Geom::Point
2008-08-01 johanengelenreplace matrix division code.
2008-08-01 joncruzWarning cleanup
2008-07-30 cilix42Move coordinate transform workaround to a more logical...
2008-07-29 cilix42Temporarily move the code from display/canvas-text...
2008-07-27 joncruzAdd tracking of skew factor and display in warning...
2008-07-25 johanengelenupdate to 2geom rev. 1507
2008-07-22 ishmalinclude <string.h>. also remove const conversion warning
2008-07-22 cilix42New CanvasText item; TODO: works quite well but updatin...
next