summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-27use an accessor method to get filter from stylebulia byak3-9/+9
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak3-9/+12
2007-06-25functional noop: src/display/nr-filter-gaussian.cpp: Make a few symbols local...Peter Moulder1-9/+30
2007-06-24initial filter UI code drop from NickMenTaLguY1-1/+2
2007-06-14patch 1729267 for bug 1712481bulia byak1-2/+67
2007-06-13Fixed a rendering problem in feOffsetNiko Kiirala1-4/+11
2007-06-12Filter effects: support for SourceAlpha and BackgroundAlphaNiko Kiirala4-27/+102
2007-06-07Fixed background access problems introduced in previous revisionNiko Kiirala2-8/+16
2007-06-07First version of feOffset support. Contains some rendering glitches.Niko Kiirala8-3/+272
2007-06-04Modified filter rendering area handling to better accommodate upcoming feOffsetNiko Kiirala7-20/+24
2007-05-29Added support for in-parameter in filter primitivesNiko Kiirala4-15/+20
2007-05-21Refactoring work for filter effects renderer initializationNiko Kiirala5-165/+100
2007-05-17Fix a couple of unannotated transactions causing g_warning from finish_incomp...Peter Moulder1-4/+3
2007-05-16Fixed some feBlend rendering bugsNiko Kiirala1-27/+45
2007-05-14Added renderer support for feBlend filter effectNiko Kiirala7-9/+414
2007-04-20grid: make grid names translatable. use different gridtype names in SVG that ...Johan B. C. Engelen2-11/+73
2007-04-20Fix emphasized gridlines bug when zoomed out.Johan B. C. Engelen1-1/+1
2007-04-19Set default gridspacing back to 1pxJohan B. C. Engelen1-1/+1
2007-04-17Grid: added dotted rendering of rectangular grid. Fixed bug in emphasized lin...Johan B. C. Engelen2-77/+121
2007-04-17old default color values restoredJohan B. C. Engelen1-6/+6
2007-04-15Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2-356/+46
2007-04-13New Grids are now ready to go. bug testing can start i think.Johan B. C. Engelen2-58/+1
2007-04-13New grids are almost ready to fly!Johan B. C. Engelen4-49/+82
2007-04-02Removed C99 isnormal from nr-filter-gaussian.cpp (bug 1678363)Niko Kiirala1-3/+3
2007-04-01removed leftover debug messages. Toggling new grids now works. Almost ready t...Johan B. C. Engelen2-4/+29
2007-03-25Purging old axonometric grid code: reworked it into the new grid class struct...Johan B. C. Engelen4-330/+580
2007-03-20Monster commit. New grid infrastructure. The old gridmanagement code is still...Johan B. C. Engelen2-7/+831
2007-03-19no pick if transparent; fix sodipodi-era bug where delta had no effect for no...bulia byak1-9/+14
2007-03-19two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...bulia byak1-10/+51
2007-03-19add fields for delayed pick optimizationbulia byak1-0/+3
2007-03-19switch to using NR::Maybe for area rectbulia byak2-4/+6
2007-03-19make arena remember its parent canvasarena, if any (so that an arenaitem can ...bulia byak3-0/+5
2007-03-19use ::upgrade for getting NR::Rectbulia byak1-1/+1
2007-03-19comment fixbulia byak1-1/+1
2007-03-18optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak4-22/+48
2007-03-17clean up rect mess a bit before start working on other stuffMenTaLguY1-2/+2
2007-03-14fix bug where master opacity did not affect markersbulia byak1-4/+5
2007-03-11Eliminate remaining sources of empty NR::RectsMenTaLguY1-5/+10
2007-03-04delivarotify picking; restore the old pick code, fix it to work with stroke w...bulia byak1-66/+34
2007-03-03the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate de...bulia byak2-2/+2
2007-03-03implement proper picking (by the frame and diagonals) in outline modebulia byak1-11/+51
2007-03-03restore rendering markers in outline modebulia byak1-6/+10
2007-03-02blind fix for endianness, needs testing by someone on a big-endian machinebulia byak1-0/+22
2007-03-02cairoify image outlinesbulia byak1-30/+28
2007-03-02patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)bulia byak2-3/+8
2007-03-02create/destroy the cairo_t for all items to render into (currently used only ...bulia byak1-6/+19
2007-03-02outline mode: render into the passed cairo_tbulia byak2-25/+9
2007-03-02eliminate caching and temp buffers for cairo outline modebulia byak1-31/+35
2007-03-01jasper's patch for bug 1666430; see that patch for why we should ignore the c...bulia byak1-25/+39
2007-03-01(hopefully) fixed build on linux, added missing isnormal.hMarkus Schwarzenberg2-0/+4