mapnik/src
2015-03-10 23:19:30 -05:00
..
agg fix high zoom crash in line pattern rendering - closes #2726 2015-03-10 18:16:04 -07:00
cairo try to solve #2714 2015-02-26 11:12:19 -08:00
grid Removed unused resolution data from grids 2015-03-10 23:19:30 -05:00
group implement vertex interface in vertex_adapter and make mapnik::geometry_type immutable 2015-02-06 16:45:51 +01:00
json fix copyright 2015-02-09 13:47:29 +01:00
renderer_common no need for templated 'raster_marker_render_thunk' 2015-02-19 01:36:43 -08:00
svg use const ref when iterating over geometries in feature 2015-02-09 13:46:01 +01:00
text try to solve #2714 2015-02-26 11:12:19 -08:00
wkt fix copyright 2015-02-09 13:47:29 +01:00
box2d.cpp iwyu 2015-02-09 14:18:15 -08:00
build.py scons: cross compilation fixes 2015-03-04 16:25:15 -08: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 update copyright year 2014-11-20 15:25:50 +01: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
gradient.cpp pack mapnik::gradient to save 8 bytes (128 -> 120) - refs #2631 2015-01-09 11:43:17 -08: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 A fix to the jpeg driver making it operate with parameters like the other file formats. 2015-03-05 21:51:48 -06:00
image_util_png.cpp A large set of updates: 2015-02-04 15:41:58 -06:00
image_util_tiff.cpp A large set of updates: 2015-02-04 15:41:58 -06:00
image_util_webp.cpp A large set of updates: 2015-02-04 15:41:58 -06: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 prefer stl over boost 2015-02-10 12:46:10 +00: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
memory.cpp update copyright year 2014-11-20 15:25:50 +01:00
memory_datasource.cpp enforce geometry_type const by removing ``inline geometry_type& get_geometry(std::size_t index)`` 2015-02-06 17:13:41 +01: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 Handle bounds reprojections which cross the anti-meridian. #2648 2015-01-28 11:18:16 +13:00
projection.cpp update copyright year 2014-11-20 15:25:50 +01: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 upright value auto-down 2015-02-03 16:08:36 +00:00
symbolizer_keys.cpp prefer STL implementation 2015-02-06 16:13:31 +00: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 move mapnik::noncopyable to mapnik::util::noncopyable where it belongs 2015-01-07 13:11:09 +01:00
xml_tree.cpp update copyright year 2014-11-20 15:25:50 +01:00