mapnik/src
2015-01-28 13:33:15 -08:00
..
agg apply fix from #2418 to 2.3.x branch 2014-09-19 14:15:21 -07:00
formatting gracefully handle when icu is built without BreakIterator support: -DUCONFIG_NO_BREAK_ITERATION=1 2013-08-13 19:32:20 -04:00
grid only compile cpp code if cairo/grid/svg renderers are enabled 2014-04-24 12:54:18 -07:00
json backport geojson parsing/generation fixes from master to 2.3.x - refs #2083 2013-11-21 14:11:47 -08:00
svg only compile cpp code if cairo/grid/svg renderers are enabled 2014-04-24 12:54:18 -07:00
text_placements use math functions from std:: 2014-05-28 07:52:55 -07:00
wkt fix -Wsign-compare warnings in several grammars 2014-07-28 11:56:33 -07:00
box2d.cpp port box2d cleanups from c++11 branch to master 2013-09-18 19:04:20 -07:00
build.py always link pthread on linux 2015-01-28 13:33:15 -08:00
building_symbolizer.cpp refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles 2013-01-12 21:00:45 -08:00
cairo_context.cpp only compile cpp code if cairo/grid/svg renderers are enabled 2014-04-24 12:54:18 -07:00
cairo_renderer.cpp fix ambiguous std::fabs and the compile on windows 2014-05-22 19:57:34 -07:00
color.cpp + fix typo in grammar 2013-06-21 19:37:56 +01:00
color_factory.cpp iwyu 2013-06-21 12:00:48 -07:00
config_error.cpp iwyu 2013-07-23 18:59:05 -04:00
conversions.cpp speed up xml map loading 2014-05-28 14:32:39 -07:00
css_color_grammar.cpp rename css_color_grammar_def.hpp -> css_color_grammar_impl.hpp to be consistent with other headers 2013-05-15 18:23:46 -07:00
datasource_cache.cpp quick fix for #2451 2014-12-17 11:36:02 -08:00
datasource_cache_static.cpp fix a batch of unused variable warnings (leaving several with are true bugs/missing features) 2013-07-23 15:51:22 -04:00
debug.cpp fix debug.cpp error output (now compiles against libc++) 2013-07-26 19:33:35 -04:00
debug_symbolizer.cpp Add file I should have added in 8634a04938 2013-05-21 21:01:07 -07:00
distance.cpp fixup std:: prefixing of cmath functions - closes #1694 2013-01-17 13:53:48 -08:00
expression.cpp expression parser - avoid extra level of indirection 2013-11-13 18:44:58 -08:00
expression_grammar.cpp port minor fixes around type handling from c++11 branch 2013-09-18 19:50:04 -07:00
expression_node.cpp use icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string 2013-08-13 18:52:04 -04:00
expression_string.cpp use icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string 2013-08-13 18:52:04 -04:00
feature_kv_iterator.cpp remove unneeded get_optional method on feature impl 2012-12-26 16:52:06 -08:00
feature_style_processor.cpp make it possible to disable compilation of grid_renderer - closes #1962 2013-07-23 19:37:25 -04:00
feature_type_style.cpp make inflated image for blurring opt-in via 'image-filters-inflate' option - refs #2165 2014-02-27 10:11:17 -08:00
font_engine_freetype.cpp fix support for ttc/dfont font formats 2014-08-11 19:13:20 -07:00
font_set.cpp integrate various minor c++ style and cast fixes into master from c++11 branch 2013-09-15 23:08:04 -07:00
fs.cpp fix unicode handling in is_regular_file check - refs #2273 2014-06-18 12:55:59 -07:00
gamma_method.cpp iwyu 2013-05-20 12:50:26 -07:00
gradient.cpp iwyu 2013-05-20 12:50:26 -07:00
graphics.cpp use pixfmt pre for the sake of clarity 2013-07-23 18:44:39 -04:00
image_compositing.cpp remove dead code (colorize-alpha is now officially an image-filter) 2013-09-24 17:18:14 -07:00
image_filter_grammar.cpp allow single color colorize-alpha 2013-09-27 16:11:23 -07:00
image_filter_types.cpp renable hsla filter as 'scale-hsla' - refs #1954 2013-07-19 00:37:51 -04:00
image_reader.cpp webp encoding/decoding support - refs #1955 2013-07-19 01:09:17 -04:00
image_scaling.cpp iwyu 2013-07-23 18:45:25 -04:00
image_util.cpp rollback png8 default in 2.3.x - closes #2110 2014-08-12 13:50:32 -07:00
jpeg_reader.cpp image readers: ability to check if image has alpha before full read 2014-06-11 18:50:58 -07:00
layer.cpp pass string by const ref 2013-07-19 15:46:01 -04:00
libxml2_loader.cpp start centralizing filesystem operations in mapnik::util::fs - refs #1177 2013-06-02 19:28:24 -07:00
line_pattern_symbolizer.cpp offset enabled for LinePatternSymbolizer 2013-08-22 10:35:44 +02:00
line_symbolizer.cpp restore the fast line rasterizer (rasterizer_outline_aa) and improve its rendering quality and consistency with standard method - refs #873 2012-05-11 17:40:21 -07:00
load_map.cpp deprecate bilinear8 in 2.3.x - refs #2076 2014-08-12 13:26:35 -07:00
map.cpp add RESPECT mode to make 'fixing' of bbox aspect a no-op on map 2014-08-14 20:25:53 -07:00
mapped_memory_cache.cpp add newlines to avoid pedantic warnings 2014-04-24 12:53:28 -07:00
marker_cache.cpp start centralizing filesystem operations in mapnik::util::fs - refs #1177 2013-06-02 19:28:24 -07:00
markers_symbolizer.cpp iwyu 2013-05-20 12:50:26 -07:00
memory.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
memory_datasource.cpp finish exposing mapnik.Feature.from_geojson 2013-07-30 15:45:46 -04:00
miniz.c fix miniz inlining 2014-06-12 06:52:13 -07:00
miniz_png.cpp fix miniz encoder - closes #1560 2014-06-11 22:43:05 -07:00
palette.cpp integrate various minor c++ style and cast fixes into master from c++11 branch 2013-09-15 23:08:04 -07:00
params.cpp refactor params interface to move lexical cast out of header 2013-01-09 19:12:20 -08:00
parse_path.cpp iwyu 2013-06-02 20:19:33 -07:00
parse_transform.cpp refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles 2013-01-12 21:00:45 -08:00
path_expression_grammar.cpp clean up spirit headers to avoid usage of non-standard/non-futureproof spirit/home path - refs #1658 2013-01-15 14:32:29 -08:00
placement_finder.cpp fix avoid-edges support for shields - closes #983 2014-08-21 23:51:03 -07:00
plugin.cpp support building without dlopen support 2014-12-16 16:03:51 -05:00
png_reader.cpp image readers: ability to check if image has alpha before full read 2014-06-11 18:50:58 -07:00
point_symbolizer.cpp refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles 2013-01-12 21:00:45 -08:00
polygon_pattern_symbolizer.cpp iwyu 2013-05-20 12:50:26 -07:00
polygon_symbolizer.cpp + move 'smooth' property to symbolizer_base level 2012-05-07 16:08:16 +01:00
processed_text.cpp use icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string 2013-08-13 18:52:04 -04:00
proj_transform.cpp Handle bounds reprojections which cross the anti-meridian. 2015-01-28 13:20:33 +13:00
projection.cpp prevent double-free in mapnik::projection 2014-03-08 19:50:34 -08:00
rapidxml_loader.cpp add support for windows unicode paths in rapidxml loader 2014-08-25 14:50:58 -07:00
raster_colorizer.cpp raster_colorizer: avoid color copy by return unsigned from get_color 2013-09-25 14:58:32 -07:00
raster_symbolizer.cpp iwyu: mapnik::attribute 2013-03-14 13:32:11 +08:00
request.cpp further refine the mapnik::request object which can be passed to custom agg_renderer 2013-02-25 19:33:08 -05:00
rule.cpp remove unused and broken deepcopy support to be replaced in #2081 - refs #1390 and #946 2013-11-13 19:26:17 -08:00
save_map.cpp adapt to ptree change in boost 1.56 - closes #2365 2014-08-19 09:07:30 -07:00
scale_denominator.cpp simplify scale_denominator interface 2013-02-20 18:02:28 -08:00
shield_symbolizer.cpp remove unused iostream includes and unnecessary usage of ostringstream - refs #1055 2012-12-06 23:06:12 -08:00
simplify.cpp add facilities to choose the simplification algorithm 2012-08-16 16:53:38 +02:00
stroke.cpp iwyu 2013-05-20 12:50:26 -07:00
symbolizer.cpp support scale_factor in geometry-transform translate and scale - refs #1926 2014-02-27 11:55:58 -08:00
symbolizer_helpers.cpp fix collsion box for shields when scale_factor is used #2381 2014-08-21 23:36:27 -07:00
text_properties.cpp remove force_odd_labels - refs #2120 2014-04-24 20:22:01 -07:00
text_symbolizer.cpp remove force_odd_labels - refs #2120 2014-04-24 20:22:01 -07:00
tiff_reader.cpp image readers: ability to check if image has alpha before full read 2014-06-11 18:50:58 -07:00
transform_expression.cpp new feature: transform expressions are now dynamic 2012-06-06 17:34:26 +02:00
transform_expression_grammar.cpp clean up spirit headers to avoid usage of non-standard/non-futureproof spirit/home path - refs #1658 2013-01-15 14:32:29 -08:00
unicode.cpp use icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string 2013-08-13 18:52:04 -04:00
utils.cpp best practice: lways define NOMINMAX when including windows.h 2013-11-06 15:34:53 -08:00
warp.cpp disable AA when warping images #1913 2014-09-11 10:26:12 -07:00
webp_reader.cpp webp reader: initialize WebPDecoderConfig 2014-06-12 20:54:50 -07:00
well_known_srs.cpp iwyu 2013-05-20 12:50:26 -07:00
wkb.cpp add support for rendering (vs skipping) 3D and 4D postgis geometries like POINTZM, LINESTRINGZM, and POLYGONZM - closes #44 2014-04-09 19:40:14 -04:00
xml_tree.cpp fixup xml_node::get_text() to avoid returning temporary 2014-05-28 14:14:14 -07:00