summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* grid: make grid names translatable. use different gridtype names in SVG that ...Johan B. C. Engelen2007-04-202-11/+73
* Fix emphasized gridlines bug when zoomed out.Johan B. C. Engelen2007-04-201-1/+1
* Set default gridspacing back to 1pxJohan B. C. Engelen2007-04-191-1/+1
* Grid: added dotted rendering of rectangular grid. Fixed bug in emphasized lin...Johan B. C. Engelen2007-04-172-77/+121
* old default color values restoredJohan B. C. Engelen2007-04-171-6/+6
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-152-356/+46
* New Grids are now ready to go. bug testing can start i think.Johan B. C. Engelen2007-04-132-58/+1
* New grids are almost ready to fly!Johan B. C. Engelen2007-04-134-49/+82
* Removed C99 isnormal from nr-filter-gaussian.cpp (bug 1678363)Niko Kiirala2007-04-021-3/+3
* removed leftover debug messages. Toggling new grids now works. Almost ready t...Johan B. C. Engelen2007-04-012-4/+29
* Purging old axonometric grid code: reworked it into the new grid class struct...Johan B. C. Engelen2007-03-254-330/+580
* Monster commit. New grid infrastructure. The old gridmanagement code is still...Johan B. C. Engelen2007-03-202-7/+831
* no pick if transparent; fix sodipodi-era bug where delta had no effect for no...bulia byak2007-03-191-9/+14
* two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...bulia byak2007-03-191-10/+51
* add fields for delayed pick optimizationbulia byak2007-03-191-0/+3
* switch to using NR::Maybe for area rectbulia byak2007-03-192-4/+6
* make arena remember its parent canvasarena, if any (so that an arenaitem can ...bulia byak2007-03-193-0/+5
* use ::upgrade for getting NR::Rectbulia byak2007-03-191-1/+1
* comment fixbulia byak2007-03-191-1/+1
* optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak2007-03-184-22/+48
* clean up rect mess a bit before start working on other stuffMenTaLguY2007-03-171-2/+2
* fix bug where master opacity did not affect markersbulia byak2007-03-141-4/+5
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-111-5/+10
* delivarotify picking; restore the old pick code, fix it to work with stroke w...bulia byak2007-03-041-66/+34
* the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate de...bulia byak2007-03-032-2/+2
* implement proper picking (by the frame and diagonals) in outline modebulia byak2007-03-031-11/+51
* restore rendering markers in outline modebulia byak2007-03-031-6/+10
* blind fix for endianness, needs testing by someone on a big-endian machinebulia byak2007-03-021-0/+22
* cairoify image outlinesbulia byak2007-03-021-30/+28
* patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)bulia byak2007-03-022-3/+8
* create/destroy the cairo_t for all items to render into (currently used only ...bulia byak2007-03-021-6/+19
* outline mode: render into the passed cairo_tbulia byak2007-03-022-25/+9
* eliminate caching and temp buffers for cairo outline modebulia byak2007-03-021-31/+35
* jasper's patch for bug 1666430; see that patch for why we should ignore the c...bulia byak2007-03-011-25/+39
* (hopefully) fixed build on linux, added missing isnormal.hMarkus Schwarzenberg2007-03-012-0/+4
* commited Solaris 2.8 / gcc-3.2.3 fixesMarkus Schwarzenberg2007-03-013-2/+6
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-017-23/+24
* render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak2007-03-015-81/+180
* more commentsbulia byak2007-02-271-3/+10
* more comments on cairo's and our own woesbulia byak2007-02-272-2/+17
* move a global to a class property; reduce the use of is_scrolling to prevent ...bulia byak2007-02-252-7/+10
* add commented-out cairo stroke rendering; refactoringbulia byak2007-02-221-44/+166
* factor out some cairo-related helpers; add cairo clipping - commented out for...bulia byak2007-02-211-64/+112
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-193-529/+529
* smooth panning: suppress painting for so long as scrolling events come one af...bulia byak2007-02-191-60/+66
* a bunch of cairo fixmes in anticipation of a more direct rendering with less ...bulia byak2007-02-174-6/+69
* eliminate temporary buffer in outline mode (faster); restore livarot path for...bulia byak2007-02-171-24/+17
* first try to use cairo, for outline mode only so farbulia byak2007-02-171-3/+102
* jasper's patch for fast iir blurbulia byak2007-02-112-383/+565
* Unions Are Evil! When pixblock size is TINY, it stores data right in the data...bulia byak2007-02-046-13/+13