summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing ↵Johan B. C. Engelen2011-11-041-8/+30
| | | | | on-canvas code is seriously flawed) (bzr r10719)
* reduce scope of some variablesJohan B. C. Engelen2011-11-041-11/+9
| | | (bzr r10718)
* fix order of checks.Johan B. C. Engelen2011-10-281-1/+4
| | | (bzr r10703)
* cppcheckKris De Gussem2011-10-215-8/+8
| | | (bzr r10687)
* cppcheckKris De Gussem2011-10-183-7/+8
| | | (bzr r10681)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-052-2/+0
| | | | | the contents forward.h at all). (bzr r10667)
* Doxygen cleanup.Jon A. Cruz2011-10-039-29/+30
| | | (bzr r10660)
* add PowerStroke to the normally visible LPEs, but with 'unstable!' warningJohan B. C. Engelen2011-09-291-2/+2
| | | (bzr r10653)
* PowerStroke: handle cusps in some way. properly bugged for all types but ↵Johan B. C. Engelen2011-09-292-216/+167
| | | | | "beveled" (bzr r10652)
* powerstroke: add bevel cusp. but it bugs closed paths. need to restructure...Johan B. C. Engelen2011-09-241-21/+14
| | | (bzr r10646)
* restructure powerstroke LPE a bit in preparation for cusp fixupJohan B. C. Engelen2011-09-222-184/+253
| | | (bzr r10645)
* LPE Powerstroke: add similar line end caps as Synfig. (and fix round caps bug)Johan B. C. Engelen2011-09-212-43/+132
| | | (bzr r10641)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-274-4/+0
| | | (bzr r10582.1.6)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-274-6/+8
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-172-2/+2
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-164-10/+6
| | | (bzr r10461)
* Merge from trunkKrzysztof Kosi??ski2011-07-063-17/+87
|\ | | | | (bzr r10347.1.5)
| * added missing headerCampbell Barton2011-07-021-0/+1
| | | | | | (bzr r10397)
| * LPE PowerStroke: add linecap (let's see how well this behaves, it has some ↵Johan B. C. Engelen2011-06-262-17/+86
| | | | | | | | | | bugs/features) (bzr r10373)
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+0
|/ | | (bzr r10347.1.1)
* Warning cleanup.Jon A. Cruz2011-06-221-2/+1
| | | (bzr r10339)
* Merge from trunkKrzysztof Kosi??ski2011-06-196-52/+117
|\ | | | | (bzr r9508.1.89)
| * cmake:Campbell Barton2011-06-131-1/+58
| | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
| * cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| | | | | | (bzr r10278)
| * cmake:Campbell Barton2011-06-132-17/+13
| | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
| * cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-2/+2
| | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
| * cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton2011-06-121-1/+1
| | | | | | (bzr r10273)
| * work in progress cmake commit:Campbell Barton2011-06-122-47/+58
| | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-041-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| | * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-042-2/+2
| |/ | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
| * improve explanation of lpe parameterJohan B. C. Engelen2011-06-011-1/+1
| | | | | | (bzr r10250)
* | Merge from trunkKrzysztof Kosi??ski2011-04-0737-126/+284
|\| | | | | (bzr r9508.1.73)
| * powerstroke: apply interpolator combobox to closed paths tooJohan B. C. Engelen2011-03-211-3/+3
| | | | | | (bzr r10123)
| * Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-203-17/+17
| | | | | | (bzr r10119)
| * add spiro interpolator to powerstrokeJohan B. C. Engelen2011-03-182-6/+161
| | | | | | (bzr r10115)
| * Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-173-15/+15
| | | | | | (bzr r10112)
| * compatibility patch to compile using gcc 4.6Adib Taraben2011-02-273-0/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | | | | (bzr r10067)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-2/+2
| | | | | | (bzr r10064)
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-213-16/+16
| | | | | | (bzr r10060)
| * update to latest 2geom !Johan B. C. Engelen2011-02-0224-58/+58
| | | | | | (bzr r10025)
| * Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-294-9/+9
| | | | | | (bzr r9990)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+1
| | | | | | | | | | header. (bzr r9978.1.1)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-157-31/+28
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-127-31/+28
| |\ | | | | | | (bzr r9945.1.1)
| | * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-143-3/+3
| | | | | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-022-3/+3
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-294-3/+4
| | | | | | | | | | | | | | | 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)