| Commit message (Expand) | Author | Age | Files | Lines |
| * | Code rearrangement to make it clearer what is happening. | Tavmjong Bah | 2014-12-16 | 10 | -75/+61 |
| * | Debugging routines to print out XML, SP Object, and Display Item trees. | Tavmjong Bah | 2014-12-16 | 8 | -0/+78 |
| * | Read 'context-fill' and 'context-stroke' keywords. | Tavmjong Bah | 2014-12-16 | 4 | -24/+71 |
| * | when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443) | Alvin Penner | 2014-12-15 | 1 | -0/+4 |
| * | C++ify SPMarkerView | Tavmjong Bah | 2014-12-15 | 2 | -125/+95 |
| * | Add rotate nodes parameter | Jabier Arraiza Cenoz | 2014-12-15 | 2 | -6/+13 |
| * | Preferences. Fix for Bug #1401782 (Take from selection button should be greye... | Nicolas Dufour | 2014-12-12 | 1 | -1/+5 |
| * | Change grids to use 'user units'. Grids using absolute units are read in but | Tavmjong Bah | 2014-12-11 | 4 | -68/+166 |
| * | Fix build with poppler 0.29.0 (Bug #1399811) | su_v | 2014-12-11 | 1 | -6/+26 |
| * | undo previous commit. figured out how to set the "decoration" icon size from ... | Johan B. C. Engelen | 2014-12-10 | 1 | -2/+2 |
| * | LayerSelector (bottom left): change size of visibility and lock icons to ICON... | Johan B. C. Engelen | 2014-12-10 | 1 | -2/+2 |
| * | do not recalculate page height unless it is necessary. (Bug 1384915, comment 24) | Alvin Penner | 2014-12-06 | 1 | -2/+4 |
| * | Fix snapping bug in pen tool | Diederik van Lierop | 2014-12-04 | 1 | -3/+7 |
| * | Store 3d box tool coordinates stored in 'user units'. | Tavmjong Bah | 2014-12-04 | 1 | -42/+70 |
| * | fix errors in string conversion. (rev13762, 13763) | Johan B. C. Engelen | 2014-11-28 | 1 | -6/+6 |
| * | avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24) | Alvin Penner | 2014-11-28 | 4 | -11/+12 |
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ... | Tavmjong Bah | 2014-11-26 | 13 | -17/+17 |
| * | Change default display unit to 'px'. | Tavmjong Bah | 2014-11-26 | 2 | -2/+2 |
| * | Correct guide placement when created by dragging onto canvas or by creating g... | Tavmjong Bah | 2014-11-26 | 2 | -2/+23 |
| * | Use SVG width/height and viewBox to correct guide position. | Tavmjong Bah | 2014-11-26 | 1 | -1/+18 |
| * | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 2014-11-26 | 14 | -30/+30 |
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 49 | -166/+224 |
| |\ |
|
| | * | Patch from NJH from report 1378843. Fixes build with lcms disabled. | Nathan Hurst | 2014-11-26 | 1 | -1/+1 |
| | * | Patch from comment 4. Fixes build with cmake and poppler-0.26.4. | Shlomi Fish | 2014-11-25 | 1 | -1/+10 |
| | * | More c++ string usage. | Johan B. C. Engelen | 2014-11-25 | 3 | -17/+23 |
| | * | More C++ string usage. | Johan B. C. Engelen | 2014-11-25 | 3 | -31/+20 |
| | * | Fix applying LPE to clones (through the "+" button in the LPE dialog). | Johan B. C. Engelen | 2014-11-25 | 2 | -4/+14 |
| | * | Disable preference widget to allow saving fonts in non-px units | Josh Andler | 2014-11-25 | 1 | -1/+1 |
| | * | Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m... | Tavmjong Bah | 2014-11-25 | 4 | -21/+14 |
| | * | Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn'). | Tavmjong Bah | 2014-11-25 | 4 | -16/+20 |
| | * | Fix stroke style unit in F&S dialog (update to display unit on first open). | Josh Andler | 2014-11-25 | 1 | -2/+2 |
| | * | fix bug in rev 13632 when page size units = 'm'. (Bug 1395637) | Alvin Penner | 2014-11-24 | 1 | -0/+2 |
| | * | Fix a bug in pen/cil modes triangle in/out | Jabier Arraiza Cenoz | 2014-11-24 | 1 | -1/+1 |
| | * | Units: make it absolutely clear that Document properties unit dropdown is for... | Johan B. C. Engelen | 2014-11-24 | 33 | -75/+120 |
| * | | Update to trunk r13750 | Liam P. White | 2014-11-24 | 65 | -941/+1503 |
| |\| |
|
| | * | Revert old behavior: changing "Default units" changes *only* the displayed un... | Johan B. C. Engelen | 2014-11-22 | 2 | -4/+8 |
| | * | Win64: add High DPI awareness to the manifest (needs testing on non-highdpi s... | Johan B. C. Engelen | 2014-11-21 | 1 | -0/+5 |
| | * | properly name the document units as "Document units" in the UI. The setting i... | Johan B. C. Engelen | 2014-11-21 | 1 | -1/+1 |
| | * | Fixed a bug pointed by suv running from comand line, also removed another des... | Jabier Arraiza Cenoz | 2014-11-21 | 1 | -2/+3 |
| | * | Rename variable to better express its use. (units -> page_size_units) | Tavmjong Bah | 2014-11-20 | 3 | -5/+6 |
| | * | Fix length tests. | Johan B. C. Engelen | 2014-11-19 | 1 | -3/+3 |
| | * | units: remove a remnant from old code. There should be only one UnitTable ins... | Johan B. C. Engelen | 2014-11-19 | 1 | -1/+0 |
| | * | Tests: fix stringstream-test for outputting floating point numbers. At http:/... | Johan B. C. Engelen | 2014-11-19 | 1 | -3/+3 |
| | * | modify sequence of events. (Bug 1247801) | Alvin Penner | 2014-11-19 | 1 | -1/+1 |
| | * | remove extra commnets | Jabier Arraiza Cenoz | 2014-11-19 | 1 | -2/+0 |
| | * | [FIX] Patch for bug #1282968 (kerning of Telugu fonts is broken) by David Mat... | mathog | 2014-11-18 | 1 | -19/+34 |
| | * | commented unused variables | Jabier Arraiza Cenoz | 2014-11-17 | 1 | -2/+2 |
| | * | fix a bug in fillet/chamfer on apply on non shapes | Jabier Arraiza Cenoz | 2014-11-17 | 1 | -0/+2 |
| | * | fix a bug in bspline on apply on non shapes | Jabier Arraiza Cenoz | 2014-11-17 | 2 | -18/+5 |
| | * | Fixes crash with perspective_lpe | Jabier Arraiza Cenoz | 2014-11-17 | 2 | -20/+25 |