summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* More C++ string usage.Johan B. C. Engelen2014-11-253-31/+20
* Fix applying LPE to clones (through the "+" button in the LPE dialog).Johan B. C. Engelen2014-11-252-4/+14
* Disable preference widget to allow saving fonts in non-px unitsJosh Andler2014-11-251-1/+1
* Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah2014-11-254-21/+14
* Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah2014-11-254-16/+20
* Fix stroke style unit in F&S dialog (update to display unit on first open).Josh Andler2014-11-251-2/+2
* fix bug in rev 13632 when page size units = 'm'. (Bug 1395637)Alvin Penner2014-11-241-0/+2
* Fix a bug in pen/cil modes triangle in/outJabier Arraiza Cenoz2014-11-241-1/+1
* Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-2433-75/+120
* Revert old behavior: changing "Default units" changes *only* the displayed un...Johan B. C. Engelen2014-11-222-4/+8
* Win64: add High DPI awareness to the manifest (needs testing on non-highdpi s...Johan B. C. Engelen2014-11-211-0/+5
* properly name the document units as "Document units" in the UI. The setting i...Johan B. C. Engelen2014-11-211-1/+1
* Fixed a bug pointed by suv running from comand line, also removed another des...Jabier Arraiza Cenoz2014-11-211-2/+3
* Rename variable to better express its use. (units -> page_size_units)Tavmjong Bah2014-11-203-5/+6
* Fix length tests.Johan B. C. Engelen2014-11-191-3/+3
* units: remove a remnant from old code. There should be only one UnitTable ins...Johan B. C. Engelen2014-11-191-1/+0
* Tests: fix stringstream-test for outputting floating point numbers. At http:/...Johan B. C. Engelen2014-11-191-3/+3
* modify sequence of events. (Bug 1247801)Alvin Penner2014-11-191-1/+1
* remove extra commnetsJabier Arraiza Cenoz2014-11-191-2/+0
* [FIX] Patch for bug #1282968 (kerning of Telugu fonts is broken) by David Mat...mathog2014-11-181-19/+34
* commented unused variablesJabier Arraiza Cenoz2014-11-171-2/+2
* fix a bug in fillet/chamfer on apply on non shapesJabier Arraiza Cenoz2014-11-171-0/+2
* fix a bug in bspline on apply on non shapesJabier Arraiza Cenoz2014-11-172-18/+5
* Fixes crash with perspective_lpeJabier Arraiza Cenoz2014-11-172-20/+25
* Fixed problems on groups and add a extra option to not need calculate degrees...Jabier Arraiza Cenoz2014-11-162-47/+17
* Don't write the d attribute on <circle> or <ellipse>Liam P. White2014-11-161-1/+1
* Fix nasty leakLiam P. White2014-11-161-2/+2
* Add 'osb' to list of namespaces ignored when checking attributes/properties.Tavmjong Bah2014-11-162-0/+2
* add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angleJabier Arraiza Cenoz2014-11-152-24/+5
* in rev 13590, use 'root->height.unit' instead of namedview 'units'.Alvin Penner2014-11-151-4/+2
* Update Chamfer Steps to more unequivocal number, thanks to the feedback of Iv...Jabier Arraiza Cenoz2014-11-151-3/+3
* Purged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros.Jon A. Cruz2014-11-152-4/+3
* Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT.Jon A. Cruz2014-11-153-11/+14
* Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse.Jon A. Cruz2014-11-153-36/+23
* Macro cleanup of commented out code.Jon A. Cruz2014-11-151-1/+1
* scale symbols when changing document units (Bug 1365451)Alvin Penner2014-11-152-2/+14
* Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by Iv...Jabier Arraiza Cenoz2014-11-145-29/+99
* Add new text decoration properties.Tavmjong Bah2014-11-121-3/+9
* Fix a bug releasing LPE clip and maskJabier Arraiza Cenoz2014-11-121-1/+1
* Fixed bug in node point selection to LPE.Jabier Arraiza Cenoz2014-11-122-4/+7
* Add a few more testsLiam P. White2014-11-111-0/+24
* Add totally unfinished XML/SPObject test suiteLiam P. White2014-11-113-0/+211
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-1019-662/+921
* Fix 32-bit build break.Jon A. Cruz2014-11-101-1/+1
* Fix use-after-free crashLiam P. White2014-11-101-0/+2
* fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-096-20/+38
* Add special rotation solution to optimized transforms, found by JohanLiam P. White2014-11-092-12/+13
* Fix bug in previous commit. Add test against itLiam P. White2014-11-092-3/+4
* Add specialized transformsLiam P. White2014-11-092-59/+100
* export dialog, small code cleanup, should be a noop. (check if pointer is nul...Johan B. C. Engelen2014-11-081-1/+1