summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small change to cubic_bbox to skip A LOT of unnecessary computation when the ↵Jasper van de Gronde2008-07-191-67/+78
| | | | | control points fall within the existing bounding box (checked separately for the x and y ranges). (bzr r6363)
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-1911-2/+57
| | | (bzr r6362)
* another place to make mouse cursor switching immediatebulia byak2008-07-191-0/+1
| | | (bzr r6360)
* remove usereference vestiges, change the signature of user_unlink (not used yet)bulia byak2008-07-192-9/+2
| | | (bzr r6359)
* fix crash when simplifying an lpe path: deleting the list didn't release the ↵bulia byak2008-07-191-4/+11
| | | | | references, and it didn't work in _finalize anyway (bzr r6358)
* a better way to make cursor change immediate; of course this trick is not ↵bulia byak2008-07-191-7/+2
| | | | | documented by gdk, I just found it serendipitously when googling for some other code (bzr r6357)
* rearrange to fix the first keypress event being lost with ↵bulia byak2008-07-191-4/+4
| | | | | options.savewindowgeometry == 2 (bzr r6356)
* Fix for PathString to prevent it from getting into a very, very long copying ↵Jasper van de Gronde2008-07-1810-156/+211
| | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355)
* make the resolution for create bitmap copy settable in uibulia byak2008-07-182-0/+5
| | | (bzr r6354)
* patch for bug 249665bulia byak2008-07-181-0/+10
| | | (bzr r6353)
* Removed the unused allowshorthands preference.Jasper van de Gronde2008-07-183-7/+1
| | | (bzr r6352)
* added SVF Fonts dialog to the list of translatablesAlexandre Prokoudine2008-07-181-7/+7
| | | | | marked its messages for translation (bzr r6350)
* removing lots of g_warningsFelipe Corr??a da Silva Sanches2008-07-185-101/+5
| | | (bzr r6348)
* * added another spinbox to the svgfonts uiFelipe Corr??a da Silva Sanches2008-07-182-1/+25
| | | | | | * this one will set the horiz_adv_x parameter of fonts (i.e. the "set width") * but it is still not working well since I need to find out how to tell cairo that the glyph cache is invalid and that glyphs should be rerendered (bzr r6347)
* add pgup/pgdn in text, fix auto scrollingbulia byak2008-07-181-21/+61
| | | (bzr r6345)
* add parameter for going n lines up/downbulia byak2008-07-182-20/+26
| | | (bzr r6344)
* add utility function for average linespacingbulia byak2008-07-182-0/+15
| | | (bzr r6343)
* fix artefacts left by text cursor and disappearing cursor on empty canvasbulia byak2008-07-181-4/+6
| | | (bzr r6342)
* fix initialization order of FilterEffectDialog fields, per bug #249514MenTaLguY2008-07-172-7/+8
| | | (bzr r6340)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-1717-166/+100
| | | (bzr r6339)
* NR::Point : add cast operator to Geom::PointJohan B. C. Engelen2008-07-171-0/+2
| | | (bzr r6338)
* Patch from codedread: add mnemonics for Title and Description fields in ↵Stephen Silver2008-07-171-2/+6
| | | | | Object Properties dialog (fixes bug 246459). (bzr r6336)
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-178-28/+102
| | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
* add lpe-BoolopsJohan B. C. Engelen2008-07-166-0/+142
| | | (bzr r6334)
* fix combo enum, to handle enums of all types (not only the ones that range ↵Johan B. C. Engelen2008-07-163-26/+43
| | | | | from 0..10) (bzr r6333)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-1640-466/+1057
| | | (bzr r6332)
* improving SVG Fonts UIFelipe Corr??a da Silva Sanches2008-07-161-6/+16
| | | (bzr r6331)
* remove all old nartbpath code from SPCurve!!! (in other words, ↵Johan B. C. Engelen2008-07-165-885/+73
| | | | | lib2geomification of SPCurve complete) (bzr r6330)
* warning cleanupJon A. Cruz2008-07-1615-52/+54
| | | (bzr r6329)
* remove debug messages from last commitsJohan B. C. Engelen2008-07-152-5/+0
| | | (bzr r6328)
* fix lpe-spiro for smooth closing pointsJohan B. C. Engelen2008-07-151-18/+35
| | | (bzr r6327)
* try to make more robust geom-nodetype. still it can give wrong types. (best ↵Johan B. C. Engelen2008-07-151-7/+13
| | | | | tested with lpe-spiro after next svncommit, change the smoothness/cusp at the closing endpoint) (bzr r6326)
* Don't crash on broken references when resolving ID clashes.Stephen Silver2008-07-151-7/+13
| | | (bzr r6324)
* lpe-skeleton.cpp: comment out handle code by defaultMaximilian Albert2008-07-151-0/+2
| | | (bzr r6323)
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵Maximilian Albert2008-07-157-10/+63
| | | | | pen/pencil context); don't apply shapes each time the selection changes; new functions to test for specific LPE type and if a path can accept a new shape (bzr r6322)
* Print distance info in console for LPERuler until new CanvasText item worksMaximilian Albert2008-07-151-0/+2
| | | (bzr r6321)
* Cherry-pick of 2geom update (re. 1488); prevent crash during Path->Piecewise ↵Maximilian Albert2008-07-151-0/+7
| | | | | conversion for zero length paths (bzr r6320)
* New LPE: RulerMaximilian Albert2008-07-155-1/+140
| | | (bzr r6319)
* Support for copy/paste with Windows clipboard. (LP 217609)Ulf Erikson2008-07-151-20/+159
| | | (bzr r6318)
* make tolerance range exponentialbulia byak2008-07-151-3/+3
| | | (bzr r6315)
* Fixed layers dialog to correctly fetch icons from new location/code.Jon A. Cruz2008-07-151-16/+15
| | | (bzr r6314)
* remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath ↵Johan B. C. Engelen2008-07-151-2/+2
| | | | | rendering code) (bzr r6312)
* don't call cairo_new_path in feed_pathvector_to_cairo (like the old ↵Johan B. C. Engelen2008-07-152-6/+6
| | | | | feed_path_to_cairo didn't do) (bzr r6311)
* make SPCurve constructors explicit. (so e.g. it is impossible to write ↵Johan B. C. Engelen2008-07-141-2/+2
| | | | | SPCurve a = 1;) (bzr r6310)
* fix conversion from pathvector to livarot path. (a.o. caused crash of ↵Johan B. C. Engelen2008-07-141-1/+1
| | | | | nodetool when editing second subpath when first subpath was closed.) (bzr r6309)
* complete 2geomifying subpath adding in nodepathJohan B. C. Engelen2008-07-141-65/+15
| | | (bzr r6308)
* improve get_nodetype angle checking, thanks nathan!Johan B. C. Engelen2008-07-141-10/+8
| | | (bzr r6307)
* add comment and implementation of get_nodetype where both curves are ↵Johan B. C. Engelen2008-07-141-2/+14
| | | | | zero_length or only one of them. (bzr r6306)
* noop: add comment about multiple consecutive movetosJohan B. C. Engelen2008-07-141-1/+3
| | | (bzr r6305)
* fix check for empty path for draw-contextJohan B. C. Engelen2008-07-141-1/+1
| | | (bzr r6304)