mapnik/src
2015-04-30 07:20:10 +00:00
..
agg vertex_converter - refactor to pass Processor to apply function (while it allows to instantiate vertex_converter object only using converter tags, it doesn't reduce object code) 2015-04-28 14:18:33 +02:00
cairo vertex_converter - refactor to pass Processor to apply function (while it allows to instantiate vertex_converter object only using converter tags, it doesn't reduce object code) 2015-04-28 14:18:33 +02:00
grid vertex_converter - refactor to pass Processor to apply function (while it allows to instantiate vertex_converter object only using converter tags, it doesn't reduce object code) 2015-04-28 14:18:33 +02:00
group make geometry methods templated to allow using modified geometry types ( e.g variant<reference_wrapper<T>..> 2015-03-25 12:58:50 +01:00
json Added template to geometries 2015-04-09 15:22:51 -05:00
renderer_common remove unused includes 2015-04-29 11:35:44 +02:00
svg fix SVG rendering 2015-04-29 15:41:18 -07:00
text fix labeling 2015-04-30 07:20:10 +00:00
wkt A large set of changes that help allow WKT for int64_t type geometeries, modified some strategies, made it so that the clipper would use mapnik geometries. 2015-04-21 09:34:52 -05:00
box2d.cpp iwyu 2015-02-09 14:18:15 -08:00
build.py Moved geometry envelope to an impl 2015-04-06 11:00:03 -05:00
cairo_io.cpp Moved cairo out of the image_util.*pp files and now have created a cairo_io.*pp files. 2015-01-09 16:49:31 -05:00
color.cpp Fixed some issues in color and bindings where you could create a color and premultiplied was not set and it was resulting in it being assigned randomly, causing some issues at runtime. 2015-01-24 20:48:15 -06:00
color_factory.cpp update copyright year 2014-11-20 15:25:50 +01:00
config_error.cpp iwyu 2013-07-23 18:59:05 -04:00
conversions.cpp update copyright year 2014-11-20 15:25:50 +01:00
css_color_grammar.cpp shuffle the cost of spirit grammars 2014-07-25 16:15:18 -07:00
dasharray_parser.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
datasource_cache.cpp finish centralizing boost::filesystem usage to single cpp file - refs #1177 2015-01-06 00:33:33 -08:00
datasource_cache_static.cpp followup after #2773: remove python from install doc,static datasources, utils 2015-04-25 08:21:59 +02:00
debug.cpp update copyright year 2014-11-20 15:25:50 +01:00
expression.cpp use sequencial catch blocks 2015-03-09 18:48:41 +01:00
expression_grammar.cpp break apart expression+transform grammars - refs #2526 2014-10-12 16:36:33 -07:00
expression_node.cpp move mapnik::noncopyable to mapnik::util::noncopyable where it belongs 2015-01-07 13:11:09 +01:00
expression_string.cpp remove static_visitor usage and rely on automatic result type deduction 2015-01-07 11:39:06 +01:00
feature_kv_iterator.cpp update copyright year 2014-11-20 15:25:50 +01:00
feature_style_processor.cpp A large set of updates: 2015-02-04 15:41:58 -06:00
feature_type_style.cpp update copyright year 2014-11-20 15:25:50 +01:00
font_engine_freetype.cpp finish centralizing boost::filesystem usage to single cpp file - refs #1177 2015-01-06 00:33:33 -08:00
font_set.cpp update copyright year 2014-11-20 15:25:50 +01:00
fs.cpp finish centralizing boost::filesystem usage to single cpp file - refs #1177 2015-01-06 00:33:33 -08:00
function_call.cpp avoid spirit usage in function_call.hpp - refs #2439 2014-09-29 13:12:46 -07:00
geometry_envelope.cpp A large set of changes that help allow WKT for int64_t type geometeries, modified some strategies, made it so that the clipper would use mapnik geometries. 2015-04-21 09:34:52 -05:00
geometry_reprojection.cpp Added geometry_reprojection_impl 2015-04-10 10:55:30 -05:00
gradient.cpp pack mapnik::gradient to save 8 bytes (128 -> 120) - refs #2631 2015-01-09 11:43:17 -08:00
image.cpp Moved image_null into a header 2015-03-16 12:18:07 -05:00
image_any.cpp Added image_view implementation 2015-03-13 16:34:49 -05:00
image_compositing.cpp Found more situations where getRowSize should be used over multiplying the width by the pixel size. 2015-01-27 15:29:43 -06:00
image_copy.cpp Added the ability to get_type from an image, fixed possible bugs associated with image copy. 2015-03-06 17:24:23 -06:00
image_filter_types.cpp update copyright year 2014-11-20 15:25:50 +01:00
image_reader.cpp Updated image reader so that it would throw an exception rather then returning a 0 pointer. 2015-03-10 10:05:50 -05:00
image_scaling.cpp A large set of updates: 2015-02-04 15:41:58 -06:00
image_util.cpp start fixing windows compile - refs #2708 2015-02-16 18:48:14 -08:00
image_util_jpeg.cpp Added the introduction of an image_view_null, this could possibly fix windows build issues 2015-03-19 21:28:16 -05:00
image_util_png.cpp Added the introduction of an image_view_null, this could possibly fix windows build issues 2015-03-19 21:28:16 -05:00
image_util_tiff.cpp Added the introduction of an image_view_null, this could possibly fix windows build issues 2015-03-19 21:28:16 -05:00
image_util_webp.cpp Added the introduction of an image_view_null, this could possibly fix windows build issues 2015-03-19 21:28:16 -05:00
image_view.cpp Added the introduction of an image_view_null, this could possibly fix windows build issues 2015-03-19 21:28:16 -05:00
image_view_any.cpp Added impl for image_view_any and fix to benchmark that was missing include for mapnik/color.hpp 2015-03-13 17:28:22 -05:00
jpeg_reader.cpp Moved image_data_rgba8 to image_rgba8. Ref #2633 2015-01-21 20:31:02 -06:00
layer.cpp update copyright year 2014-11-20 15:25:50 +01:00
libxml2_loader.cpp move mapnik::noncopyable to mapnik::util::noncopyable where it belongs 2015-01-07 13:11:09 +01:00
load_map.cpp avoid potential access of uninitialized text_placements_ptr - closes #2766 2015-04-22 14:27:07 +02:00
map.cpp update copyright year 2014-11-20 15:25:50 +01:00
mapped_memory_cache.cpp update copyright year 2014-11-20 15:25:50 +01:00
marker_cache.cpp insert_marker to take rvalue it if is moved inside the function 2015-02-19 01:37:45 -08:00
marker_helpers.cpp sync with latest master/3.x 2015-01-14 18:35:40 -08:00
math.cpp fix compile error on windows: error C2065: 'M_PI': undeclared identifier 2015-03-19 12:14:24 -07:00
memory.cpp update copyright year 2014-11-20 15:25:50 +01:00
memory_datasource.cpp fix memory datasource accumulate_extent 2015-03-24 14:46:26 -07:00
miniz.c fix miniz inlining 2014-06-16 09:52:25 -07:00
miniz_png.cpp Move image_data.hpp to image.hpp and renamed most everything from image_data to image alone. This might lead to the need to clean up some variables that are currently named image through out the code at some time, but I think in the long term is much better as image is a better name for the base class. 2015-01-22 11:39:37 -06:00
palette.cpp update copyright year 2014-11-20 15:25:50 +01:00
params.cpp Updated param to allow value_boolean 2015-03-09 16:33:20 -05:00
parse_path.cpp remove static_visitor usage and rely on automatic result type deduction 2015-01-07 11:39:06 +01:00
parse_transform.cpp update copyright year 2014-11-20 15:25:50 +01:00
plugin.cpp do not call dlclose on plugins linking libgdal 2015-02-23 14:56:18 -08:00
png_reader.cpp Moved image_data_rgba8 to image_rgba8. Ref #2633 2015-01-21 20:31:02 -06:00
proj_transform.cpp Added tests for non standard projections, forcing use of proj4. 2015-04-10 14:05:58 -05:00
projection.cpp pedantic proj api usage 2015-04-26 23:24:19 +02:00
rapidxml_loader.cpp move mapnik::noncopyable to mapnik::util::noncopyable where it belongs 2015-01-07 13:11:09 +01:00
raster_colorizer.cpp A large set of updates: 2015-02-04 15:41:58 -06:00
renderer_common.cpp update copyright year 2014-11-20 15:25:50 +01:00
request.cpp update copyright year 2014-11-20 15:25:50 +01:00
rule.cpp update copyright year 2014-11-20 15:25:50 +01:00
save_map.cpp move aside variant io 2015-01-27 21:52:05 -08:00
scale_denominator.cpp update copyright year 2014-11-20 15:25:50 +01:00
simplify.cpp silence boost warnings 2014-10-21 16:37:27 -07:00
symbolizer.cpp update copyright year 2014-11-20 15:25:50 +01:00
symbolizer_enumerations.cpp add debug symbolizer mode for visualizing exterior and interior rings and their winding order 2015-04-14 02:44:14 +02:00
symbolizer_keys.cpp Merge pull request #2621 from mapycz/markers-upright 2015-03-12 14:58:16 +01:00
tiff_reader.cpp A large set of updates: 2015-02-04 15:41:58 -06:00
transform_expression.cpp remove static_visitor usage and rely on automatic result type deduction 2015-01-07 11:39:06 +01:00
transform_expression_grammar.cpp add new line 2014-10-13 14:23:06 +01:00
unicode.cpp iwyu 2014-12-02 14:40:03 -05:00
utils.cpp update copyright year 2014-11-20 15:25:50 +01:00
vertex_cache.cpp update copyright year 2014-11-20 15:25:50 +01:00
warp.cpp A large set of updates: 2015-02-04 15:41:58 -06:00
webp_reader.cpp Moved image_data_rgba8 to image_rgba8. Ref #2633 2015-01-21 20:31:02 -06:00
well_known_srs.cpp update copyright year 2014-11-20 15:25:50 +01:00
wkb.cpp stop correcting geometries at decode time 2015-04-22 14:27:43 +02:00
xml_tree.cpp add direction property for markers 2015-02-07 12:23:35 +00:00