| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | delivarotify picking; restore the old pick code, fix it to work with stroke ↵ | bulia byak | 2007-03-04 | 1 | -66/+34 |
| | | | | | | width and with markers; do not pick fill in outline mode (bzr r2531) | ||||
| * | the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate ↵ | bulia byak | 2007-03-03 | 2 | -2/+2 |
| | | | | | | definitely needs to be factored out (bzr r2517) | ||||
| * | implement proper picking (by the frame and diagonals) in outline mode | bulia byak | 2007-03-03 | 1 | -11/+51 |
| | | | | (bzr r2513) | ||||
| * | restore rendering markers in outline mode | bulia byak | 2007-03-03 | 1 | -6/+10 |
| | | | | (bzr r2512) | ||||
| * | blind fix for endianness, needs testing by someone on a big-endian machine | bulia byak | 2007-03-02 | 1 | -0/+22 |
| | | | | (bzr r2506) | ||||
| * | cairoify image outlines | bulia byak | 2007-03-02 | 1 | -30/+28 |
| | | | | (bzr r2505) | ||||
| * | patch the RGBA/BGRA incompatibility (until we're not using cairo throughout) | bulia byak | 2007-03-02 | 2 | -3/+8 |
| | | | | (bzr r2499) | ||||
| * | create/destroy the cairo_t for all items to render into (currently used only ↵ | bulia byak | 2007-03-02 | 1 | -6/+19 |
| | | | | | | in outline mode) (bzr r2497) | ||||
| * | outline mode: render into the passed cairo_t | bulia byak | 2007-03-02 | 2 | -25/+9 |
| | | | | (bzr r2496) | ||||
| * | eliminate caching and temp buffers for cairo outline mode | bulia byak | 2007-03-02 | 1 | -31/+35 |
| | | | | (bzr r2495) | ||||
| * | jasper's patch for bug 1666430; see that patch for why we should ignore the ↵ | bulia byak | 2007-03-01 | 1 | -25/+39 |
| | | | | | | compile warnings (bzr r2489) | ||||
| * | (hopefully) fixed build on linux, added missing isnormal.h | Markus Schwarzenberg | 2007-03-01 | 2 | -0/+4 |
| | | | | (bzr r2486) | ||||
| * | commited Solaris 2.8 / gcc-3.2.3 fixes | Markus Schwarzenberg | 2007-03-01 | 3 | -2/+6 |
| | | | | (bzr r2485) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 7 | -23/+24 |
| | | | | (bzr r2472) | ||||
| * | render text in outline mode via cairo (still no endian-safe); factor out ↵ | bulia byak | 2007-03-01 | 5 | -81/+180 |
| | | | | | | helper functions (bzr r2470) | ||||
| * | more comments | bulia byak | 2007-02-27 | 1 | -3/+10 |
| | | | | (bzr r2458) | ||||
| * | more comments on cairo's and our own woes | bulia byak | 2007-02-27 | 2 | -2/+17 |
| | | | | (bzr r2455) | ||||
| * | move a global to a class property; reduce the use of is_scrolling to prevent ↵ | bulia byak | 2007-02-25 | 2 | -7/+10 |
| | | | | | | the lack-of-redraw issues (bzr r2430) | ||||
| * | add commented-out cairo stroke rendering; refactoring | bulia byak | 2007-02-22 | 1 | -44/+166 |
| | | | | (bzr r2417) | ||||
| * | factor out some cairo-related helpers; add cairo clipping - commented out ↵ | bulia byak | 2007-02-21 | 1 | -64/+112 |
| | | | | | | for now due to a cairo bug (bzr r2416) | ||||
| * | Cleaned up DOS line ends that had snuck in. | Jon A. Cruz | 2007-02-19 | 3 | -529/+529 |
| | | | | (bzr r2399) | ||||
| * | smooth panning: suppress painting for so long as scrolling events come one ↵ | bulia byak | 2007-02-19 | 1 | -60/+66 |
| | | | | | | after the other; add comments on tiles array; make tile size a define; simplify work with tiles in paint(); remove redundant redraw requests in sp_canvas_scroll_to as it gets requested by expose event anyway (bzr r2394) | ||||
| * | a bunch of cairo fixmes in anticipation of a more direct rendering with less ↵ | bulia byak | 2007-02-17 | 4 | -6/+69 |
| | | | | | | intermediate buffers and unpacked 32bit RGBA throughout (bzr r2385) | ||||
| * | eliminate temporary buffer in outline mode (faster); restore livarot path ↵ | bulia byak | 2007-02-17 | 1 | -24/+17 |
| | | | | | | for picking (unfortunately slower, consider using cairo_in_stroke instead) (bzr r2382) | ||||
| * | first try to use cairo, for outline mode only so far | bulia byak | 2007-02-17 | 1 | -3/+102 |
| | | | | (bzr r2381) | ||||
| * | jasper's patch for fast iir blur | bulia byak | 2007-02-11 | 2 | -383/+565 |
| | | | | (bzr r2356) | ||||
| * | Unions Are Evil! When pixblock size is TINY, it stores data right in the ↵ | bulia byak | 2007-02-04 | 6 | -13/+13 |
| | | | | | | data.px field (as data.p) and clears it, so when read as data.px it yields NULL. This fixes the problems with the dropper tool (which uses tiny buffers) (bzr r2325) | ||||
| * | Sorry, forgot the copyright text. | Johan B. C. Engelen | 2007-01-24 | 2 | -0/+4 |
| | | | | (bzr r2276) | ||||
| * | patch 1635163: directional repaint for better interactivity | bulia byak | 2007-01-17 | 1 | -10/+47 |
| | | | | (bzr r2230) | ||||
| * | Upgraded gradient tool =) | Johan B. C. Engelen | 2007-01-17 | 2 | -9/+7 |
| | | | | (bzr r2228) | ||||
| * | fix 1632748 | bulia byak | 2007-01-11 | 1 | -2/+1 |
| | | | | (bzr r2179) | ||||
| * | Fix for 1502439, annoying GTK warning: "Gtk-CRITICAL **: gtk_style_detach: ↵ | gustav_b | 2007-01-07 | 1 | -0/+2 |
| | | | | | | assertion:style->" (bzr r2152) | ||||
| * | comment on possible optimization | bulia byak | 2007-01-07 | 1 | -1/+4 |
| | | | | (bzr r2144) | ||||
| * | when bailing out on update due to missing curve or style, don't forget to ↵ | bulia byak | 2007-01-07 | 1 | -4/+6 |
| | | | | | | update item->bbox; fixes 1623869 (bzr r2143) | ||||
| * | Fixed and disabled extra debugging routines in pixblock scaler and transformer | Niko Kiirala | 2007-01-04 | 2 | -4/+4 |
| | | | | (bzr r2126) | ||||
| * | Added bitmap transformer to fix blur with rotation and non-uniform scaling | Niko Kiirala | 2007-01-03 | 4 | -9/+216 |
| | | | | (bzr r2125) | ||||
| * | patch by Jasper van de Gronde from bug 1576258 | bulia byak | 2006-12-11 | 2 | -67/+52 |
| | | | | (bzr r2085) | ||||
| * | Cleanup work for markers - adding some documentation to areas of code | Bryce Harrington | 2006-11-18 | 1 | -0/+29 |
| | | | | | | dealing with markers, and removing some marker debug stuff. (bzr r1987) | ||||
| * | fix another crash on exit caused by trying to do stuff when canvas is no more | bulia byak | 2006-11-13 | 1 | -0/+3 |
| | | | | (bzr r1946) | ||||
| * | Applied patch to disable the pressure sensitivity for those people that have | Jon Phillips | 2006-11-06 | 1 | -1/+4 |
| | | | | | | | | | | problems and added new author to our authors file: https://sourceforge.net/tracker/index.php?func=detail&aid=1511066&group_id=93438&atid=604308 Please test o this feature for those who have tablets, pressure sensitivity, etc...it is a workaround for gtk+ problems with some tablets, etc... (bzr r1911) | ||||
| * | add diagonals, fix shape conversion | bulia byak | 2006-11-05 | 1 | -2/+10 |
| | | | | (bzr r1902) | ||||
| * | display images as rects in Outline mode | bulia byak | 2006-11-05 | 2 | -28/+77 |
| | | | | (bzr r1901) | ||||
| * | fix bug: stroke width was not changed when switching to outline and back | bulia byak | 2006-11-04 | 2 | -2/+14 |
| | | | | (bzr r1894) | ||||
| * | Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGrid | Johan B. C. Engelen | 2006-10-26 | 2 | -61/+70 |
| | | | | (bzr r1869) | ||||
| * | extend the semantics of sp_canvas_force_full_redraw_after_interruptions to ↵ | bulia byak | 2006-10-26 | 2 | -7/+10 |
| | | | | | | allow passing 0 to it, meaning no interruptions at all until the next sp_canvas_end_forced_full_redraws (bzr r1865) | ||||
| * | fix visibility and pickability of nofill/nostroke objects in outline mode; ↵ | bulia byak | 2006-10-25 | 1 | -17/+24 |
| | | | | | | optimize looking up rendermode (bzr r1862) | ||||
| * | implement rendering of clips/masks in outline mode; make all outline colors ↵ | bulia byak | 2006-10-25 | 1 | -1/+28 |
| | | | | | | stored in the prefs (bzr r1861) | ||||
| * | more correct double opacity fix: do not multiply by opacity if ↵ | bulia byak | 2006-10-20 | 1 | -3/+2 |
| | | | | | | item->render_opacity, i.e. the opacity was already applied during render (bzr r1815) | ||||
| * | fix the erroneous double opacity on filtered objects | bulia byak | 2006-10-20 | 1 | -2/+6 |
| | | | | (bzr r1814) | ||||
| * | handle the case of no filter primitives | bulia byak | 2006-10-20 | 1 | -4/+6 |
| | | | | (bzr r1813) | ||||
