summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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