summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Fix bug consecutive nodes at same positionJabier Arraiza Cenoz2016-06-124-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.152)
* | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2016-06-128-88/+383
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.151)
| * | | | | | | | | | | | | | | Optionally sort attributes and properties into a canonical order.Tavmjong Bah2016-06-128-88/+383
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for comparing different versions of an SVG file. (bzr r14980)
* | | | | | | | | | | | | | | Handle path add and remove nodesJabier Arraiza Cenoz2016-06-121-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.150)
* | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2016-06-1155-435/+433
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.149)
| * | | | | | | | | | | | | | Extensions: Use underscored variants of parameters / attribute names in ↵Eduard Braun2016-06-1151-431/+431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979)
| * | | | | | | | | | | | | | Clean up includes after r14955Eduard Braun2016-06-114-4/+2
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1589300 (bzr r14978)
* | | | | | | | | | | | | | Fix the bug deleting satellitesJabier Arraiza Cenoz2016-06-117-172/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.148)
* | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2016-06-1147-348/+614
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.147)
| * | | | | | | | | | | | | A little cleaning up of attributes.Tavmjong Bah2016-06-114-75/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14977)
| * | | | | | | | | | | | | Fix a typo that spawned a lot of "unused parameter" warnings when compilingEduard Braun2016-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14976)
| * | | | | | | | | | | | | fix-bugs #540591 #1287996 and #456503 related to undo in path parameters of LPEJabier Arraiza Cenoz2016-06-112-2/+27
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/540591 - https://launchpad.net/bugs/1287996 - https://launchpad.net/bugs/456503 (bzr r14975)
| * | | | | | | | | | | | Enabled using the context menu key additionally to the already working ↵h-h-h2016-06-101-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shift+F10 key combination to show the context menu ("tool-base.cpp") (bzr r14971.1.1)
| * | | | | | | | | | | | Rm unnecessary/incorrect post-build messageAlex Valavanis2016-06-101-11/+0
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1591251 (bzr r14970)
| * | | | | | | | | | | Only update inkscape.version on successful file write.Tavmjong Bah2016-06-083-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14965)
| * | | | | | | | | | | Really remove last of svg_units.Tavmjong Bah2016-06-081-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14964)
| * | | | | | | | | | | Remove unused svg-units variable.Tavmjong Bah2016-06-082-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14963)
| * | | | | | | | | | | Store rest of string in Inkscape version ('pre' 'devel').Tavmjong Bah2016-06-082-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix try/catch blocks by really throwing errors. (stringstream doesn't throw errors by default.) (bzr r14962)
| * | | | | | | | | | | [Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient.Nicolas Dufour2016-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1590171 (bzr r14960)
| * | | | | | | | | | | Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro ↵Jabier Arraiza Cenoz2016-06-081-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the text (bzr r14959)
| * | | | | | | | | | Extensions: Fixes and improvements for "gui-text" parameter attributeEduard Braun2016-06-057-8/+19
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - "gui-text" was always translated (as opposed to only "_gui-text") - This made it impossible to have parameters without label (since the empty string returns the whole .po file header when translated), which caused an issue in restack extension - Added possibility to specify "msgctxt" for "gui-text" (bzr r14955)
| * | | | | | | | | [Bug #1587311] Entering + into stroke width dialog crashes Inkscape.rafael-g2016-06-051-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1587311 (bzr r14952)
| * | | | | | | | | [Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD.rafael-g2016-06-051-1/+3
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1550178 (bzr r14951)
| * | | | / / / / Fix reading of 'stroke-dasharray' when there is a trailing blank.Tavmjong Bah2016-06-041-2/+4
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes reading a value when there is no digit before a decimal point. Fixed bugs: - https://launchpad.net/bugs/1485197 (bzr r14950)
| * | | | | | | Fix for bug on previous commit about guides lockJabier Arraiza Cenoz2016-06-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14949)
| * | | | | | | Fix a bug in lock guides pointed by suv on IRCJabier Arraiza Cenoz2016-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14948)
| * | | | | | | Fix guide placement when guides are generated by a template with ↵Tavmjong Bah2016-06-032-24/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | width/height/viewBox different from default SVG file. (bzr r14947)
| * | | | | | | Sort color profile listshouz2016-06-026-81/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946)
| * | | | | | | Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah2016-06-015-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14939)
| * | | | | | | Replace two instances of getSVGUnit() by getDocumentScale().Tavmjong Bah2016-06-012-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify writing of style string. Switch 'pt' to 'px'. (bzr r14938)
| * | | | | | | Fix tiling when generic template used to create file. Try 2.Tavmjong Bah2016-06-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------- This line and the following will be ignored -------------- modified: src/ui/dialog/clonetiler.cpp unknown: inkscape_glyph_cursor.txt latex.patch libnrtype_OLD/ share/attributes/attindex.html share/attributes/propidx.html share/extensions/six.py share/icons/icons_template.svg share/icons/symbolic_icons_purged.svg src/cxxtests.xml src/default.svg src/export-objects/ src/glist_removal.diff src/sp-text.cpp_save src/display/cairo-utils.cpp_dither src/display/cairo-utils.h_dither src/display/drawing-shape.cpp_dither src/libnrtype/Layout-TNG-Input.cpp_attempt_to_replace_linefeeds src/libnrtype/Layout-TNG-Input.cpp_works src/ui/dialog/tags_backup.cpp (bzr r14937)
| * | | | | | | Fix tiling when generic template used to create file.Tavmjong Bah2016-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14936)
| * | | | | | | Use CSS 'strut' as minimum value of CSS line box height.Tavmjong Bah2016-06-014-48/+76
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14935)
| * | | | | | | fix-bug-1586749. Broken english in bspline help messageJabier Arraiza Cenoz2016-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1586749 (bzr r14921)
| * | | | | | | Add option to perspective-envelope LPE to not make unreal perspectives, as ↵Jabier Arraiza Cenoz2016-05-272-12/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sugest by vlada on IRC (bzr r14920)
* | | | | | | | Fixing satellites bug on eraseJabier Arraiza Cenoz2016-06-113-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.146)
* | | | | | | | Rename branchJabier Arraiza Cenoz2016-05-268-64/+63
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.145)
* | | | | | | | update to trunkJabier Arraiza Cenoz2016-05-266-19/+21
|\| | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.144)
| * | | | | | | [Bug #1508400] self-intersecting shape display and union error - reverting ↵Tavmjong Bah2016-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rev. 14224 and applying the patch at the right place (thanks ~suv!). Fixed bugs: - https://launchpad.net/bugs/1508400 (bzr r14917)
| * | | | | | | Update for pre1Bryce Harrington2016-05-254-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14916)
| * | | | | | | Update for 0.92 alpha releaseBryce Harrington2016-05-254-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14915)
| * | | | | | | [Bug #1512729] Filter effects and blur quality options broken.Nicolas Dufour2016-05-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1512729 (bzr r14913)
* | | | | | | | Fixing pointwiseJabier Arraiza Cenoz2016-05-264-52/+48
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.143)
* | | | | | | | update to trunkJabier Arraiza Cenoz2016-05-231-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.142)
| * | | | | | | Reorder eraser toolbox widgetsJabier Arraiza Cenoz2016-05-221-1/+2
| | |_|/ / / / | |/| | | | | | | | | | | | (bzr r14909)
* | | | | | | Fixing pointwiseJabier Arraiza Cenoz2016-05-231-2/+3
| | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.141)
* | | | | | | update to trunkJabier Arraiza Cenoz2016-05-2141-185/+271
|\| | | | | | | | | | | | | | | | | | | | (bzr r13645.1.140)
| * | | | | | Remove duplicated codeJabier Arraiza Cenoz2016-05-211-5/+0
| | |_|_|/ / | |/| | | | | | | | | | (bzr r14908)
| * | | | | Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-2121-71/+71
| | | | | | | | | | | | | | | | | | (bzr r14907)
| * | | | | Adjust some thresholds for finding intersections in elliptical arcsDiederik van Lierop2016-05-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1479167 (bzr r14906)