| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | doc | Peter Moulder | 2007-05-20 | 1 | -0/+2 |
| | | | | (bzr r3031) | ||||
| * | fixed crash when parameter viewbox=null in ↵ | Johan B. C. Engelen | 2007-05-10 | 1 | -2/+2 |
| | | | | | | nr_path_matrix_point_bbox_wind_distance (bzr r2998) | ||||
| * | optimize picking by ignoring out-of-view segments | bulia byak | 2007-03-19 | 2 | -16/+46 |
| | | | | (bzr r2715) | ||||
| * | add ::upgrade for NRRectL | bulia byak | 2007-03-19 | 2 | -2/+12 |
| | | | | (bzr r2709) | ||||
| * | reremove bad constructors | bulia byak | 2007-03-19 | 2 | -15/+0 |
| | | | | (bzr r2708) | ||||
| * | revert reversion -- I had not realized it had already come into use, | MenTaLguY | 2007-03-19 | 2 | -0/+15 |
| | | | | | | but I have no time to fix the code now (bzr r2706) | ||||
| * | correct intersection since we allow empty rects again | MenTaLguY | 2007-03-18 | 1 | -1/+1 |
| | | | | (bzr r2704) | ||||
| * | revert NRRect/NRRectL conversion constructors for NR::Rect, since they | MenTaLguY | 2007-03-18 | 2 | -15/+0 |
| | | | | | | | cannot correctly deal with "nullary" NRRect -- the correct path is to convert NRRect to Maybe<Rect> (bzr r2703) | ||||
| * | add growBy and constructors from NRRect(L) | bulia byak | 2007-03-18 | 2 | -0/+27 |
| | | | | (bzr r2699) | ||||
| * | clean up rect mess a bit before start working on other stuff | MenTaLguY | 2007-03-17 | 3 | -31/+23 |
| | | | | (bzr r2678) | ||||
| * | fix 1682261 | bulia byak | 2007-03-16 | 1 | -0/+13 |
| | | | | (bzr r2673) | ||||
| * | disable empty enforcement for now | MenTaLguY | 2007-03-11 | 1 | -0/+2 |
| | | | | (bzr r2611) | ||||
| * | ban empty rectangles entirely and remove isEmpty test | MenTaLguY | 2007-03-11 | 2 | -14/+13 |
| | | | | (bzr r2606) | ||||
| * | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 2007-03-11 | 1 | -9/+27 |
| | | | | (bzr r2605) | ||||
| * | fix crash | bulia byak | 2007-03-09 | 2 | -6/+6 |
| | | | | (bzr r2589) | ||||
| * | do not return empty intersections any longer | MenTaLguY | 2007-03-09 | 1 | -1/+1 |
| | | | | (bzr r2588) | ||||
| * | use STL std::min and std::max | MenTaLguY | 2007-03-09 | 1 | -8/+9 |
| | | | | (bzr r2586) | ||||
| * | no need to use accessors here | MenTaLguY | 2007-03-09 | 1 | -2/+2 |
| | | | | (bzr r2585) | ||||
| * | Whoops, forgot to friend the methods I moved out of Rect | MenTaLguY | 2007-03-09 | 2 | -2/+4 |
| | | | | (bzr r2584) | ||||
| * | specialize MaybeStorage for Rect, and start using reference maybes to | MenTaLguY | 2007-03-09 | 2 | -34/+51 |
| | | | | | | avoid some copies (bzr r2582) | ||||
| * | fix reference maybes by separate specialization | MenTaLguY | 2007-03-09 | 1 | -32/+68 |
| | | | | (bzr r2581) | ||||
| * | rework maybe so storage is customizable and can be optimized on a | MenTaLguY | 2007-03-08 | 1 | -128/+69 |
| | | | | | | per-type basis (bzr r2580) | ||||
| * | fix NR::Maybe typos | MenTaLguY | 2007-03-05 | 1 | -3/+3 |
| | | | | (bzr r2552) | ||||
| * | Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵ | MenTaLguY | 2007-03-05 | 3 | -59/+87 |
| | | | | | | where there is no way to create an empty NR::Rect (bzr r2551) | ||||
| * | clean up operators/constructors, and give reference-maybes a more compact | MenTaLguY | 2007-03-05 | 1 | -57/+46 |
| | | | | | | representation (bzr r2550) | ||||
| * | fix copyright year | MenTaLguY | 2007-03-05 | 1 | -1/+1 |
| | | | | (bzr r2549) | ||||
| * | clean up reference version of maybe, and add == and != operators | MenTaLguY | 2007-03-04 | 1 | -20/+91 |
| | | | | (bzr r2548) | ||||
| * | return plain rect for union in all situations where a plain rect is given | MenTaLguY | 2007-03-04 | 2 | -11/+24 |
| | | | | (bzr r2542) | ||||
| * | remove remaining use of assume in nr-rect.cpp | MenTaLguY | 2007-03-04 | 1 | -5/+3 |
| | | | | (bzr r2541) | ||||
| * | return plain rect if both union arguments are also plain rects | MenTaLguY | 2007-03-04 | 2 | -11/+14 |
| | | | | (bzr r2540) | ||||
| * | Convert union and intersection to use NR::Maybe<NR::Rect> | MenTaLguY | 2007-03-04 | 2 | -15/+28 |
| | | | | (bzr r2533) | ||||
| * | redo NR::Maybe to be less clever | MenTaLguY | 2007-03-04 | 1 | -50/+101 |
| | | | | (bzr r2532) | ||||
| * | make conversions away from NR::Maybe explicit | MenTaLguY | 2007-03-04 | 1 | -39/+11 |
| | | | | (bzr r2530) | ||||
| * | some more NRRectL goodies for canvas optimizations | bulia byak | 2006-10-16 | 3 | -0/+63 |
| | | | | (bzr r1804) | ||||
| * | gracefully fail if unable to allocate memory or if more than 100Mb buffer ↵ | bulia byak | 2006-10-14 | 1 | -1/+14 |
| | | | | | | requested (an arbitrary limit to prevent huge allocations that will bob the system down) (bzr r1799) | ||||
| * | patch for rendering quality and speed from Jasper van de Gronde | bulia byak | 2006-07-29 | 8 | -664/+959 |
| | | | | (bzr r1503) | ||||
| * | * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert, | mjwybrow | 2006-07-14 | 1 | -1/+1 |
| | | | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1413) | ||||
| * | add methods to identify scales and rotations | bulia byak | 2006-06-30 | 2 | -0/+30 |
| | | | | (bzr r1326) | ||||
| * | a little optimization by making some macros into inlined functions | bulia byak | 2006-06-27 | 1 | -4/+17 |
| | | | | (bzr r1302) | ||||
| * | remove non-portable fast_sqrt; turns out simply sqrt(x*x+y*y) works even ↵ | bulia byak | 2006-06-26 | 1 | -14/+3 |
| | | | | | | faster than hypot and fast_sqrt (bzr r1300) | ||||
| * | radial gradients faster by about 10% | bulia byak | 2006-06-25 | 1 | -3/+14 |
| | | | | (bzr r1279) | ||||
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 2 | -0/+12 |
| | | | | (bzr r1252) | ||||
| * | remove deprecation warnings | Bob Jamison | 2006-06-01 | 1 | -1/+1 |
| | | | | (bzr r1114) | ||||
| * | replace nr_new() with g_new(), and try to converge on using the glib ↵ | MenTaLguY | 2006-05-28 | 7 | -35/+37 |
| | | | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044) | ||||
| * | log finalization of NRObjects | MenTaLguY | 2006-05-01 | 1 | -0/+22 |
| | | | | (bzr r644) | ||||
| * | Adding multiple test output formats. | Jon A. Cruz | 2006-04-27 | 1 | -1/+1 |
| | | | | (bzr r592) | ||||
| * | Rendering optimisation, which gives best results for zoomed in drawings with ↵ | Andrius Ramanauskas | 2006-04-19 | 2 | -12/+13 |
| | | | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541) | ||||
| * | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 2006-02-13 | 1 | -4/+4 |
| | | | | (bzr r134) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 114 | -0/+12272 |
| (bzr r1) | |||||
