summaryrefslogtreecommitdiffstats
path: root/src/libnr (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde24-707/+157
2008-03-01remove assert_closebulia byak7-30/+0
2008-03-01Fixed uninitialized membersJon A. Cruz1-1/+3
2008-02-25Line-end fixJon A. Cruz1-38/+38
2008-02-11remaining g++ 4.3 compilation fix-upsKees Cook1-0/+1
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington3-3/+8
2008-01-26add copy button to LPE pathparamJohan B. C. Engelen1-0/+7
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook2-2/+4
2008-01-05Fixing up a few more filesBryce Harrington1-1/+1
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington1-0/+1
2008-01-02add libnr <=> 2geom conversion helper headerfileJohan B. C. Engelen2-0/+32
2007-12-27Snapping a guide to nodes (while dragging it across the canvas) now also work...Diederik van Lierop1-0/+2
2007-12-271) Fix bug #178312Diederik van Lierop4-0/+41
2007-12-10remove all mention of extension/internal/gnome.cpp from build files for make ...Aaron Spike1-2/+0
2007-12-06Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulenceNiko Kiirala2-2/+18
2007-11-10Warning cleanupJon A. Cruz1-1/+1
2007-11-09Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen1-0/+11
2007-10-16add some utility functions from gradient codebulia byak2-0/+48
2007-09-14Fixed min/max confusion bugJon A. Cruz2-2/+2
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-09-11Compute farthest-from-center point correctly in Alt+rotationMaximilian Albert2-0/+14
2007-08-30fix compositing for premultiplication and non-alpha casesMenTaLguY1-4/+39
2007-08-29DNR bpp stuff so muchMenTaLguY1-22/+46
2007-08-29Refactor gradient rendering to facilitate future changes, since the simpleMenTaLguY2-476/+330
2007-08-21define gradient vector size in terms of bitsMenTaLguY1-1/+2
2007-08-21fix typoMenTaLguY1-1/+1
2007-08-21increase gradient noise slightlyMenTaLguY1-9/+9
2007-08-21experimental: add some noise to the gradient functionMenTaLguY1-0/+14
2007-08-21factor out gradient index calculationMenTaLguY1-55/+59
2007-08-21unify linear and radial gradients in same file (with appropriate noteMenTaLguY2-2/+322
2007-05-20docPeter Moulder1-0/+2
2007-05-10fixed crash when parameter viewbox=null in nr_path_matrix_point_bbox_wind_dis...Johan B. C. Engelen1-2/+2
2007-03-19optimize picking by ignoring out-of-view segmentsbulia byak2-16/+46
2007-03-19add ::upgrade for NRRectLbulia byak2-2/+12
2007-03-19reremove bad constructorsbulia byak2-15/+0
2007-03-19revert reversion -- I had not realized it had already come into use,MenTaLguY2-0/+15
2007-03-18correct intersection since we allow empty rects againMenTaLguY1-1/+1
2007-03-18revert NRRect/NRRectL conversion constructors for NR::Rect, since theyMenTaLguY2-15/+0
2007-03-18add growBy and constructors from NRRect(L)bulia byak2-0/+27
2007-03-17clean up rect mess a bit before start working on other stuffMenTaLguY3-31/+23
2007-03-16fix 1682261bulia byak1-0/+13
2007-03-11disable empty enforcement for nowMenTaLguY1-0/+2
2007-03-11ban empty rectangles entirely and remove isEmpty testMenTaLguY2-14/+13
2007-03-11Eliminate remaining sources of empty NR::RectsMenTaLguY1-9/+27
2007-03-09fix crashbulia byak2-6/+6
2007-03-09do not return empty intersections any longerMenTaLguY1-1/+1
2007-03-09use STL std::min and std::maxMenTaLguY1-8/+9
2007-03-09no need to use accessors hereMenTaLguY1-2/+2
2007-03-09Whoops, forgot to friend the methods I moved out of RectMenTaLguY2-2/+4
2007-03-09specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2-34/+51