| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc | Peter Moulder | 2007-05-20 | 1 | -0/+2 |
| * | fixed crash when parameter viewbox=null in nr_path_matrix_point_bbox_wind_dis... | Johan B. C. Engelen | 2007-05-10 | 1 | -2/+2 |
| * | optimize picking by ignoring out-of-view segments | bulia byak | 2007-03-19 | 2 | -16/+46 |
| * | add ::upgrade for NRRectL | bulia byak | 2007-03-19 | 2 | -2/+12 |
| * | reremove bad constructors | bulia byak | 2007-03-19 | 2 | -15/+0 |
| * | revert reversion -- I had not realized it had already come into use, | MenTaLguY | 2007-03-19 | 2 | -0/+15 |
| * | correct intersection since we allow empty rects again | MenTaLguY | 2007-03-18 | 1 | -1/+1 |
| * | revert NRRect/NRRectL conversion constructors for NR::Rect, since they | MenTaLguY | 2007-03-18 | 2 | -15/+0 |
| * | add growBy and constructors from NRRect(L) | bulia byak | 2007-03-18 | 2 | -0/+27 |
| * | clean up rect mess a bit before start working on other stuff | MenTaLguY | 2007-03-17 | 3 | -31/+23 |
| * | fix 1682261 | bulia byak | 2007-03-16 | 1 | -0/+13 |
| * | disable empty enforcement for now | MenTaLguY | 2007-03-11 | 1 | -0/+2 |
| * | ban empty rectangles entirely and remove isEmpty test | MenTaLguY | 2007-03-11 | 2 | -14/+13 |
| * | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 2007-03-11 | 1 | -9/+27 |
| * | fix crash | bulia byak | 2007-03-09 | 2 | -6/+6 |
| * | do not return empty intersections any longer | MenTaLguY | 2007-03-09 | 1 | -1/+1 |
| * | use STL std::min and std::max | MenTaLguY | 2007-03-09 | 1 | -8/+9 |
| * | no need to use accessors here | MenTaLguY | 2007-03-09 | 1 | -2/+2 |
| * | Whoops, forgot to friend the methods I moved out of Rect | MenTaLguY | 2007-03-09 | 2 | -2/+4 |
| * | specialize MaybeStorage for Rect, and start using reference maybes to | MenTaLguY | 2007-03-09 | 2 | -34/+51 |
| * | fix reference maybes by separate specialization | MenTaLguY | 2007-03-09 | 1 | -32/+68 |
| * | rework maybe so storage is customizable and can be optimized on a | MenTaLguY | 2007-03-08 | 1 | -128/+69 |
| * | fix NR::Maybe typos | MenTaLguY | 2007-03-05 | 1 | -3/+3 |
| * | Separate NRRect and NR::Rect a bit further; the goal is to get to the point w... | MenTaLguY | 2007-03-05 | 3 | -59/+87 |
| * | clean up operators/constructors, and give reference-maybes a more compact | MenTaLguY | 2007-03-05 | 1 | -57/+46 |
| * | fix copyright year | MenTaLguY | 2007-03-05 | 1 | -1/+1 |
| * | clean up reference version of maybe, and add == and != operators | MenTaLguY | 2007-03-04 | 1 | -20/+91 |
| * | return plain rect for union in all situations where a plain rect is given | MenTaLguY | 2007-03-04 | 2 | -11/+24 |
| * | remove remaining use of assume in nr-rect.cpp | MenTaLguY | 2007-03-04 | 1 | -5/+3 |
| * | return plain rect if both union arguments are also plain rects | MenTaLguY | 2007-03-04 | 2 | -11/+14 |
| * | Convert union and intersection to use NR::Maybe<NR::Rect> | MenTaLguY | 2007-03-04 | 2 | -15/+28 |
| * | redo NR::Maybe to be less clever | MenTaLguY | 2007-03-04 | 1 | -50/+101 |
| * | make conversions away from NR::Maybe explicit | MenTaLguY | 2007-03-04 | 1 | -39/+11 |
| * | some more NRRectL goodies for canvas optimizations | bulia byak | 2006-10-16 | 3 | -0/+63 |
| * | gracefully fail if unable to allocate memory or if more than 100Mb buffer req... | bulia byak | 2006-10-14 | 1 | -1/+14 |
| * | patch for rendering quality and speed from Jasper van de Gronde | bulia byak | 2006-07-29 | 8 | -664/+959 |
| * | * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert, | mjwybrow | 2006-07-14 | 1 | -1/+1 |
| * | add methods to identify scales and rotations | bulia byak | 2006-06-30 | 2 | -0/+30 |
| * | a little optimization by making some macros into inlined functions | bulia byak | 2006-06-27 | 1 | -4/+17 |
| * | remove non-portable fast_sqrt; turns out simply sqrt(x*x+y*y) works even fast... | bulia byak | 2006-06-26 | 1 | -14/+3 |
| * | radial gradients faster by about 10% | bulia byak | 2006-06-25 | 1 | -3/+14 |
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 2 | -0/+12 |
| * | remove deprecation warnings | Bob Jamison | 2006-06-01 | 1 | -1/+1 |
| * | replace nr_new() with g_new(), and try to converge on using the glib allocato... | MenTaLguY | 2006-05-28 | 7 | -35/+37 |
| * | log finalization of NRObjects | MenTaLguY | 2006-05-01 | 1 | -0/+22 |
| * | Adding multiple test output formats. | Jon A. Cruz | 2006-04-27 | 1 | -1/+1 |
| * | Rendering optimisation, which gives best results for zoomed in drawings with ... | Andrius Ramanauskas | 2006-04-19 | 2 | -12/+13 |
| * | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 2006-02-13 | 1 | -4/+4 |
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 114 | -0/+12272 |