| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove delay on desktop switch | Jabier Arraiza | 2019-10-27 | 1 | -1/+0 |
| | | |||||
| * | Fix XRay memory problem by no end iddle | Jabiertxof | 2019-10-27 | 1 | -0/+1 |
| | | |||||
| * | Move from deprecated GTimeVal to g_get_monotonic_time() | Jabier Arraiza | 2019-10-12 | 1 | -1/+1 |
| | | |||||
| * | Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ↵ | Jabier Arraiza | 2019-10-11 | 1 | -0/+3 |
| | | | | | RC. Also fix a bug rendering filters with superfast scroll and node tool | ||||
| * | Canvas profiling improvements. Also changed to a non deprecated measuring ↵ | Jabier Arraiza | 2019-10-11 | 1 | -5/+6 |
| | | | | | time pointed by @ede123 in IRC | ||||
| * | Fix issues pointed by Mc | Jabiertxof | 2019-10-01 | 1 | -1/+1 |
| | | |||||
| * | Add DEBUG_PERFORMANCE flag to canvas to meassure iddle time and splits procesed | Jabiertxof | 2019-10-01 | 1 | -0/+2 |
| | | |||||
| * | Allow tools sensitive when overflow canvas area also fix a bug i couldent ↵ | Jabiertxof | 2019-08-02 | 1 | -1/+4 |
| | | | | | remember about ruberband selection | ||||
| * | Remove support for LCMS 1 | Karl Cheng | 2019-05-12 | 1 | -2/+2 |
| | | | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014 | ||||
| * | Make background color affect checkerboard | tim_rawlinson | 2019-02-23 | 1 | -1/+1 |
| | | |||||
| * | Fix bug 1810206: Crash if XRay mode enabled (assertion failed in ↵ | Jabier Arraiza | 2019-01-07 | 1 | -0/+1 |
| | | | | | SPCanvas::paintXRayBuffer) and other improvements to XRay | ||||
| * | Fix toggle rullers in split view and improve speed and rendering to xray | Jabier Arraiza | 2018-12-09 | 1 | -0/+1 |
| | | |||||
| * | Ready to review XRay | Jabier Arraiza | 2018-12-04 | 1 | -2/+2 |
| | | |||||
| * | working on render XRay | Jabier Arraiza | 2018-12-04 | 1 | -0/+1 |
| | | |||||
| * | Added XRay | Jabier Arraiza | 2018-12-04 | 1 | -1/+2 |
| | | |||||
| * | Fix coding style | Jabier Arraiza | 2018-12-01 | 1 | -2/+2 |
| | | |||||
| * | Move spliter from prefs to SPCanvas to allow multidesktop | Jabiertxof | 2018-12-01 | 1 | -8/+12 |
| | | |||||
| * | Allow drag controller on split | Jabiertxof | 2018-12-01 | 1 | -0/+3 |
| | | |||||
| * | Add some Martin fixes and UX improvements | Jabiertxof | 2018-12-01 | 1 | -4/+2 |
| | | |||||
| * | Add actions and cleanup cairo draw | Jabier Arraiza | 2018-12-01 | 1 | -1/+2 |
| | | |||||
| * | Working on split controller | Jabiertxof | 2018-12-01 | 1 | -0/+11 |
| | | |||||
| * | Improve spliter and add outline mode functionality | Jabier Arraiza | 2018-12-01 | 1 | -2/+3 |
| | | |||||
| * | Adding line to move outline | Jabier Arraiza | 2018-12-01 | 1 | -1/+2 |
| | | |||||
| * | working on events | Jabiertxof | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Adding draggin area | Jabier Arraiza | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -0/+4 |
| | | |||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Store device-scale and propogate value where necessary. | Tavmjong Bah | 2017-11-30 | 1 | -0/+3 |
| | | | | | | Avoids reliance on cairo_surface_get_device_scale. Also necessary for filters. | ||||
| * | SPCanvas: Use a similar image for _backing_store | Uli Schlachter | 2017-07-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | Cairo 1.12 adds the function cairo_surface_create_similar_image(). It works just like cairo_image_surface_create() in that it creates an image surface. However, when the passed-in surface is a cairo-xlib surface, the data of the image surface will be allocated in a shared memory segment. This makes it cheaper to have the X11 server access the surface since it does not need to be uploaded. To make use of this, a new _surface_for_similar member is added. This member is set to a (useless) surface in handle_draw(). On Linux this creates a cairo-xlib surface, so that _backing_store is latter allocated in a shared memory segment. Signed-off-by: Uli Schlachter <psychon@znc.in> | ||||
| * | Add canvas-rotate for rapid previewing canvas rotation. | Tavmjong Bah | 2017-03-30 | 1 | -3/+3 |
| | | | | | | Add canvas-debug for study of canvas tiling. (bzr r15612) | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -4/+1 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Replace rectangle based zooming by affine based zooming. | Tavmjong Bah | 2017-03-13 | 1 | -2/+2 |
| | | | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592) | ||||
| * | Add some Vlava improvements from mailing list | Jabier Arraiza Cenoz | 2016-11-01 | 1 | -1/+1 |
| |\ | | | | | (bzr r15142.1.28) | ||||
| * | | Add right click rotation panning, some fixes | Jabier Arraiza Cenoz | 2016-10-23 | 1 | -1/+1 |
| | | | | | | | (bzr r15142.1.23) | ||||
| * | | Add right click rotation panning | Jabier Arraiza Cenoz | 2016-10-23 | 1 | -1/+1 |
| | | | | | | | (bzr r15142.1.22) | ||||
| * | | Add doc rotate with panning | Jabier Arraiza Cenoz | 2016-10-23 | 1 | -1/+2 |
| |\| | | | | | (bzr r15142.1.21) | ||||
| * | | Add right click attempt | Jabier Arraiza Cenoz | 2016-10-23 | 1 | -1/+1 |
| | | | | | | | (bzr r15142.1.20) | ||||
| * | | Working with rotate preview | Jabier Arraiza Cenoz | 2016-10-19 | 1 | -1/+3 |
| |/ | | | (bzr r15142.1.15) | ||||
| * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -7/+0 |
| | | | | (bzr r15023.2.8) | ||||
| * | Move background drawing to SPCanvas to avoid temporarily drawing an incorrect | Krzysztof Kosi??ski | 2016-04-13 | 1 | -5/+13 |
| | | | | | | background. #Hackfest2016 (bzr r14821) | ||||
| * | Simplify SPCanvas by tracking the clean region instead of the dirty region. | Krzysztof Kosi??ski | 2016-04-13 | 1 | -3/+2 |
| | | | | | | #Hackfest2016 (bzr r14816) | ||||
| * | Update copyright notices on display/sp-canvas.(h|cpp) | Krzysztof Kosi??ski | 2016-04-12 | 1 | -0/+2 |
| | | | | (bzr r14798) | ||||
| * | Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model. | Krzysztof Kosi??ski | 2016-04-12 | 1 | -5/+3 |
| | | | | | | For now, causes redraw issues with SVG preview in the open dialog. (bzr r14795) | ||||
| * | Hackfest 2016: un-obfuscate the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-12 | 1 | -64/+119 |
| | | | | (bzr r14790) | ||||
| * | Alex Valavanis fix for a compiling bug | Jabier Arraiza Cenoz | 2015-05-29 | 1 | -0/+1 |
| | | | | (bzr r14186) | ||||
| * | More header cleanup | Liam P. White | 2014-09-06 | 1 | -9/+0 |
| | | | | (bzr r13341.1.198) | ||||
| * | Reduce header bloat | Alex Valavanis | 2014-08-30 | 1 | -1/+0 |
| | | | | (bzr r13341.1.184) | ||||
| * | Move dragging undo block from tools-base to canvas. Regarding bug #168695 | Martin Owens | 2014-01-21 | 1 | -0/+1 |
| | | | | (bzr r12967) | ||||
