| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix indent | Dmitry Zhulanov | 2016-10-01 | 1 | -3/+3 |
| | | | | (bzr r15136.1.10) | ||||
| * | disable xverb feature if WITH_YAML defined | Dmitry Zhulanov | 2016-10-01 | 2 | -6/+19 |
| | | | | (bzr r15136.1.9) | ||||
| * | allow to use verbs as xverbs | Dmitry Zhulanov | 2016-09-29 | 2 | -3/+8 |
| | | | | (bzr r15136.1.8) | ||||
| * | allow optional args for xverbs | Dmitry Zhulanov | 2016-09-29 | 3 | -93/+102 |
| | | | | (bzr r15136.1.7) | ||||
| * | ignore additional arguments of x-verbs | Dmitry Zhulanov | 2016-09-27 | 1 | -34/+64 |
| | | | | (bzr r15136.1.6) | ||||
| * | no need to FileQuit verb checking | Dmitry Zhulanov | 2016-09-27 | 1 | -15/+0 |
| | | | | (bzr r15136.1.5) | ||||
| * | fix indention | Dmitry Zhulanov | 2016-09-27 | 1 | -72/+72 |
| | | | | (bzr r15136.1.4) | ||||
| * | update intends and brackets | Dmitry Zhulanov | 2016-09-27 | 1 | -341/+320 |
| | | | | (bzr r15136.1.3) | ||||
| * | merge with trunk | Dmitry Zhulanov | 2016-09-27 | 17 | -163/+169 |
| |\ | | | | | (bzr r15136.1.2) | ||||
| | * | fix tabs in src/main-cmdlineact | Marc Jeanmougin | 2016-09-27 | 2 | -61/+68 |
| | | | | | | | (bzr r15138) | ||||
| | * | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 2016-09-27 | 17 | -163/+169 |
| | | | | | | | | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137) | ||||
| * | | add x-verbs support | Dmitry Zhulanov | 2016-09-26 | 6 | -2/+644 |
| |/ | | | (bzr r15136.1.1) | ||||
| * | Remove unused variable. | Tavmjong Bah | 2016-09-26 | 1 | -1/+0 |
| | | | | (bzr r15136) | ||||
| * | Fix undo/redo for mesh gradients. | Tavmjong Bah | 2016-09-26 | 14 | -97/+310 |
| | | | | (bzr r15135) | ||||
| * | Add tracing code. | Tavmjong Bah | 2016-09-26 | 2 | -0/+131 |
| | | | | (bzr r15134) | ||||
| * | Fix Gtk type error, code cleanup, and documentation. | Tavmjong Bah | 2016-09-26 | 2 | -7/+12 |
| | | | | (bzr r15133) | ||||
| * | minor fix (+ satisfy build bots (?)) | Marc Jeanmougin | 2016-09-25 | 3 | -11/+8 |
| | | | | (bzr r15132) | ||||
| * | Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵ | Marc Jeanmougin | 2016-09-25 | 6 | -38/+208 |
| | | | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131) | ||||
| * | Changed order of selection items | Adrian Boguszewski | 2016-09-25 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1627250 (bzr r15130) | ||||
| * | Fix a typo bug | Jabier Arraiza Cenoz | 2016-09-24 | 1 | -1/+1 |
| | | | | (bzr r15129) | ||||
| * | Get rid of Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion ↵ | Tavmjong Bah | 2016-09-24 | 1 | -1/+2 |
| | | | | | | 'g_utf8_validate (text, len, NULL)' failed error. (bzr r15128) | ||||
| * | Fix bug 1627202 on mirror symmetry wrong results on transforms | Jabier Arraiza Cenoz | 2016-09-24 | 2 | -1/+14 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1627202 (bzr r15127) | ||||
| * | Typo fix for name var | Jabier Arraiza Cenoz | 2016-09-24 | 1 | -3/+3 |
| | | | | (bzr r15126) | ||||
| * | Code improvements on mirror symmetry | Jabier Arraiza Cenoz | 2016-09-24 | 1 | -6/+6 |
| | | | | (bzr r15125) | ||||
| * | Fix bug pointed in inkscape devel by Miguel Lopez and CR. Caution now rotate ↵ | Jabier Arraiza Cenoz | 2016-09-23 | 2 | -9/+12 |
| | | | | | | copies and perspective envelope store in a better way the dropdown widgets -enums- (bzr r15124) | ||||
| * | Remove properties with default values from 'style' entries in users ↵ | Tavmjong Bah | 2016-09-20 | 1 | -0/+2 |
| | | | | | | | | preferences.xml file. This prevents 'style' entries from becoming full of unnecessary properties. (bzr r15123) | ||||
| * | Add new function that removes properties with default values from SPCSSAttr. | Tavmjong Bah | 2016-09-20 | 2 | -0/+41 |
| | | | | (bzr r15122) | ||||
| * | Fix typo (font-variant-east_asian -> font-variant-east-asian). | Tavmjong Bah | 2016-09-20 | 1 | -1/+1 |
| | | | | (bzr r15120) | ||||
| * | adds a layer to put things in when opening raster files | Marc Jeanmougin | 2016-09-15 | 1 | -1/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/394503 (bzr r15119) | ||||
| * | Fix minor problem in previous commit | Marc Jeanmougin | 2016-09-15 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/312116 (bzr r15118) | ||||
| * | Duplicating text along path and its path relinks to the new path (if the ↵ | Marc Jeanmougin | 2016-09-15 | 1 | -8/+16 |
| | | | | | | | | | prefs option is set) Fixed bugs: - https://launchpad.net/bugs/312116 (bzr r15117) | ||||
| * | [Bug #459914] Non-ascii (ja) charactors aren't displayed properly in Handle ↵ | ohtsuka-yoshio | 2016-09-14 | 1 | -0/+2 |
| | | | | | | | | | to grid intersection. Fixed bugs: - https://launchpad.net/bugs/459914 (bzr r15116) | ||||
| * | Fixed out of range pointers | Adrian Boguszewski | 2016-09-12 | 1 | -4/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1620253 (bzr r15114) | ||||
| * | Fix compiler warning | Jabier Arraiza Cenoz | 2016-09-11 | 1 | -1/+1 |
| | | | | (bzr r15112) | ||||
| * | Fix bugs: #1621234 and #172137 | Jabier Arraiza Cenoz | 2016-09-11 | 5 | -41/+36 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/172137 - https://launchpad.net/bugs/1621234 (bzr r15111) | ||||
| * | Fix bug: #1621213 in Pattern Along Path LPE | Jabier Arraiza Cenoz | 2016-09-09 | 1 | -2/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1621213 (bzr r15110) | ||||
| * | Improve font editing dialog. | Tavmjong Bah | 2016-09-06 | 5 | -55/+216 |
| |\ | | | | | (bzr r15109) | ||||
| | * | Improve font editing dialog: | Tavmjong Bah | 2016-07-10 | 5 | -55/+215 |
| | | | | | | | | | | | | | | | | | 1. Allow for fonts with other than 1000 units per em. 2. Allow setting 'ascent', 'descent', etc. 3. Allow setting individual glyph horizontal advances. 4. Fix bug where 'units-per-em' was not read correctly. (bzr r15014.1.1) | ||||
| * | | Improve pattern rendering with large pattern transform. | Tavmjong Bah | 2016-09-06 | 1 | -2/+12 |
| | | | | | | | | | | | Partial fix for bug #1465753. (bzr r15108) | ||||
| * | | Fix history handling for previous commit. | Tavmjong Bah | 2016-09-05 | 1 | -3/+4 |
| | | | | | | | (bzr r15107) | ||||
| * | | Save new 'x' and 'y' attribute values when 'line-height' changed. | Tavmjong Bah | 2016-09-05 | 1 | -0/+9 |
| | | | | | | | | | | | Partial fix for bug #1590141. (bzr r15106) | ||||
| * | | Bug#744612. Add minimun radius value to minimize hangs | Jabier Arraiza Cenoz | 2016-09-05 | 2 | -6/+12 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/744612 (bzr r15105) | ||||
| * | | Fix bug#744612 | Jabier Arraiza Cenoz | 2016-09-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/744612 (bzr r15104) | ||||
| * | | Fix some chrash when apply LPE: ej- sometimes Gear | Jabier Arraiza Cenoz | 2016-09-04 | 1 | -1/+1 |
| | | | | | | | (bzr r15103) | ||||
| * | | CMake: add missing headers | Campbell Barton | 2016-09-03 | 3 | -47/+53 |
| | | | | | | | (bzr r15102) | ||||
| * | | Bug fixes to stroke to path pointed by CR | Jabier Arraiza Cenoz | 2016-09-02 | 1 | -11/+18 |
| | | | | | | | (bzr r15100) | ||||
| * | | Make GTK3 width of Text and Font dialog more reasonable. | Tavmjong Bah | 2016-09-01 | 1 | -3/+4 |
| | | | | | | | (bzr r15099) | ||||
| * | | Comment out line-height setting code in Text and Font dialog as it does not ↵ | Tavmjong Bah | 2016-09-01 | 1 | -3/+7 |
| | | | | | | | | | | | yet handle absolute units. (bzr r15098) | ||||
| * | | Fix font style handling for non-system fonts. | Tavmjong Bah | 2016-09-01 | 2 | -4/+16 |
| | | | | | | | | | | | Gets rid of some Pango-CRITICAL and Gtk_CRITICAL warnings. (bzr r15097) | ||||
| * | | Drop unused cxxtest fork in favour of Googletest | Alex Valavanis | 2016-08-30 | 17 | -2595/+0 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094771 (bzr r15096) | ||||
