mapnik/src
2013-01-03 12:37:45 -08:00
..
agg + take into account alpha when rendering building frame 2013-01-02 16:50:28 +00:00
formatting + singleton: return ref from instance() method 2012-09-07 16:23:03 +01:00
grid Merge branch 'master' of github.com:mapnik/mapnik into bigint-feature-id 2012-12-19 20:13:19 -08:00
json + calc int_parser/generator type from mapnik::value_integer 2012-12-18 18:05:45 +00:00
svg fix compile of svg output renderer 2013-01-03 12:01:14 -08:00
text_placements - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
wkt + ensure 'close path' handled correcly 2012-12-18 11:44:35 +00:00
box2d.cpp fix more clang++ -Wshadow warnings 2013-01-03 12:37:45 -08:00
build.py update svg_renderer 2012-12-17 19:13:00 -08:00
building_symbolizer.cpp +reflect building symbolizer in python 2012-08-20 18:17:00 -07:00
cairo_renderer.cpp + convert colours to doubles in set_color 2013-01-02 19:36:22 +00:00
color.cpp + use uint8_t in get/set methods 2013-01-03 13:51:16 +00:00
color_factory.cpp More parser clean up - color parser 2012-08-29 16:41:48 -04:00
config_error.cpp remove all remaining stringstream usage in load_map to avoid perf hit from locale lock - refs #1055 2012-12-06 20:15:27 -08:00
conversions.cpp + mapnik::value and mapnik::parameters - initial support for 64-bit integers 2012-12-03 13:12:09 +00:00
css_color_grammar.cpp shuffle the mapnik::hue_to_rgb method - no need for it to be in the cpp file 2012-08-28 20:08:43 -07:00
datasource_cache.cpp remove bind option for datasources - refs #962 2012-12-17 10:03:07 -08:00
debug.cpp fix potential compile due to error problematic defines that did not get properly cleaned up in a986aedd05 - refs #1400 2012-11-30 11:27:06 -08:00
deepcopy.cpp remove bind option for datasources - refs #962 2012-12-17 10:03:07 -08:00
distance.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
expression.cpp Minimal roll back const changes 2012-08-29 16:41:48 -04:00
expression_grammar.cpp + calc int_parser/generator type from mapnik::value_integer 2012-12-18 18:05:45 +00:00
expression_node.cpp remove duplicate declaration 2012-07-24 23:40:28 -07:00
expression_string.cpp fix string representation of expr when not built against a boost with icu support 2012-11-01 10:31:45 -07: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 cleanup includes in rule/feature_style_processor and move code to rule.cpp and raster_symbolizer.cpp 2012-10-01 15:01:12 -07:00
feature_type_style.cpp add method off style to check for active rules 2012-09-14 16:11:37 -07:00
font_engine_freetype.cpp fix and doc out behavior of register_fonts 2012-08-16 12:29:13 -07:00
font_set.cpp remove unused iostream includes and unnecessary usage of ostringstream - refs #1055 2012-12-06 23:06:12 -08:00
gamma_method.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
gradient.cpp remove unused iostream includes and unnecessary usage of ostringstream - refs #1055 2012-12-06 23:06:12 -08:00
graphics.cpp remove unused iostream includes and unnecessary usage of ostringstream - refs #1055 2012-12-06 23:06:12 -08:00
image_compositing.cpp add code comments from mcseem relevant to agg usage questions around scaling and compositing 2012-10-01 14:13:54 -07:00
image_filter_grammar.cpp move image filter grammar to cpp and re-use in load map by attaching to xml_tree - closes #1435 2012-08-23 08:13:22 -07:00
image_reader.cpp + singleton: return ref from instance() method 2012-09-07 16:23:03 +01:00
image_scaling.cpp agg scaling assumes/requires a premulitiplied renderer (and optionally a source defined as premultiplied) - to avoid any confusion use purely premultiplied types - refs #1508 and #1489 2012-10-02 21:49:52 -07:00
image_util.cpp zero color images are not valid - catch this earlier on - closes #1568 2012-11-08 16:39:31 -05:00
jpeg_reader.cpp use internal noncopyable class to speed up compile times slightly 2012-12-16 18:19:52 -08:00
layer.cpp + swap patch from @joto : http://www.remote.org/jochen/tmp/swap.patch 2012-12-20 16:36:16 +00:00
libxml2_loader.cpp use internal noncopyable class to speed up compile times slightly 2012-12-16 18:19:52 -08:00
line_pattern_symbolizer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +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 Merge branch 'master' into bigint 2012-12-18 13:57:39 +00:00
map.cpp avoid calls to fixAspectRatio() if current dimensions == dimension being set 2012-11-11 21:48:51 -08:00
mapped_memory_cache.cpp + make client methods non-static in classes derived from 2012-09-07 14:56:30 +01:00
marker_cache.cpp before caching marker premultiply only those image formats that might potentially need to be premultiplied 2012-10-04 16:07:24 -07:00
markers_symbolizer.cpp add marker-multi-policy parameter to support user-configurable rendering behavior for multi-geometries when using either point or interior placement - closes #1573, refs #1555 2012-11-20 17:58:39 -08:00
memory.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
memory_datasource.cpp disable bbox intersection testing when caching features on the fly during rendering - closes #1543 2012-11-28 20:56:08 -08:00
miniz.c comment unused function in miniz sources to avoid compiler warning 2013-01-02 13:44:19 -08:00
miniz_png.cpp throw if tdefl_init fails 2012-11-06 11:33:11 -05:00
palette.cpp fix compile on windows with msvc 2010 - closes #1646 2012-12-12 15:09:07 -08:00
parse_path.cpp Minimal roll back const changes 2012-08-29 16:41:48 -04:00
parse_transform.cpp + add missing headers 2012-06-17 15:16:13 -04:00
path_expression_grammar.cpp move css_color and path_expression grammars to cpp 2012-07-24 15:43:32 -07:00
placement_finder.cpp add pad method on box2d to help tighten otherwise verbose code 2012-12-11 13:56:25 -08:00
plugin.cpp c++ style 2012-09-03 10:27:48 -07:00
png_reader.cpp use internal noncopyable class to speed up compile times slightly 2012-12-16 18:19:52 -08:00
point_symbolizer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
polygon_pattern_symbolizer.cpp + move 'smooth' property to symbolizer_base level 2012-05-07 16:08:16 +01:00
polygon_symbolizer.cpp + move 'smooth' property to symbolizer_base level 2012-05-07 16:08:16 +01:00
processed_text.cpp refactor fontsets making them optional on the symbolizer and removing the dangerous default contructor - closes #1483 (TODO - consider modifying insert_fontset to only take single arg of fontset instance) 2012-09-14 14:17:45 -07:00
proj_transform.cpp + not sure why we have do { } while(false); - removing 2012-09-19 13:51:53 +01:00
projection.cpp replace boost::trim with faster custom trim - closes #1633 2012-12-07 14:06:13 -08:00
rapidxml_loader.cpp use internal noncopyable class to speed up compile times slightly 2012-12-16 18:19:52 -08:00
raster_colorizer.cpp - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
raster_symbolizer.cpp finish #1512 and adjust tests to use new parameter 2012-10-01 17:09:28 -07:00
rule.cpp avoid unnessary datasource queries if style contains only empty rule(s) - closes #1670 - refs mapbox/carto#219 2012-12-21 20:03:41 -08:00
save_map.cpp + mapnik::value and mapnik::parameters - initial support for 64-bit integers 2012-12-03 13:12:09 +00:00
scale_denominator.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02: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 + add miterlimit parameter 2012-05-02 17:04:24 +01:00
symbolizer.cpp formatting 2012-11-28 19:33:09 -08:00
symbolizer_helpers.cpp + singleton: return ref from instance() method 2012-09-07 16:23:03 +01:00
text_properties.cpp refactor fontsets making them optional on the symbolizer and removing the dangerous default contructor - closes #1483 (TODO - consider modifying insert_fontset to only take single arg of fontset instance) 2012-09-14 14:17:45 -07:00
text_symbolizer.cpp refactor fontsets making them optional on the symbolizer and removing the dangerous default contructor - closes #1483 (TODO - consider modifying insert_fontset to only take single arg of fontset instance) 2012-09-14 14:17:45 -07:00
tiff_reader.cpp remove unused iostream includes and unnecessary usage of ostringstream - refs #1055 2012-12-06 23:06:12 -08:00
transform_expression.cpp new feature: transform expressions are now dynamic 2012-06-06 17:34:26 +02:00
transform_expression_grammar.cpp transform expressions: disallow space-separated compound arguments, refs #1389 2012-08-19 19:30:51 +02:00
unicode.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
warp.cpp + ensure warp polygons are aligned exactly (avoid padding!) - #1501 2012-09-26 14:27:42 +01:00
wkb.cpp + ensure 'close path' handled correcly 2012-12-18 11:44:35 +00:00
xml_tree.cpp Merge branch 'master' into bigint 2012-12-14 10:01:21 +00:00