summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-2/+2
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-28/+65
| | | (bzr r10873)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-2/+4
| | | (bzr r10696)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-4/+0
| | | (bzr r10582.1.6)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-2/+2
| | | (bzr r10582.1.3)
* Remove useless pixmap_gc variableKrzysztof Kosi??ski2011-07-141-4/+1
| | | (bzr r10347.1.14)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+1
| | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-6/+4
|\ | | | | (bzr r9508.1.89)
| * Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-2/+2
| | | | | | (bzr r10302.1.1)
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-4/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-53/+10
|\| | | | | (bzr r9508.1.73)
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-0/+1
| | | | | | (bzr r10065)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-52/+8
| | | | | | | | | | header. (bzr r9978.1.1)
* | merge from trunkKrzysztof Kosi??ski2010-08-081-0/+3
|\| | | | | (bzr r9508.1.52)
| * Merge from trunkTed Gould2010-03-261-0/+1
| |\ | | | | | | (bzr r8254.1.53)
| * | Experimental pause updating scheme.Soren Berg2009-07-221-0/+3
| | | | | | | | | (bzr r8254.1.20)
* | | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-8/+6
| |/ |/| | | (bzr r9508.1.1)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+1
|/ | | (bzr r8846.1.1)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-6/+0
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-1/+4
| | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172)
* 2geomificationJohan B. C. Engelen2009-01-021-1/+1
| | | (bzr r7056)
* From trunkTed Gould2008-10-271-1/+4
| | | (bzr r6885)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-7/+8
| | | (bzr r6839)
* NR ==> Geom conversion in sp-canvasMaximilian Albert2008-09-181-3/+3
| | | (bzr r6838)
* switch to 32bpp canvasbuf, create cairo context for it, optionally output to ↵bulia byak2008-06-241-0/+1
| | | | | screen using cairo too (for now off, as it's slower than gdk) (bzr r6038)
* Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop2008-02-051-0/+1
| | | (bzr r4662)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-6/+11
| | | (bzr r4150)
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-201-20/+27
| | | (bzr r4114)
* third patch from Dennis Lin (with my tweaks) - great simplification and ↵bulia byak2007-08-231-5/+1
| | | | | optimization of sp-canvas (bzr r3576)
* move a global to a class property; reduce the use of is_scrolling to prevent ↵bulia byak2007-02-251-1/+3
| | | | | the lack-of-redraw issues (bzr r2430)
* extend the semantics of sp_canvas_force_full_redraw_after_interruptions to ↵bulia byak2006-10-261-2/+2
| | | | | allow passing 0 to it, meaning no interruptions at all until the next sp_canvas_end_forced_full_redraws (bzr r1865)
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-061-3/+4
| | | (bzr r1696)
* Add ability to force canvas to perform a full, non-interruptible redrawJohn Bintz2006-09-041-0/+4
| | | (bzr r1678)
* interruptible redrawbulia byak2006-08-031-0/+4
| | | (bzr r1551)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+1
| | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541)
* * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:mjwybrow2006-02-141-0/+8
| | | | | | | | Revert a previous change that generated enter events for canvas items other than the current one when mouse buttons were depressed. These events are now only generated in the connector context, where they are required. (bzr r142)
* revert to using inttypes.h instead of stdint.hRalf Stephan2006-02-061-1/+12
| | | (bzr r94)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+186
(bzr r1)