summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for PathString to eliminate use of sscanf (which is locale dependent).Jasper van de Gronde2008-05-271-7/+14
| | | (bzr r5757)
* * converted nr-svgfont.cpp to C++ code so that we can render multiple ↵Felipe Corr??a da Silva Sanches2008-05-273-73/+139
| | | | | | | | instances of fonts. Currently we have one auxiliary GtkWindow for each <font> in a document. * Implemented C++ binding for cairo userfonts. This will probably be sent to cairomm soon. * Added a second font to the svgfont.svg test file. (bzr r5756)
* implemented new classes for horizontal and vertical line segments; path.h ↵mcecchetti2008-05-2613-579/+1506
| | | | | has been splitted in several files: curve.h, sbasis-curve.h, bezier-curve.h, elliptical-arc.h, path.h; curves.h allows to include all curve types at once (bzr r5755)
* Cmake: More Dependency work, added new filesJoshua L. Blocher2008-05-252-4/+5
| | | (bzr r5754)
* * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵Felipe Corr??a da Silva Sanches2008-05-2515-10/+231
| | | | | | | cairo git master branch) will compile SVGFonts (experimental) support. * First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration. (bzr r5753)
* Fix some compile warningsMaximilian Albert2008-05-251-3/+3
| | | (bzr r5752)
* Removed g_free() calls that now refer to static stringsJon A. Cruz2008-05-241-2/+0
| | | (bzr r5751)
* this hack does not seem to be needed with modern gtk, and it prevents ↵bulia byak2008-05-241-4/+0
| | | | | remembering of last-browsed directory from working (bzr r5750)
* Fixed the open dialog so that it remembers which folder you were browsing inJoel Holdsworth2008-05-241-1/+1
| | | (bzr r5749)
* Added an 'appearance' hint to .inx optiongroups to allow for dropdowns ↵Jon A. Cruz2008-05-243-31/+112
| | | | | instead of radio buttons. (bzr r5748)
* update to really latest 2geomJohan B. C. Engelen2008-05-224-16/+20
| | | (bzr r5737)
* update to latest 2geomJohan B. C. Engelen2008-05-221-0/+11
| | | (bzr r5736)
* Fixing z-order problem on flowed text -> text. See LP#233830Mike Pittman2008-05-221-1/+1
| | | (bzr r5735)
* Improved emf handlingUlf Erikson2008-05-224-207/+850
| | | (bzr r5734)
* Fixed concat of i18n stringsJon A. Cruz2008-05-221-16/+6
| | | (bzr r5733)
* Fixed broken i18n strings causing problems with <b> tagJon A. Cruz2008-05-221-8/+4
| | | (bzr r5732)
* - Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrlDiederik van Lierop2008-05-212-10/+28
| | | | | - Enable snapindicator by default because this might reveal snapping bugs, and to get co-developpers acquainted with it; might be disabled again by default before the next release if this proves to be annoying (bzr r5730)
* Changing the executable bit that shouldn't be there.Ted Gould2008-05-218-0/+0
| | | (bzr r5728)
* synchronization with 2geom librarymcecchetti2008-05-2018-1972/+2068
| | | (bzr r5723)
* Fix snapping for constrained translation in the selector toolDiederik van Lierop2008-05-203-4/+17
| | | (bzr r5722)
* Improve snapping behaviour when creating new shapesDiederik van Lierop2008-05-204-24/+21
| | | (bzr r5721)
* Set of (cxx)tests for svg-path.cpp and PathString. Not (yet) part of make check.Jasper van de Gronde2008-05-201-2/+2
| | | (bzr r5720)
* PathString now makes sure that relative coordinates are based on rounded ↵Jasper van de Gronde2008-05-202-40/+130
| | | | | absolute coordinates (which allows for greater path data size reductions and makes sure that two identical coordinates will result in the same rounded coordinates). (bzr r5719)
* noop: some more cosmetics in lpe-skeleton.(h|cpp)Maximilian Albert2008-05-202-3/+14
| | | (bzr r5718)
* Refactoring beginingJon A. Cruz2008-05-204-38/+39
| | | (bzr r5717)
* Const fix for testJon A. Cruz2008-05-202-2/+2
| | | (bzr r5716)
* Cmake: Fix issue with generated sp-marshall.h/.cpp not linkingJoshua L. Blocher2008-05-192-2/+6
| | | (bzr r5715)
* second part of LPE skeleton correction from commit #18654 ;-)Maximilian Albert2008-05-191-1/+1
| | | (bzr r5714)
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵Joshua L. Blocher2008-05-195-217/+231
| | | | | to their cmakelists.txts (bzr r5713)
* SPDrawAnchor should add a refcount to SPCurve!Johan B. C. Engelen2008-05-191-0/+5
| | | (bzr r5712)
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ↵Maximilian Albert2008-05-195-5/+14
| | | | | applied to the object) (bzr r5711)
* Add possibility to let the 'tangent' have a fixed angle relative to the curveMaximilian Albert2008-05-192-1/+10
| | | (bzr r5709)
* Add handles to adapt tangent lengthMaximilian Albert2008-05-192-5/+55
| | | (bzr r5708)
* Forgot to add two files in commit #18667. Sorry for breaking the build for a ↵Maximilian Albert2008-05-192-0/+152
| | | | | minute! (bzr r5707)
* Make LPEPerpBisector use the new nearest_point() function from point to lineMaximilian Albert2008-05-191-4/+1
| | | (bzr r5706)
* Nearest point from point to line (simplicistic convenience function)Maximilian Albert2008-05-191-0/+11
| | | (bzr r5705)
* noop: add emacs/vim footer to ui/dialog/livepatheffect-editor.cppMaximilian Albert2008-05-191-0/+10
| | | (bzr r5704)
* New LPE: Tangent to curve (draws a tangent of fixed length which can be ↵Maximilian Albert2008-05-193-1/+9
| | | | | dragged along the curve) (bzr r5703)
* noop: cosmetics in lpe-skeleton.hMaximilian Albert2008-05-191-2/+2
| | | (bzr r5702)
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵Maximilian Albert2008-05-196-33/+187
| | | | | nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701)
* Add a function doOnApply() for LPEs which is executed once when the effect ↵Maximilian Albert2008-05-183-3/+15
| | | | | is applied to an item (contrary to doBeforeEffect() which is executed, e.g., each time a parameter changes (bzr r5698)
* noop: correct spelling in commentMaximilian Albert2008-05-181-3/+3
| | | (bzr r5697)
* Add function to return path effect typeMaximilian Albert2008-05-182-0/+7
| | | (bzr r5696)
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-185-1/+151
| | | (bzr r5695)
* Fix regression in constrained translationDiederik van Lierop2008-05-181-11/+13
| | | (bzr r5694)
* Eliminate some redundant snapping callsDiederik van Lierop2008-05-182-14/+6
| | | (bzr r5693)
* Convenience access functions for first and last value of a Geom::Piecewise<>Maximilian Albert2008-05-181-0/+6
| | | (bzr r5692)
* noop: add 'end of #includes' indicator in effect.cpp to simplify scriptingMaximilian Albert2008-05-181-0/+1
| | | (bzr r5691)
* The declaration of doEffect_path() in lpe-skeleton.h should match the one in ↵Maximilian Albert2008-05-181-1/+1
| | | | | live_effects/effect.h to ensure proper overloading (otherwise only the implementation in effect.h is called which does nothingsvn diff) (bzr r5690)
* update to latest 2geomJohan B. C. Engelen2008-05-187-3/+265
| | | (bzr r5689)