| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace void* by SPItem* to avoid static casts. | Tavmjong Bah | 2018-11-30 | 1 | -1/+1 |
| | | |||||
| * | Start of making View independent of GUI. | Tavmjong Bah | 2018-11-29 | 2 | -16/+34 |
| | | |||||
| * | Use better syntax, clean up before reloading and call SPObjet release | Martin Owens | 2018-11-14 | 1 | -4/+8 |
| | | |||||
| * | Move getStyles to styles and clean up on destruction. | Martin Owens | 2018-11-14 | 2 | -19/+20 |
| | | |||||
| * | Add capability to get style rulesets as SPStyle objects | Martin Owens | 2018-11-13 | 2 | -6/+25 |
| | | |||||
| * | Support multiple style sheets or style elements in an svg document | Martin Owens | 2018-11-12 | 2 | -20/+20 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 215 | -190/+701 |
| | | | | | | | - 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 | ||||
| * | Add missing change from last commit. | Tavmjong Bah | 2018-11-07 | 1 | -1/+0 |
| | | |||||
| * | Replace Broken Image xpm by SVG. | Tavmjong Bah | 2018-11-07 | 2 | -5/+23 |
| | | |||||
| * | Update to latest syntax for 'd' as property. | Tavmjong Bah | 2018-11-06 | 1 | -15/+35 |
| | | |||||
| * | remove Inkscape::URI::toString | Thomas Holder | 2018-11-05 | 10 | -44/+19 |
| | | |||||
| * | Replacement for xmlBuildRelativeURI | Thomas Holder | 2018-11-05 | 1 | -11/+62 |
| | | | | | | - xmlBuildRelativeURI has a bug - we add a special case: Don't cross filesystem root | ||||
| * | fix URI::from_dirname("/") | Thomas Holder | 2018-11-05 | 1 | -1/+6 |
| | | |||||
| * | include <cstring> | Thomas Holder | 2018-11-04 | 1 | -0/+2 |
| | | | | | fixes compiling on Linux Mint 18.3 | ||||
| * | Image HTTP support | Thomas Holder | 2018-11-04 | 1 | -0/+8 |
| | | | | | | Uses Gio::File::load_contents (via URI::getContents) to load images from non-file/non-data URIs. Depends on GVfs. | ||||
| * | Inkscape::URI API enhancements | Thomas Holder | 2018-11-03 | 3 | -86/+269 |
| | | |||||
| * | Fix crash with reformatted flowregions | Marc Jeanmougin | 2018-10-31 | 1 | -1/+1 |
| | | |||||
| * | Add fixes in review. | Jabiertxof | 2018-10-25 | 1 | -8/+6 |
| | | |||||
| * | Fixing coding style | Jabiertxof | 2018-10-25 | 1 | -7/+7 |
| | | |||||
| * | Fix closing issues | Jabiertxof | 2018-10-25 | 1 | -5/+8 |
| | | |||||
| * | Fix assert when removing LPE Definition | Jabiertxof | 2018-10-22 | 1 | -4/+4 |
| | | |||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 8 | -22/+23 |
| | | |||||
| * | Add some more const to SPFilter. | Emmanuel Gil Peyrot | 2018-10-19 | 1 | -9/+7 |
| | | |||||
| * | Sprinkle some const qualifiers on SPFilter methods. | Emmanuel Gil Peyrot | 2018-10-19 | 2 | -6/+6 |
| | | |||||
| * | Finish to convert SPFilter and SPFilterPrimitive to proper classes. | Emmanuel Gil Peyrot | 2018-10-19 | 21 | -136/+127 |
| | | |||||
| * | Remove unused includes. | Emmanuel Gil Peyrot | 2018-10-19 | 1 | -1/+0 |
| | | |||||
| * | remove sp-text.cpp.orig | Thomas Holder | 2018-10-15 | 1 | -1324/+0 |
| | | |||||
| * | Move some files to 'io' directory. | Tavmjong Bah | 2018-10-13 | 1 | -0/+1324 |
| | | |||||
| * | fix masked object's selection bbox | Thomas Holder | 2018-10-12 | 2 | -1/+5 |
| | | |||||
| * | fix 1795276 clipped object's selection bbox | Thomas Holder | 2018-10-08 | 1 | -1/+1 |
| | | | | | reverts a line from 95b1c7b549 | ||||
| * | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-10-07 | 1 | -11/+11 |
| |\ | |||||
| | * | Misc. typos | luz.paz | 2018-10-06 | 1 | -11/+11 |
| | | | | | | | Found via `codespell` | ||||
| * | | Fix for e9de1bbc (Thanks @spelo3) | Marc Jeanmougin | 2018-10-07 | 1 | -1/+1 |
| | | | |||||
| * | | Fix for NaN checking | Marc Jeanmougin | 2018-10-07 | 1 | -8/+0 |
| | | | |||||
| * | | sensible behavior when reading NaN values | Marc Jeanmougin | 2018-10-07 | 1 | -0/+8 |
| | | | |||||
| * | | Fix crash when viewing an image with invalid coords (NaN or inf) | Marc Jeanmougin | 2018-10-07 | 1 | -1/+5 |
| | | | | | | | | | (Does not make it visible either.) | ||||
| * | | SPAttributeEnum typed function arguments | Thomas Holder | 2018-10-06 | 155 | -163/+165 |
| |/ | |||||
| * | Fix signaling issue with gradient stops not updating their parent | Martin Owens | 2018-10-05 | 3 | -1/+11 |
| | | |||||
| * | Replicate some of the sp-item attribute handling for sp-stop | Martin Owens | 2018-10-05 | 1 | -3/+6 |
| | | |||||
| * | Removal of code but breaks gradients | Martin Owens | 2018-10-05 | 6 | -220/+25 |
| | | |||||
| * | fix 1795942 "object to path" uses outdated state | Thomas Holder | 2018-10-05 | 5 | -0/+5 |
| | | |||||
| * | Remove old unset code which isn't used any more | Martin Owens | 2018-10-04 | 1 | -15/+0 |
| | | |||||
| * | Fixes for LPE transforms and a bug when closing inkscape, related to ↵ | Jabiertxof | 2018-10-02 | 5 | -22/+4 |
| | | | | | lpeobject-reference | ||||
| * | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 6 | -13/+1 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 25 | -83/+10 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 2 | -6/+6 |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | Fix for bug #263620 comment 5, | Jabier Arraiza | 2018-10-01 | 5 | -43/+13 |
| | | | | | Duplicating LPE path more like clone | ||||
| * | Improvements to transforms in LPE | Jabier Arraiza | 2018-10-01 | 5 | -27/+24 |
| | | |||||
| * | Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elements | Jabier Arraiza | 2018-09-30 | 1 | -4/+5 |
| | | |||||
| * | fix 1787601 star stroke width scaled by 3.78 | Thomas Holder | 2018-09-30 | 5 | -5/+0 |
| | | |||||
