index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
sp-canvas.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-07-27
Add tracking of skew factor and display in warning message.
Jon A. Cruz
1
-1
/
+1
2008-07-14
fix 248419
bulia byak
1
-1
/
+1
2008-07-08
instrument event latency
MenTaLguY
1
-0
/
+14
2008-07-08
disable motion hints again; still some subtle issues to work out
MenTaLguY
1
-7
/
+4
2008-07-08
False alarm; re-enable them
MenTaLguY
1
-1
/
+1
2008-07-08
disable motion hints again
MenTaLguY
1
-1
/
+1
2008-07-08
I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK
MenTaLguY
1
-5
/
+6
2008-07-08
disable motion hints again
MenTaLguY
1
-1
/
+1
2008-07-08
enable safe support for motion hints
MenTaLguY
1
-10
/
+33
2008-06-24
whitespace
bulia byak
1
-17
/
+15
2008-06-24
switch to 32bpp canvasbuf, create cairo context for it, optionally output to ...
bulia byak
1
-28
/
+59
2008-05-06
Updating deprecated type calls.
Jon A. Cruz
1
-34
/
+34
2008-04-01
suppress warnings when closing a desktop but not program
bulia byak
1
-1
/
+8
2008-03-31
lay groundwork for non-filter view mode
MenTaLguY
1
-9
/
+4
2008-03-09
Move 3D box code out of sp-canvas.cpp
Maximilian Albert
1
-10
/
+0
2008-03-05
fix 198818
bulia byak
1
-2
/
+4
2008-02-05
Iron out some rounding errors in the displaying of the rulers and of guides
Diederik van Lierop
1
-1
/
+10
2008-01-30
2nd part of the fix for bug #167500: correctly update the rulers when they ch...
Diederik van Lierop
1
-7
/
+7
2008-01-18
Partially fix bug #167500 (rulers being off)
Diederik van Lierop
1
-2
/
+2
2007-12-13
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
1
-2
/
+2
2007-12-01
Warning cleanup (including OFFSET_OF warning)
Jon A. Cruz
1
-1
/
+1
2007-11-24
Implemented per-monitor display adjustment via XICC
Jon A. Cruz
1
-1
/
+7
2007-11-20
Display CMS adjustment per-desktop view
Jon A. Cruz
1
-2
/
+7
2007-10-03
Initial cut of softproofing
Jon A. Cruz
1
-11
/
+1
2007-09-29
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...
Peter Moulder
1
-42
/
+42
2007-09-29
noop: CodingStyle: const placement
Peter Moulder
1
-15
/
+15
2007-09-26
Added display profile calibration
Jon A. Cruz
1
-2
/
+33
2007-09-05
prevent freeze when window is too wide; reduce tile size to 16 for now
bulia byak
1
-2
/
+2
2007-08-24
a hack to prevent the redraw of the entire area when a no-fill ctrlrect is de...
bulia byak
1
-2
/
+11
2007-08-24
do not request redraw if an item has zero dimensions; also remove redundant r...
bulia byak
1
-7
/
+26
2007-08-23
third patch from Dennis Lin (with my tweaks) - great simplification and optim...
bulia byak
1
-297
/
+158
2007-08-18
patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellow
bulia byak
1
-0
/
+13
2007-08-18
patch by Dennis Lin: use Gdk::Region for repaint
bulia byak
1
-22
/
+14
2007-08-17
Draw perspective lines for infinite VPs, too (they are updated during scrolli...
Maximilian Albert
1
-0
/
+11
2007-03-19
comment fix
bulia byak
1
-1
/
+1
2007-03-17
clean up rect mess a bit before start working on other stuff
MenTaLguY
1
-2
/
+2
2007-03-11
Eliminate remaining sources of empty NR::Rects
MenTaLguY
1
-5
/
+10
2007-02-27
more comments on cairo's and our own woes
bulia byak
1
-2
/
+7
2007-02-25
move a global to a class property; reduce the use of is_scrolling to prevent ...
bulia byak
1
-6
/
+7
2007-02-19
smooth panning: suppress painting for so long as scrolling events come one af...
bulia byak
1
-60
/
+66
2007-02-17
a bunch of cairo fixmes in anticipation of a more direct rendering with less ...
bulia byak
1
-2
/
+20
2007-01-17
patch 1635163: directional repaint for better interactivity
bulia byak
1
-10
/
+47
2007-01-07
Fix for 1502439, annoying GTK warning: "Gtk-CRITICAL **: gtk_style_detach: as...
gustav_b
1
-0
/
+2
2006-11-13
fix another crash on exit caused by trying to do stuff when canvas is no more
bulia byak
1
-0
/
+3
2006-11-06
Applied patch to disable the pressure sensitivity for those people that have
Jon Phillips
1
-1
/
+4
2006-10-26
extend the semantics of sp_canvas_force_full_redraw_after_interruptions to al...
bulia byak
1
-5
/
+8
2006-10-16
another canvas repaint optimization: if the new rect and the rect aborted las...
bulia byak
1
-51
/
+133
2006-10-03
Check to make sure canvas provided to forced redraw functions is not null.
John Bintz
1
-0
/
+4
2006-09-06
Initial reworking of forced redraw to work better with interruptible display
John Bintz
1
-20
/
+22
[next]