summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* more correct double opacity fix: do not multiply by opacity if item->render_o...bulia byak2006-10-201-3/+2
* fix the erroneous double opacity on filtered objectsbulia byak2006-10-201-2/+6
* handle the case of no filter primitivesbulia byak2006-10-201-4/+6
* fill in set methods to enable x/y/w/hbulia byak2006-10-201-5/+17
* purge fred's arena item tile cache (has been disabled for quite some time any...bulia byak2006-10-174-620/+105
* another canvas repaint optimization: if the new rect and the rect aborted las...bulia byak2006-10-161-51/+133
* indentation; declarations to first uses; deal with the possible failure to cr...bulia byak2006-10-141-897/+1061
* deal with the possible failure to create pixblock due to insufficient memorybulia byak2006-10-146-4/+60
* disable filters in outline modebulia byak2006-10-111-8/+10
* Filtering now works with text and image objectsNiko Kiirala2006-10-102-0/+61
* add blur speed/quality optionsbulia byak2006-10-092-46/+184
* Check to make sure canvas provided to forced redraw functions is not null.John Bintz2006-10-031-0/+4
* Fixed banding problem when rendering filtersNiko Kiirala2006-10-021-0/+1
* FIXED: "Several "** Message: arg" lines every time GUI is started. I think th...Johan B. C. Engelen2006-09-291-2/+0
* axonometric grid: angles cannot be larger than 89 degrees.Johan B. C. Engelen2006-09-231-0/+2
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal...Johan B. C. Engelen2006-09-213-0/+530
* Changed grid drawing (nit more logical): hlines and vlines are drawn complete...Johan B. C. Engelen2006-09-171-14/+11
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-062-23/+26
* Add ability to force canvas to perform a full, non-interruptible redrawJohn Bintz2006-09-042-2/+37
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-2/+2
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-232-2/+2
* Object groups can be blurred. Blur slider updates when selection changes. Com...Hugo Rodrigues2006-08-203-6/+47
* Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...Hugo Rodrigues2006-08-142-3/+44
* interruptible redrawbulia byak2006-08-032-65/+182
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-297-50/+45
* Added renderer support for accessing background image from filtersNiko Kiirala2006-07-268-31/+116
* Added support for enable-background to SPStyleNiko Kiirala2006-07-262-6/+3
* Added a bunch of comments to filter effects rendering codeNiko Kiirala2006-07-185-3/+135
* Bicubic scaler added to filtering, allowing changes in filter resolutionNiko Kiirala2006-07-106-13/+211
* fix properly. oops ^^Bob Jamison2006-07-091-4/+4
* remove conversion warningsBob Jamison2006-07-091-4/+4
* Compiler error in NR::Filter fixedNiko Kiirala2006-07-091-13/+13
* Filter effects bounding box calculation makes use of area settingsNiko Kiirala2006-07-091-10/+42
* Created NR::FilterSlot to handle pixblocks in rendering filtersNiko Kiirala2006-07-049-25/+250
* Fix include file (<ieeefp.h>, not <ieefp.h>).Colin Marquardt2006-07-031-1/+1
* Added sanity checks and fixed buffer overflow in nr-filter-gaussianNiko Kiirala2006-06-261-1/+40
* Added virtual destructors for filter primitives. Corrected Niko Kiirala2006-06-224-2/+13
* remove 'non virtual destructor' warningBob Jamison2006-06-221-0/+2
* svg-filters branch merged back to headNiko Kiirala2006-06-2114-5/+1203
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-282-12/+13
* break apart faster: prepend to list instead of append, add objects to selecti...bulia byak2006-05-281-6/+1
* factor out dashing codebulia byak2006-05-261-24/+2
* init matrix variable, removes compiler warningsRalf Stephan2006-05-191-2/+3
* always make local copy of path data so we have control of memory policyMenTaLguY2006-05-091-29/+17
* fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATHMenTaLguY2006-05-091-1/+1
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...MenTaLguY2006-05-092-59/+1
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-094-74/+74
* NRMatrix copy constructor appears deficient; avoid it for nowMenTaLguY2006-05-011-1/+2
* use GC allocator for bitmap cache and transformMenTaLguY2006-05-011-12/+6
* rationalize function names and remove spurious soft_ptrMenTaLguY2006-04-294-25/+25