Code

Avoid crash by uninitialized perspectives.
[inkscape.git] / src / display /
2010-01-09 Diederik van LieropRefactoring the snapping API (making it easier to maint...
2010-01-01 Diederik van LieropRefactor snapping of gradient handles; now behaves...
2009-12-30 Steren GianniniSpray Tool clean up and Toolbar refactoring
2009-12-30 Diederik van LieropSmall snap bug has been eliminated, flowed text snappin...
2009-12-27 Arcadie M. CracanConnector tool: make connectors avoid the convex hull...
2009-12-24 Diederik van Lieroprefactoring the snapping code (laying the groundwork...
2009-12-21 Ted GouldUpdating the READMEs to better handle OSX.
2009-12-20 Jon A. CruzWarning cleanup
2009-12-13 Felipe C. da S.... updating my email address in file headers
2009-12-11 Felipe C. da S.... refactoring of previous commit + add separation to...
2009-12-11 Felipe C. da S.... - new: Print Colors Preview Dialog and rendermode
2009-12-05 Felipe C. da S.... merging gsoc 2009 color management work by Felipe Sanch...
2009-11-29 Ted GouldUpdating to current trunk
2009-10-19 scislacPatch by Luca for 449709
2009-10-04 buliabyaktypo in comment
2009-09-28 johanengelenfix error in curve cxxtests
2009-09-28 johanengelenfix node counting for "moveto"-only paths.
2009-09-22 scislacFix by Adib for 430804.
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-08-05 johnceSPDocument->Document
2009-08-02 dvlierop2Snap to a guide's origin too (resulting in a 2D constra...
2009-07-29 dvlierop2Fix for bug #404488 by Yann Papouin
2009-07-13 pjrmdoc: add TODO comment for handling hrefs better.
2009-06-20 JucaBluesparsing and handling of icc-color in feFlood SVG Filters
2009-06-02 dvlierop2When dragging the origin of a guide along that guide...
2009-05-29 kiiralaFixed area_enlarge in couple filters, to prevent white...
2009-05-17 kiiralaBitmap images with filters are now updated as the filte...
2009-05-16 kiiralaFixed crashes in feImage when modifying source, one...
2009-05-16 kiiralaFixed dangling pointers and possible memory leaks with...
2009-05-13 jaspervdg(Very) small fix for FilterConvolveMatrix::area_enlarge
2009-05-13 jaspervdgFix for bug #372412. As well as proper handling of...
2009-05-11 theAdibBUG: #273767: crash on ...; resolved crash on several...
2009-05-03 joncruzWarning cleanup
2009-05-02 theadibclean left warning on revision 12272
2009-05-01 theAdibBUG 322116, PDF export does not use the highest quality...
2009-04-25 dvlierop2Optionaly snap to invisible grid lines too (when zoomed...
2009-04-23 helix84translator comments and minor string fixes
2009-04-20 jaspervdgFix to prevent convolvematrix.cpp from setting targetX...
2009-04-12 dvlierop2Improved wording for the snap indicator: gradients...
2009-04-12 dvlierop2Use the line intersection routines in 2geom/line.h...
2009-04-12 dvlierop2Fix snapping during constrained translation, when only...
2009-04-08 jaspervdgFix feConvolveMatrix to use premultiplied color values...
2009-04-08 jaspervdgSwap iterations over x and y coordinate to be more...
2009-04-05 jaspervdgReverts "fix" of offset in the displacement map code...
2009-04-05 jaspervdgFixes some wrong uses of CLAMP_D_TO_U8 in filtering...
2009-04-05 kiiralaFixed offset in interpolation in nr-filter-displacement-map
2009-04-05 pjrmFix a divide-by-zero problem apparently introduced...
2009-04-04 jaspervdgSome extra comments.
2009-04-03 jaspervdgAnd now gradients should be (almost) perfect... The...
2009-04-02 dvlierop2- Don't display the snap-source-indicator when we're...
2009-03-31 jaspervdgFix for helperfns_read_vector (which could go on trying...
2009-03-29 dvlierop2- Move snap delay mechanism to the event context (used...
2009-03-29 jaspervdgSome quality improvements to feDisplacementMap handling...
2009-03-28 kiiralaFixed redraw-area dependent result when using filters...
2009-03-28 kiiralaFixed some bad math in pixblock-transform
2009-03-28 kiiralaMade functions in nr-filter-utils inlineable
2009-03-28 kiiralaFixed some bad math in pixblock-scaler. Seems to fix...
2009-03-15 joncruzWarning cleanup
2009-03-13 dvlierop2* Implement constrained snapping of knots
2009-03-12 buliabyakwas a bit overzealous in removing render requests from...
2009-03-11 scislacRemove trailing whitespace (fixes a warning)
2009-03-11 buliabyakmove canvastext to its own file (no linking error for...
2009-03-09 dvlierop2Fix #338838, in which zooming and panning with the...
2009-03-09 buliabyakseparate bbox (calculated by subclasses) and drawbox...
2009-03-09 buliabyakonly request redraw of those parts of the rect sides...
2009-03-09 buliabyakdo not redraw if moved to the same point as before
2009-03-09 buliabyakfor zero-length lines, do not request canvas redraw...
2009-03-03 dvlierop2Fix bug #291795 again
2009-02-27 dvlierop2More accurate wording in snap tooltips
2009-02-25 speleo3make snap tooltip position sensitive to canvas zooming
2009-02-22 dvlierop2Snapping of guides now turned on by default, and fixed...
2009-02-22 dvlierop2Use on-cavas text instead of a tooltip for the snapindi...
2009-02-20 tweenkOnly build static libraries for subdirs than actually...
2009-02-20 dvlierop2The snap indicator's tooltip now displays "A to B"...
2009-02-15 dvlierop2After snapping, show a tooltip together with the snap...
2009-01-31 dvlierop2Store the snapper tolerances in the snap-preferences...
2009-01-28 dvlierop2Add buttons for snapping to grids and/or guides
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-......
next