.. |
agg
|
add support for drawing all geometry verticies with debug symbolizer mode=vertex and expose in python - closes #1848
|
2013-05-21 19:21:35 -07:00 |
formatting
|
fixup a few includes around text formatting
|
2013-01-21 17:05:33 -08:00 |
grid
|
Fix PointSymbolizer collision bounding boxes.
|
2013-03-24 15:50:18 +01:00 |
json
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
svg
|
fix svg parser to ignore empty groups - closes #1944
|
2013-07-10 17:25:34 -04:00 |
text_placements
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
wkt
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
box2d.cpp
|
+ expose set_minx/miny/maxx/maxy - makes it easier
|
2013-03-06 21:31:12 +00:00 |
build.py
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -07:00 |
building_symbolizer.cpp
|
refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles
|
2013-01-12 21:00:45 -08:00 |
cairo_context.cpp
|
fix #1865
|
2013-05-24 16:45:02 -07:00 |
cairo_renderer.cpp
|
fix handling of opacity when rendering svg with cairo - closes #1943
|
2013-07-10 16:19:28 -04:00 |
color.cpp
|
+ fix typo in grammar
|
2013-06-21 19:37:56 +01:00 |
color_factory.cpp
|
iwyu
|
2013-06-21 12:00:48 -07: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
|
removed unused trunc and cmath headers - closes #1646
|
2013-03-13 12:47:24 -07:00 |
css_color_grammar.cpp
|
rename css_color_grammar_def.hpp -> css_color_grammar_impl.hpp to be consistent with other headers
|
2013-05-15 18:23:46 -07:00 |
datasource_cache.cpp
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
datasource_cache_static.cpp
|
fix compile against boost 1.47 - closes #1885
|
2013-06-02 13:32:15 -07:00 |
debug.cpp
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
debug_symbolizer.cpp
|
Add file I should have added in 8634a04938
|
2013-05-21 21:01:07 -07:00 |
deepcopy.cpp
|
iwyu
|
2013-01-03 23:52:58 -08:00 |
distance.cpp
|
fixup std:: prefixing of cmath functions - closes #1694
|
2013-01-17 13:53:48 -08:00 |
expression.cpp
|
iwyu
|
2013-01-24 22:04:17 -08:00 |
expression_grammar.cpp
|
move expresion_grammar impl to impl header
|
2013-05-15 18:24:49 -07:00 |
expression_node.cpp
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
expression_string.cpp
|
fixup includes in expression_string.cpp
|
2013-01-10 19:52:24 -08: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
|
+ implement cairo_context wrapper and remove unnecessary dependencies
|
2013-01-09 17:00:30 +00:00 |
feature_type_style.cpp
|
iwyu
|
2013-05-20 12:50:26 -07:00 |
font_engine_freetype.cpp
|
catch boost::filesystem::directory_iterator::construct error and print warning rather than throwing exception - closes #1919 - refs mapbox/tilemill#1992
|
2013-06-21 11:18:42 -07:00 |
font_set.cpp
|
remove unused iostream includes and unnecessary usage of ostringstream - refs #1055
|
2012-12-06 23:06:12 -08:00 |
fs.cpp
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
gamma_method.cpp
|
iwyu
|
2013-05-20 12:50:26 -07:00 |
gradient.cpp
|
iwyu
|
2013-05-20 12:50:26 -07:00 |
graphics.cpp
|
add mapnik.Image.premultiplied() to query status of pixel premultiplication
|
2013-07-02 16:01:23 -04:00 |
image_compositing.cpp
|
formatting
|
2013-03-07 16:46:19 -08:00 |
image_filter_grammar.cpp
|
disable the hsla image-filter - not yet ready for primetime
|
2013-04-16 19:09:40 -07:00 |
image_filter_types.cpp
|
Add parse_image_filters function to avoid python bindings access the internal structs.
|
2013-02-22 23:58:30 +08:00 |
image_reader.cpp
|
+ backport image_reader from buffer/string from image-readers-c++11 branch
|
2013-04-22 11:35:09 +01:00 |
image_scaling.cpp
|
respect both sx and sy in setting up affine transform for raster scaling since they may be different - closes #1748
|
2013-03-06 17:41:20 -08:00 |
image_util.cpp
|
support scale_denominator override in save_to_cairo_file - closes #1930
|
2013-06-27 20:07:25 -04:00 |
jpeg_reader.cpp
|
+ fix warnings when compiling with g++ 4.2.1 on os x
|
2013-04-22 11:36:37 +01:00 |
layer.cpp
|
merge work from mappy/abonnasseau allowing buffer-size to be overiddend by layer - closes #1566
|
2013-01-15 18:53:34 -08:00 |
libxml2_loader.cpp
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -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
|
iwyu
|
2013-06-18 14:26:58 -07:00 |
map.cpp
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
mapped_memory_cache.cpp
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -07:00 |
marker_cache.cpp
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -07:00 |
markers_symbolizer.cpp
|
iwyu
|
2013-05-20 12:50:26 -07:00 |
memory.cpp
|
- replace all instances of std::cerr with MAPNIK_LOG_*
|
2012-04-10 00:51:04 +02:00 |
memory_datasource.cpp
|
feature_at_point
|
2013-05-22 16:40:26 +01: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
|
refactor and speed up hextree image encoding by using dense_has_map - refs #1629
|
2013-01-08 19:07:11 -08:00 |
params.cpp
|
refactor params interface to move lexical cast out of header
|
2013-01-09 19:12:20 -08:00 |
parse_path.cpp
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
parse_transform.cpp
|
refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles
|
2013-01-12 21:00:45 -08:00 |
path_expression_grammar.cpp
|
clean up spirit headers to avoid usage of non-standard/non-futureproof spirit/home path - refs #1658
|
2013-01-15 14:32:29 -08:00 |
placement_finder.cpp
|
iwyu
|
2013-03-14 15:13:02 -07:00 |
plugin.cpp
|
proper c++ cast
|
2013-06-02 17:34:44 -07:00 |
png_reader.cpp
|
display png error when we cannot read a png
|
2013-07-14 16:32:32 -04:00 |
point_symbolizer.cpp
|
refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles
|
2013-01-12 21:00:45 -08:00 |
polygon_pattern_symbolizer.cpp
|
iwyu
|
2013-05-20 12:50:26 -07:00 |
polygon_symbolizer.cpp
|
+ move 'smooth' property to symbolizer_base level
|
2012-05-07 16:08:16 +01:00 |
processed_text.cpp
|
iwyu
|
2013-01-09 16:45:37 -08:00 |
proj_transform.cpp
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
projection.cpp
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
rapidxml_loader.cpp
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -07:00 |
raster_colorizer.cpp
|
iwyu
|
2013-05-20 12:50:26 -07:00 |
raster_symbolizer.cpp
|
iwyu: mapnik::attribute
|
2013-03-14 13:32:11 +08:00 |
request.cpp
|
further refine the mapnik::request object which can be passed to custom agg_renderer
|
2013-02-25 19:33:08 -05:00 |
rule.cpp
|
refactor headers involving variant attempting to move as much variant usage out of hpp files to speed up compiles
|
2013-01-12 21:00:45 -08:00 |
save_map.cpp
|
add halo-rasterizer option for text symbolizer
|
2013-03-08 20:32:39 -08:00 |
scale_denominator.cpp
|
simplify scale_denominator interface
|
2013-02-20 18:02:28 -08: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
|
iwyu
|
2013-05-20 12:50:26 -07:00 |
symbolizer.cpp
|
iwyu: mapnik::attribute
|
2013-03-14 13:32:11 +08:00 |
symbolizer_helpers.cpp
|
iwyu
|
2013-03-12 16:56:47 -07:00 |
text_properties.cpp
|
iwyu
|
2013-01-03 23:56:11 -08:00 |
text_symbolizer.cpp
|
add halo-rasterizer option for text symbolizer
|
2013-03-08 20:32:39 -08:00 |
tiff_reader.cpp
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -07:00 |
transform_expression.cpp
|
new feature: transform expressions are now dynamic
|
2012-06-06 17:34:26 +02:00 |
transform_expression_grammar.cpp
|
clean up spirit headers to avoid usage of non-standard/non-futureproof spirit/home path - refs #1658
|
2013-01-15 14:32:29 -08:00 |
unicode.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
utils.cpp
|
put implementatio into .cpp to avoid exposing <windows.h>
|
2013-05-20 14:54:06 +01:00 |
warp.cpp
|
fix raster resampling bug - closes #1489 and fixes mapbox/tilemill#1888
|
2013-01-31 18:43:06 -05:00 |
well_known_srs.cpp
|
iwyu
|
2013-05-20 12:50:26 -07:00 |
wkb.cpp
|
fix spelling of unknown
|
2013-04-17 14:23:04 -07:00 |
xml_tree.cpp
|
add support for drawing all geometry verticies with debug symbolizer mode=vertex and expose in python - closes #1848
|
2013-05-21 19:21:35 -07:00 |