| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 3 | -9/+12 | |
| | | | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116) | |||||
| * | functional noop: src/display/nr-filter-gaussian.cpp: Make a few symbols ↵ | Peter Moulder | 2007-06-25 | 1 | -9/+30 | |
| | | | | | | local (static). (bzr r3099) | |||||
| * | initial filter UI code drop from Nick | MenTaLguY | 2007-06-24 | 1 | -1/+2 | |
| | | | | (bzr r3095) | |||||
| * | patch 1729267 for bug 1712481 | bulia byak | 2007-06-14 | 1 | -2/+67 | |
| | | | | (bzr r3063) | |||||
| * | Fixed a rendering problem in feOffset | Niko Kiirala | 2007-06-13 | 1 | -4/+11 | |
| | | | | (bzr r3058) | |||||
| * | Filter effects: support for SourceAlpha and BackgroundAlpha | Niko Kiirala | 2007-06-12 | 4 | -27/+102 | |
| | | | | (bzr r3057) | |||||
| * | Fixed background access problems introduced in previous revision | Niko Kiirala | 2007-06-07 | 2 | -8/+16 | |
| | | | | (bzr r3056) | |||||
| * | First version of feOffset support. Contains some rendering glitches. | Niko Kiirala | 2007-06-07 | 8 | -3/+272 | |
| | | | | (bzr r3055) | |||||
| * | Modified filter rendering area handling to better accommodate upcoming feOffset | Niko Kiirala | 2007-06-04 | 7 | -20/+24 | |
| | | | | (bzr r3052) | |||||
| * | Added support for in-parameter in filter primitives | Niko Kiirala | 2007-05-29 | 4 | -15/+20 | |
| | | | | (bzr r3041) | |||||
| * | Refactoring work for filter effects renderer initialization | Niko Kiirala | 2007-05-21 | 5 | -165/+100 | |
| | | | | (bzr r3035) | |||||
| * | Fix a couple of unannotated transactions causing g_warning from ↵ | Peter Moulder | 2007-05-17 | 1 | -4/+3 | |
| | | | | | | finish_incomplete_transaction. (Thanks to johanengelen for help with this.) (bzr r3019) | |||||
| * | Fixed some feBlend rendering bugs | Niko Kiirala | 2007-05-16 | 1 | -27/+45 | |
| | | | | (bzr r3017) | |||||
| * | Added renderer support for feBlend filter effect | Niko Kiirala | 2007-05-14 | 7 | -9/+414 | |
| | | | | (bzr r3015) | |||||
| * | grid: make grid names translatable. use different gridtype names in SVG that ↵ | Johan B. C. Engelen | 2007-04-20 | 2 | -11/+73 | |
| | | | | | | are not translated. (bzr r2936) | |||||
| * | Fix emphasized gridlines bug when zoomed out. | Johan B. C. Engelen | 2007-04-20 | 1 | -1/+1 | |
| | | | | (bzr r2935) | |||||
| * | Set default gridspacing back to 1px | Johan B. C. Engelen | 2007-04-19 | 1 | -1/+1 | |
| | | | | (bzr r2932) | |||||
| * | Grid: added dotted rendering of rectangular grid. Fixed bug in emphasized ↵ | Johan B. C. Engelen | 2007-04-17 | 2 | -77/+121 | |
| | | | | | | line spacing. (bzr r2915) | |||||
| * | old default color values restored | Johan B. C. Engelen | 2007-04-17 | 1 | -6/+6 | |
| | | | | (bzr r2914) | |||||
| * | Removal of old grid code - fully enabled new grid code. | Johan B. C. Engelen | 2007-04-15 | 2 | -356/+46 | |
| | | | | (bzr r2904) | |||||
| * | New Grids are now ready to go. bug testing can start i think. | Johan B. C. Engelen | 2007-04-13 | 2 | -58/+1 | |
| | | | | (bzr r2878) | |||||
| * | New grids are almost ready to fly! | Johan B. C. Engelen | 2007-04-13 | 4 | -49/+82 | |
| | | | | (bzr r2873) | |||||
| * | Removed C99 isnormal from nr-filter-gaussian.cpp (bug 1678363) | Niko Kiirala | 2007-04-02 | 1 | -3/+3 | |
| | | | | (bzr r2812) | |||||
| * | removed leftover debug messages. Toggling new grids now works. Almost ready ↵ | Johan B. C. Engelen | 2007-04-01 | 2 | -4/+29 | |
| | | | | | | to comment-out old grid code. (bzr r2806) | |||||
| * | Purging old axonometric grid code: reworked it into the new grid class ↵ | Johan B. C. Engelen | 2007-03-25 | 4 | -330/+580 | |
| | | | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757) | |||||
| * | Monster commit. New grid infrastructure. The old gridmanagement code is ↵ | Johan B. C. Engelen | 2007-03-20 | 2 | -7/+831 | |
| | | | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721) | |||||
| * | no pick if transparent; fix sodipodi-era bug where delta had no effect for ↵ | bulia byak | 2007-03-19 | 1 | -9/+14 | |
| | | | | | | no-stroke shapes (bzr r2717) | |||||
| * | two picking optimizations: 1 use our canvas' viewbox so that invisible ↵ | bulia byak | 2007-03-19 | 1 | -10/+51 | |
| | | | | | | segments can be ignored; 2 if still too slow, skip several pickings, returning last pick, before trying to pick again; also use ::upgrade for getting NR::Rect (bzr r2716) | |||||
| * | add fields for delayed pick optimization | bulia byak | 2007-03-19 | 1 | -0/+3 | |
| | | | | (bzr r2714) | |||||
| * | switch to using NR::Maybe for area rect | bulia byak | 2007-03-19 | 2 | -4/+6 | |
| | | | | (bzr r2713) | |||||
| * | make arena remember its parent canvasarena, if any (so that an arenaitem can ↵ | bulia byak | 2007-03-19 | 3 | -0/+5 | |
| | | | | | | get access to the canvas viewbox for picking optimization) (bzr r2712) | |||||
| * | use ::upgrade for getting NR::Rect | bulia byak | 2007-03-19 | 1 | -1/+1 | |
| | | | | (bzr r2711) | |||||
| * | comment fix | bulia byak | 2007-03-19 | 1 | -1/+1 | |
| | | | | (bzr r2710) | |||||
| * | optimize cairo paths by not drawing segments that are outside of view (for ↵ | bulia byak | 2007-03-18 | 4 | -22/+48 | |
| | | | | | | stroke only); increase tolerance for picking, not calculate wind when it's not needed (bzr r2700) | |||||
| * | clean up rect mess a bit before start working on other stuff | MenTaLguY | 2007-03-17 | 1 | -2/+2 | |
| | | | | (bzr r2678) | |||||
| * | fix bug where master opacity did not affect markers | bulia byak | 2007-03-14 | 1 | -4/+5 | |
| | | | | (bzr r2645) | |||||
| * | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 2007-03-11 | 1 | -5/+10 | |
| | | | | (bzr r2605) | |||||
| * | delivarotify picking; restore the old pick code, fix it to work with stroke ↵ | bulia byak | 2007-03-04 | 1 | -66/+34 | |
| | | | | | | width and with markers; do not pick fill in outline mode (bzr r2531) | |||||
| * | the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate ↵ | bulia byak | 2007-03-03 | 2 | -2/+2 | |
| | | | | | | definitely needs to be factored out (bzr r2517) | |||||
| * | implement proper picking (by the frame and diagonals) in outline mode | bulia byak | 2007-03-03 | 1 | -11/+51 | |
| | | | | (bzr r2513) | |||||
| * | restore rendering markers in outline mode | bulia byak | 2007-03-03 | 1 | -6/+10 | |
| | | | | (bzr r2512) | |||||
| * | blind fix for endianness, needs testing by someone on a big-endian machine | bulia byak | 2007-03-02 | 1 | -0/+22 | |
| | | | | (bzr r2506) | |||||
| * | cairoify image outlines | bulia byak | 2007-03-02 | 1 | -30/+28 | |
| | | | | (bzr r2505) | |||||
| * | patch the RGBA/BGRA incompatibility (until we're not using cairo throughout) | bulia byak | 2007-03-02 | 2 | -3/+8 | |
| | | | | (bzr r2499) | |||||
| * | create/destroy the cairo_t for all items to render into (currently used only ↵ | bulia byak | 2007-03-02 | 1 | -6/+19 | |
| | | | | | | in outline mode) (bzr r2497) | |||||
| * | outline mode: render into the passed cairo_t | bulia byak | 2007-03-02 | 2 | -25/+9 | |
| | | | | (bzr r2496) | |||||
| * | eliminate caching and temp buffers for cairo outline mode | bulia byak | 2007-03-02 | 1 | -31/+35 | |
| | | | | (bzr r2495) | |||||
| * | jasper's patch for bug 1666430; see that patch for why we should ignore the ↵ | bulia byak | 2007-03-01 | 1 | -25/+39 | |
| | | | | | | compile warnings (bzr r2489) | |||||
| * | (hopefully) fixed build on linux, added missing isnormal.h | Markus Schwarzenberg | 2007-03-01 | 2 | -0/+4 | |
| | | | | (bzr r2486) | |||||
| * | commited Solaris 2.8 / gcc-3.2.3 fixes | Markus Schwarzenberg | 2007-03-01 | 3 | -2/+6 | |
| | | | | (bzr r2485) | |||||
