summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-2226-99/+36
| | | | | | | | | | | | | | | | | | | 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)
* add todo comment to make code prettierJohan B. C. Engelen2008-06-201-0/+1
| | | (bzr r6011)
* sp_shape now uses 2geom PathVector for all marker positionsJohan B. C. Engelen2008-06-201-20/+132
| | | (bzr r6010)
* sp_shape_render for cairo-renderer extension now uses 2geom for marker positionsJohan B. C. Engelen2008-06-203-7/+66
| | | (bzr r6009)
* remove not used variableJohan B. C. Engelen2008-06-201-1/+0
| | | (bzr r6008)
* 2geomify sp_shape_update_marker_view.Johan B. C. Engelen2008-06-203-22/+105
| | | (bzr r6007)
* patch from 226459, approved by joelbulia byak2008-06-201-7/+15
| | | (bzr r6006)
* Partial fix (for preventing numerical issues) and restructuring for ↵Jasper van de Gronde2008-06-203-61/+50
| | | | | PathString, plus a small fix for the new 2geom sp_svg_write_curve. (bzr r6005)
* Fix for sp-style-elem-test to make it work again with new code.Jasper van de Gronde2008-06-201-1/+1
| | | (bzr r6004)
* commenting out a g_warningFelipe Corr??a da Silva Sanches2008-06-201-1/+1
| | | (bzr r6003)
* comment fixbulia byak2008-06-191-3/+6
| | | (bzr r6001)
* Changed tools toolbar to use stock GtkToolbar via simple wrapper actions.Jon A. Cruz2008-06-191-44/+225
| | | | | | | Fixes bug #166862. Fixes bug #168677. Fixes bug #168648. (bzr r6000)
* update 2geom (r1350)Johan B. C. Engelen2008-06-183-1/+19
| | | (bzr r5999)
* update 2geomJohan B. C. Engelen2008-06-181-1/+6
| | | (bzr r5998)
* for validationBob Jamison2008-06-181-0/+15
| | | (bzr r5997)
* Display helper grid for LPELattice; automatically add helper paths for LPE ↵Maximilian Albert2008-06-185-6/+71
| | | | | PathParams (bzr r5996)
* Update LPE helper paths "live" on changesMaximilian Albert2008-06-183-1/+32
| | | (bzr r5995)
* Make knotholder members protectedMaximilian Albert2008-06-182-5/+8
| | | (bzr r5994)
* Improve comments and catch missing desktop in effect.cppMaximilian Albert2008-06-181-4/+5
| | | (bzr r5993)
* Separate version of sp_nodepath_generate_helperpath() to generate a ↵Maximilian Albert2008-06-182-5/+10
| | | | | helperpath from a SPCurve directly (bzr r5992)
* parserBob Jamison2008-06-181-0/+394
| | | (bzr r5991)
* for IDL parsingBob Jamison2008-06-181-0/+1386
| | | (bzr r5990)
* change VERSION to INKSCAPE_VERSION in potracelib.cppJoshua L. Blocher2008-06-181-1/+2
| | | (bzr r5988)
* use INKSCAPE_VERSION rather than VERSION, to help cmakeBob Jamison2008-06-181-7/+8
| | | (bzr r5987)
* compilable! wipBob Jamison2008-06-181-1196/+595
| | | (bzr r5985)
* add commentary about temporary canvas items.Johan B. C. Engelen2008-06-181-4/+12
| | | (bzr r5983)
* Fixed tool tooltipsJon A. Cruz2008-06-181-17/+19
| | | (bzr r5982)
* Conversion to toolbars and preserve size upon undockJon A. Cruz2008-06-183-69/+98
| | | (bzr r5981)
* Oops! Fix compile.Maximilian Albert2008-06-181-4/+12
| | | (bzr r5980)
* Add handle to adjust angleMaximilian Albert2008-06-182-1/+89
| | | (bzr r5979)
* New LPE: Copy rotateMaximilian Albert2008-06-185-1/+148
| | | (bzr r5978)
* update 2geomMaximilian Albert2008-06-182-1/+7
| | | (bzr r5977)
* Temporary shortcut for LPEParallel in pen toolMaximilian Albert2008-06-181-2/+1
| | | (bzr r5976)
* New LPE: ParallelMaximilian Albert2008-06-185-1/+253
| | | (bzr r5975)
* Remove superfluous #include from lpe-skeleton.hMaximilian Albert2008-06-181-1/+0
| | | (bzr r5974)
* Fix wrong descriptionsMaximilian Albert2008-06-181-3/+3
| | | (bzr r5973)
* work in progressBob Jamison2008-06-172-5223/+7956
| | | (bzr r5972)
* fix for 2geom change (pointAndDerivative)Johan B. C. Engelen2008-06-171-1/+1
| | | (bzr r5971)
* update 2geomJohan B. C. Engelen2008-06-1710-52/+95
| | | (bzr r5970)
* * src/unicoderange.cpp: s/malloc.h/stdlib.h/to fix compile error on Mac OS X.mjwybrow2008-06-171-1/+1
| | | (bzr r5969)
* use 2geom method to calc boundingbox of shapeJohan B. C. Engelen2008-06-163-7/+15
| | | (bzr r5968)
* add comment (original update code used exact bbox)Johan B. C. Engelen2008-06-161-0/+2
| | | (bzr r5967)
* have bbox calculation code use new helper/geom.cpp function. This makes it ↵Johan B. C. Engelen2008-06-161-5/+3
| | | | | easier to optimize it later. (bzr r5966)
* add geom helper file. this will contain Inkscape specific geometry ↵Johan B. C. Engelen2008-06-163-0/+65
| | | | | calculation methods that are not (yet, if ever) provided by lib2geom. (bzr r5965)
* Merge interfaces and element typesBob Jamison2008-06-161-0/+6901
| | | (bzr r5964)
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-164-21/+22
| | | (bzr r5963)
* Temporarily add shortcuts in pen context to activate some LPEs which need ↵Maximilian Albert2008-06-161-0/+35
| | | | | path input. Will be removed soon when we have a UI for this. (bzr r5962)
* Address compile warningMaximilian Albert2008-06-161-2/+2
| | | (bzr r5961)
* New LPE: Angle bisectorMaximilian Albert2008-06-165-1/+235
| | | (bzr r5960)
* New LPE: circle through 3 pointsMaximilian Albert2008-06-165-1/+159
| | | (bzr r5959)