| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remaining g++ 4.3 compilation fix-ups | Kees Cook | 2008-02-11 | 1 | -0/+1 |
| | | | | (bzr r4706) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 3 | -3/+8 |
| | | | | (bzr r4629) | ||||
| * | add copy button to LPE pathparam | Johan B. C. Engelen | 2008-01-26 | 1 | -0/+7 |
| | | | | (bzr r4600) | ||||
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 2 | -2/+4 |
| | | | | (bzr r4588) | ||||
| * | Fixing up a few more files | Bryce Harrington | 2008-01-05 | 1 | -1/+1 |
| | | | | (bzr r4391) | ||||
| * | Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy | Bryce Harrington | 2008-01-05 | 1 | -0/+1 |
| | | | | | | currently. (bzr r4389) | ||||
| * | add libnr <=> 2geom conversion helper headerfile | Johan B. C. Engelen | 2008-01-02 | 2 | -0/+32 |
| | | | | (bzr r4366) | ||||
| * | Snapping a guide to nodes (while dragging it across the canvas) now also ↵ | Diederik van Lierop | 2007-12-27 | 1 | -0/+2 |
| | | | | | | works for angled guides (bzr r4321) | ||||
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 4 | -0/+41 |
| | | | | | | 2) Fix constrained snapping to objects (bzr r4314) | ||||
| * | remove all mention of extension/internal/gnome.cpp from build files for make ↵ | Aaron Spike | 2007-12-10 | 1 | -2/+0 |
| | | | | | | distcheck; this included removing mention from a comment in src/libnr/nr-path.h (bzr r4201) | ||||
| * | Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulence | Niko Kiirala | 2007-12-06 | 2 | -2/+18 |
| | | | | (bzr r4187) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 1 | -1/+1 |
| | | | | (bzr r4052) | ||||
| * | Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h. | Johan B. C. Engelen | 2007-11-09 | 1 | -0/+11 |
| | | | | | | Add conversion functions between Geom::Point and NR::Point (bzr r4050) | ||||
| * | add some utility functions from gradient code | bulia byak | 2007-10-16 | 2 | -0/+48 |
| | | | | (bzr r3905) | ||||
| * | Fixed min/max confusion bug | Jon A. Cruz | 2007-09-14 | 2 | -2/+2 |
| | | | | (bzr r3744) | ||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 1 | -3/+3 |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | ||||
| * | Compute farthest-from-center point correctly in Alt+rotation | Maximilian Albert | 2007-09-11 | 2 | -0/+14 |
| | | | | (bzr r3723) | ||||
| * | fix compositing for premultiplication and non-alpha cases | MenTaLguY | 2007-08-30 | 1 | -4/+39 |
| | | | | (bzr r3617) | ||||
| * | DNR bpp stuff so much | MenTaLguY | 2007-08-29 | 1 | -22/+46 |
| | | | | (bzr r3607) | ||||
| * | Refactor gradient rendering to facilitate future changes, since the simple | MenTaLguY | 2007-08-29 | 2 | -476/+330 |
| | | | | | | addition of noise has been reported to be generally ineffective by users. (bzr r3605) | ||||
| * | define gradient vector size in terms of bits | MenTaLguY | 2007-08-21 | 1 | -1/+2 |
| | | | | (bzr r3567) | ||||
| * | fix typo | MenTaLguY | 2007-08-21 | 1 | -1/+1 |
| | | | | (bzr r3566) | ||||
| * | increase gradient noise slightly | MenTaLguY | 2007-08-21 | 1 | -9/+9 |
| | | | | (bzr r3565) | ||||
| * | experimental: add some noise to the gradient function | MenTaLguY | 2007-08-21 | 1 | -0/+14 |
| | | | | (bzr r3564) | ||||
| * | factor out gradient index calculation | MenTaLguY | 2007-08-21 | 1 | -55/+59 |
| | | | | (bzr r3563) | ||||
| * | unify linear and radial gradients in same file (with appropriate note | MenTaLguY | 2007-08-21 | 2 | -2/+322 |
| | | | | | | about license) in preparation for refactoring (bzr r3562) | ||||
| * | 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) | ||||
