| Commit message (Expand) | Author | Age | Files | Lines |
| * | switch to 32bpp canvasbuf, create cairo context for it, optionally output to ... | bulia byak | 2008-06-24 | 1 | -28/+59 |
| * | Updating deprecated type calls. | Jon A. Cruz | 2008-05-06 | 1 | -34/+34 |
| * | suppress warnings when closing a desktop but not program | bulia byak | 2008-04-01 | 1 | -1/+8 |
| * | lay groundwork for non-filter view mode | MenTaLguY | 2008-03-31 | 1 | -9/+4 |
| * | Move 3D box code out of sp-canvas.cpp | Maximilian Albert | 2008-03-09 | 1 | -10/+0 |
| * | fix 198818 | bulia byak | 2008-03-05 | 1 | -2/+4 |
| * | Iron out some rounding errors in the displaying of the rulers and of guides | Diederik van Lierop | 2008-02-05 | 1 | -1/+10 |
| * | 2nd part of the fix for bug #167500: correctly update the rulers when they ch... | Diederik van Lierop | 2008-01-30 | 1 | -7/+7 |
| * | Partially fix bug #167500 (rulers being off) | Diederik van Lierop | 2008-01-18 | 1 | -2/+2 |
| * | Fundamentally reworked version of the 3D box tool (among many other things, t... | Maximilian Albert | 2007-12-13 | 1 | -2/+2 |
| * | Warning cleanup (including OFFSET_OF warning) | Jon A. Cruz | 2007-12-01 | 1 | -1/+1 |
| * | Implemented per-monitor display adjustment via XICC | Jon A. Cruz | 2007-11-24 | 1 | -1/+7 |
| * | Display CMS adjustment per-desktop view | Jon A. Cruz | 2007-11-20 | 1 | -2/+7 |
| * | Initial cut of softproofing | Jon A. Cruz | 2007-10-03 | 1 | -11/+1 |
| * | noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f... | Peter Moulder | 2007-09-29 | 1 | -42/+42 |
| * | noop: CodingStyle: const placement | Peter Moulder | 2007-09-29 | 1 | -15/+15 |
| * | Added display profile calibration | Jon A. Cruz | 2007-09-26 | 1 | -2/+33 |
| * | prevent freeze when window is too wide; reduce tile size to 16 for now | bulia byak | 2007-09-05 | 1 | -2/+2 |
| * | a hack to prevent the redraw of the entire area when a no-fill ctrlrect is de... | bulia byak | 2007-08-24 | 1 | -2/+11 |
| * | do not request redraw if an item has zero dimensions; also remove redundant r... | bulia byak | 2007-08-24 | 1 | -7/+26 |
| * | third patch from Dennis Lin (with my tweaks) - great simplification and optim... | bulia byak | 2007-08-23 | 1 | -297/+158 |
| * | patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellow | bulia byak | 2007-08-18 | 1 | -0/+13 |
| * | patch by Dennis Lin: use Gdk::Region for repaint | bulia byak | 2007-08-18 | 1 | -22/+14 |
| * | Draw perspective lines for infinite VPs, too (they are updated during scrolli... | Maximilian Albert | 2007-08-17 | 1 | -0/+11 |
| * | comment fix | bulia byak | 2007-03-19 | 1 | -1/+1 |
| * | clean up rect mess a bit before start working on other stuff | MenTaLguY | 2007-03-17 | 1 | -2/+2 |
| * | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 2007-03-11 | 1 | -5/+10 |
| * | more comments on cairo's and our own woes | bulia byak | 2007-02-27 | 1 | -2/+7 |
| * | move a global to a class property; reduce the use of is_scrolling to prevent ... | bulia byak | 2007-02-25 | 1 | -6/+7 |
| * | smooth panning: suppress painting for so long as scrolling events come one af... | bulia byak | 2007-02-19 | 1 | -60/+66 |
| * | a bunch of cairo fixmes in anticipation of a more direct rendering with less ... | bulia byak | 2007-02-17 | 1 | -2/+20 |
| * | patch 1635163: directional repaint for better interactivity | bulia byak | 2007-01-17 | 1 | -10/+47 |
| * | Fix for 1502439, annoying GTK warning: "Gtk-CRITICAL **: gtk_style_detach: as... | gustav_b | 2007-01-07 | 1 | -0/+2 |
| * | fix another crash on exit caused by trying to do stuff when canvas is no more | bulia byak | 2006-11-13 | 1 | -0/+3 |
| * | Applied patch to disable the pressure sensitivity for those people that have | Jon Phillips | 2006-11-06 | 1 | -1/+4 |
| * | extend the semantics of sp_canvas_force_full_redraw_after_interruptions to al... | bulia byak | 2006-10-26 | 1 | -5/+8 |
| * | another canvas repaint optimization: if the new rect and the rect aborted las... | bulia byak | 2006-10-16 | 1 | -51/+133 |
| * | Check to make sure canvas provided to forced redraw functions is not null. | John Bintz | 2006-10-03 | 1 | -0/+4 |
| * | Initial reworking of forced redraw to work better with interruptible display | John Bintz | 2006-09-06 | 1 | -20/+22 |
| * | Add ability to force canvas to perform a full, non-interruptible redraw | John Bintz | 2006-09-04 | 1 | -2/+33 |
| * | interruptible redraw | bulia byak | 2006-08-03 | 1 | -65/+178 |
| * | replace nr_new() with g_new(), and try to converge on using the glib allocato... | MenTaLguY | 2006-05-28 | 1 | -4/+4 |
| * | SVG 1.1 Conditional Processing Module rendering support (<switch> element, re... | Andrius Ramanauskas | 2006-04-20 | 1 | -1/+1 |
| * | Rendering optimisation, which gives best results for zoomed in drawings with ... | Andrius Ramanauskas | 2006-04-19 | 1 | -0/+4 |
| * | * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp: | mjwybrow | 2006-02-14 | 1 | -0/+24 |
| * | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 2006-02-13 | 1 | -7/+7 |
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+2074 |