| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 2 | -5/+6 |
| | | | | | | | - eliminate value_default - make value private (-> _value) - add value() method | ||||
| * | Reduce memory leak on editing text, etc. | Nathan Lee | 2019-10-11 | 2 | -6/+16 |
| | | |||||
| * | Fix comparison between char and value outside range for char in check for ↵ | Tavmjong Bah | 2019-10-03 | 1 | -1/+2 |
| | | | | | gzipped data. | ||||
| * | Fix SVG in OpenType decoding bug. | Tavmjong Bah | 2019-10-02 | 1 | -1/+1 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/953 | ||||
| * | Support "lang" and "xml:lang" attributes. | Tavmjong Bah | 2019-10-01 | 2 | -1/+10 |
| | | | | | Partial fix for https://gitlab.com/inkscape/inbox/issues/951 | ||||
| * | Fix issue multiple signals on font change. styling | Jabiertxof | 2019-09-28 | 2 | -2/+4 |
| | | |||||
| * | Fis issue pointed by Mc | Jabier Arraiza | 2019-09-28 | 1 | -1/+1 |
| | | |||||
| * | Dis allow to emit once instead 3 time on font change | Jabier Arraiza | 2019-09-28 | 2 | -15/+16 |
| | | |||||
| * | Fix segfault when reading Bixia SVG in OpenType font. | Tavmjong Bah | 2019-09-21 | 1 | -1/+1 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/845 | ||||
| * | Handle SVG in OpenType fonts where glyph viewboxes don't match design units. | Tavmjong Bah | 2019-09-20 | 1 | -23/+73 |
| | | |||||
| * | Handle SVG in OpenType fonts where glyphs have floating point numbers in ↵ | Tavmjong Bah | 2019-09-20 | 1 | -1/+1 |
| | | | | | 'viewBox'. | ||||
| * | Handle SVG in OpenType fonts with compressed glyphs. | Tavmjong Bah | 2019-09-20 | 1 | -2/+26 |
| | | |||||
| * | Fix partialy issue 425 (the highlight part not new line one) ↵ | Jabier Arraiza | 2019-09-19 | 1 | -5/+6 |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/425 | ||||
| * | Fix cursor postion when text is laid out using 'x' and 'y' attributes. | Tavmjong Bah | 2019-09-18 | 3 | -24/+77 |
| | | | | | Fix for https://gitlab.com/inkscape/inkscape/issues/257 | ||||
| * | Refactor of prepare inner and some comments | Jabiertxof | 2019-09-13 | 2 | -19/+0 |
| | | |||||
| * | Fix blocking bugs in text for Beta (stiling) | Jabiertxof | 2019-09-12 | 1 | -1/+1 |
| | | |||||
| * | Line height fixes | Jabiertxof | 2019-09-12 | 2 | -1/+19 |
| | | |||||
| * | Fix crash when overflowing flowed text | Marc Jeanmougin | 2019-09-12 | 1 | -1/+1 |
| | | |||||
| * | Load GPOS table only when selecting font features tab to speedup font usage | Jabier Arraiza | 2019-09-09 | 2 | -8/+16 |
| | | |||||
| * | More improvements to line height. | Jabier Arraiza | 2019-09-07 | 1 | -2/+4 |
| | | |||||
| * | Better check for CONTROL_CODE | Nathan Lee | 2019-06-18 | 1 | -1/+1 |
| | | | | | | Amend my previous commit 795066a6e73505 Based off extra case in _buildSpansForPara | ||||
| * | Add check for empty text on path | Nathan Lee | 2019-05-26 | 1 | -1/+2 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/261 | ||||
| * | Remove error message when SVG OpenType table is empty. | Tavmjong Bah | 2019-05-14 | 1 | -2/+7 |
| | | |||||
| * | Stop crash on newline when entering rtl text | Nathan Lee | 2019-05-12 | 1 | -4/+2 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/72 | ||||
| * | Add some documentation (Harfbuzz, OpenType SVG). | Tavmjong Bah | 2019-05-07 | 1 | -1/+3 |
| | | |||||
| * | Fix rendering for some SVG in OpenType fonts with glyphs that don't have a ↵ | Tavmjong Bah | 2019-05-06 | 2 | -2/+11 |
| | | | | | viewBox. | ||||
| * | Possibly fix build on Windows. | Tavmjong Bah | 2019-05-06 | 1 | -2/+2 |
| | | |||||
| * | Add basic SVG in OpenType support. | Tavmjong Bah | 2019-05-06 | 4 | -2/+158 |
| | | |||||
| * | Adds out of bound check for selecting text on path | Nathan Lee | 2019-05-03 | 1 | -1/+3 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/420 | ||||
| * | Refer to correct array index in chunkAnchorPoint | Nathan Lee | 2019-05-03 | 1 | -3/+3 |
| | | | | | | | | | Doesn't seem to make a difference in the "usual" use case, but at least for Put on Path with the Objects Dialog open, there is a difference. Fix https://gitlab.com/inkscape/inbox/issues/421 | ||||
| * | Make sure Layout.wrap_mode is initialized and defined. | Tavmjong Bah | 2019-04-15 | 1 | -3/+4 |
| | | |||||
| * | Fix for line positioning in wrapped multi-line text. | Tavmjong Bah | 2019-04-15 | 1 | -1/+1 |
| | | | | | | | Bug introduced in 605ef4a43ea0cf89d19d46679e9e0b5bb9e464b2 which applied line correction to all types of text rather than just multi-line text via sodipodi:role = "line". | ||||
| * | An a few more config.h fixes | Patrick Storz | 2019-03-28 | 2 | -8/+0 |
| | | |||||
| * | Fix text rendering when Inkscape multi-line text has an empty first line. | Tavmjong Bah | 2019-03-23 | 1 | -4/+38 |
| | | | | | Possible fix for GitLab issue #45. | ||||
| * | Fix complication when debugging enabled. | Tavmjong Bah | 2019-03-20 | 1 | -3/+4 |
| | | |||||
| * | Fix rendering for text with inherited 'font-variation-settings' property. | Tavmjong Bah | 2019-03-18 | 1 | -2/+2 |
| | | |||||
| * | Fix code to avoid error message "descr without font family". | Tavmjong Bah | 2019-02-19 | 1 | -4/+24 |
| | | |||||
| * | fix compilation with HAVE_CAIRO_PDF=0 | Thomas Holder | 2019-01-18 | 2 | -14/+0 |
| | | |||||
| * | out-of-bounds access on Enter-up-left in new text field | Trevor Spiteri | 2019-01-15 | 1 | -1/+1 |
| | | | | | | | | | | Reproduce using: 1. Select text tool (F8) 2. Click on empty canvas 3. Hit Enter 4. Hit Up 5. Hit Left | ||||
| * | out-of-bounds access on Enter-up-down in new text field | Trevor Spiteri | 2019-01-15 | 1 | -1/+4 |
| | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1612618 Reproduce using: 1. Select text tool (F8) 2. Click on empty canvas 3. Hit Enter 4. Hit Up 5. Hit Down | ||||
| * | out-of-bounds access on clicking at end of text field | Trevor Spiteri | 2019-01-15 | 1 | -1/+4 |
| | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1608371 https://bugs.launchpad.net/inkscape/+bug/1803553 Reproduce using: 1. Select text tool (F8) 2. Click on empty canvas 3. Type "abc" 4. Click somewhere else 5. Click in first text field after "c" in "abc" | ||||
| * | out-of-bounds access on Enter in new text field | Trevor Spiteri | 2019-01-15 | 1 | -0/+2 |
| | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1575842 Reproduce using: 1. Select text tool (F8) 2. Click on empty canvas 3. Hit Enter | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 7 | -42/+40 |
| | | |||||
| * | Fix comment. | Tavmjong Bah | 2018-12-20 | 1 | -1/+1 |
| | | |||||
| * | Prevent screen jump when 'inline-size' value is too small to display text. | Tavmjong Bah | 2018-12-20 | 1 | -2/+14 |
| | | |||||
| * | Add ability to create SVG 2 text: | Tavmjong Bah | 2018-12-18 | 1 | -1/+26 |
| | | | | | | 'shape-inside' (disabled for the moment) 'inline-size' (via on-screen knot) | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 19 | -19/+97 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove util/unordered-containers.h aliases. | Emmanuel Gil Peyrot | 2018-10-18 | 2 | -3/+3 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-10-06 | 6 | -8/+8 |
| | | | | Found via `codespell` | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 6 | -7/+12 |
| | | |||||
