summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-6/+1
| | | | | | (bzr r10208)
| * Adding initial cut of resource manager.Jon A. Cruz2011-05-061-1/+1
| | | | | | (bzr r10198)
* | Fix rendering of control pointsKrzysztof Kosi??ski2011-06-194-225/+273
| | | | | | (bzr r9508.1.88)
* | Fix a rounding error that resulted in seams at some zoom levels whenKrzysztof Kosi??ski2011-04-107-30/+47
| | | | | | | | | | rendering filters that use BackgroundImage. (bzr r9508.1.81)
* | Initialize cached patterns to NULL in NRStyle, should fix crashesKrzysztof Kosi??ski2011-04-092-3/+6
| | | | | | (bzr r9508.1.80)
* | Slightly improve EXTRACT_ARGB32 macroKrzysztof Kosi??ski2011-04-091-4/+4
| | | | | | (bzr r9508.1.79)
* | nr-filter-skeleton is compiled on windows (good to keep it up-to-date I ↵Johan B. C. Engelen2011-04-082-9/+10
| | | | | | | | | | think!), fixes part of Windows build (bzr r9508.1.77)
* | 2geom has "multiplatform" sincos functionJohan B. C. Engelen2011-04-081-1/+2
| | | | | | (bzr r9508.1.76)
* | Add missing flush() / mark_dirty() calls around CMS transformKrzysztof Kosi??ski2011-04-081-0/+2
| | | | | | (bzr r9508.1.75)
* | Fix color-managed viewKrzysztof Kosi??ski2011-04-081-86/+21
| | | | | | (bzr r9508.1.74)
* | Merge from trunkKrzysztof Kosi??ski2011-04-0795-394/+823
|\| | | | | (bzr r9508.1.73)
| * Faster rounding for Gaussian blurJasper van de Gronde2011-04-021-6/+37
| | | | | | (bzr r10144)
| * D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour2011-03-181-0/+1
| | | | | | | | | | Bug #707054 and Bug #707364). (bzr r10114)
| * Use filter primitive subregion for feFlood per SVG standard.Tavmjong Bah2011-03-121-24/+44
| | | | | | (bzr r10094)
| * Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-117-66/+273
| | | | | | | | | | More correct handling of image placement in feImage filter primitive. (bzr r10092)
| * add a check for null desktopJohan B. C. Engelen2011-03-071-2/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/723446 (bzr r10082)
| * Allow the center handle to be selectable for items having a width or height ↵Diederik van Lierop2011-03-061-0/+6
| | | | | | | | | | | | | | close to zero (i.e. lines, dots) Before I fixed this the center handle used to be burried underneath the other handles (bzr r10081)
| * compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-2110-9/+168
| | | | | | (bzr r10065)
| * update to latest 2geom !Johan B. C. Engelen2011-02-0278-198/+198
| | | | | | (bzr r10025)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-2335-216/+275
| | | | | | | | | | header. (bzr r9978.1.1)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-153-10/+16
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-122-9/+11
| |\ | | | | | | (bzr r9945.1.1)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-3/+3
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
| * | Fix luminance to alpha calculation in masks.Tavmjong Bah2010-11-221-6/+16
| | | | | | | | | (bzr r9914)
* | | Fix mask luminance calculation, so the coeffs add up to 1Krzysztof Kosi??ski2010-11-261-2/+2
| | | | | | | | | (bzr r9508.1.71)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-2585-85/+85
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1796-96/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-156-27/+18
| | | | | | | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68)
* | | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-1416-264/+99
| | | | | | | | | (bzr r9508.1.67)
* | | Fix paint bucket toolKrzysztof Kosi??ski2010-08-142-10/+10
| | | | | | | | | (bzr r9508.1.66)
* | | Fixes for guideline renderingKrzysztof Kosi??ski2010-08-141-1/+3
| | | | | | | | | (bzr r9508.1.64)
* | | Do not un-premultiply alpha when computing mask luminanceKrzysztof Kosi??ski2010-08-121-8/+4
| | | | | | | | | (bzr r9508.1.61)
* | | Fix computation of drawbox for filtered, rotated itemsKrzysztof Kosi??ski2010-08-124-50/+34
| | | | | | | | | (bzr r9508.1.60)
* | | Fix the morphology filter (work on premultiplied colors)Krzysztof Kosi??ski2010-08-121-28/+33
| | | | | | | | | (bzr r9508.1.59)
* | | Fix bitmap opacityKrzysztof Kosi??ski2010-08-111-2/+1
| | | | | | | | | (bzr r9508.1.58)
* | | Fix light vector computation for lighting filtersKrzysztof Kosi??ski2010-08-112-4/+4
| | | | | | | | | (bzr r9508.1.57)
* | | Fix rendering failures caused by markers with markerUnits="strokeWidth"Krzysztof Kosi??ski2010-08-111-1/+2
| | | | | | | | | | | | | | | on shapes with zero stroke width (bzr r9508.1.56)
* | | Fix rendering of masks with non-opaque alpha channelKrzysztof Kosi??ski2010-08-103-22/+30
| | | | | | | | | (bzr r9508.1.55)
* | | Fix performance regression when displaying large imagesKrzysztof Kosi??ski2010-08-094-6/+19
| | | | | | | | | (bzr r9508.1.54)
* | | OpenMP-enabled matrix convolutionKrzysztof Kosi??ski2010-08-091-157/+71
| | | | | | | | | (bzr r9508.1.53)
* | | merge from trunkKrzysztof Kosi??ski2010-08-086-27/+27
|\| | | | | | | | (bzr r9508.1.52)
| * | A modification of pixops_mix that allows for input images that extend beyond ↵Jasper van de Gronde2010-08-041-87/+39
| | | | | | | | | | | | | | | the output image (bzr r9686)
| * | Fix to background handling that avoids both duplication and aliasing as much ↵Jasper van de Gronde2010-08-044-101/+75
| | | | | | | | | | | | | | | as possible. (bzr r9685)
| * | 1) Snap to transformation center even if it's outside of the bounding box of ↵Diederik van Lierop2010-07-251-8/+8
| | | | | | | | | | | | | | | | | | | | | the parent item 2) In some cases the snap source indicator wasn't shown (bzr r9648)
| * | Make OpenMP actually work on systems that use Autoconf.Krzysztof Kosi??ski2010-07-211-1/+2
| | | | | | | | | (bzr r9637)
| * | - do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop2010-07-181-21/+9
| | | | | | | | | | | | | | | | | | - snap guides to paths too - always show the same snap indicator (bzr r9625)
| * | Simplify code related to snapping while rotatingDiederik van Lierop2010-07-174-6/+4
| | | | | | | | | (bzr r9619)