summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged.Shlomi Fish2016-10-022-3/+36
|\
| * Adjust dock size to minimum width during canvas table size allocation signal.Martin Owens2016-10-021-3/+10
| * Add a prune method to saving svg files that removes Adobe's i:pgf tag.Martin Owens2016-10-011-0/+26
* | Extract a method instead of assigning a temp bool var.Shlomi Fish2016-10-012-5/+8
* | Extract a function to prevent assignment + const-ing.Shlomi Fish2016-09-301-7/+11
* | Merged.Shlomi Fish2016-09-301-2/+0
|\|
| * Remove the reset on the glyph tangent, it breaks text on path (bug lp:1627523)Martin Owens2016-09-301-2/+0
* | Fix a regression introduced by the refactoring.Shlomi Fish2016-09-291-1/+2
* | Merged.Shlomi Fish2016-09-2940-371/+916
|\|
| * fix tabs in src/main-cmdlineactMarc Jeanmougin2016-09-272-61/+68
| * Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-2717-163/+169
| * Remove unused variable.Tavmjong Bah2016-09-261-1/+0
| * Fix undo/redo for mesh gradients.Tavmjong Bah2016-09-2614-97/+310
| * Add tracing code.Tavmjong Bah2016-09-262-0/+131
| * Fix Gtk type error, code cleanup, and documentation.Tavmjong Bah2016-09-262-7/+12
| * minor fix (+ satisfy build bots (?))Marc Jeanmougin2016-09-253-11/+8
| * Exposes to the user additional PNG settings: Interlacing, grayscale, bit dept...Marc Jeanmougin2016-09-256-38/+208
| * Changed order of selection itemsAdrian Boguszewski2016-09-251-2/+2
| * Fix a typo bugJabier Arraiza Cenoz2016-09-241-1/+1
| * Get rid of Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion 'g_utf8_va...Tavmjong Bah2016-09-241-1/+2
| * Fix bug 1627202 on mirror symmetry wrong results on transformsJabier Arraiza Cenoz2016-09-242-1/+14
| * Typo fix for name varJabier Arraiza Cenoz2016-09-241-3/+3
| * Code improvements on mirror symmetryJabier Arraiza Cenoz2016-09-241-6/+6
| * Fix bug pointed in inkscape devel by Miguel Lopez and CR. Caution now rotate ...Jabier Arraiza Cenoz2016-09-232-9/+12
* | Remove "== true" and trailing whitespace.Shlomi Fish2016-09-231-3/+3
* | Merged.Shlomi Fish2016-09-236-10/+66
|\|
| * Remove properties with default values from 'style' entries in users preferenc...Tavmjong Bah2016-09-201-0/+2
| * Add new function that removes properties with default values from SPCSSAttr.Tavmjong Bah2016-09-202-0/+41
| * Fix typo (font-variant-east_asian -> font-variant-east-asian).Tavmjong Bah2016-09-201-1/+1
| * adds a layer to put things in when opening raster filesMarc Jeanmougin2016-09-151-1/+6
| * Fix minor problem in previous commitMarc Jeanmougin2016-09-151-1/+1
| * Duplicating text along path and its path relinks to the new path (if the pref...Marc Jeanmougin2016-09-151-8/+16
* | Remove "== true"sShlomi Fish2016-09-151-2/+2
* | Correct a typo and a sporious "== true" in a comment.Shlomi Fish2016-09-151-1/+1
* | Merged.Shlomi Fish2016-09-1514-104/+289
|\|
| * [Bug #459914] Non-ascii (ja) charactors aren't displayed properly in Handle t...ohtsuka-yoshio2016-09-141-0/+2
| * Fixed out of range pointersAdrian Boguszewski2016-09-121-4/+10
| * Fix compiler warningJabier Arraiza Cenoz2016-09-111-1/+1
| * Fix bugs: #1621234 and #172137Jabier Arraiza Cenoz2016-09-115-41/+36
| * Fix bug: #1621213 in Pattern Along Path LPEJabier Arraiza Cenoz2016-09-091-2/+3
| * Improve font editing dialog.Tavmjong Bah2016-09-065-55/+216
| |\
| | * Improve font editing dialog:Tavmjong Bah2016-07-105-55/+215
| * | Improve pattern rendering with large pattern transform.Tavmjong Bah2016-09-061-2/+12
| * | Fix history handling for previous commit.Tavmjong Bah2016-09-051-3/+4
| * | Save new 'x' and 'y' attribute values when 'line-height' changed.Tavmjong Bah2016-09-051-0/+9
* | | Refactor == trueShlomi Fish2016-09-051-2/+2
* | | Merged.Shlomi Fish2016-09-053-7/+16
|\| |
| * | Bug#744612. Add minimun radius value to minimize hangsJabier Arraiza Cenoz2016-09-052-6/+12
| * | Fix bug#744612Jabier Arraiza Cenoz2016-09-041-0/+3
| * | Fix some chrash when apply LPE: ej- sometimes GearJabier Arraiza Cenoz2016-09-041-1/+1