.. |
agg
|
+ impl metawriter_renderer - initial stub
|
2012-06-12 14:01:13 +01:00 |
formatting
|
fix/prevent to_expression_string misuse #985
|
2012-05-29 22:53:39 +02:00 |
grid
|
Merge branch 'transform_expr' of https://github.com/mirecta/mapnik
|
2012-06-07 10:20:05 +01:00 |
json
|
format
|
2012-04-09 14:46:03 +01:00 |
metawriter
|
+ remove debug printouts
|
2012-06-12 14:01:14 +01:00 |
svg
|
+ make vertex() and rewind() methods const
|
2012-05-31 12:13:09 +01:00 |
text_placements
|
- replace all instances of std::cerr with MAPNIK_LOG_*
|
2012-04-10 00:51:04 +02:00 |
wkt
|
restore compile for boost 1.42
|
2012-02-10 10:20:26 -08:00 |
arrow.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
box2d.cpp
|
add operators for computing the envelope of a transformed box2d
|
2012-06-06 17:34:02 +02:00 |
build.py
|
+ impl process for point_symbolizer
|
2012-06-12 14:01:13 +01:00 |
building_symbolizer.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
cairo_renderer.cpp
|
+ impl metawriter_renderer - initial stub
|
2012-06-12 14:01:13 +01:00 |
color.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
config_error.cpp
|
apply mapnik_format.el formatting
|
2012-03-13 07:56:11 -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 |
datasource_cache.cpp
|
- finish thrashing all the useless ifdef MAPNIK_LOG
|
2012-04-09 21:41:56 +02:00 |
debug.cpp
|
- force a file close to flush debug outputs when setting back logging from file to console
|
2012-04-10 16:46:11 +02:00 |
deepcopy.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
distance.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
expression.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
expression_string.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02: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
|
2012-06-12 14:01:13 +01:00 |
feature_type_style.cpp
|
+ 'direct' image filter support: apply filter on main rendering buffer
|
2012-04-25 10:54:54 +01:00 |
font_engine_freetype.cpp
|
+ implement compositing for text
|
2012-05-09 12:39:23 +01:00 |
font_set.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02: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
|
+ implement compositing for text
|
2012-05-09 12:39:23 +01:00 |
image_compositing.cpp
|
+ add grain-extract blending mode (gimp)
|
2012-05-29 15:09:33 +01:00 |
image_reader.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
image_util.cpp
|
+ use custom span_image_filter preserve alpha
|
2012-05-14 17:32:12 +01:00 |
jpeg_reader.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
layer.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02: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
|
+ impl metawriter_renderer - initial stub
|
2012-06-12 14:01:13 +01:00 |
map.cpp
|
+ impl metawriter_renderer - initial stub
|
2012-06-12 14:01:13 +01:00 |
mapped_memory_cache.cpp
|
- replace all instances of std::cerr with MAPNIK_LOG_*
|
2012-04-10 00:51:04 +02:00 |
marker_cache.cpp
|
make a non-existant marker file a MAPNIK_LOG_ERROR not MAPNIK_LOG_WARN so that the message shows up even if MAPNIK_LOG is off - refs #1175
|
2012-04-12 16:06:40 -07:00 |
markers_placement.cpp
|
+ make vertex() and rewind() methods const
|
2012-05-31 12:13:09 +01:00 |
markers_symbolizer.cpp
|
finish exposing markers symbolizer in python - closes #612
|
2012-06-04 13:42:51 -07:00 |
memory.cpp
|
- replace all instances of std::cerr with MAPNIK_LOG_*
|
2012-04-10 00:51:04 +02:00 |
memory_datasource.cpp
|
- finish thrashing all the useless ifdef MAPNIK_LOG
|
2012-04-09 21:41:56 +02:00 |
metawriter.cpp
|
+ remove unused impl
|
2012-06-12 14:01:13 +01:00 |
metawriter_factory.cpp
|
+ impl metawriter_renderer - initial stub
|
2012-06-12 14:01:13 +01:00 |
metawriter_inmem.cpp
|
+ impl metawriter_renderer - initial stub
|
2012-06-12 14:01:13 +01:00 |
palette.cpp
|
Improve error messages.
|
2012-03-12 01:09:26 +01:00 |
parse_path.cpp
|
reuse path_expression_grammar - finishes and closes #1028
|
2012-04-06 16:50:11 -07:00 |
parse_transform.cpp
|
split parse_transform.hpp, set dynamic transform expression from python
|
2012-06-07 17:06:45 +02:00 |
placement_finder.cpp
|
- replace all instances of std::cerr with MAPNIK_LOG_*
|
2012-04-10 00:51:04 +02:00 |
plugin.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
png_reader.cpp
|
Catch and throw PNG exceptions - fixes #1213
|
2012-06-06 17:52:41 -05: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
|
Improve error messages.
|
2012-03-08 18:52:53 +01:00 |
proj_transform.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
projection.cpp
|
add compile time warning if building against proj < 4.8
|
2012-04-11 08:23:41 -07:00 |
rapidxml_loader.cpp
|
less lexical cast - refs #1055
|
2012-04-06 13:39:13 -07:00 |
raster_colorizer.cpp
|
- finish thrashing all the useless ifdef MAPNIK_LOG
|
2012-04-09 21:41:56 +02:00 |
save_map.cpp
|
+ impl metawriter_renderer - initial stub
|
2012-06-12 14:01:13 +01: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
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
stroke.cpp
|
+ add miterlimit parameter
|
2012-05-02 17:04:24 +01:00 |
svg_parser.cpp
|
Merge branch 'master' into compositing
|
2012-05-01 12:35:49 +01:00 |
svg_path_parser.cpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
svg_points_parser.cpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
svg_transform_parser.cpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
symbolizer.cpp
|
+ impl metawriter_renderer - initial stub
|
2012-06-12 14:01:13 +01:00 |
symbolizer_helpers.cpp
|
+ impl metawriter_renderer - initial stub
|
2012-06-12 14:01:13 +01:00 |
text_properties.cpp
|
- replace all instances of std::cerr with MAPNIK_LOG_*
|
2012-04-10 00:51:04 +02:00 |
text_symbolizer.cpp
|
Add compatiblity layer for C++ code.
|
2012-05-27 01:15:03 +02:00 |
tiff_reader.cpp
|
- finish thrashing all the useless ifdef MAPNIK_LOG
|
2012-04-09 21:41:56 +02:00 |
transform_expression.cpp
|
new feature: transform expressions are now dynamic
|
2012-06-06 17:34:26 +02:00 |
unicode.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
warp.cpp
|
+ use custom span_image_filter preserve alpha
|
2012-05-14 17:32:12 +01:00 |
wkb.cpp
|
work around perf issue with logging in wkb.cpp - refs #1175
|
2012-04-11 18:57:56 -07:00 |
xml_tree.cpp
|
new feature: transform expressions are now dynamic
|
2012-06-06 17:34:26 +02:00 |