summaryrefslogtreecommitdiffstats
path: root/src/libnr (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop2008-03-251-0/+5
* delete unused codebulia byak2008-03-236-926/+0
* Temporary disable of broken test codeJon A. Cruz2008-03-222-4/+8
* fix compilebulia byak2008-03-211-2/+0
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-2124-707/+157
* remove assert_closebulia byak2008-03-017-30/+0
* Fixed uninitialized membersJon A. Cruz2008-03-011-1/+3
* Line-end fixJon A. Cruz2008-02-251-38/+38
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+1
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-313-3/+8
* add copy button to LPE pathparamJohan B. C. Engelen2008-01-261-0/+7
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-252-2/+4
* Fixing up a few more filesBryce Harrington2008-01-051-1/+1
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-051-0/+1
* add libnr <=> 2geom conversion helper headerfileJohan B. C. Engelen2008-01-022-0/+32
* Snapping a guide to nodes (while dragging it across the canvas) now also work...Diederik van Lierop2007-12-271-0/+2
* 1) Fix bug #178312Diederik van Lierop2007-12-274-0/+41
* remove all mention of extension/internal/gnome.cpp from build files for make ...Aaron Spike2007-12-101-2/+0
* Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulenceNiko Kiirala2007-12-062-2/+18
* Warning cleanupJon A. Cruz2007-11-101-1/+1
* Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen2007-11-091-0/+11
* add some utility functions from gradient codebulia byak2007-10-162-0/+48
* Fixed min/max confusion bugJon A. Cruz2007-09-142-2/+2
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-3/+3
* Compute farthest-from-center point correctly in Alt+rotationMaximilian Albert2007-09-112-0/+14
* fix compositing for premultiplication and non-alpha casesMenTaLguY2007-08-301-4/+39
* DNR bpp stuff so muchMenTaLguY2007-08-291-22/+46
* Refactor gradient rendering to facilitate future changes, since the simpleMenTaLguY2007-08-292-476/+330
* define gradient vector size in terms of bitsMenTaLguY2007-08-211-1/+2
* fix typoMenTaLguY2007-08-211-1/+1
* increase gradient noise slightlyMenTaLguY2007-08-211-9/+9
* experimental: add some noise to the gradient functionMenTaLguY2007-08-211-0/+14
* factor out gradient index calculationMenTaLguY2007-08-211-55/+59
* unify linear and radial gradients in same file (with appropriate noteMenTaLguY2007-08-212-2/+322
* docPeter Moulder2007-05-201-0/+2
* fixed crash when parameter viewbox=null in nr_path_matrix_point_bbox_wind_dis...Johan B. C. Engelen2007-05-101-2/+2
* optimize picking by ignoring out-of-view segmentsbulia byak2007-03-192-16/+46
* add ::upgrade for NRRectLbulia byak2007-03-192-2/+12
* reremove bad constructorsbulia byak2007-03-192-15/+0
* revert reversion -- I had not realized it had already come into use,MenTaLguY2007-03-192-0/+15
* correct intersection since we allow empty rects againMenTaLguY2007-03-181-1/+1
* revert NRRect/NRRectL conversion constructors for NR::Rect, since theyMenTaLguY2007-03-182-15/+0
* add growBy and constructors from NRRect(L)bulia byak2007-03-182-0/+27
* clean up rect mess a bit before start working on other stuffMenTaLguY2007-03-173-31/+23
* fix 1682261bulia byak2007-03-161-0/+13
* disable empty enforcement for nowMenTaLguY2007-03-111-0/+2
* ban empty rectangles entirely and remove isEmpty testMenTaLguY2007-03-112-14/+13
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-111-9/+27
* fix crashbulia byak2007-03-092-6/+6
* do not return empty intersections any longerMenTaLguY2007-03-091-1/+1