| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Fix bug: #1644805 | Jabier Arraiza | 2018-09-29 | 1 | -1/+0 |
| | | | | | LPE Parallel crashes Inkscape with Text converted to Path | ||||
| * | Fix for bug: #1791784 LPE path effect undo does not work | Jabier Arraiza | 2018-09-29 | 6 | -14/+39 |
| | | |||||
| * | Fix unneeded headers from previous commit removing fix for 1219324 not ↵ | Jabier Arraiza | 2018-09-28 | 1 | -3/+0 |
| | | | | | needed now | ||||
| * | Remove uneeded fix for bug | Jabier Arraiza | 2018-09-28 | 1 | -8/+0 |
| | | |||||
| * | SP_ACTIVE_DESKTOP: check for NULL or eliminate | Thomas Holder | 2018-09-27 | 1 | -1/+1 |
| | | |||||
| * | Add preference for default global snapping and make it false | Martin Owens | 2018-09-27 | 1 | -1/+3 |
| | | |||||
| * | Merge branch 'style-internal-refactor' | Martin Owens | 2018-09-26 | 1 | -0/+20 |
| |\ | |||||
| | * | Move URL toString to a more useful place and some minor fixes | Martin Owens | 2018-09-24 | 1 | -0/+20 |
| | | | |||||
| * | | Revert 9688e3858010724f4cd16664025e5c54b4e9872f | Jabier Arraiza | 2018-09-26 | 1 | -4/+2 |
| | | | |||||
| * | | Fix #1787601 star stroke width broken (scaled by 3.78) | Jabier Arraiza | 2018-09-26 | 1 | -2/+4 |
| |/ | |||||
| * | !SP_ACTIVE_DESKTOP -> is_yaxisdown true | Thomas Holder | 2018-09-23 | 3 | -8/+8 |
| | | | | | Fixes 3D box --export-png | ||||
| * | fix "Arrange" dialog with inverted y-axis | Thomas Holder | 2018-09-23 | 1 | -8/+4 |
| | | |||||
| * | minor correction to MR | Marc Jeanmougin | 2018-09-21 | 1 | -2/+1 |
| | | |||||
| * | fix bug 1791694 | Xortex | 2018-09-19 | 1 | -19/+0 |
| | | |||||
| * | fix 3D boxes with inverted y-axis (follow-up) | Thomas Holder | 2018-09-14 | 2 | -19/+18 |
| | | | | | The initial fix was only correct for parallel/infinite Y direction | ||||
| * | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-09-13 | 3 | -6/+6 |
| |\ | |||||
| | * | Requested revisions + more typos and grammar fixes | luz.paz | 2018-09-11 | 1 | -3/+3 |
| | | | |||||
| | * | Misc. typos | luz.paz | 2018-09-11 | 3 | -4/+4 |
| | | | | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"` | ||||
| * | | Fix DPI wrong code pointed by Mc | Jabiertxof | 2018-09-13 | 1 | -9/+9 |
| | | | |||||
| * | | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 2 | -20/+57 |
| | | | |||||
| * | | fixes and improvementes to power clip and powermask | Jabiertxof | 2018-09-13 | 11 | -35/+61 |
| | | | |||||
| * | | fix object-set-test crash | Thomas Holder | 2018-09-12 | 1 | -2/+3 |
| | | | |||||
| * | | New option to invert y-axis | Thomas Holder | 2018-09-12 | 4 | -31/+95 |
| |/ | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | ||||
| * | Fix bug 1684238 | Jabiertxof | 2018-09-11 | 2 | -52/+63 |
| | | |||||
| * | Fix rendering when a <tspan> has a CSS 'display' property with value 'none'. | Tavmjong Bah | 2018-08-27 | 1 | -0/+5 |
| | | |||||
| * | Relative values for strokes: | Tavmjong Bah | 2018-08-15 | 2 | -3/+44 |
| | | | | | | | Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width. | ||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 1 | -4/+1 |
| | | |||||
| * | Update to trunk and styling fixes | Jabier Arraiza | 2018-08-05 | 1 | -4/+4 |
| | | |||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 1 | -5/+5 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -1/+5 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 2 | -4/+3 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 2 | -3/+4 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Merge branch 'sp_print' of gitlab.com:linkmauve/inkscape | Marc Jeanmougin | 2018-06-21 | 9 | -69/+67 |
| |\ | |||||
| | * | Move global functions into SPImage methods. | Emmanuel Gil Peyrot | 2018-06-21 | 2 | -11/+12 |
| | | | |||||
| | * | Move global functions into SPGradient methods. | Emmanuel Gil Peyrot | 2018-06-21 | 2 | -45/+42 |
| | | | |||||
| | * | Move global functions into SPPrintContext methods. | Emmanuel Gil Peyrot | 2018-06-21 | 6 | -13/+13 |
| | | | |||||
| * | | Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for ↵ | Tavmjong Bah | 2018-06-21 | 2 | -200/+246 |
| |/ | | | | | | 'inline-size'). Some additinal refactoring. | ||||
| * | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 2 | -4/+4 |
| | | |||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 10 | -25/+25 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 13 | -46/+46 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 8 | -9/+9 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -5/+6 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
