summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* xy-grid: when shown as dots, add emphasis using crosses.Johan B. C. Engelen2008-05-061-3/+11
| | | (bzr r5619)
* Fix a regression in the SVG path data parser (it will now parse things like ↵Jasper van de Gronde2008-05-062-17/+491
| | | | | "M 1.3.4" correctly again). (bzr r5618)
* Updating deprecated type calls.Jon A. Cruz2008-05-0610-129/+155
| | | (bzr r5617)
* limit the change to the relative moves onlybulia byak2008-05-061-58/+65
| | | (bzr r5616)
* reinterpret move when apply-separately checkbox is onbulia byak2008-05-061-0/+63
| | | (bzr r5615)
* export bbox sorting machinerybulia byak2008-05-062-12/+19
| | | (bzr r5614)
* make determining smooth nodes more robustbulia byak2008-05-061-9/+14
| | | (bzr r5613)
* Cmake: Fix ~PedroGui function being defined multiple timesJoshua L. Blocher2008-05-062-8/+7
| | | (bzr r5612)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-068-14/+57
| | | (bzr r5611)
* Bring testing files up-to-date in preparation to test new svg code.Bob Jamison2008-05-053-24/+17
| | | (bzr r5610)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-0540-798/+777
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Cmake: Moved helper macros to their own file and removed *-test.h from ↵Joshua L. Blocher2008-05-052-114/+96
| | | | | inkscape source list (bzr r5608)
* Remove warningsBob Jamison2008-05-047-8/+12
| | | (bzr r5604)
* Remove warningsBob Jamison2008-05-041-2/+6
| | | (bzr r5603)
* Remove warningsBob Jamison2008-05-043-18/+18
| | | (bzr r5602)
* Remove warningsBob Jamison2008-05-041-1/+1
| | | (bzr r5601)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-0417-59/+107
| | | (bzr r5600)
* Remove warningsBob Jamison2008-05-042-8/+53
| | | (bzr r5599)
* Address string-literal-to-char* warning: Make gm_read_error global var point ↵Peter Moulder2008-05-042-6/+6
| | | | | to const char. (bzr r5597)
* noop: Address string-literal-to-char* warning.Peter Moulder2008-05-041-2/+2
| | | (bzr r5596)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-0418-139/+139
| | | (bzr r5594)
* Initial cut of touch-delete modeJon A. Cruz2008-05-031-29/+69
| | | (bzr r5593)
* Remove invalid struct initialization warnings.Bob Jamison2008-05-031-2/+4
| | | (bzr r5589)
* Cmake: Add missing CmakeLists.txtJoshua L. Blocher2008-05-033-0/+46
| | | (bzr r5586)
* Cmake: Fix some double linking flagsJoshua L. Blocher2008-05-033-63/+90
| | | (bzr r5584)
* make more messages immediatebulia byak2008-05-031-4/+4
| | | (bzr r5583)
* Modify for *Parser->*Reader conversionBob Jamison2008-05-021-4/+4
| | | (bzr r5582)
* Switch to alternate const correction.Jon A. Cruz2008-05-021-1/+1
| | | (bzr r5578)
* Const cleanup on strings.Jon A. Cruz2008-05-022-2/+2
| | | (bzr r5577)
* Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵Joshua L. Blocher2008-05-022-16/+31
| | | | | Linking checking to help resolve linking issues (bzr r5576)
* typobulia byak2008-05-011-1/+1
| | | (bzr r5574)
* Rearrange tests.Bob Jamison2008-05-011-13/+28
| | | (bzr r5573)
* Finish changing "Parser" to "Reader"Bob Jamison2008-05-013-33/+33
| | | (bzr r5572)
* Rename *Parsers to ReadersBob Jamison2008-05-014-9/+9
| | | (bzr r5571)
* Clean up. More commenting. Smarten SvgParser and rename to SvgReader.Bob Jamison2008-05-018-41/+132
| | | (bzr r5570)
* Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as ↵Diederik van Lierop2008-05-013-23/+27
| | | | | freely snapping while skewing; snapping will always be constrained (bzr r5569)
* copyeditingbulia byak2008-05-012-18/+18
| | | (bzr r5568)
* enable text-to-path command line control for pdf exportbulia byak2008-05-011-0/+6
| | | (bzr r5567)
* Warning and whitespace cleanupJon A. Cruz2008-05-015-133/+133
| | | (bzr r5564)
* Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2008-04-305-19/+35
| | | (bzr r5562)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-3026-628/+372
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* fix remaining format warningsKees Cook2008-04-292-2/+2
| | | (bzr r5551)
* Change in stdarg calls, to correct for const-nessBob Jamison2008-04-292-25/+8
| | | (bzr r5550)
* Improved numerical precision for the SVG path data parser (along with a ↵Jasper van de Gronde2008-04-291-116/+79
| | | | | small step towards a more robust parser). (bzr r5547)
* Uniconvertor import extension changes for Win32 - Fixes LP# 197617Mike Pittman2008-04-292-2/+16
| | | (bzr r5546)
* svg-elliptical-arc: assertions turned into call to macro throwRangeErrormcecchetti2008-04-292-210/+216
| | | (bzr r5543)
* Warning cleanup.Jon A. Cruz2008-04-291-21/+21
| | | (bzr r5542)
* Make the eraser tool the default tool for an ERASER deviceJon A. Cruz2008-04-291-1/+1
| | | (bzr r5541)
* More documentation. Fix scope bug in uristream.cpp. Remove warnings.Bob Jamison2008-04-295-337/+608
| | | (bzr r5540)
* Cmake: Fixed optional dependency linkingJoshua L. Blocher2008-04-281-3/+6
| | | (bzr r5539)