summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 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)
* | 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)
* | 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)
* | Upgrading to trunkTed Gould2010-07-137-7/+9
|\ \ | | | | | | (bzr r8254.1.57)
| * | - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-125-5/+6
| |/ | | | | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
| * Disable a couple debug messages.Josh Andler2010-06-151-2/+2
| | | | | | (bzr r9501)
| * Fix for bug #284147Jasper van de Gronde2010-05-181-0/+1
| | | | | | (bzr r9429)
* | Pulling in a more recent trunkTed Gould2010-05-154-6/+6
|\| | | | | (bzr r8254.1.56)
| * Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-084-6/+6
| | | | | | (bzr r9402)
* | Updating to trunkTed Gould2010-05-1511-95/+132
|\| | | | | (bzr r8254.1.54)
| * Fix snapping regression introduced by rev. #9118Diederik van Lierop2010-04-222-3/+12
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9364)
| * Fix bbox snapping as reported in LP bug #562205Diederik van Lierop2010-04-181-0/+8
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9351)
| * Fix for bug #455302 and bug #165529, also partially fixes bounding box of ↵Jasper van de Gronde2010-04-185-75/+79
| | | | | | | | | | various NR Arena Items as passed to filters (it used to explicitly make the bounding box larger) and makes nr-filter-displacement-map use rowstride (bzr r9350)
| * filterUnits and primitiveUnits are now actually read/set, percentages for ↵Jasper van de Gronde2010-04-151-0/+8
| | | | | | | | | | primitiveUnits are still problematic though (bzr r9335)
| * show more axonometric grid linesJohan B. C. Engelen2010-04-141-7/+9
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/429776 (bzr r9331)
| * A few small fixes/clarifications for Gaussian blur.Jasper van de Gronde2010-04-031-8/+14
| | | | | | (bzr r9287)
| * reinstate wrongly ignored delta in pick; makes selecting small text objects ↵buliabyak2010-03-281-2/+2
| | | | | | | | | | much easier (bzr r9245)
* | Merge from trunkTed Gould2010-03-267-39/+123
|\| | | | | (bzr r8254.1.53)
| * Fix regression caused by rev. #9158 (selection of nodes in the node editor ↵Diederik van Lierop2010-03-211-1/+5
| | | | | | | | | | by dragging a rectangle using a tablet was broken) (bzr r9219)
| * Fix crash in spray tool caused by rev. 9158Diederik van Lierop2010-03-121-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/537249 (bzr r9181)
| * Fix scrolling with mouse wheel when hovering above a snap-indicatorDiederik van Lierop2010-03-061-8/+21
| | | | | | (bzr r9158)
| * Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski2010-02-281-2/+2
| | | | | | (bzr r9118)
| * 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in ↵Diederik van Lierop2010-02-251-1/+9
| | | | | | | | | | | | | | | | | | | | the selector tool) 2) Allow constrained translation for 1) (with <ctrl>) 3) Fix snapping to the grid when pasting 4) Show snap indicators for all of the above 5) Implement snap delay mechanism for 1) and 2) (bzr r9113)
| * 1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ↵Diederik van Lierop2010-02-221-0/+3
| | | | | | | | | | | | | | | | other tools 2) Always apply the constraint when asking for a constrained snap 3) Show snap indicator when applying a constraint (bzr r9105)
| * Make sure that guides always snap correctly when dropping them, and improve ↵Diederik van Lierop2010-02-212-4/+12
| | | | | | | | | | perseverance of snap-indicator (bzr r9103)
| * Fix a memory leak in sp_canvastextDiederik van Lierop2010-02-171-1/+3
| | | | | | (bzr r9094)
| * Prevent the Bezier tool from introducing a redundant closing line segmentKrzysztof Kosi??ski2010-02-101-1/+5
| | | | | | | | | | when closing a path. (bzr r9079)
| * Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-302-5/+10
| | | | | | (bzr r9034)
| * Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-1/+2
| | | | | | | | | | specified explicitly) (bzr r9014)
| * When snapping to a bounding box, flash that bounding box together with the ↵Diederik van Lierop2010-01-192-3/+25
| | | | | | | | | | snap indicator (bzr r8999)
| * * Merge from trunkKrzysztof Kosi??ski2010-01-1431-116/+186
| |\ | | | | | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)