summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-148/+2
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* Fix #338838, in which zooming and panning with the middle mouse button made ↵Diederik van Lierop2009-03-091-0/+1
| | | | | Inkscape inrespronsive (bzr r7461)
* Fix bug #291795 againDiederik van Lierop2009-03-031-1/+6
| | | (bzr r7409)
* Use on-cavas text instead of a tooltip for the snapindicator (fixes some ↵Diederik van Lierop2009-02-221-23/+0
| | | | | tooltip annoyances and fixes bug #330252) (bzr r7346)
* After snapping, show a tooltip together with the snap indicatorDiederik van Lierop2009-02-151-15/+36
| | | (bzr r7296)
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-74/+97
| | | | | | | 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)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-1/+1
| | | | | version string on Linux. (bzr r7123)
* Cmake: Corrections for mistakesJoshua L. Blocher2009-01-091-1/+1
| | | (bzr r7101)
* 2geomificationJohan B. C. Engelen2009-01-021-2/+1
| | | (bzr r7056)
* Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32Jon A. Cruz2008-12-311-1/+1
| | | (bzr r7049)
* Merge from fe-movedTed Gould2008-11-211-40/+51
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-29/+44
| | | (bzr r6887)
* From trunkTed Gould2008-10-271-6/+101
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-7/+8
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-31/+29
| | | (bzr r6839)
* NR ==> Geom conversion in sp-canvasMaximilian Albert2008-09-181-11/+11
| | | (bzr r6838)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* Add tracking of skew factor and display in warning message.Jon A. Cruz2008-07-271-1/+1
| | | (bzr r6429)
* fix 248419bulia byak2008-07-141-1/+1
| | | (bzr r6303)
* instrument event latencyMenTaLguY2008-07-081-0/+14
| | | (bzr r6231)
* disable motion hints again; still some subtle issues to work outMenTaLguY2008-07-081-7/+4
| | | (bzr r6230)
* False alarm; re-enable themMenTaLguY2008-07-081-1/+1
| | | (bzr r6224)
* disable motion hints againMenTaLguY2008-07-081-1/+1
| | | (bzr r6223)
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-5/+6
| | | (bzr r6222)
* disable motion hints againMenTaLguY2008-07-081-1/+1
| | | (bzr r6221)
* enable safe support for motion hintsMenTaLguY2008-07-081-10/+33
| | | (bzr r6218)
* whitespacebulia byak2008-06-241-17/+15
| | | (bzr r6053)
* switch to 32bpp canvasbuf, create cairo context for it, optionally output to ↵bulia byak2008-06-241-28/+59
| | | | | screen using cairo too (for now off, as it's slower than gdk) (bzr r6038)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-34/+34
| | | (bzr r5617)
* suppress warnings when closing a desktop but not programbulia byak2008-04-011-1/+8
| | | (bzr r5294)
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-9/+4
| | | (bzr r5265)
* Move 3D box code out of sp-canvas.cppMaximilian Albert2008-03-091-10/+0
| | | (bzr r5008)
* fix 198818bulia byak2008-03-051-2/+4
| | | (bzr r4968)
* Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop2008-02-051-1/+10
| | | (bzr r4662)
* 2nd part of the fix for bug #167500: correctly update the rulers when they ↵Diederik van Lierop2008-01-301-7/+7
| | | | | change size (bzr r4621)
* Partially fix bug #167500 (rulers being off)Diederik van Lierop2008-01-181-2/+2
| | | (bzr r4557)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-2/+2
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-1/+1
| | | (bzr r4150)
* Implemented per-monitor display adjustment via XICCJon A. Cruz2007-11-241-1/+7
| | | (bzr r4132)
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-201-2/+7
| | | (bzr r4114)
* Initial cut of softproofingJon A. Cruz2007-10-031-11/+1
| | | (bzr r3826)
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder2007-09-291-42/+42
| | | | | for indentation. (bzr r3816)
* noop: CodingStyle: const placementPeter Moulder2007-09-291-15/+15
| | | (bzr r3815)
* Added display profile calibrationJon A. Cruz2007-09-261-2/+33
| | | (bzr r3804)
* prevent freeze when window is too wide; reduce tile size to 16 for nowbulia byak2007-09-051-2/+2
| | | (bzr r3676)
* a hack to prevent the redraw of the entire area when a no-fill ctrlrect is ↵bulia byak2007-08-241-2/+11
| | | | | deleted (bzr r3580)
* do not request redraw if an item has zero dimensions; also remove redundant ↵bulia byak2007-08-241-7/+26
| | | | | redraw in sp_canvas_item_construct (bzr r3579)
* third patch from Dennis Lin (with my tweaks) - great simplification and ↵bulia byak2007-08-231-297/+158
| | | | | optimization of sp-canvas (bzr r3576)
* patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellowbulia byak2007-08-181-0/+13
| | | (bzr r3509)
* patch by Dennis Lin: use Gdk::Region for repaintbulia byak2007-08-181-22/+14
| | | (bzr r3508)