| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update to trunk | Jabier Arraiza Cenoz | 2013-11-20 | 16 | -178/+319 |
| |\ |
|
| | * | BalloonSymbols.svg rewritten. Balloon symbols should render properly in all b... | Tavmjong Bah | 2013-11-19 | 1 | -125/+136 |
| | * | Increased pattern resolution to fix blocker bug #1251039. | Tavmjong Bah | 2013-11-19 | 1 | -1/+2 |
| | * | Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449. | Tavmjong Bah | 2013-11-19 | 8 | -36/+161 |
| | * | fix initialization bug, that leads to non-continuous path | Johan B. C. Engelen | 2013-11-18 | 1 | -1/+1 |
| | * | removed access to private member, fixed dpi calculation | Sebastian Wüst | 2013-11-18 | 2 | -7/+7 |
| | * | i18n. Fix for Bug #1252229 (As for the verb name XXX (No preferences), XXX ar... | Nicolas Dufour | 2013-11-18 | 1 | -1/+1 |
| | * | adhere to Python "convention" of using double underscore to indicate class pr... | Johan B. C. Engelen | 2013-11-17 | 1 | -5/+5 |
| | * | added missing documentation | Sebastian Wüst | 2013-11-17 | 1 | -0/+2 |
| | * | changed unit calculation to regard doc unit | Sebastian Wüst | 2013-11-17 | 1 | -9/+11 |
| * | | Fix repointed by su_v | Jabier Arraiza Cenoz | 2013-11-16 | 1 | -1/+1 |
| * | | fix error su_v tell to me | Jabier Arraiza Cenoz | 2013-11-16 | 15 | -787/+678 |
| |\| |
|
| | * | fix typo in rev 12797 | Alvin Penner | 2013-11-14 | 1 | -1/+1 |
| | * | small optimizations | Sebastian Wüst | 2013-11-14 | 3 | -19/+13 |
| | * | More scan-build null pointer checks | Alex Valavanis | 2013-11-14 | 2 | -27/+23 |
| | * | splivarot: Clean up assertions where possible | Alex Valavanis | 2013-11-14 | 1 | -20/+11 |
| | * | renamed some methods + removed unnecessary text + and fixed start option | Sebastian Wüst | 2013-11-13 | 2 | -13/+13 |
| | * | fix warning | Kris De Gussem | 2013-11-13 | 1 | -1/+1 |
| | * | Dutch translation update | Kris De Gussem | 2013-11-13 | 1 | -677/+554 |
| | * | Add command line support for EMF and WMF export, by David Mathog. | Nicolas Dufour | 2013-11-13 | 2 | -20/+48 |
| | * | Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom... | Tavmjong Bah | 2013-11-13 | 1 | -4/+4 |
| | * | Windows: need extra define to tell the source code we are in C++11 mode | Johan B. C. Engelen | 2013-11-13 | 1 | -1/+1 |
| | * | fix C++11 build on Windows, now build finishes without errors with TDM-GCC 4.6.1 | Johan B. C. Engelen | 2013-11-13 | 1 | -1/+5 |
| | * | fix build, complementary to rev12804 (forgot to commit) | Johan B. C. Engelen | 2013-11-13 | 1 | -3/+4 |
| * | | fix error su_v tell to me | Jabier Arraiza Cenoz | 2013-11-16 | 1 | -4/+2 |
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-13 | 179 | -9623/+13760 |
| |\| |
|
| | * | fix C++11 compilation. There A LOT of const_casts in this file... :-( | Johan B. C. Engelen | 2013-11-12 | 1 | -12/+15 |
| | * | update 2geom : sbasis.h, improves iterators, helps compilation with C++11 | Johan B. C. Engelen | 2013-11-12 | 1 | -6/+7 |
| | * | part of patch by David Evans to fix C++11 build | Johan B. C. Engelen | 2013-11-12 | 2 | -7/+6 |
| | * | part of patch by David Evans to fix C++11 build | Johan B. C. Engelen | 2013-11-12 | 2 | -0/+9 |
| | * | fix type. note that a real fix should get rid of all the macros like SVG_ZOOM... | Johan B. C. Engelen | 2013-11-12 | 1 | -4/+4 |
| | * | fixed transformation bug | Sebastian Wüst | 2013-11-12 | 2 | -8/+5 |
| | * | splivarot: scan-build fixes and cleanup | Alex Valavanis | 2013-11-12 | 1 | -22/+14 |
| | * | PathOutline. modify tolerance for detecting smooth joins. (Bug 1247441) | Alvin Penner | 2013-11-12 | 1 | -1/+1 |
| | * | Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom... | Tavmjong Bah | 2013-11-12 | 2 | -7/+22 |
| | * | Clean up some tool related things. | Markus Engel | 2013-11-12 | 12 | -279/+63 |
| | * | Fix bug in SPSwitch. | Markus Engel | 2013-11-12 | 3 | -2/+3 |
| | * | removed recursion to avoid problems on big documents | Sebastian Wüst | 2013-11-11 | 3 | -27/+40 |
| | * | Fix make check again, new translatable strings have been added in r12787. | Markus Engel | 2013-11-11 | 1 | -1/+2 |
| | * | extensions. dxf output. do not output arc where start = end (Bug 1248104) | Alvin Penner | 2013-11-11 | 1 | -2/+2 |
| | * | Fix for Bug #1249390 (filter with feImage with empty href crashes inkscape). | Nicolas Dufour | 2013-11-11 | 1 | -0/+4 |
| | * | Fix make check. | Markus Engel | 2013-11-10 | 1 | -23/+24 |
| | * | fixed dmpl init sequence | Sebastian Wüst | 2013-11-10 | 1 | -1/+1 |
| | * | fixed and optimized pyserial usage, added dmpl support, small stuff | Sebastian Wüst | 2013-11-10 | 6 | -57/+74 |
| | * | Revert unintentional change. | Markus Engel | 2013-11-09 | 1 | -1/+1 |
| | * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 124 | -315/+319 |
| | * | added missing translation flags and a small text change | Sebastian Wüst | 2013-11-09 | 3 | -6/+6 |
| | * | fixed flow control problem in plotter extension | Sebastian Wüst | 2013-11-09 | 2 | -6/+9 |
| | * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 120 | -1083/+1573 |
| | * | Fix for Bug #1247985 (Incorrect implementation of plural forms). | Nicolas Dufour | 2013-11-07 | 3 | -7499/+11181 |