summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* typobulia byak2008-05-011-1/+1
* Rearrange tests.Bob Jamison2008-05-011-13/+28
* Finish changing "Parser" to "Reader"Bob Jamison2008-05-013-33/+33
* Rename *Parsers to ReadersBob Jamison2008-05-014-9/+9
* Clean up. More commenting. Smarten SvgParser and rename to SvgReader.Bob Jamison2008-05-018-41/+132
* Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as fr...Diederik van Lierop2008-05-013-23/+27
* copyeditingbulia byak2008-05-012-18/+18
* enable text-to-path command line control for pdf exportbulia byak2008-05-011-0/+6
* Removed Live Preview option from Add Nodes extension, as it didn't work anyway.Mike Pittman2008-05-011-1/+1
* Additions for Polar Grid extension - LP#224522 and Cartesian Grid Extension -...Mike Pittman2008-05-014-0/+304
* Warning and whitespace cleanupJon A. Cruz2008-05-015-133/+133
* Added grid_polar.inx and grid_polar.py, to integrate new extension - LP #224522.Mike Pittman2008-05-011-0/+2
* Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2008-04-305-19/+35
* Add extension to render a polar grid. Wishlist - LP #224522Mike Pittman2008-04-302-0/+236
* Add ability to divide path segments into a given number of subsegments - as i...Mike Pittman2008-04-302-16/+42
* * [INTL: hy] Added new Armenian Translation hy.po file by Eduard Babayan (clo...Marcin Floryan2008-04-301-0/+15808
* Fixed one attribute value to be proper boolean.Marcin Floryan2008-04-308-8/+8
* Remove cdr2svg.sh from makefile (addition to rev. 18470, see https://bugs.lau...Diederik van Lierop2008-04-301-1/+1
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-3026-628/+372
* merge redundant language-agnostics options into CPPFLAGS, split off linker flagsKees Cook2008-04-301-56/+41
* and check for relro now too, since using gcc doesn't mean we have a GNU ldKees Cook2008-04-301-5/+22
* and test g++ for compiler flags too; shouldn't these be in CPPFLAGS?Kees Cook2008-04-301-6/+30
* correctly test compiler for -Werror=...Kees Cook2008-04-301-3/+22
* fix remaining format warningsKees Cook2008-04-292-2/+2
* Change in stdarg calls, to correct for const-nessBob Jamison2008-04-292-25/+8
* make format string warnings fatal, since it should never happenKees Cook2008-04-292-3/+3
* Fixed problems with previous commit (trunk revision 18463) relating to unicon...Mike Pittman2008-04-292-0/+69
* Improved numerical precision for the SVG path data parser (along with a small...Jasper van de Gronde2008-04-291-116/+79
* Uniconvertor import extension changes for Win32 - Fixes LP# 197617Mike Pittman2008-04-2910-27/+30
* eol-style to nativeJohan B. C. Engelen2008-04-290-0/+0
* eol-style to nativeJohan B. C. Engelen2008-04-290-0/+0
* svg-elliptical-arc: assertions turned into call to macro throwRangeErrormcecchetti2008-04-292-210/+216
* Warning cleanup.Jon A. Cruz2008-04-291-21/+21
* Make the eraser tool the default tool for an ERASER deviceJon A. Cruz2008-04-291-1/+1
* More documentation. Fix scope bug in uristream.cpp. Remove warnings.Bob Jamison2008-04-295-337/+608
* Cmake: Fixed optional dependency linkingJoshua L. Blocher2008-04-282-4/+7
* Further fix for sign handling of the SVG path data parser.Jasper van de Gronde2008-04-281-2/+1
* change def of string lengthBob Jamison2008-04-281-13/+2
* Fix for closepath handling of SVG path data parser and tolerance for approxim...Jasper van de Gronde2008-04-282-5/+5
* Refining eraserJon A. Cruz2008-04-281-21/+36
* Cmake: Fixed issues with pedro not linking correctlyJoshua L. Blocher2008-04-284-211/+551
* Update inkscape-filter.svg with newer versionJoshua L. Blocher2008-04-271-260/+540
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-274-2/+46
* copyeditbulia byak2008-04-271-2/+2
* Applying revised Latex fix for LP #55273 - adds quotes for Win32Mike Pittman2008-04-271-7/+10
* Reduce undo history items when nothing is selectedJon A. Cruz2008-04-271-2/+9
* Fixed undo for eraser to be a single stepJon A. Cruz2008-04-273-1/+8
* Missing addedJon A. Cruz2008-04-261-0/+38
* Added missing eraser filesJon A. Cruz2008-04-262-0/+1228
* Fixed SVG path data parser to handle close paths better (it used to create sp...Jasper van de Gronde2008-04-261-94/+37