summaryrefslogtreecommitdiffstats
path: root/src/tweak-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-2/+0
| | | (bzr r6540)
* simplify color reading from tool stylebulia byak2008-07-261-22/+4
| | | (bzr r6427)
* 2geomify the static defined hatchcircles of dropper tool, dyna draw and ↵Johan B. C. Engelen2008-07-081-14/+9
| | | | | tweak tool. (bzr r6229)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+1
| | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-4/+4
| | | (bzr r5915)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-0/+1
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-2/+2
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* typobulia byak2008-05-011-1/+1
| | | (bzr r5574)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-0/+2
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-1/+1
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+2
| | | (bzr r5149)
* fix vector, power, and fidelity for paths in transformed groups, also ↵bulia byak2008-01-121-5/+5
| | | | | normalize fidelity for zoom level (still not ideal for very small paths at 256x zoom, I suspect livarot just lacks precision) (bzr r4469)
* Retain the 3D box attribute when doing a color tweak only (so that the box ↵Maximilian Albert2008-01-111-6/+6
| | | | | can be further edited in 3D box context) (bzr r4458)
* Add missing selection cue option to preferences for tweak, calligraphy, and ↵Maximilian Albert2008-01-111-0/+8
| | | | | paint bucket tools (bzr r4457)
* Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying ↵Maximilian Albert2008-01-091-0/+7
| | | | | 'convert to path' (closes LP #179693 and #176646). (bzr r4439)
* readjust jitter forcebulia byak2007-11-101-2/+0
| | | (bzr r4054)
* Warning cleanupJon A. Cruz2007-11-101-60/+60
| | | (bzr r4052)
* refactoring, one MakeTweak method instead of a bunch largely similar methodsbulia byak2007-11-091-7/+9
| | | (bzr r4047)
* preserve path effectbulia byak2007-09-101-4/+10
| | | (bzr r3714)
* Purged fill type enumJon A. Cruz2007-09-101-9/+9
| | | (bzr r3706)
* reduce force of color tweakingbulia byak2007-09-031-1/+1
| | | (bzr r3672)
* ngettext used in src/tweak-context.cpp nowAlexandre Prokoudine2007-08-271-8/+16
| | | (bzr r3599)
* four more modesbulia byak2007-08-271-33/+516
| | | (bzr r3592)
* update actual key shortcut for inflate modeMenTaLguY2007-08-191-2/+2
| | | (bzr r3532)
* naming: avoid unintentional double-meanings (part 2)MenTaLguY2007-08-191-2/+2
| | | (bzr r3517)
* naming: avoid unintentional double-meanings (part 1)MenTaLguY2007-08-191-13/+13
| | | (bzr r3516)
* copyedit, warning suppressionbulia byak2007-08-081-6/+7
| | | (bzr r3430)
* tweak toolbulia byak2007-08-081-0/+751
(bzr r3423)