summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Ready to review XRayJabier Arraiza2018-12-042-57/+53
| |
* | working on render XRayJabier Arraiza2018-12-042-15/+95
| |
* | Added XRayJabier Arraiza2018-12-042-28/+62
| |
* | Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah2018-12-031-1/+3
| | | | | | | | Another step in making View not dependent on GUI.
* | Fix coding styleJabier Arraiza2018-12-016-153/+156
| |
* | Fix mergingJabier Arraiza2018-12-012-8/+8
| |
* | Fix merge to master and add shortcutJabier Arraiza2018-12-012-6/+6
| |
* | Add scrool insensitive and reset if desktop change sizeJabier Arraiza2018-12-011-1/+18
| |
* | Move spliter from prefs to SPCanvas to allow multidesktopJabiertxof2018-12-012-102/+123
| |
* | Fixes to contoler position and auto hideJabiertxof2018-12-011-2/+5
| |
* | Allow drag controller on splitJabiertxof2018-12-012-6/+32
| |
* | Add some Martin fixes and UX improvementsJabiertxof2018-12-012-96/+40
| |
* | Add actions and cleanup cairo drawJabier Arraiza2018-12-012-120/+150
| |
* | Working on split controllerJabiertxof2018-12-012-20/+161
| |
* | Improve spliter and add outline mode functionalityJabier Arraiza2018-12-019-55/+84
| |
* | Adding line to move outlineJabier Arraiza2018-12-013-35/+117
| |
* | Improbements to eventsJabiertxof2018-12-011-27/+32
| |
* | working on eventsJabiertxof2018-12-012-9/+78
| |
* | Allow to redraw on dragJabier Arraiza2018-12-011-5/+4
| |
* | Handling cursor for dragin splitJabier Arraiza2018-12-011-5/+7
| |
* | Working with canvas to splitJabiertxof2018-12-011-22/+34
| |
* | Adding draggin areaJabier Arraiza2018-12-012-2/+33
| |
* | Adding minor fixesJabier Arraiza2018-12-011-4/+4
| |
* | Initial commit of split canvasJabiertxof2018-12-013-5/+54
| |
* | Replace void* by SPItem* to avoid static casts.Tavmjong Bah2018-11-302-8/+10
| |
* | Fix area on filtered elements, also force cache it for fast viewJabiertxof2018-11-161-3/+5
| |
* | Clarify licensesMax Gaukler2018-11-08121-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 Bah2018-11-083-3/+30
| |
* | Replace Broken Image xpm by SVG.Tavmjong Bah2018-11-071-4/+8
| |
* | Add filter rendering improvements by cachingJabier Arraiza2018-11-051-2/+6
| |
* | Image HTTP supportThomas Holder2018-11-042-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 Peyrot2018-10-191-2/+2
| |
* | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason2018-10-185-25/+26
| | | | | | | | clearer.
* | New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason2018-10-186-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 documentMarc Jeanmougin2018-10-071-0/+3
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-0122-59/+16
|
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-2413-16/+36
|
* fix CTRL+button2 rotation directionThomas Holder2018-09-211-0/+1
| | | | CTRL+button2 canvas rotation was inverted with flipped canvas or desktop y-axis down.
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-132-2/+2
|\
| * Several more typosluz.paz2018-09-112-2/+2
| |
* | Fix DPI wrong code pointed by McJabiertxof2018-09-132-8/+8
| |
* | Add per embed/linked SVG a DPI valueJabiertxof2018-09-132-8/+15
| |
* | New option to invert y-axisThomas Holder2018-09-122-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 Braun2018-09-111-0/+1
|/ | | | Allows panning / zooming / rotating the canvas smoothly.
* Fix bug #167900Yuki Hoshino2018-08-302-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 Bah2018-08-151-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 Bah2018-08-131-1/+1
|
* Refactor with Tav helpJabier Arraiza2018-08-051-1/+1
|
* Revert changesJabier Arraiza2018-08-051-24/+2
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-2/+24
| | | | pref optional to scale dashes on stroke scale