summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* a bit more cleanupJohan B. C. Engelen2009-01-041-2/+4
* fix bbox calculation of markersJohan B. C. Engelen2009-01-041-58/+73
* fix possible crashJohan B. C. Engelen2009-01-041-1/+3
* clean up code a bit. especially remove obscure newing of a struct with C++ ob...Johan B. C. Engelen2009-01-041-24/+23
* apologies for our very fine windows build systemJohan B. C. Engelen2009-01-041-0/+2
* update of sbasis-geometric.cpp (unitVector() was broken, which affects some l...JF Barraud2009-01-031-13/+38
* rely on config file for enabling test effectsJohan B. C. Engelen2009-01-031-2/+4
* add #define LPE_ENABLE_TEST_EFFECTS to config.h for windows and cmake builds.Johan B. C. Engelen2009-01-032-0/+6
* remove some of the lpe test define clauses. they are not needed. this in prep...Johan B. C. Engelen2009-01-032-8/+2
* added lpe-dynastroke, but hidden as experimental.JF Barraud2009-01-035-0/+404
* add labelsbulia byak2009-01-032-5/+5
* display filter label, if any, in filtered item descriptionbulia byak2009-01-031-2/+8
* some more filters, fixes, rearrangesbulia byak2009-01-031-30/+129
* make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen2009-01-024-230/+221
* improve cairo path drawingJohan B. C. Engelen2009-01-021-23/+20
* fix bug in livarot where open paths are rendered as closed path when start ==...Johan B. C. Engelen2009-01-023-5/+10
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-02100-506/+621
* reorder LPE listJohan B. C. Engelen2009-01-022-13/+13
* 2geomificationJohan B. C. Engelen2009-01-023-4/+3
* switch nr-filter to 2geomJohan B. C. Engelen2009-01-014-17/+10
* remove old icon code that seems unusedJohan B. C. Engelen2009-01-014-742/+0
* remove redundant inclusionJohan B. C. Engelen2009-01-011-1/+0
* revert 19261 partly, to fix toolbar icon loading on windows. disabled themed ...Johan B. C. Engelen2009-01-011-1/+1
* fix crash when assigning a non-parseable preset filterbulia byak2009-01-011-2/+7
* fix crash when ungrouping a group with set-then-unset filterbulia byak2009-01-011-1/+1
* Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32Jon A. Cruz2008-12-312-5/+5
* Warning cleanupJon A. Cruz2008-12-311-1/+1
* switch nr-filter to 2geomJohan B. C. Engelen2008-12-313-52/+57
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-3024-32/+6
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-3019-58/+13
* add possibility to change the UI language (gettext) in preferences dialoguetheAdib2008-12-306-3/+83
* Remove some obsolete from_2geom() callsDiederik van Lierop2008-12-303-3/+3
* Remove utest.Krzysztof Kosi??ski2008-12-3012-1032/+5
* adjust page height to suit AutoCadAlvin Penner2008-12-291-2/+2
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-2910-275/+135
* Fix bug #311736 (uninitialized variables resulted in weird snapping behaviour...Diederik van Lierop2008-12-292-22/+39
* added a "remove" context menu option for removing kerning pairsFelipe Corr??a da Silva Sanches2008-12-292-5/+43
* fixing the upside-down glyph issue for the missing-glyph case (which I Felipe Corr??a da Silva Sanches2008-12-291-1/+12
* fix crash, allow combine to work transparently on groupsbulia byak2008-12-291-3/+9
* add utility for recursively replacing groups with their members in a list of ...bulia byak2008-12-292-1/+32
* coding stylebulia byak2008-12-291-5/+2
* yet another ru.po updateAlexandre Prokoudine2008-12-291-627/+779
* More NR ==> Geom changesJoshua L. Blocher2008-12-2851-1068/+1069
* convert NR to GeomJohan B. C. Engelen2008-12-281-4/+4
* convert NR to GeomJohan B. C. Engelen2008-12-281-13/+10
* Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches2008-12-2819-211/+710
* Makes sure a Gaussian filter is applied to premultiplied data.Jasper van de Gronde2008-12-283-40/+93
* Eliminate unnecessary premultiplied boolean from nr-filter-colormatrixJasper van de Gronde2008-12-281-5/+1
* exit message if first object has a sodipodi:typeAlvin Penner2008-12-271-5/+8
* allow first selected object to be a groupAlvin Penner2008-12-271-31/+59