summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-08-17Draw perspective lines for infinite VPs, too (they are updated during scrolli...Maximilian Albert1-0/+11
2007-03-19comment fixbulia byak1-1/+1
2007-03-17clean up rect mess a bit before start working on other stuffMenTaLguY1-2/+2
2007-03-11Eliminate remaining sources of empty NR::RectsMenTaLguY1-5/+10
2007-02-27more comments on cairo's and our own woesbulia byak1-2/+7
2007-02-25move a global to a class property; reduce the use of is_scrolling to prevent ...bulia byak1-6/+7
2007-02-19smooth panning: suppress painting for so long as scrolling events come one af...bulia byak1-60/+66
2007-02-17a bunch of cairo fixmes in anticipation of a more direct rendering with less ...bulia byak1-2/+20
2007-01-17patch 1635163: directional repaint for better interactivitybulia byak1-10/+47
2007-01-07Fix for 1502439, annoying GTK warning: "Gtk-CRITICAL **: gtk_style_detach: as...gustav_b1-0/+2
2006-11-13fix another crash on exit caused by trying to do stuff when canvas is no morebulia byak1-0/+3
2006-11-06Applied patch to disable the pressure sensitivity for those people that have Jon Phillips1-1/+4
2006-10-26extend the semantics of sp_canvas_force_full_redraw_after_interruptions to al...bulia byak1-5/+8
2006-10-16another canvas repaint optimization: if the new rect and the rect aborted las...bulia byak1-51/+133
2006-10-03Check to make sure canvas provided to forced redraw functions is not null.John Bintz1-0/+4
2006-09-06Initial reworking of forced redraw to work better with interruptible displayJohn Bintz1-20/+22
2006-09-04Add ability to force canvas to perform a full, non-interruptible redrawJohn Bintz1-2/+33
2006-08-03interruptible redrawbulia byak1-65/+178
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY1-4/+4
2006-04-20SVG 1.1 Conditional Processing Module rendering support (<switch> element, re...Andrius Ramanauskas1-1/+1
2006-04-19Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas1-0/+4
2006-02-14* src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:mjwybrow1-0/+24
2006-02-13bulk whitespace removal patch #1198588 by gigaclonRalf Stephan1-7/+7