| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Ready to review XRay | Jabier Arraiza | 2018-12-04 | 2 | -57/+53 | |
| | | | ||||||
| * | | working on render XRay | Jabier Arraiza | 2018-12-04 | 2 | -15/+95 | |
| | | | ||||||
| * | | Added XRay | Jabier Arraiza | 2018-12-04 | 2 | -28/+62 | |
| | | | ||||||
| * | | Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView. | Tavmjong Bah | 2018-12-03 | 1 | -1/+3 | |
| | | | | | | | | | Another step in making View not dependent on GUI. | |||||
| * | | Fix coding style | Jabier Arraiza | 2018-12-01 | 6 | -153/+156 | |
| | | | ||||||
| * | | Fix merging | Jabier Arraiza | 2018-12-01 | 2 | -8/+8 | |
| | | | ||||||
| * | | Fix merge to master and add shortcut | Jabier Arraiza | 2018-12-01 | 2 | -6/+6 | |
| | | | ||||||
| * | | Add scrool insensitive and reset if desktop change size | Jabier Arraiza | 2018-12-01 | 1 | -1/+18 | |
| | | | ||||||
| * | | Move spliter from prefs to SPCanvas to allow multidesktop | Jabiertxof | 2018-12-01 | 2 | -102/+123 | |
| | | | ||||||
| * | | Fixes to contoler position and auto hide | Jabiertxof | 2018-12-01 | 1 | -2/+5 | |
| | | | ||||||
| * | | Allow drag controller on split | Jabiertxof | 2018-12-01 | 2 | -6/+32 | |
| | | | ||||||
| * | | Add some Martin fixes and UX improvements | Jabiertxof | 2018-12-01 | 2 | -96/+40 | |
| | | | ||||||
| * | | Add actions and cleanup cairo draw | Jabier Arraiza | 2018-12-01 | 2 | -120/+150 | |
| | | | ||||||
| * | | Working on split controller | Jabiertxof | 2018-12-01 | 2 | -20/+161 | |
| | | | ||||||
| * | | Improve spliter and add outline mode functionality | Jabier Arraiza | 2018-12-01 | 9 | -55/+84 | |
| | | | ||||||
| * | | Adding line to move outline | Jabier Arraiza | 2018-12-01 | 3 | -35/+117 | |
| | | | ||||||
| * | | Improbements to events | Jabiertxof | 2018-12-01 | 1 | -27/+32 | |
| | | | ||||||
| * | | working on events | Jabiertxof | 2018-12-01 | 2 | -9/+78 | |
| | | | ||||||
| * | | Allow to redraw on drag | Jabier Arraiza | 2018-12-01 | 1 | -5/+4 | |
| | | | ||||||
| * | | Handling cursor for dragin split | Jabier Arraiza | 2018-12-01 | 1 | -5/+7 | |
| | | | ||||||
| * | | Working with canvas to split | Jabiertxof | 2018-12-01 | 1 | -22/+34 | |
| | | | ||||||
| * | | Adding draggin area | Jabier Arraiza | 2018-12-01 | 2 | -2/+33 | |
| | | | ||||||
| * | | Adding minor fixes | Jabier Arraiza | 2018-12-01 | 1 | -4/+4 | |
| | | | ||||||
| * | | Initial commit of split canvas | Jabiertxof | 2018-12-01 | 3 | -5/+54 | |
| | | | ||||||
| * | | Replace void* by SPItem* to avoid static casts. | Tavmjong Bah | 2018-11-30 | 2 | -8/+10 | |
| | | | ||||||
| * | | Fix area on filtered elements, also force cache it for fast view | Jabiertxof | 2018-11-16 | 1 | -3/+5 | |
| | | | ||||||
| * | | Clarify licenses | Max Gaukler | 2018-11-08 | 121 | -123/+308 | |
| | | | | | | | | | | | | | - 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 | |||||
| * | | Implement the remaining vector effects properties. | Tavmjong Bah | 2018-11-08 | 3 | -3/+30 | |
| | | | ||||||
| * | | Replace Broken Image xpm by SVG. | Tavmjong Bah | 2018-11-07 | 1 | -4/+8 | |
| | | | ||||||
| * | | Add filter rendering improvements by caching | Jabier Arraiza | 2018-11-05 | 1 | -2/+6 | |
| | | | ||||||
| * | | Image HTTP support | Thomas Holder | 2018-11-04 | 2 | -4/+28 | |
| | | | | | | | | | | | Uses Gio::File::load_contents (via URI::getContents) to load images from non-file/non-data URIs. Depends on GVfs. | |||||
| * | | Finish to convert SPFilter and SPFilterPrimitive to proper classes. | Emmanuel Gil Peyrot | 2018-10-19 | 1 | -2/+2 | |
| | | | ||||||
| * | | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵ | Rick Yorgason | 2018-10-18 | 5 | -25/+26 | |
| | | | | | | | | | clearer. | |||||
| * | | New "Outline thin strokes" view mode which draws thin strokes in outline ↵ | Rick Yorgason | 2018-10-18 | 6 | -2/+43 | |
| |/ | | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters. | |||||
| * | Fix crash when changing grid that was created with document | Marc Jeanmougin | 2018-10-07 | 1 | -0/+3 | |
| | | ||||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 22 | -59/+16 | |
| | | ||||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 13 | -16/+36 | |
| | | ||||||
| * | fix CTRL+button2 rotation direction | Thomas Holder | 2018-09-21 | 1 | -0/+1 | |
| | | | | | CTRL+button2 canvas rotation was inverted with flipped canvas or desktop y-axis down. | |||||
| * | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-09-13 | 2 | -2/+2 | |
| |\ | ||||||
| | * | Several more typos | luz.paz | 2018-09-11 | 2 | -2/+2 | |
| | | | ||||||
| * | | Fix DPI wrong code pointed by Mc | Jabiertxof | 2018-09-13 | 2 | -8/+8 | |
| | | | ||||||
| * | | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 2 | -8/+15 | |
| | | | ||||||
| * | | New option to invert y-axis | Thomas Holder | 2018-09-12 | 2 | -14/+26 | |
| | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Support smooth scrolling (part 1) | Eduard Braun | 2018-09-11 | 1 | -0/+1 | |
| |/ | | | | Allows panning / zooming / rotating the canvas smoothly. | |||||
| * | Fix bug #167900 | Yuki Hoshino | 2018-08-30 | 2 | -0/+2 | |
| | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/167900 - Tiled imported bitmap textures have errors, also exported By the default extend mode CAIRO_EXTEND_NONE, draw white on a pattern image edge with CAIRO_FILTER_GOOD. Draw an image with CAIRO_EXTEND_PAD. | |||||
| * | Relative values for strokes: | Tavmjong Bah | 2018-08-15 | 1 | -1/+1 | |
| | | | | | | | Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width. | |||||
| * | Fix 'stroke-dashoffset' with absolute units. | Tavmjong Bah | 2018-08-13 | 1 | -1/+1 | |
| | | ||||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -24/+2 | |
| | | ||||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -2/+24 | |
| | | | | | pref optional to scale dashes on stroke scale | |||||
