summaryrefslogtreecommitdiffstats
path: root/src/tweak-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | merge from trunkKrzysztof Kosi??ski2010-08-081-7/+11
|\| | | | | (bzr r9508.1.52)
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-7/+11
| | | | | | (bzr r9542)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-2/+0
| | | | | | (bzr r9508.1.45)
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-2/+1
|/ | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-4/+4
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Fix tweak and paint bucket toolsKrzysztof Kosi??ski2010-04-031-4/+4
| | | (bzr r9281.1.6)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-1/+0
| | | (bzr r9163)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Use cursor-tweak-move.xpm for all object modes and cursor-color.xpmTavmjong Bah2009-07-181-1/+6
| | | | | | for color paint mode until someone creates new cursors. This at least gives consistency as to which cursor is used in each mode. (bzr r8298)
* fix crash when tweak-deleting objects in groups: you cannot get ↵bulia byak2009-03-221-2/+11
| | | | | SP_OBJECT_NEXT from a deleted object (bzr r7542)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-1/+0
| | | (bzr r7478)
* use 2geom bezier fitting (is copy of inkscape's)Johan B. C. Engelen2008-12-101-1/+0
| | | (bzr r6983)
* NR->Geom conversion of some text functions and tweak-contextJoshua L. Blocher2008-11-281-26/+26
| | | (bzr r6915)
* Merge from fe-movedTed Gould2008-11-211-9/+9
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-40/+72
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-29/+117
| | | (bzr r6884)
* [i18n] Added use of plural forms.Marcin Floryan2008-09-241-1/+1
| | | (bzr r6881)
* transform modes for tweak toolbulia byak2008-09-191-139/+304
| | | (bzr r6843)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+3
| | | (bzr r6839)
* Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-151-1/+1
| | | (bzr r6633)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-4/+4
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
| | | (bzr r6569)
* 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)