| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for bug 1540518. Improved performance based on previous meassure code ↵ | Jabier Arraiza Cenoz | 2016-02-07 | 1 | -7/+7 |
| | | | | | | | | | comment Fixed bugs: - https://launchpad.net/bugs/1540518 (bzr r14635) | ||||
| * | brings back CMS tab | Marc Jeanmougin | 2015-12-18 | 1 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1504612 (bzr r14537) | ||||
| * | static code analysis: suppress compiler warning | Kris De Gussem | 2015-12-14 | 1 | -1/+1 |
| | | | | (bzr r14535) | ||||
| * | cppification: GSList replaced by vectors (undo/redo) | Marc Jeanmougin | 2015-12-08 | 1 | -18/+7 |
| | | | | (bzr r14504.1.14) | ||||
| * | fix crash (oops) | Marc Jeanmougin | 2015-12-08 | 1 | -2/+2 |
| | | | | (bzr r14504.1.8) | ||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -39/+35 |
| | | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | ||||
| * | fixes infinite loop due to buggy recursion in flattening function | Marc Jeanmougin | 2015-11-25 | 1 | -2/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1519547 (bzr r14489) | ||||
| * | Fix the points Nathan review. | Jabier Arraiza Cenoz | 2015-10-22 | 1 | -3/+3 |
| | | | | | | Make accesible the comented function to only detect visible crossings (bzr r14393.3.1) | ||||
| * | Add improvements to measure tool: | Jabier Arraiza Cenoz | 2015-10-04 | 1 | -3/+17 |
| | | | | | | | | | more responsive add option to handle only active layer or all add a option to hide/show first and last segment add a option to compute only one global sice (bzr r14393.1.1) | ||||
| * | fix regression observed on layer dialog | Marc Jeanmougin | 2015-09-20 | 1 | -2/+2 |
| | | | | (bzr r14379) | ||||
| * | Fix for 1495106 (Add a check for id before sending a modified signal) | Marc Jeanmougin | 2015-09-14 | 1 | -1/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1495106 (bzr r14367) | ||||
| * | Merge faster touch select | John Bintz | 2015-09-01 | 1 | -32/+45 |
| |\ | | | | | (bzr r14336) | ||||
| | * | Cache SVG DOM node order for faster touch selection. | John Bintz | 2015-05-23 | 1 | -32/+45 |
| | | | | | | | (bzr r14169.1.1) | ||||
| * | | fix for 1478636 (crash on import when comments in defs) | Marc Jeanmougin | 2015-08-01 | 1 | -3/+4 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1478636 (bzr r14270) | ||||
| * | | Import all defs from clipboard or imported files | Ben Scholzen 'DASPRiD | 2015-05-29 | 1 | -1/+8 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/1460057 (bzr r14185) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| | | | | (bzr r14126) | ||||
| * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -2/+33 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Add GUI for 'viewBox'. | Tavmjong Bah | 2015-03-21 | 1 | -0/+11 |
| | | | | | | | (bzr r14022) | ||||
| | * | Allow changing document scale (via changing viewBox). Start of GUI. | Tavmjong Bah | 2015-03-11 | 1 | -2/+22 |
| | | | | | | | (bzr r13994) | ||||
| * | | merge | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| |\| | | | | | (bzr r13922.1.12) | ||||
| | * | create SPObject factory | Liam P. White | 2015-02-25 | 1 | -1/+1 |
| | | | | | | | (bzr r13939.1.1) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -10/+10 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | Just... | mc | 2015-02-18 | 1 | -16/+16 |
| |/ | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | restore original behavior of 'Resize Page to Selection' for the special case ↵ | Alvin Penner | 2015-02-09 | 1 | -11/+27 |
| | | | | | | | | | where page size is in %. (Bug 1419122) Fixed bugs: - https://launchpad.net/bugs/1419122 (bzr r13912) | ||||
| * | Add getDocumentScale() to return "real-world" to "user-unit" scale factor. | Tavmjong Bah | 2015-01-06 | 1 | -0/+20 |
| | | | | | | Use it to correct text postion after removing from path. (bzr r13843) | ||||
| * | Avoid calling root->updateRepr() twice when changing width and height. | Tavmjong Bah | 2015-01-05 | 1 | -3/+33 |
| | | | | (bzr r13837) | ||||
| * | avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24) | Alvin Penner | 2014-11-28 | 1 | -4/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776) | ||||
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 2014-11-26 | 1 | -2/+2 |
| | | | | | | by function. (bzr r13774) | ||||
| * | Change default display unit to 'px'. | Tavmjong Bah | 2014-11-26 | 1 | -1/+1 |
| | | | | (bzr r13773) | ||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 1 | -18/+14 |
| |\ | | | | | (bzr r13341.5.24) | ||||
| | * | Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to ↵ | Tavmjong Bah | 2014-11-25 | 1 | -20/+6 |
| | | | | | | | | | | | match handling of 'ft'. (bzr r13758) | ||||
| | * | fix bug in rev 13632 when page size units = 'm'. (Bug 1395637) | Alvin Penner | 2014-11-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1395637 (bzr r13753) | ||||
| | * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | | Update to trunk r13750 | Liam P. White | 2014-11-24 | 1 | -4/+2 |
| |\| | | | | | (bzr r13341.5.23) | ||||
| | * | in rev 13590, use 'root->height.unit' instead of namedview 'units'. | Alvin Penner | 2014-11-15 | 1 | -4/+2 |
| | | | | | | | (bzr r13715) | ||||
| * | | Update to trunk r13648 | Liam P. White | 2014-10-31 | 1 | -4/+10 |
| |\| | | | | | (bzr r13341.5.19) | ||||
| | * | Update to trunk r13638 | Liam P. White | 2014-10-25 | 1 | -4/+10 |
| | |\ | | | | | | | (bzr r13341.1.286) | ||||
| | | * | use double precision Quantity::convert for units conversion in viewBox, ↵ | Alvin Penner | 2014-10-22 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | instead of single-precision SVGLength.computed. (bzr r13632) | ||||
| * | | | Update to experimental r13619 | Liam P. White | 2014-10-18 | 1 | -17/+16 |
| |\| | | | | | | | | (bzr r13341.5.18) | ||||
| | * | | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -17/+16 |
| | |\| | | | | | | | (bzr r13341.1.278) | ||||
| | | * | maintain page size units when resizing page to drawing (Bug 1310787) | Alvin Penner | 2014-10-11 | 1 | -17/+16 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1310787 (bzr r13590) | ||||
| * | | | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -1/+0 |
| |\| | | | | | | | | (bzr r13341.5.17) | ||||
| | * | | Update to trunk r13580 | Liam P. White | 2014-10-06 | 1 | -1/+0 |
| | |\| | | | | | | | (bzr r13341.1.255) | ||||
| | | * | Remove more whiteboard related leftovers. | Josh Andler | 2014-09-02 | 1 | -1/+0 |
| | | | | | | | | | | (bzr r13543) | ||||
| | * | | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -1/+1 |
| | |/ | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | | Update to experimental r13565 | Liam P. White | 2014-09-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.5.16) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -2/+2 |
| | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 2014-06-26 | 1 | -4/+2 |
| | | | | | | | | | | | members, simplify signals (bzr r13341.5.6) | ||||
| * | | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -9/+1 |
| | | | | | | | (bzr r13341.5.3) | ||||
