| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-13 | Allow to paste paragraphs in SVG2 Flow then paste overflow the shape | Jabiertxof | 1 | -1/+8 | |
| 2019-09-06 | Add listeners for when shapes used by text are changed. | Tavmjong Bah | 1 | -2/+17 | |
| 2019-03-26 | Misc. typos | luz.paz | 1 | -3/+3 | |
| Found via `codespell` | |||||
| 2019-03-23 | Fix text rendering when Inkscape multi-line text has an empty first line. | Tavmjong Bah | 1 | -0/+4 | |
| Possible fix for GitLab issue #45. | |||||
| 2018-12-14 | Round-trip SVG 2 flowed text with SVG 1.1 backup. | Tavmjong Bah | 1 | -0/+12 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - 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 | |||||
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-06-21 | Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for ↵ | Tavmjong Bah | 1 | -21/+24 | |
| 'inline-size'). Some additinal refactoring. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -18/+18 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-10-17 | Allow multiple shapes in 'shape-inside' and 'shape-subtract'. Work from Alex ↵ | Tavmjong Bah | 1 | -0/+3 | |
| Roman | |||||
| 2017-10-17 | Remove text 'width' and 'height' attributes. These were replaced by the ↵ | Tavmjong Bah | 1 | -5/+1 | |
| 'inline-size' property. | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -9/+9 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -9/+9 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-07-30 | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' ↵ | Tavmjong Bah | 1 | -1/+5 | |
| attributes. (bzr r13341.1.110) | |||||
| 2014-03-09 | Remove unused includes to tidy up the code. | Martin Owens | 1 | -1/+1 | |
| (bzr r13132) | |||||
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -4/+4 | |
| (bzr r12729) | |||||
| 2013-09-24 | change names for displayName and detailedDescription, improve char code and ↵ | Martin Owens | 1 | -1/+1 | |
| remove const. (bzr r12584) | |||||
| 2013-09-20 | Refactor status-bar text for multiple items, was very broken | Martin Owens | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550) | |||||
| 2013-09-15 | Added runtime check in SP_-cast macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.123) | |||||
| 2013-09-14 | Modified SP_IS_ macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.122) | |||||
| 2013-09-11 | Fix document unit change for 3d boxes and (mostly) for text on path. | Matthew Petroff | 1 | -0/+7 | |
| (bzr r12475.1.12) | |||||
| 2013-04-05 | Merged Item. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.81) | |||||
| 2013-04-05 | Merged more classes. | Markus Engel | 1 | -23/+3 | |
| (bzr r11608.1.78) | |||||
| 2013-04-01 | Added constructors to SP classes. | Markus Engel | 1 | -0/+1 | |
| (bzr r11608.1.67) | |||||
| 2013-04-01 | Replaced all casting macros with glib-independent ones. | Markus Engel | 1 | -4/+2 | |
| (bzr r11608.1.64) | |||||
| 2013-03-29 | Renamed virtual function names. | Markus Engel | 1 | -16/+16 | |
| (bzr r11608.1.57) | |||||
| 2012-08-19 | Added "virtual pad" to SPText. | Markus Engel | 1 | -1/+33 | |
| (bzr r11608.1.26) | |||||
| 2011-12-08 | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -1/+1 | |
| methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r10347.1.21) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r10347.1.2) | |||||
| 2011-02-27 | compatibility patch to compile using gcc 4.6 | Adib Taraben | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r10025) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 1 | -1/+1 | |
| fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | |||||
| 2008-12-04 | NR -> 2geom some headers in src/ | Joshua L. Blocher | 1 | -1/+1 | |
| (bzr r6935) | |||||
