..
agg_renderer.cpp
Utilise color alpha information when rendering. Multiplies the color alpha with the rendering opacity. Fixes 221.
2009-02-07 14:09:23 +00:00
arrow.cpp
1. re-factored placement_finder to be more efficient. 'find_*' methods are templated on PathType.
2007-11-02 12:50:15 +00:00
cairo_renderer.cpp
Utilise color alpha information when rendering. Multiplies the color alpha with the rendering opacity. Fixes 221.
2009-02-07 14:09:23 +00:00
color.cpp
+ mapnik-use-rgba-in-color-to-string.patch (jonb)
2009-01-21 15:37:55 +00:00
datasource_cache.cpp
+ support building with < 1.34 (e.g. 1.33.1) boost libraries
2009-01-19 22:53:05 +00:00
distance.cpp
+ use fully qualified names from stl
2009-01-15 23:12:56 +00:00
envelope.cpp
+ fix msvc-9.0 compiler warnings
2009-02-17 23:19:28 +00:00
filter_factory.cpp
+ fix msvc-9.0 compiler warnings
2009-02-17 23:19:28 +00:00
font_engine_freetype.cpp
allow multi/single threaded variants
2008-02-04 16:12:13 +00:00
font_set.cpp
+ mapnik-serialize-fontset.patch from jonb
2009-01-17 20:18:41 +00:00
graphics.cpp
Remove reference to CAIRO_HAS_IMAGE_SURFACE macro since this is not supported until cairo 1.8 release
2009-01-28 21:11:10 +00:00
image_reader.cpp
support for palette based PNGs, user 'png256' as a format parameter (see updated rundemo.py)
2007-12-10 19:59:17 +00:00
image_util.cpp
Includes png.h early to avoid ordering issues with setjmp.h. Fixes #231
2009-02-15 11:56:54 +00:00
layer.cpp
- reversed header include order
2007-10-08 17:42:41 +00:00
libxml2_loader.cpp
+ mapnik-load-map-from-string.patch (jonb)
2009-01-15 23:51:07 +00:00
line_pattern_symbolizer.cpp
- reversed header include order
2007-10-08 17:42:41 +00:00
load_map.cpp
+ support load_map_string for all xml parsers
2009-02-18 00:33:26 +00:00
Makefile.am
missed color class
2009-02-18 22:54:51 +00:00
map.cpp
+ implement buffered_extent method on Map object
2009-02-02 23:07:18 +00:00
memory.cpp
disable clog printing in release mode. Pass -DMAPNIK_DEBUG to enable.
2006-11-19 17:13:33 +00:00
memory_datasource.cpp
- reversed header include order
2007-10-08 17:42:41 +00:00
params.cpp
1. move include to mapnik/include
2006-10-04 11:22:18 +00:00
placement_finder.cpp
+ mapnik_text_overlap.patch (Marcin Rudowski)
2009-02-02 23:37:16 +00:00
plugin.cpp
- reversed header include order
2007-10-08 17:42:41 +00:00
png_reader.cpp
- reversed header include order
2007-10-08 17:42:41 +00:00
point_symbolizer.cpp
+ corrected init order
2009-01-13 01:35:27 +00:00
polygon_pattern_symbolizer.cpp
- reversed header include order
2007-10-08 17:42:41 +00:00
proj_transform.cpp
+ fix msvc-9.0 compiler warnings
2009-02-17 23:19:28 +00:00
projection.cpp
+ fix msvc-9.0 compiler warnings
2009-02-17 23:19:28 +00:00
save_map.cpp
mapnik-polygon-symbolizer-wants-fill-opacity.patch (jonb)
2009-01-21 15:41:44 +00:00
scale_denominator.cpp
- reversed header include order
2007-10-08 17:42:41 +00:00
SConscript
+ inherit libmapnik ABI version from environment (now calculated in SConstruct)
2009-02-17 20:32:46 +00:00
shield_symbolizer.cpp
+ (c++) renamed mapnik::Color to mapnik::color
2009-01-14 12:10:24 +00:00
stroke.cpp
+ (c++) renamed mapnik::Color to mapnik::color
2009-01-14 12:10:24 +00:00
symbolizer.cpp
corrected parameters order
2007-12-17 12:46:11 +00:00
text_symbolizer.cpp
+ more property goodness on the TextSymbolizer from Python (springmeyer)
2009-02-05 11:54:07 +00:00
tiff_reader.cpp
- reversed header include order
2007-10-08 17:42:41 +00:00
unicode.cpp
Add missing #include to fix GNU/kFreeBSD build
2008-08-09 22:16:58 +00:00
wkb.cpp
- sqlite.input: added row_offset and row_limit to parameters
2009-02-23 15:00:25 +00:00