summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* make the resolution for create bitmap copy settable in uibulia byak2008-07-182-0/+5
* patch for bug 249665bulia byak2008-07-181-0/+10
* Removed the unused allowshorthands preference.Jasper van de Gronde2008-07-183-7/+1
* added SVF Fonts dialog to the list of translatablesAlexandre Prokoudine2008-07-181-7/+7
* removing lots of g_warningsFelipe Corr??a da Silva Sanches2008-07-185-101/+5
* * added another spinbox to the svgfonts uiFelipe Corr??a da Silva Sanches2008-07-182-1/+25
* add pgup/pgdn in text, fix auto scrollingbulia byak2008-07-181-21/+61
* add parameter for going n lines up/downbulia byak2008-07-182-20/+26
* add utility function for average linespacingbulia byak2008-07-182-0/+15
* fix artefacts left by text cursor and disappearing cursor on empty canvasbulia byak2008-07-181-4/+6
* fix initialization order of FilterEffectDialog fields, per bug #249514MenTaLguY2008-07-172-7/+8
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-1717-166/+100
* NR::Point : add cast operator to Geom::PointJohan B. C. Engelen2008-07-171-0/+2
* Patch from codedread: add mnemonics for Title and Description fields in Objec...Stephen Silver2008-07-171-2/+6
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-178-28/+102
* add lpe-BoolopsJohan B. C. Engelen2008-07-166-0/+142
* fix combo enum, to handle enums of all types (not only the ones that range fr...Johan B. C. Engelen2008-07-163-26/+43
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-1640-466/+1057
* improving SVG Fonts UIFelipe Corr??a da Silva Sanches2008-07-161-6/+16
* remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen2008-07-165-885/+73
* warning cleanupJon A. Cruz2008-07-1615-52/+54
* remove debug messages from last commitsJohan B. C. Engelen2008-07-152-5/+0
* fix lpe-spiro for smooth closing pointsJohan B. C. Engelen2008-07-151-18/+35
* try to make more robust geom-nodetype. still it can give wrong types. (best t...Johan B. C. Engelen2008-07-151-7/+13
* Don't crash on broken references when resolving ID clashes.Stephen Silver2008-07-151-7/+13
* lpe-skeleton.cpp: comment out handle code by defaultMaximilian Albert2008-07-151-0/+2
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert2008-07-157-10/+63
* Print distance info in console for LPERuler until new CanvasText item worksMaximilian Albert2008-07-151-0/+2
* Cherry-pick of 2geom update (re. 1488); prevent crash during Path->Piecewise ...Maximilian Albert2008-07-151-0/+7
* New LPE: RulerMaximilian Albert2008-07-155-1/+140
* Support for copy/paste with Windows clipboard. (LP 217609)Ulf Erikson2008-07-151-20/+159
* make tolerance range exponentialbulia byak2008-07-151-3/+3
* Fixed layers dialog to correctly fetch icons from new location/code.Jon A. Cruz2008-07-151-16/+15
* remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath re...Johan B. C. Engelen2008-07-151-2/+2
* don't call cairo_new_path in feed_pathvector_to_cairo (like the old feed_path...Johan B. C. Engelen2008-07-152-6/+6
* make SPCurve constructors explicit. (so e.g. it is impossible to write SPCurv...Johan B. C. Engelen2008-07-141-2/+2
* fix conversion from pathvector to livarot path. (a.o. caused crash of nodetoo...Johan B. C. Engelen2008-07-141-1/+1
* complete 2geomifying subpath adding in nodepathJohan B. C. Engelen2008-07-141-65/+15
* improve get_nodetype angle checking, thanks nathan!Johan B. C. Engelen2008-07-141-10/+8
* add comment and implementation of get_nodetype where both curves are zero_len...Johan B. C. Engelen2008-07-141-2/+14
* noop: add comment about multiple consecutive movetosJohan B. C. Engelen2008-07-141-1/+3
* fix check for empty path for draw-contextJohan B. C. Engelen2008-07-141-1/+1
* fix 248419bulia byak2008-07-141-1/+1
* convert object to path: replace check for empty path with 2geomified method o...Johan B. C. Engelen2008-07-141-1/+1
* dyna-draw-context and eraser-context: replace check for empty path with 2geom...Johan B. C. Engelen2008-07-142-2/+2
* draw-context: replace check for empty path with 2geomified method of spcurveJohan B. C. Engelen2008-07-141-1/+1
* 2geomify ODF outputJohan B. C. Engelen2008-07-141-60/+49
* 2geomify lpeSpiroJohan B. C. Engelen2008-07-141-91/+97
* use dynamic_cast in favor of typeid. because of derivative classesJohan B. C. Engelen2008-07-141-2/+2
* 2geomify snappoint finding for SPShapes.Johan B. C. Engelen2008-07-141-30/+32