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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use 2geom types to calculate bounding box when updating arena shape
Johan B. C. Engelen
2008-06-14
1
-84
/
+39
*
fix compile
Felipe Corr??a da Silva Sanches
2008-06-10
1
-2
/
+2
*
add method to retrieve first and last path of SPCurve, fix error.
Johan B. C. Engelen
2008-06-08
2
-4
/
+36
*
use feed_pathvector_to_cairo in display/nr-svgfonts.cpp
Johan B. C. Engelen
2008-06-08
1
-12
/
+18
*
use feed_pathvector_to_cairo in display/nr-arena-shape.cpp
Johan B. C. Engelen
2008-06-08
1
-3
/
+4
*
add rendering to cairo from Geom::Path and Geom::PathVector !
Johan B. C. Engelen
2008-06-08
2
-6
/
+120
*
Warning cleanup
Jon A. Cruz
2008-06-07
1
-6
/
+14
*
add comments to SPCurve about 2geomify status of functions
Johan B. C. Engelen
2008-06-06
1
-1
/
+8
*
disable SPCurve path checking per default as it decreases performance by a lot.
Johan B. C. Engelen
2008-06-06
1
-1
/
+1
*
- enable path checking for SPCurve
Johan B. C. Engelen
2008-06-06
1
-5
/
+14
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
7
-165
/
+541
*
Fix expression whose behaviour is undefined in C++. N.B. This “fix” invo...
Peter Moulder
2008-06-05
1
-3
/
+6
*
Changed correct pixblock output mode for feSpecularlighting
Niko Kiirala
2008-06-02
1
-1
/
+1
*
Fixed SVG compliance problems with feMorphology (bug 181995 at least)
Niko Kiirala
2008-06-02
2
-21
/
+50
*
Fixed uninitialized data in rendering filter effects & colormatrix (bug 193936)
Niko Kiirala
2008-06-02
2
-2
/
+2
*
* commenting my code so that we increase SVGFonts "bus factor" in
Felipe Corr??a da Silva Sanches
2008-06-01
1
-29
/
+59
*
* started implementing rendering of SVGFonts horizontal kerning
Felipe Corr??a da Silva Sanches
2008-05-31
2
-3
/
+14
*
* implemented text_to_glyphs, so that now we can have ligadure glyphs
Felipe Corr??a da Silva Sanches
2008-05-30
2
-23
/
+53
*
fix some crashes. Now I check for the existence of the d atrtibute
Felipe Corr??a da Silva Sanches
2008-05-29
1
-2
/
+4
*
* converted nr-svgfont.cpp to C++ code so that we can render multiple instanc...
Felipe Corr??a da Silva Sanches
2008-05-27
2
-72
/
+138
*
Cmake: More Dependency work, added new files
Joshua L. Blocher
2008-05-25
1
-0
/
+1
*
* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cair...
Felipe Corr??a da Silva Sanches
2008-05-25
4
-0
/
+185
*
Fixed initialization order
Jon A. Cruz
2008-05-17
1
-5
/
+5
*
Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...
Diederik van Lierop
2008-05-12
1
-0
/
+7
*
More type registration cleanup
Jon A. Cruz
2008-05-10
1
-11
/
+15
*
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
2008-05-09
5
-8
/
+9
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
9
-190
/
+240
*
xy-grid: when shown as dots, add emphasis using crosses.
Johan B. C. Engelen
2008-05-06
1
-3
/
+11
*
Updating deprecated type calls.
Jon A. Cruz
2008-05-06
1
-34
/
+34
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
4
-370
/
+362
*
Remove warnings
Bob Jamison
2008-05-04
7
-8
/
+12
*
Next steps in implementing the snapping indicator
Diederik van Lierop
2008-05-04
2
-15
/
+20
*
Use radiobutton for "always snap" in the document-properties dialog
Diederik van Lierop
2008-04-30
2
-2
/
+2
*
- Major refactoring of snapping related code...
Diederik van Lierop
2008-04-30
2
-0
/
+4
*
Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and friends...
Jasper van de Gronde
2008-04-18
1
-113
/
+4
*
fix by kur9kin for endless loop from bug 212332
bulia byak
2008-04-16
1
-0
/
+1
*
cmake: exclude some files that are also excluded from build in build.xml
Johan B. C. Engelen
2008-04-10
1
-2
/
+2
*
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
2008-04-10
1
-1
/
+1
*
Refactor snapper and snapindicator (in order to enable the snapindicator in t...
Diederik van Lierop
2008-04-07
2
-5
/
+7
*
fix bug with garbage lines caused with close_path when part of a subpath is o...
bulia byak
2008-04-07
1
-2
/
+12
*
delete remaining .cvsignore files
Adib Taraben
2008-04-01
1
-7
/
+0
*
suppress warnings when closing a desktop but not program
bulia byak
2008-04-01
1
-1
/
+8
*
implement filter toggle
MenTaLguY
2008-03-31
1
-0
/
+1
*
lay groundwork for non-filter view mode
MenTaLguY
2008-03-31
10
-36
/
+59
*
Cmake: Updating src CMakeLists soucre list.
Joshua L. Blocher
2008-03-30
1
-2
/
+0
*
Cmake Build system - Initial commit.
Joshua L. Blocher
2008-03-27
1
-0
/
+59
*
system clipboard support (bug #170185) from Chris Kosiński
MenTaLguY
2008-03-26
2
-2
/
+2
*
Line-end fixups
Jon A. Cruz
2008-03-22
6
-401
/
+401
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
15
-81
/
+88
*
disable snapindicator for now to fix pen tool
Johan B. C. Engelen
2008-03-13
1
-13
/
+15
[next]