summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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)
* [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)
* Reorder eraser toolbox widgetsJabier Arraiza Cenoz2016-05-221-1/+2
| | | (bzr r14909)
* 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)
* Fix some snapping bugs that lead to infinite transforms and crashes in 2geomDiederik van Lierop2016-05-212-18/+32
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1541727 (bzr r14905)
* Fix a bug in node editor in BSpline mode, wrong power when moving nodesJabier Arraiza Cenoz2016-05-191-1/+1
| | | (bzr r14903)
* GTK3: Another widget named.Tavmjong Bah2016-05-181-0/+2
| | | (bzr r14902)
* GTK3: Give even more widgets names.Tavmjong Bah2016-05-184-2/+11
| | | (bzr r14901)
* Remove unneeded widget in Status Bar. Reorder code. Use two lines for status ↵Tavmjong Bah2016-05-181-35/+44
| | | | | message in Gtk3. (bzr r14900)
* Remove three unneeded widgets in desktop status bar.Tavmjong Bah2016-05-171-17/+3
| | | (bzr r14898)
* GTK3: Fix error if default style.css file not found. Modified patch from houz.Tavmjong Bah2016-05-171-33/+49
| | | (bzr r14897)
* GTK3: Give names to more widgets.Tavmjong Bah2016-05-176-1/+12
| | | (bzr r14896)
* UI. Fixing typos in original strings.Nicolas Dufour2016-05-163-5/+5
| | | | | Translations. PO template update. (bzr r14894)
* GTK3: Fix compile for GTK3 versions less than 3.16. Try 2.Tavmjong Bah2016-05-161-3/+14
| | | (bzr r14891)
* GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah2016-05-153-10/+35
| | | (bzr r14890)
* Added normalized path to flowtextAdrian Boguszewski2016-05-152-1/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1555152 (bzr r14889)
* GTK3: Fix compile for GTK3 versions less than 3.16.Tavmjong Bah2016-05-151-0/+4
| | | (bzr r14887)
* Fix a bug on Pen tool when use bend path as option and the clipboard has ↵Jabier Arraiza Cenoz2016-05-101-1/+4
| | | | | something diferent than shape, path or group (bzr r14882)