mapnik/src
2011-08-26 05:58:21 +00:00
..
agg #759 is fixed, revert r3008 2011-07-16 00:25:30 +00:00
grid switch back to using grid width/height to allow for variable size grid to be rendered (purely for testing) 2011-06-16 18:08:04 +00:00
svg tabs -> spaces 2011-05-04 15:53:36 +00:00
wkt + fix include paths 2011-02-24 15:54:59 +00:00
arrow.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
box2d.cpp box2d: when copying actually copy exactly rather than using init to enforce validity - closes #749 2011-04-14 19:26:49 +00:00
cairo_renderer.cpp #759 is fixed, revert r3008 2011-07-16 00:25:30 +00:00
color.cpp don't suppress exception in mapnik::color constructor when init from a string 2011-07-05 23:01:51 +00:00
datasource_cache.cpp add code comment about ltdl global advise usage in relation to #790 2011-07-05 23:50:30 +00:00
distance.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
expression_string.cpp make the requirement of boost_regex unicode support optional by detecting if boost_regex was itself built with ICU support 2011-02-28 20:00:56 +00:00
feature_type_style.cpp avoid -pedantic warnings 2011-04-01 07:20:41 +00:00
filter_factory.cpp update comments 2011-04-19 00:20:04 +00:00
font_engine_freetype.cpp expose the name2file mapping of font family/style and font file publically so apps can ask mapnik where a given font face was found on the filesystem 2011-07-29 18:03:45 +00:00
font_set.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
glyph_symbolizer.cpp avoid clang++ -pedantic compiler warnings 2011-04-01 06:24:57 +00:00
gradient.cpp avoid clang++ -pedantic compiler warnings 2011-04-01 06:24:57 +00:00
graphics.cpp avoid unused parameter compiler warnings 2011-04-04 04:35:28 +00:00
image_reader.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
image_util.cpp add support for controlling zlib compression level and strategy when encoding to png - patch from kkaefer - closes #841 2011-08-26 05:58:21 +00:00
jpeg_reader.cpp jpeg reader: make to sure call jpeg_finish_decompress if scanlines have been read 2011-04-04 04:03:03 +00:00
layer.cpp use std::string 2011-06-24 00:53:00 +00:00
libxml2_loader.cpp add missed commits to complete the support for map 'base' 2011-05-25 23:51:40 +00:00
line_pattern_symbolizer.cpp Add symbolizer_base constructor to all symbolizers. 2010-08-10 12:43:21 +00:00
load_map.cpp Applied patch from Peter Körner (with small changes). 2011-07-23 00:11:01 +00:00
map.cpp allow compile against ICU 4.0 - needed to be able to link against osx provided libicucore.dylib 2011-08-11 21:13:55 +00:00
mapped_memory_cache.cpp don't warn if mmap's file is missing (shapefile does not have an index) 2011-04-13 20:09:52 +00:00
marker_cache.cpp revert unintended change 2011-02-25 21:02:33 +00:00
markers_symbolizer.cpp avoid clang++ -pedantic compiler warnings 2011-04-01 06:24:57 +00:00
memory.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
memory_datasource.cpp + move feature_factory.hpp include to impl file 2011-05-09 13:52:06 +00:00
metawriter.cpp fix intialization order warning 2011-08-04 19:05:28 +00:00
metawriter_factory.cpp typo 2011-07-16 15:45:40 +00:00
metawriter_inmem.cpp Optionally output JSON data with pixel coordinates. 2011-07-16 12:24:52 +00:00
parse_path.cpp + add implementation files 2010-06-18 15:39:57 +00:00
placement_finder.cpp Prepare for merging "text_placement_info" and "placement". 2011-05-30 01:16:21 +00:00
plugin.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
png_reader.cpp handle return of fread 2011-04-01 23:54:58 +00:00
point_symbolizer.cpp remove uneeded includes 2011-04-29 17:40:15 +00:00
polygon_pattern_symbolizer.cpp add gamma to polygon-pattern-symbolizer, useful for avoiding AA affects at tile edges so that global patterns can have seamless alignment 2011-06-28 22:37:35 +00:00
proj_transform.cpp add alternative bbox forward/inverse functions 2011-05-31 22:38:15 +00:00
projection.cpp add Projection.expanded() function to ask proj4 what its internal, normalized definition looks like (useful only for debugging) 2011-05-17 19:05:15 +00:00
raster_colorizer.cpp remove uneeded semicolon 2011-07-05 23:39:50 +00:00
save_map.cpp add gamma to polygon-pattern-symbolizer, useful for avoiding AA affects at tile edges so that global patterns can have seamless alignment 2011-06-28 22:37:35 +00:00
scale_denominator.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
SConscript link to boost system on all platforms, if available - fixes debian/ubuntu compiles with packaged boost - closes #823 2011-08-17 14:32:08 +00:00
shield_symbolizer.cpp + add explicit support for shield displacement 2010-06-28 21:32:30 +00:00
stroke.cpp avoid -pedantic warnings 2011-04-01 07:20:41 +00:00
svg_parser.cpp use namespace to avoid potential clash 2011-07-09 00:28:41 +00:00
svg_path_parser.cpp + specialise svg parsers to expect const char* input 2010-06-14 13:18:17 +00:00
svg_points_parser.cpp + specialise svg parsers to expect const char* input 2010-06-14 13:18:17 +00:00
svg_transform_parser.cpp + specialise svg parsers to expect const char* input 2010-06-14 13:18:17 +00:00
symbolizer.cpp Added metawriter helper function. 2011-07-28 22:59:05 +00:00
text_placements.cpp Add alignment to text_placement_info. 2011-05-29 22:33:41 +00:00
text_symbolizer.cpp Add alignment to text_placement_info. 2011-05-29 22:33:41 +00:00
tiff_reader.cpp + throw image_reader_exception if we can't read tiff file 2011-04-11 21:17:10 +00:00
unicode.cpp + add optional length parameter to allow 2011-03-16 13:31:56 +00:00
wkb.cpp + add missing geometry types 2011-02-24 15:47:36 +00:00