.. |
agg
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
cairo
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
grid
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
group
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
json
|
template feature_generator_grammar on FeatureType - ref #2546
|
2014-12-22 15:56:46 +01:00 |
renderer_common
|
make concrete image_data type names more expressive and explicit about color channels/depth:
|
2014-12-04 11:02:42 +01:00 |
svg
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
text
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
wkt
|
simplify and install mapnik wkt and json libs
|
2014-10-22 00:09:22 -07:00 |
box2d.cpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
build.py
|
Merge remote-tracking branch 'origin/image' into release/image_data_any
|
2015-01-12 14:51:08 -06: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
|
update copyright year
|
2014-11-20 15:25:50 +01: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
|
update copyright year
|
2014-11-20 15:25:50 +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
|
update copyright year
|
2014-11-20 15:25:50 +01: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 |
graphics.cpp
|
trim down image_32 - refs #2627
|
2015-01-08 13:16:32 -08:00 |
image.cpp
|
add initial support for writing image_data_gray16 ( only TIFF supported )
|
2015-01-07 18:17:44 +01:00 |
image_compositing.cpp
|
image_compositing - fix composite method signature to composite(T & dst, T const& src,...) via providing const_rendering_buffer adapter
|
2015-01-08 12:45:04 +01:00 |
image_filter_types.cpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
image_reader.cpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
image_scaling.cpp
|
fix nasty typo + refactor more
|
2014-12-16 12:02:40 +01:00 |
image_util.cpp
|
move is_solid to hpp for now to avoid linking errors
|
2015-01-14 21:20:15 -08:00 |
image_util_jpeg.cpp
|
Another large set of modifications, finally allow this branch to build. Mostly modifications to the image_util_* files. Different processing based on the image type is now possible, and save_to_stream now could possibly accept grayscale with out breaking existing code.
|
2015-01-08 19:31:14 -05:00 |
image_util_png.cpp
|
Another large set of modifications, finally allow this branch to build. Mostly modifications to the image_util_* files. Different processing based on the image type is now possible, and save_to_stream now could possibly accept grayscale with out breaking existing code.
|
2015-01-08 19:31:14 -05:00 |
image_util_tiff.cpp
|
Another large set of modifications, finally allow this branch to build. Mostly modifications to the image_util_* files. Different processing based on the image type is now possible, and save_to_stream now could possibly accept grayscale with out breaking existing code.
|
2015-01-08 19:31:14 -05:00 |
image_util_webp.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 |
jpeg_reader.cpp
|
make bounding_box return optional<box2d<double>> to be consistent with current behavour
|
2014-12-10 12:53:39 +01: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
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01: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
|
make concrete image_data type names more expressive and explicit about color channels/depth:
|
2014-12-04 11:02:42 +01:00 |
marker_helpers.cpp
|
amend/partially revert #2609
|
2015-01-09 12:11:41 -08:00 |
memory.cpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
memory_datasource.cpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
miniz.c
|
fix miniz inlining
|
2014-06-16 09:52:25 -07:00 |
miniz_png.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 |
palette.cpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
params.cpp
|
update copyright year
|
2014-11-20 15:25:50 +01: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
|
fix windows compile
|
2014-12-18 21:26:31 -08:00 |
png_reader.cpp
|
make bounding_box return optional<box2d<double>> to be consistent with current behavour
|
2014-12-10 12:53:39 +01:00 |
proj_transform.cpp
|
update copyright year
|
2014-11-20 15:25:50 +01: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
|
format
|
2014-12-17 14:54:31 +01: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
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01: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 horizontal-alignment="adjust" with immutability of style objects in
|
2014-10-13 12:16:48 +00:00 |
symbolizer_keys.cpp
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
tiff_reader.cpp
|
better names + unbuffered io + use image_data_xxx for allocating strip
|
2014-12-17 18:34:47 +01: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
|
remove static_visitor usage and rely on automatic result type deduction
|
2015-01-07 11:39:06 +01:00 |
webp_reader.cpp
|
make bounding_box return optional<box2d<double>> to be consistent with current behavour
|
2014-12-10 12:53:39 +01: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 |