summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Draw perspective lines for infinite VPs, too (they are updated during ↵Maximilian Albert2007-08-171-0/+11
| | | | | scrolling or zooming); don't create knots for infinite VPs on the canvas (bzr r3495)
* comment fixbulia byak2007-03-191-1/+1
| | | (bzr r2710)
* clean up rect mess a bit before start working on other stuffMenTaLguY2007-03-171-2/+2
| | | (bzr r2678)
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-111-5/+10
| | | (bzr r2605)
* more comments on cairo's and our own woesbulia byak2007-02-271-2/+7
| | | (bzr r2455)
* move a global to a class property; reduce the use of is_scrolling to prevent ↵bulia byak2007-02-251-6/+7
| | | | | the lack-of-redraw issues (bzr r2430)
* smooth panning: suppress painting for so long as scrolling events come one ↵bulia byak2007-02-191-60/+66
| | | | | after the other; add comments on tiles array; make tile size a define; simplify work with tiles in paint(); remove redundant redraw requests in sp_canvas_scroll_to as it gets requested by expose event anyway (bzr r2394)
* a bunch of cairo fixmes in anticipation of a more direct rendering with less ↵bulia byak2007-02-171-2/+20
| | | | | intermediate buffers and unpacked 32bit RGBA throughout (bzr r2385)
* patch 1635163: directional repaint for better interactivitybulia byak2007-01-171-10/+47
| | | (bzr r2230)
* Fix for 1502439, annoying GTK warning: "Gtk-CRITICAL **: gtk_style_detach: ↵gustav_b2007-01-071-0/+2
| | | | | assertion:style->" (bzr r2152)
* fix another crash on exit caused by trying to do stuff when canvas is no morebulia byak2006-11-131-0/+3
| | | (bzr r1946)
* Applied patch to disable the pressure sensitivity for those people that have Jon Phillips2006-11-061-1/+4
| | | | | | | | | problems and added new author to our authors file: https://sourceforge.net/tracker/index.php?func=detail&aid=1511066&group_id=93438&atid=604308 Please test o this feature for those who have tablets, pressure sensitivity, etc...it is a workaround for gtk+ problems with some tablets, etc... (bzr r1911)
* extend the semantics of sp_canvas_force_full_redraw_after_interruptions to ↵bulia byak2006-10-261-5/+8
| | | | | allow passing 0 to it, meaning no interruptions at all until the next sp_canvas_end_forced_full_redraws (bzr r1865)
* another canvas repaint optimization: if the new rect and the rect aborted ↵bulia byak2006-10-161-51/+133
| | | | | last time are not close and compact, paint them separately instead of painting their enclosing rect (bzr r1805)
* Check to make sure canvas provided to forced redraw functions is not null.John Bintz2006-10-031-0/+4
| | | (bzr r1757)
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-061-20/+22
| | | (bzr r1696)
* Add ability to force canvas to perform a full, non-interruptible redrawJohn Bintz2006-09-041-2/+33
| | | (bzr r1678)
* interruptible redrawbulia byak2006-08-031-65/+178
| | | (bzr r1551)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-4/+4
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-1/+1
| | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+4
| | | | | 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/+24
| | | | | | | | 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)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-7/+7
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+2074
(bzr r1)