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
/
canvas-bpath.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decrease contrast of phantom bpath
Jabier Arraiza Cenoz
2016-08-29
1
-1
/
+1
*
Partial fix for bug 172063 while we find a better solution for XOR in helper ...
Jabier Arraiza Cenoz
2016-08-29
1
-9
/
+25
*
Minor pass of header cleanup
Liam P. White
2014-08-30
1
-3
/
+0
*
More GObject boilerplate reduction
Alex Valavanis
2014-08-24
1
-29
/
+5
*
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
2012-06-09
1
-14
/
+7
*
Revert r11370. Fix crash with grid in default template
Alex Valavanis
2012-05-19
1
-8
/
+14
*
Drop some GtkObject usage
Alex Valavanis
2012-05-16
1
-14
/
+8
*
Prevent false gtk deprecation warnings in canvas-grid and tidy headers
Alex Valavanis
2012-02-15
1
-0
/
+1
*
Initial C++ification of SPCanvas.
Jon A. Cruz
2012-01-12
1
-7
/
+8
*
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
2011-10-04
1
-1
/
+0
*
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
1
-3
/
+1
*
GTK+ cleanup: gtk_type_class
Alex Valavanis
2011-07-03
1
-1
/
+1
*
Switch to GObject
Alex Valavanis
2011-06-24
1
-10
/
+12
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-8
/
+7
|
\
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-2
/
+2
|
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
1
-16
/
+6
*
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Completely remove NRPixBlock
Krzysztof Kosi??ski
2010-08-14
1
-10
/
+0
*
|
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
2010-08-05
1
-2
/
+2
*
|
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
2010-06-29
1
-4
/
+3
*
|
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
Krzysztof Kosi??ski
2010-06-22
1
-14
/
+8
|
/
*
move canvastext to its own file (no linking error for me anymore), add outlin...
bulia byak
2009-03-11
1
-247
/
+0
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
1
-1
/
+0
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
1
-2
/
+0
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-7
/
+13
*
Merging from trunk
Ted Gould
2008-10-11
1
-1
/
+1
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-23
/
+23
*
LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...
Johan B. C. Engelen
2008-09-07
1
-1
/
+0
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-4
/
+4
*
add dashed path option
bulia byak
2008-08-06
1
-1
/
+6
*
Fixed const-correctness
Jon A. Cruz
2008-08-03
1
-2
/
+2
*
Move coordinate transform workaround to a more logical place
Maximilian Albert
2008-07-30
1
-10
/
+16
*
Temporarily move the code from display/canvas-text.(h|cpp) to display/canvas-...
Maximilian Albert
2008-07-29
1
-0
/
+252
*
remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath re...
Johan B. C. Engelen
2008-07-15
1
-2
/
+2
*
use 2geom path for bbox calculation. (gets rid of yet another reference to ol...
Johan B. C. Engelen
2008-06-26
1
-9
/
+6
*
use all 2geom typed pathv_matrix_point_bbox_wind_distance
Johan B. C. Engelen
2008-06-26
1
-3
/
+3
*
use pathv_matrix_point_bbox_wind_distance instead of nr_path_matrix_point_bbo...
Johan B. C. Engelen
2008-06-26
1
-4
/
+2
*
delivarotify, render with cairo, use nr_path functions for bbox and distance
bulia byak
2008-06-24
1
-291
/
+67
*
use LoadPathVector instead of LoadArtBPath everywhere
Johan B. C. Engelen
2008-06-22
1
-1
/
+2
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-2
/
+2
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-2
/
+2
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-3
/
+3
*
Remove warnings
Bob Jamison
2008-05-04
1
-1
/
+1
*
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...
Peter Moulder
2007-09-29
1
-154
/
+166
*
patch for rendering quality and speed from Jasper van de Gronde
bulia byak
2006-07-29
1
-12
/
+12
*
fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATH
MenTaLguY
2006-05-09
1
-1
/
+1
*
eliminate direct accesses to SPCurve::bpath
MenTaLguY
2006-05-09
1
-1
/
+1
*
bulk whitespace removal patch #1198588 by gigaclon
Ralf Stephan
2006-02-13
1
-18
/
+18
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+485