summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-148/+2
2009-03-09Fix #338838, in which zooming and panning with the middle mouse button made I...Diederik van Lierop1-0/+1
2009-03-03Fix bug #291795 againDiederik van Lierop1-1/+6
2009-02-22Use on-cavas text instead of a tooltip for the snapindicator (fixes some tool...Diederik van Lierop1-23/+0
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop1-15/+36
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-74/+97
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-1/+1
2009-01-09Cmake: Corrections for mistakesJoshua L. Blocher1-1/+1
2009-01-022geomificationJohan B. C. Engelen1-2/+1
2008-12-31Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32Jon A. Cruz1-1/+1
2008-11-21Merge from fe-movedTed Gould1-40/+51
2008-10-31Merge from trunkTed Gould1-29/+44
2008-10-27From trunkTed Gould1-6/+101
2008-10-11Merging from trunkTed Gould1-7/+8
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-31/+29
2008-09-18NR ==> Geom conversion in sp-canvasMaximilian Albert1-11/+11
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-07-27Add tracking of skew factor and display in warning message.Jon A. Cruz1-1/+1
2008-07-14fix 248419bulia byak1-1/+1
2008-07-08instrument event latencyMenTaLguY1-0/+14
2008-07-08disable motion hints again; still some subtle issues to work outMenTaLguY1-7/+4
2008-07-08False alarm; re-enable themMenTaLguY1-1/+1
2008-07-08disable motion hints againMenTaLguY1-1/+1
2008-07-08I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY1-5/+6
2008-07-08disable motion hints againMenTaLguY1-1/+1
2008-07-08enable safe support for motion hintsMenTaLguY1-10/+33
2008-06-24whitespacebulia byak1-17/+15
2008-06-24switch to 32bpp canvasbuf, create cairo context for it, optionally output to ...bulia byak1-28/+59
2008-05-06Updating deprecated type calls.Jon A. Cruz1-34/+34
2008-04-01suppress warnings when closing a desktop but not programbulia byak1-1/+8
2008-03-31lay groundwork for non-filter view modeMenTaLguY1-9/+4
2008-03-09Move 3D box code out of sp-canvas.cppMaximilian Albert1-10/+0
2008-03-05fix 198818bulia byak1-2/+4
2008-02-05Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop1-1/+10
2008-01-302nd part of the fix for bug #167500: correctly update the rulers when they ch...Diederik van Lierop1-7/+7
2008-01-18Partially fix bug #167500 (rulers being off)Diederik van Lierop1-2/+2
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-2/+2
2007-12-01Warning cleanup (including OFFSET_OF warning)Jon A. Cruz1-1/+1
2007-11-24Implemented per-monitor display adjustment via XICCJon A. Cruz1-1/+7
2007-11-20Display CMS adjustment per-desktop viewJon A. Cruz1-2/+7
2007-10-03Initial cut of softproofingJon A. Cruz1-11/+1
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder1-42/+42
2007-09-29noop: CodingStyle: const placementPeter Moulder1-15/+15
2007-09-26Added display profile calibrationJon A. Cruz1-2/+33
2007-09-05prevent freeze when window is too wide; reduce tile size to 16 for nowbulia byak1-2/+2
2007-08-24a hack to prevent the redraw of the entire area when a no-fill ctrlrect is de...bulia byak1-2/+11
2007-08-24do not request redraw if an item has zero dimensions; also remove redundant r...bulia byak1-7/+26
2007-08-23third patch from Dennis Lin (with my tweaks) - great simplification and optim...bulia byak1-297/+158
2007-08-18patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellowbulia byak1-0/+13
2007-08-18patch by Dennis Lin: use Gdk::Region for repaintbulia byak1-22/+14