summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 1) Fix bug #178312Diederik van Lierop2007-12-2712-149/+340
* BUG: 178803: Save As... -> filetype PDF via Cairo crashesAdib Taraben2007-12-271-7/+34
* check for cairo versionAdib Taraben2007-12-261-1/+1
* Recompute box corners relative to new perspective when merging persps (to pre...Maximilian Albert2007-12-263-10/+16
* check for cairo versionAdib Taraben2007-12-261-1/+1
* check for cairo versionAdib Taraben2007-12-262-2/+2
* noop: remove unused variableMaximilian Albert2007-12-261-1/+0
* Don't show boxes as everted (i.e., always show the same sides) during initial...Maximilian Albert2007-12-263-1/+42
* more on cairo ps/pdf optionsAdib Taraben2007-12-261-1/+1
* more on cairo ps/pdf optionsAdib Taraben2007-12-266-45/+108
* Don't store special attributes/types when saving 3D boxes to plain SVG (so th...Maximilian Albert2007-12-262-5/+5
* Fix bug #178004 [assert when saving as plain svg]Maximilian Albert2007-12-261-4/+5
* Cleanup:Tavmjong Bah2007-12-241-237/+509
* fix redrawing of 3d box sidesbulia byak2007-12-241-8/+4
* improve cosmetics of guide dialogJohan B. C. Engelen2007-12-242-10/+22
* angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen2007-12-246-22/+53
* when dragging from rulers close to the edges, one gets 45 degree angled guide...Johan B. C. Engelen2007-12-231-4/+28
* noop: remove unused variableMaximilian Albert2007-12-231-2/+0
* remember and use geom::point normal when dragging new guidesJohan B. C. Engelen2007-12-231-4/+6
* fix relative angle change in guideline dialogJohan B. C. Engelen2007-12-231-1/+3
* Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert2007-12-236-55/+229
* fix crit bug #168570 Crash when recreating grid using 'redo'Johan B. C. Engelen2007-12-231-0/+1
* fix angle description of guidesJohan B. C. Engelen2007-12-232-5/+5
* 2geom updateJohan B. C. Engelen2007-12-231-2/+13
* update to latest 2geom, bugs be gone!Johan B. C. Engelen2007-12-236-2/+30
* update to latest 2geom (fixed 2 bugs :))Johan B. C. Engelen2007-12-235-321/+322
* fix critical bug #168588 assertion failed, file sp-conn-end.cpp: line 191Johan B. C. Engelen2007-12-231-3/+4
* Add UI for creating angled guidelines!Johan B. C. Engelen2007-12-232-31/+83
* update to latest 2geomJohan B. C. Engelen2007-12-231-0/+50
* create options for cairo pdf/ps export dialogtheAdib2007-12-234-6/+41
* Removed Win32 only Print Direct verb, which was an exact clone of normal printJoel Holdsworth2007-12-237-35/+3
* Fixed the parenting of the print dialog so that it cannot fall behind the mai...Joel Holdsworth2007-12-227-14/+15
* Fix typo in an array causing a write off the end. Causes bug if noBryce Harrington2007-12-221-1/+1
* Updated the version numbers in the .rc filesJoel Holdsworth2007-12-222-8/+8
* 1) solve bug #177995Diederik van Lierop2007-12-224-53/+60
* BUG 178048 Void method which returns a value in stringstream.h confuses g++ 3.3theAdib2007-12-221-1/+1
* fix bug where changing units changed angles of axonometric gridJohan B. C. Engelen2007-12-212-5/+6
* fix linkingJohan B. C. Engelen2007-12-211-0/+1
* guidelines: add methods to check horizontal/vertical, small fixesJohan B. C. Engelen2007-12-214-7/+13
* ifdef instead of ifndef WITH_LIBWPGAdib Taraben2007-12-211-1/+1
* compile depending on WITH_LIBWPGtheAdib2007-12-212-0/+9
* Use "%"-key for toggling the snapper, and modify the related sp-desktop codeDiederik van Lierop2007-12-204-4/+12
* guidelines: implement rendering of angled lines.Johan B. C. Engelen2007-12-202-4/+46
* guidelines: minor correctionsJohan B. C. Engelen2007-12-205-8/+112
* (Hopefully) proper fix this time for stolen 'D + modifier' shortcuts.Maximilian Albert2007-12-201-6/+4
* Make Shift+Ctrl+D (Document Properties dialog) work again (was shadowed by th...Maximilian Albert2007-12-201-0/+4
* correctly handle orientation changes of guidelinesJohan B. C. Engelen2007-12-194-1/+40
* fix guide draggingJohan B. C. Engelen2007-12-191-2/+2
* optimize guide canvasupdatingJohan B. C. Engelen2007-12-191-1/+3
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-1912-93/+114