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
/
nr-arena-shape.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-565
/
+0
*
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
2011-07-22
1
-91
/
+46
*
Implement handling of the clip-rule property. Partially based on
Krzysztof Kosi??ski
2011-07-10
1
-3
/
+9
*
Redesign the rendering pipeline. Clipping paths are now rasterized.
Krzysztof Kosi??ski
2011-07-09
1
-13
/
+12
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-8
/
+8
*
Warning cleanup.
Jon A. Cruz
2011-06-22
1
-10
/
+14
*
Fix outline view
Krzysztof Kosi??ski
2011-06-19
1
-1
/
+3
*
Initialize cached patterns to NULL in NRStyle, should fix crashes
Krzysztof Kosi??ski
2011-04-09
1
-1
/
+2
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-4
/
+1
|
\
|
*
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
Johan B. C. Engelen
2011-02-21
1
-3
/
+11
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-7
/
+7
|
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
1
-17
/
+17
*
|
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
*
|
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
2010-08-15
1
-10
/
+6
*
|
Fix rendering failures caused by markers with markerUnits="strokeWidth"
Krzysztof Kosi??ski
2010-08-11
1
-1
/
+2
*
|
Minor cleanups
Krzysztof Kosi??ski
2010-08-05
1
-0
/
+1
*
|
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
2010-08-05
1
-1
/
+1
*
|
Wholesale cruft removal part 1
Krzysztof Kosi??ski
2010-08-04
1
-2
/
+0
*
|
Fix group opacity
Krzysztof Kosi??ski
2010-07-07
1
-10
/
+0
*
|
Remove some cruft
Krzysztof Kosi??ski
2010-07-04
1
-5
/
+2
*
|
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
2010-06-29
1
-137
/
+18
*
|
Text rendering. Factor out style handling into nr-style.h
Krzysztof Kosi??ski
2010-06-28
1
-211
/
+26
*
|
Implement clipping (slightly incorrect) and masking
Krzysztof Kosi??ski
2010-06-26
1
-721
/
+117
*
|
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
Krzysztof Kosi??ski
2010-06-22
1
-122
/
+137
|
/
*
Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...
Jasper van de Gronde
2010-04-18
1
-17
/
+16
*
refactoring of previous commit + add separation to glyph renderer also
Felipe Corr??a da Silva Sanches
2009-12-11
1
-33
/
+5
*
- new: Print Colors Preview Dialog and rendermode
Felipe Corr??a da Silva Sanches
2009-12-11
1
-11
/
+52
*
separate bbox (calculated by subclasses) and drawbox, which includes filters ...
bulia byak
2009-03-09
1
-1
/
+0
*
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
2009-01-02
1
-1
/
+1
*
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
-36
/
+46
*
From trunk
Ted Gould
2008-10-27
1
-1
/
+0
*
Merging from trunk
Ted Gould
2008-10-11
1
-26
/
+26
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-1
/
+1
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-9
/
+9
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-1
/
+1
*
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
2008-08-05
1
-4
/
+2
*
Minor cleanup work on macros
Jon A. Cruz
2008-08-03
1
-3
/
+3
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-2
/
+0
*
update to latest 2geom (rev1497)
Johan B. C. Engelen
2008-07-16
1
-2
/
+6
*
use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...
Johan B. C. Engelen
2008-07-04
1
-6
/
+6
*
even with zero opacity, paths must be selectable in outline mode
bulia byak
2008-06-29
1
-3
/
+5
*
use all 2geom typed pathv_matrix_point_bbox_wind_distance
Johan B. C. Engelen
2008-06-26
1
-4
/
+4
*
use pathv_matrix_point_bbox_wind_distance instead of nr_path_matrix_point_bbo...
Johan B. C. Engelen
2008-06-26
1
-4
/
+2
*
use exact bbox again in updating shapes
Johan B. C. Engelen
2008-06-23
1
-4
/
+2
*
sorry to have broken build
Johan B. C. Engelen
2008-06-23
1
-1
/
+1
*
convert optimizing check into 2geom terms. hopefully correct, please review i...
Johan B. C. Engelen
2008-06-23
1
-2
/
+26
*
use LoadPathVector instead of LoadArtBPath everywhere
Johan B. C. Engelen
2008-06-22
1
-4
/
+4
*
add comment (original update code used exact bbox)
Johan B. C. Engelen
2008-06-16
1
-0
/
+2
[next]