summaryrefslogtreecommitdiffstats
path: root/src/libnr (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* use STL std::min and std::maxMenTaLguY2007-03-091-8/+9
* no need to use accessors hereMenTaLguY2007-03-091-2/+2
* Whoops, forgot to friend the methods I moved out of RectMenTaLguY2007-03-092-2/+4
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-092-34/+51
* fix reference maybes by separate specializationMenTaLguY2007-03-091-32/+68
* rework maybe so storage is customizable and can be optimized on aMenTaLguY2007-03-081-128/+69
* fix NR::Maybe typosMenTaLguY2007-03-051-3/+3
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...MenTaLguY2007-03-053-59/+87
* clean up operators/constructors, and give reference-maybes a more compactMenTaLguY2007-03-051-57/+46
* fix copyright yearMenTaLguY2007-03-051-1/+1
* clean up reference version of maybe, and add == and != operatorsMenTaLguY2007-03-041-20/+91
* return plain rect for union in all situations where a plain rect is givenMenTaLguY2007-03-042-11/+24
* remove remaining use of assume in nr-rect.cppMenTaLguY2007-03-041-5/+3
* return plain rect if both union arguments are also plain rectsMenTaLguY2007-03-042-11/+14
* Convert union and intersection to use NR::Maybe<NR::Rect>MenTaLguY2007-03-042-15/+28
* redo NR::Maybe to be less cleverMenTaLguY2007-03-041-50/+101
* make conversions away from NR::Maybe explicitMenTaLguY2007-03-041-39/+11
* some more NRRectL goodies for canvas optimizationsbulia byak2006-10-163-0/+63
* gracefully fail if unable to allocate memory or if more than 100Mb buffer req...bulia byak2006-10-141-1/+14
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-298-664/+959
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-1/+1
* add methods to identify scales and rotationsbulia byak2006-06-302-0/+30
* a little optimization by making some macros into inlined functionsbulia byak2006-06-271-4/+17
* remove non-portable fast_sqrt; turns out simply sqrt(x*x+y*y) works even fast...bulia byak2006-06-261-14/+3
* radial gradients faster by about 10%bulia byak2006-06-251-3/+14
* svg-filters branch merged back to headNiko Kiirala2006-06-212-0/+12
* remove deprecation warningsBob Jamison2006-06-011-1/+1
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-287-35/+37
* log finalization of NRObjectsMenTaLguY2006-05-011-0/+22
* Adding multiple test output formats.Jon A. Cruz2006-04-271-1/+1
* Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas2006-04-192-12/+13
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-4/+4
* moving trunk for module inkscapeMenTaLguY2006-01-16114-0/+12272