| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow <sodipodi:namedview> attributes to be set by scripts. | Tavmjong Bah | 2014-10-08 | 1 | -32/+66 |
| | | | | | | | This is a bit of a hack... Why does <sodipode:namedview> need special treatment? (bzr r13341.1.258) | ||||
| * | Update to trunk r13580 | Liam P. White | 2014-10-06 | 42 | -87/+338 |
| |\ | | | | | (bzr r13341.1.255) | ||||
| | * | Remove unused functions. | Tavmjong Bah | 2014-10-05 | 2 | -155/+0 |
| | | | | | | | (bzr r13580) | ||||
| | * | More direct way of finding font-family in SPText::description. | Tavmjong Bah | 2014-10-05 | 1 | -16/+4 |
| | | | | | | | (bzr r13579) | ||||
| | * | modify scaling procedure for uniform scaling of flowed text (Bug 1278561) | Alvin Penner | 2014-10-03 | 2 | -2/+17 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1278561 (bzr r13578) | ||||
| | * | Work-around for Pango 1.36.7 which introduced 'Semi-Light' font weight, | Tavmjong Bah | 2014-10-02 | 1 | -0/+32 |
| | | | | | | | | | | | bug #1364937. (bzr r13577) | ||||
| | * | i18n. Fix for Bug #380522 (strings that need to be fixed for translation). | Nicolas Dufour | 2014-10-02 | 11 | -14/+18 |
| | | | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576) | ||||
| | * | Fixing inconsistencies in the PixelArt dialog. | Nicolas Dufour | 2014-10-02 | 1 | -2/+2 |
| | | | | | | | (bzr r13575) | ||||
| | * | Fix style string while searching for best face match. | Tavmjong Bah | 2014-10-02 | 1 | -2/+2 |
| | | | | | | | | | | | Fix typo for 'ultra-condensed' face in fontspec_from_style(). (bzr r13574) | ||||
| | * | Importing. Fix for Bug #1325822 (BMP images resolution not correctly imported). | Nicolas Dufour | 2014-10-01 | 1 | -0/+7 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1325822 (bzr r13573) | ||||
| | * | Fix for Bug #1358520 (show/hide other layers not properly recorded in undo ↵ | Nicolas Dufour | 2014-10-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | history). Fixed bugs: - https://launchpad.net/bugs/1358520 (bzr r13572) | ||||
| | * | Fix for bug #690255 (Rename te_IN.po to te.po). | Nicolas Dufour | 2014-10-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/690255 (bzr r13571) | ||||
| | * | Revert r13496 (regression -- needs more work) | Liam P. White | 2014-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1357805 (bzr r13570) | ||||
| | * | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵ | Tavmjong Bah | 2014-09-29 | 11 | -601/+130 |
| | | | | | | | | | | | translation. (bzr r13569) | ||||
| | * | Quick fix to unbreak build from last check in. | Tavmjong Bah | 2014-09-29 | 2 | -0/+5 |
| | | | | | | | (bzr r13568) | ||||
| | * | Conditionally add 'semilight' due to changes in Pango 1.36.6. Curse Behdad. | Tavmjong Bah | 2014-09-29 | 4 | -0/+16 |
| | | | | | | | (bzr r13567) | ||||
| | * | transform text in text-on-path the same regardless of whether optimized or ↵ | Alvin Penner | 2014-09-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | preserved (Bug 1279534) Fixed bugs: - https://launchpad.net/bugs/1279534 (bzr r13566) | ||||
| | * | Fix for #1334792. Correct inheritance for 'line-height' property. | Tavmjong Bah | 2014-09-23 | 3 | -3/+27 |
| | | | | | | | (bzr r13564) | ||||
| | * | Extensions. Fix for Bug #1372200 (Comment within <script> element in INX ↵ | Nicolas Dufour | 2014-09-23 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | file triggers crash on launch). Fixed bugs: - https://launchpad.net/bugs/1372200 (bzr r13563) | ||||
| | * | improved version of rev 13561, to allow transforming both clip and mask on ↵ | Alvin Penner | 2014-09-19 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | the same group Fixed bugs: - https://launchpad.net/bugs/1287288 (bzr r13562) | ||||
| | * | scale clip or mask upon unit change (Bug 1287288) | Alvin Penner | 2014-09-19 | 1 | -0/+12 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1287288 (bzr r13561) | ||||
| | * | Fix build for fink on OS X 10.9 by including unistd.h | Bryce Harrington | 2014-09-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | Fixes: https://bugs.launchpad.net/inkscape/+bug/1340914 Fixed bugs: - https://launchpad.net/bugs/1340914 (bzr r13560) | ||||
| | * | Always check result of sp_repr_read_mem for NULL | Bryce Harrington | 2014-09-14 | 3 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | In cases where undefined or invalid XML is passed to sp_repr_read_mem(), it will indicate failure by returning NULL. All callers must check for this and handle the error condition accordingly. Fixes: lp: #1170248 Fixed bugs: - https://launchpad.net/bugs/1170248 (bzr r13556) | ||||
| | * | Fix GTK3 build | su_v | 2014-09-13 | 1 | -0/+1 |
| | | | | | | | (bzr r13555) | ||||
| | * | i18n. Adding context to the "Group" verb (undo history). | Nicolas Dufour | 2014-09-12 | 1 | -1/+1 |
| | | | | | | | | | | | Translations. Translation template and French translation udpate. (bzr r13554) | ||||
| | * | i18n. Fix for Bug #1368375 (Page titles in preferences don't escape text for ↵ | Nicolas Dufour | 2014-09-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | markup) by houz. Fixed bugs: - https://launchpad.net/bugs/1368375 (bzr r13552) | ||||
| | * | Fix bug #1367520 (crash regression) | Liam P. White | 2014-09-10 | 2 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1367520 (bzr r13551) | ||||
| | * | Fix bug #1357411 | Liam P. White | 2014-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1357411 (bzr r13550) | ||||
| | * | partial rollback of r13544, allow old recursive behavior for some locations, ↵ | mathog | 2014-09-08 | 4 | -23/+33 |
| | | | | | | | | | | | but not EMF import (bzr r13549) | ||||
| | * | prevent multiple simultaneous updates during undo (Bug 1348382) | Alvin Penner | 2014-09-07 | 2 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1348382 (bzr r13547) | ||||
| | * | LPE Powerstroke: enable Extrapolated arc, remove Extrapolated (mirroring) | Johan B. C. Engelen | 2014-09-05 | 1 | -6/+5 |
| | | | | | | | | | | | The code to deal with Extrapolated mirroring is still working (if someone has an old file with that type of extrapolation), but perhaps that should also be removed. (bzr r13546) | ||||
| | * | LPE Powerstroke: add Centripetal Catmull-Rom interpolator | Johan B. C. Engelen | 2014-09-04 | 2 | -2/+91 |
| | | | | | | | (bzr r13545) | ||||
| | * | resolves bug 1348417 and implements addition features for bug 1302857 | mathog | 2014-09-04 | 8 | -33/+218 |
| | | | | | | | (bzr r13544) | ||||
| | * | Remove more whiteboard related leftovers. | Josh Andler | 2014-09-02 | 2 | -5/+0 |
| | | | | | | | (bzr r13543) | ||||
| * | | Add missing file to CMakeLists | Liam P. White | 2014-10-05 | 1 | -0/+1 |
| | | | | | | | (bzr r13341.1.254) | ||||
| * | | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 64 | -125/+147 |
| | | | | | | | (bzr r13341.1.253) | ||||
| * | | Attempt to fix build breakage reported by su_v (but not seen locally). | Tavmjong Bah | 2014-10-05 | 1 | -1/+3 |
| | | | | | | | (bzr r13341.1.252) | ||||
| * | | Use actual SVG width and height property values in preview image text. | Tavmjong Bah | 2014-10-05 | 1 | -2/+38 |
| | | | | | | | (bzr r13341.1.251) | ||||
| * | | Fix CMakeLists | Liam P. White | 2014-10-05 | 3 | -11/+14 |
| | | | | | | | (bzr r13341.1.250) | ||||
| * | | Move GtkAction subclasses to widgets/ | Liam P. White | 2014-10-05 | 35 | -77/+80 |
| | | | | | | | (bzr r13341.1.249) | ||||
| * | | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree | Liam P. White | 2014-10-05 | 10 | -9/+9 |
| | | | | | | | (bzr r13341.1.248) | ||||
| * | | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 28 | -26/+27 |
| | | | | | | | (bzr r13341.1.247) | ||||
| * | | Remove unused functions. | Tavmjong Bah | 2014-10-05 | 2 | -155/+0 |
| | | | | | | | (bzr r13341.1.244) | ||||
| * | | More direct way of finding font-family in SPText::description. | Tavmjong Bah | 2014-10-05 | 1 | -13/+1 |
| | | | | | | | (bzr r13341.1.243) | ||||
| * | | Fix annoying formatting in sp-guide.cpp | Liam P. White | 2014-10-04 | 1 | -65/+68 |
| | | | | | | | (bzr r13341.1.242) | ||||
| * | | Refactor SPGuide to use more C++ | Liam P. White | 2014-10-04 | 9 | -214/+165 |
| | | | | | | | (bzr r13341.1.241) | ||||
| * | | Allow one style entry per unique CSS style for each family. | Tavmjong Bah | 2014-10-03 | 1 | -5/+18 |
| | | | | | | | (bzr r13341.1.240) | ||||
| * | | Removal of unused code dealing with PangoStringToDescrMap and ↵ | Tavmjong Bah | 2014-10-03 | 3 | -447/+33 |
| | | | | | | | | | | | | | | | UIStringToPangoStringMap. Removal of font_factory::GetUIFamiliesAndStyle() (unneeded after implementation of style caching). (bzr r13341.1.239) | ||||
| * | | Work-around for Pango 1.36.7 which introduced 'Semi-Light' font weight, | Tavmjong Bah | 2014-10-02 | 1 | -1/+31 |
| | | | | | | | | | | | bug #1364937. (bzr r13341.1.238) | ||||
| * | | Sort styles for GUI. (Regression) | Tavmjong Bah | 2014-10-02 | 1 | -0/+9 |
| | | | | | | | (bzr r13341.1.237) | ||||
