summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sorry, forgot the copyright text.Johan B. C. Engelen2007-01-242-0/+4
* patch 1635163: directional repaint for better interactivitybulia byak2007-01-171-10/+47
* Upgraded gradient tool =)Johan B. C. Engelen2007-01-172-9/+7
* fix 1632748bulia byak2007-01-111-2/+1
* Fix for 1502439, annoying GTK warning: "Gtk-CRITICAL **: gtk_style_detach: as...gustav_b2007-01-071-0/+2
* comment on possible optimizationbulia byak2007-01-071-1/+4
* when bailing out on update due to missing curve or style, don't forget to upd...bulia byak2007-01-071-4/+6
* Fixed and disabled extra debugging routines in pixblock scaler and transformerNiko Kiirala2007-01-042-4/+4
* Added bitmap transformer to fix blur with rotation and non-uniform scalingNiko Kiirala2007-01-034-9/+216
* patch by Jasper van de Gronde from bug 1576258bulia byak2006-12-112-67/+52
* Cleanup work for markers - adding some documentation to areas of codeBryce Harrington2006-11-181-0/+29
* fix another crash on exit caused by trying to do stuff when canvas is no morebulia byak2006-11-131-0/+3
* Applied patch to disable the pressure sensitivity for those people that have Jon Phillips2006-11-061-1/+4
* add diagonals, fix shape conversionbulia byak2006-11-051-2/+10
* display images as rects in Outline modebulia byak2006-11-052-28/+77
* fix bug: stroke width was not changed when switching to outline and backbulia byak2006-11-042-2/+14
* Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGridJohan B. C. Engelen2006-10-262-61/+70
* extend the semantics of sp_canvas_force_full_redraw_after_interruptions to al...bulia byak2006-10-262-7/+10
* fix visibility and pickability of nofill/nostroke objects in outline mode; op...bulia byak2006-10-251-17/+24
* implement rendering of clips/masks in outline mode; make all outline colors s...bulia byak2006-10-251-1/+28
* 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