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-glyphs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-439
/
+0
2011-07-22
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
1
-92
/
+55
2011-07-10
Implement handling of the clip-rule property. Partially based on
Krzysztof Kosi??ski
1
-1
/
+9
2011-07-09
Redesign the rendering pipeline. Clipping paths are now rasterized.
Krzysztof Kosi??ski
1
-11
/
+20
2011-07-06
Fix outline mode for text objects (LP #802354).
Krzysztof Kosi??ski
1
-7
/
+7
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-4
/
+4
2011-06-22
Warning cleanup.
Jon A. Cruz
1
-10
/
+9
2011-05-28
Port of 0.48.x branch revision 9781.
Jon A. Cruz
1
-0
/
+1
2011-02-21
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
Johan B. C. Engelen
1
-3
/
+11
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-6
/
+6
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-15
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
1
-6
/
+4
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-1
/
+0
2010-07-07
Fix group opacity
Krzysztof Kosi??ski
1
-10
/
+0
2010-07-04
Remove some cruft
Krzysztof Kosi??ski
1
-2
/
+4
2010-06-29
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
1
-9
/
+7
2010-06-28
Text rendering. Factor out style handling into nr-style.h
Krzysztof Kosi??ski
1
-284
/
+73
2010-06-26
Implement clipping (slightly incorrect) and masking
Krzysztof Kosi??ski
1
-5
/
+6
2010-04-18
Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...
Jasper van de Gronde
1
-4
/
+4
2010-03-28
reinstate wrongly ignored delta in pick; makes selecting small text objects m...
buliabyak
1
-2
/
+2
2009-12-11
refactoring of previous commit + add separation to glyph renderer also
Felipe Corr??a da Silva Sanches
1
-0
/
+9
2009-03-09
separate bbox (calculated by subclasses) and drawbox, which includes filters ...
bulia byak
1
-1
/
+0
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
1
-5
/
+3
2008-10-27
From trunk
Ted Gould
1
-5
/
+5
2008-10-11
Merging from trunk
Ted Gould
1
-12
/
+12
2008-09-11
convert almost all libnrtype to Geom::
Johan B. C. Engelen
1
-3
/
+3
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-03
Minor cleanup work on macros
Jon A. Cruz
1
-3
/
+3
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-2
/
+0
2008-07-08
render glyphs using 2geom pathvector instead of artbpath of font-glyph
Johan B. C. Engelen
1
-9
/
+9
2008-06-26
Fixed compilation when the new SVG font stuff is not enabled.
Jon A. Cruz
1
-0
/
+2
2008-05-25
* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cair...
Felipe Corr??a da Silva Sanches
1
-0
/
+2
2008-03-31
lay groundwork for non-filter view mode
MenTaLguY
1
-5
/
+5
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-19
/
+19
2008-03-11
fix by Albin Sunnanbo for dash offset in text
bulia byak
1
-0
/
+1
2008-03-10
patch by Albin Sunnanbo for 168072
bulia byak
1
-0
/
+1
2007-11-10
Warning cleanup
Jon A. Cruz
1
-5
/
+5
2007-09-29
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...
Peter Moulder
1
-8
/
+8
2007-09-15
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
1
-10
/
+7
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-36
/
+35
2007-03-19
use ::upgrade for getting NR::Rect
bulia byak
1
-1
/
+1
2007-03-18
optimize cairo paths by not drawing segments that are outside of view (for st...
bulia byak
1
-1
/
+1
2007-03-02
patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)
bulia byak
1
-1
/
+3
2007-03-02
outline mode: render into the passed cairo_t
bulia byak
1
-11
/
+3
2007-03-01
API change: render methods now take a cairo_t (not yet used)
bulia byak
1
-2
/
+2
2007-03-01
render text in outline mode via cairo (still no endian-safe); factor out help...
bulia byak
1
-1
/
+39
2007-02-04
Unions Are Evil! When pixblock size is TINY, it stores data right in the data...
bulia byak
1
-2
/
+2
2006-10-14
deal with the possible failure to create pixblock due to insufficient memory
bulia byak
1
-0
/
+14
2006-04-19
Rendering optimisation, which gives best results for zoomed in drawings with ...
Andrius Ramanauskas
1
-0
/
+2
2006-04-03
CodingStyle: whitespace, and move a few declarations to first use.
Peter Moulder
1
-447
/
+451
[next]