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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Move snap delay mechanism to the event context (used to be in SPCanvas)
Diederik van Lierop
2009-03-29
1
-148
/
+2
*
Fix #338838, in which zooming and panning with the middle mouse button made I...
Diederik van Lierop
2009-03-09
1
-0
/
+1
*
Fix bug #291795 again
Diederik van Lierop
2009-03-03
1
-1
/
+6
*
Use on-cavas text instead of a tooltip for the snapindicator (fixes some tool...
Diederik van Lierop
2009-02-22
1
-23
/
+0
*
After snapping, show a tooltip together with the snap indicator
Diederik van Lierop
2009-02-15
1
-15
/
+36
*
- The snap-delay mechanism should now be more robust. From now on, it must be...
Diederik van Lierop
2009-01-25
1
-74
/
+97
*
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
2009-01-13
1
-1
/
+1
*
Cmake: Corrections for mistakes
Joshua L. Blocher
2009-01-09
1
-1
/
+1
*
2geomification
Johan B. C. Engelen
2009-01-02
1
-2
/
+1
*
Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32
Jon A. Cruz
2008-12-31
1
-1
/
+1
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-40
/
+51
*
Merge from trunk
Ted Gould
2008-10-31
1
-29
/
+44
*
From trunk
Ted Gould
2008-10-27
1
-6
/
+101
*
Merging from trunk
Ted Gould
2008-10-11
1
-7
/
+8
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-31
/
+29
*
NR ==> Geom conversion in sp-canvas
Maximilian Albert
2008-09-18
1
-11
/
+11
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-1
/
+1
*
Add tracking of skew factor and display in warning message.
Jon A. Cruz
2008-07-27
1
-1
/
+1
*
fix 248419
bulia byak
2008-07-14
1
-1
/
+1
*
instrument event latency
MenTaLguY
2008-07-08
1
-0
/
+14
*
disable motion hints again; still some subtle issues to work out
MenTaLguY
2008-07-08
1
-7
/
+4
*
False alarm; re-enable them
MenTaLguY
2008-07-08
1
-1
/
+1
*
disable motion hints again
MenTaLguY
2008-07-08
1
-1
/
+1
*
I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK
MenTaLguY
2008-07-08
1
-5
/
+6
*
disable motion hints again
MenTaLguY
2008-07-08
1
-1
/
+1
*
enable safe support for motion hints
MenTaLguY
2008-07-08
1
-10
/
+33
*
whitespace
bulia byak
2008-06-24
1
-17
/
+15
*
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
[next]