mapnik/src
2012-10-03 18:23:07 -07:00
..
agg pattern source is only used by line_pattern_symbolizer so move it to that cpp 2012-10-03 18:23:07 -07:00
formatting + singleton: return ref from instance() method 2012-09-07 16:23:03 +01:00
grid remove uneeded includes 2012-10-03 13:48:05 -07:00
json + geojson geometry parser implementation 2012-08-17 12:47:41 +01:00
svg More parser clean up - color parser 2012-08-29 16:41:48 -04:00
text_placements - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
wkt + template vertex_iterator on path_type 2012-10-01 10:20:10 +01:00
box2d.cpp c++ style 2012-09-03 10:27:48 -07:00
build.py ensure we rebuild libmapnik if agg sources change 2012-10-01 18:22:12 -07:00
building_symbolizer.cpp +reflect building symbolizer in python 2012-08-20 18:17:00 -07:00
cairo_renderer.cpp Merge pull request #1444 from sigmapi/issue1107 2012-10-03 13:06:45 -07:00
color.cpp More parser clean up - color parser 2012-08-29 16:41:48 -04:00
color_factory.cpp More parser clean up - color parser 2012-08-29 16:41:48 -04:00
config_error.cpp improve error messages for exceptions thrown in symbolizers during load_map - closes #1441 2012-08-23 14:04:03 -07:00
conversions.cpp fix linking of postgis.input by using MAPNIK_DECL and ensuring the header is included in src/conversions.cpp - closes #1127 2012-04-05 16:59:36 -07: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 + make client methods non-static in classes derived from 2012-09-07 14:56:30 +01:00
debug.cpp c++ style 2012-09-03 10:27:48 -07:00
deepcopy.cpp + singleton: return ref from instance() method 2012-09-07 16:23:03 +01: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 reduce build time of xml_tree by half and memory usage by 1/3 - refs #1267 2012-07-23 16:15:27 -07:00
expression_node.cpp remove duplicate declaration 2012-07-24 23:40:28 -07:00
expression_string.cpp + expose geometry type in expression grammar to allow following 2012-07-20 12:28:25 +01:00
feature_kv_iterator.cpp fix the ability of external libraries to link mapnik on windows 2012-02-24 11:32:16 -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 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
gamma_method.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
gradient.cpp + pass by const-ref 2012-05-15 14:40:24 +01:00
graphics.cpp more portable rounding behavior - refs ##1454 2012-08-31 20:31:06 -07: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 rollback 34c3128b0c, move 'scaling' to proper enum, and move image_scaling functions to new cpp/hpp 2012-07-06 16:45:58 -07:00
jpeg_reader.cpp + add premultiplied_alpha method to image_reader 2012-09-28 16:37:21 +01:00
layer.cpp fix group_by on layer to be std::string const& and reflect in python 2012-08-20 16:26:41 -07:00
libxml2_loader.cpp fix whitespace post 2f8d08c36 2012-04-23 19:21:26 -07: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 add 'premultiplied' property on raster symbolizer to allow user to control (in rare cases) the premultiplied status of images in cases where tiffs mis-report it - closes #1512 2012-10-01 16:14:41 -07:00
map.cpp Add tolerance parameter to features_at_point 2012-09-28 15:12:10 +02: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 + make client methods non-static in classes derived from 2012-09-07 14:56:30 +01:00
markers_symbolizer.cpp correct rendering behavior of marker-opacity, which should not, as per svg, override fill-opacity and stroke-opacity but should combine with it 2012-08-03 14:14:03 -07:00
memory.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
memory_datasource.cpp Add tolerance parameter to features_at_point 2012-09-28 15:12:10 +02:00
palette.cpp Improve error messages. 2012-03-12 01:09:26 +01: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 use correct total_distance variable - closes #1430 2012-08-22 13:25:40 -07:00
plugin.cpp c++ style 2012-09-03 10:27:48 -07:00
png_reader.cpp + add premultiplied_alpha method to image_reader 2012-09-28 16:37:21 +01: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 add compile time warning if building against proj < 4.8 2012-04-11 08:23:41 -07:00
rapidxml_loader.cpp c++ style 2012-09-03 10:52:36 -07: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 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
save_map.cpp add 'premultiplied' property on raster symbolizer to allow user to control (in rare cases) the premultiplied status of images in cases where tiffs mis-report it - closes #1512 2012-10-01 16:14:41 -07: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 + support clipping on/off in text_symbolizer_helper, 2012-07-11 14:47:39 +01: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 + only log transform evaluation if trans_expr is not null 2012-09-26 14:26:58 +01: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 + add premultiplied_alpha method to image_reader 2012-09-28 16:37:21 +01: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 + wkb reader : close polygons 2012-07-26 15:20:56 +01:00
xml_tree.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