| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Extensions: Use underscored variants of parameters / attribute names in ↵ | Eduard Braun | 2016-06-11 | 51 | -431/+431 |
| | | | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979) | ||||
| * | Clean up includes after r14955 | Eduard Braun | 2016-06-11 | 4 | -4/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1589300 (bzr r14978) | ||||
| * | A little cleaning up of attributes. | Tavmjong Bah | 2016-06-11 | 4 | -75/+92 |
| | | | | (bzr r14977) | ||||
| * | Fix a typo that spawned a lot of "unused parameter" warnings when compiling | Eduard Braun | 2016-06-11 | 1 | -1/+1 |
| | | | | (bzr r14976) | ||||
| * | fix-bugs #540591 #1287996 and #456503 related to undo in path parameters of LPE | Jabier Arraiza Cenoz | 2016-06-11 | 2 | -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-h | 2016-06-10 | 1 | -0/+5 |
| | | | | | | Shift+F10 key combination to show the context menu ("tool-base.cpp") (bzr r14971.1.1) | ||||
| * | Rm unnecessary/incorrect post-build message | Alex Valavanis | 2016-06-10 | 1 | -11/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1591251 (bzr r14970) | ||||
| * | Only update inkscape.version on successful file write. | Tavmjong Bah | 2016-06-08 | 3 | -9/+20 |
| | | | | (bzr r14965) | ||||
| * | Really remove last of svg_units. | Tavmjong Bah | 2016-06-08 | 1 | -10/+0 |
| | | | | (bzr r14964) | ||||
| * | Remove unused svg-units variable. | Tavmjong Bah | 2016-06-08 | 2 | -19/+18 |
| | | | | (bzr r14963) | ||||
| * | Store rest of string in Inkscape version ('pre' 'devel'). | Tavmjong Bah | 2016-06-08 | 2 | -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 Dufour | 2016-06-08 | 1 | -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 Cenoz | 2016-06-08 | 1 | -1/+1 |
| | | | | | | the text (bzr r14959) | ||||
| * | Extensions: Fixes and improvements for "gui-text" parameter attribute | Eduard Braun | 2016-06-05 | 7 | -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-g | 2016-06-05 | 1 | -2/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1587311 (bzr r14952) | ||||
| * | [Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD. | rafael-g | 2016-06-05 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1550178 (bzr r14951) | ||||
| * | Fix reading of 'stroke-dasharray' when there is a trailing blank. | Tavmjong Bah | 2016-06-04 | 1 | -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 lock | Jabier Arraiza Cenoz | 2016-06-04 | 1 | -1/+0 |
| | | | | (bzr r14949) | ||||
| * | Fix a bug in lock guides pointed by suv on IRC | Jabier Arraiza Cenoz | 2016-06-03 | 1 | -1/+1 |
| | | | | (bzr r14948) | ||||
| * | Fix guide placement when guides are generated by a template with ↵ | Tavmjong Bah | 2016-06-03 | 2 | -24/+28 |
| | | | | | | width/height/viewBox different from default SVG file. (bzr r14947) | ||||
| * | Sort color profile lists | houz | 2016-06-02 | 6 | -81/+178 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946) | ||||
| * | Remove last use of getSVGUnit() and remove all remnants of this abomination. | Tavmjong Bah | 2016-06-01 | 5 | -18/+1 |
| | | | | (bzr r14939) | ||||
| * | Replace two instances of getSVGUnit() by getDocumentScale(). | Tavmjong Bah | 2016-06-01 | 2 | -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 Bah | 2016-06-01 | 1 | -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 Bah | 2016-06-01 | 1 | -1/+1 |
| | | | | (bzr r14936) | ||||
| * | Use CSS 'strut' as minimum value of CSS line box height. | Tavmjong Bah | 2016-06-01 | 4 | -48/+76 |
| | | | | (bzr r14935) | ||||
| * | fix-bug-1586749. Broken english in bspline help message | Jabier Arraiza Cenoz | 2016-05-29 | 1 | -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 Cenoz | 2016-05-27 | 2 | -12/+111 |
| | | | | | | sugest by vlada on IRC (bzr r14920) | ||||
| * | [Bug #1508400] self-intersecting shape display and union error - reverting ↵ | Tavmjong Bah | 2016-05-25 | 1 | -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 pre1 | Bryce Harrington | 2016-05-25 | 4 | -8/+8 |
| | | | | (bzr r14916) | ||||
| * | Update for 0.92 alpha release | Bryce Harrington | 2016-05-25 | 4 | -16/+16 |
| | | | | (bzr r14915) | ||||
| * | [Bug #1512729] Filter effects and blur quality options broken. | Nicolas Dufour | 2016-05-24 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1512729 (bzr r14913) | ||||
| * | Reorder eraser toolbox widgets | Jabier Arraiza Cenoz | 2016-05-22 | 1 | -1/+2 |
| | | | | (bzr r14909) | ||||
| * | Remove duplicated code | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -5/+0 |
| | | | | (bzr r14908) | ||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 21 | -71/+71 |
| | | | | (bzr r14907) | ||||
| * | Adjust some thresholds for finding intersections in elliptical arcs | Diederik van Lierop | 2016-05-21 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1479167 (bzr r14906) | ||||
| * | Fix some snapping bugs that lead to infinite transforms and crashes in 2geom | Diederik van Lierop | 2016-05-21 | 2 | -18/+32 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1541727 (bzr r14905) | ||||
| * | Fix a bug in node editor in BSpline mode, wrong power when moving nodes | Jabier Arraiza Cenoz | 2016-05-19 | 1 | -1/+1 |
| | | | | (bzr r14903) | ||||
| * | GTK3: Another widget named. | Tavmjong Bah | 2016-05-18 | 1 | -0/+2 |
| | | | | (bzr r14902) | ||||
| * | GTK3: Give even more widgets names. | Tavmjong Bah | 2016-05-18 | 4 | -2/+11 |
| | | | | (bzr r14901) | ||||
| * | Remove unneeded widget in Status Bar. Reorder code. Use two lines for status ↵ | Tavmjong Bah | 2016-05-18 | 1 | -35/+44 |
| | | | | | | message in Gtk3. (bzr r14900) | ||||
| * | Remove three unneeded widgets in desktop status bar. | Tavmjong Bah | 2016-05-17 | 1 | -17/+3 |
| | | | | (bzr r14898) | ||||
| * | GTK3: Fix error if default style.css file not found. Modified patch from houz. | Tavmjong Bah | 2016-05-17 | 1 | -33/+49 |
| | | | | (bzr r14897) | ||||
| * | GTK3: Give names to more widgets. | Tavmjong Bah | 2016-05-17 | 6 | -1/+12 |
| | | | | (bzr r14896) | ||||
| * | UI. Fixing typos in original strings. | Nicolas Dufour | 2016-05-16 | 3 | -5/+5 |
| | | | | | | Translations. PO template update. (bzr r14894) | ||||
| * | GTK3: Fix compile for GTK3 versions less than 3.16. Try 2. | Tavmjong Bah | 2016-05-16 | 1 | -3/+14 |
| | | | | (bzr r14891) | ||||
| * | GTK3: Give names to many widgets. Useful for debugging and for using CSS. | Tavmjong Bah | 2016-05-15 | 3 | -10/+35 |
| | | | | (bzr r14890) | ||||
| * | Added normalized path to flowtext | Adrian Boguszewski | 2016-05-15 | 2 | -1/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1555152 (bzr r14889) | ||||
| * | GTK3: Fix compile for GTK3 versions less than 3.16. | Tavmjong Bah | 2016-05-15 | 1 | -0/+4 |
| | | | | (bzr r14887) | ||||
| * | Fix a bug on Pen tool when use bend path as option and the clipboard has ↵ | Jabier Arraiza Cenoz | 2016-05-10 | 1 | -1/+4 |
| | | | | | | something diferent than shape, path or group (bzr r14882) | ||||
