.. |
formatting
|
+ pass args by const ref
|
2012-07-03 11:16:10 +01:00 |
grid
|
move key grid functions to cpp file
|
2012-07-09 17:32:36 -07:00 |
internal
|
Add namespace.
|
2012-07-04 20:39:07 +02:00 |
json
|
+ make feature's optional: -(feature % lit(','))
|
2012-06-14 14:40:54 +01:00 |
svg
|
expose the ability to parse an svg from an in-memory string
|
2012-07-10 08:59:35 -07:00 |
text_placements
|
apply mapnik_format.el formatting
|
2012-03-13 07:54:32 -07:00 |
util
|
Merge branch 'master' into compositing
|
2012-05-01 12:35:49 +01:00 |
wkt
|
Add include
|
2012-02-13 11:59:04 -08:00 |
agg_helpers.hpp
|
remove unused renderer_scanline_solid
|
2012-07-04 09:23:01 +01:00 |
agg_pattern_source.hpp
|
- another bunch of coding style fixes in includes
|
2011-10-23 16:09:47 +02:00 |
agg_rasterizer.hpp
|
- another bunch of coding style fixes in includes
|
2011-10-23 16:09:47 +02:00 |
agg_renderer.hpp
|
address #1198 by moving away from caching grid features and (back) to copying attributes - also roll back to passing feature_impl& rather than feature_ptr (which is now unneeded)
|
2012-06-15 22:17:26 -04:00 |
arrow.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
attribute.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
attribute_collector.hpp
|
move marker width/height to expressions - closes #1102 and replaces #1255
|
2012-06-28 19:54:25 -07:00 |
attribute_descriptor.hpp
|
formatting
|
2012-02-13 11:01:25 -08:00 |
boolean.hpp
|
support case insensitive booleans - closes #1141
|
2012-03-23 20:08:47 -07:00 |
box2d.hpp
|
add operators for computing the envelope of a transformed box2d
|
2012-06-06 17:34:02 +02:00 |
building_symbolizer.hpp
|
Rename filter_factory to expression.
|
2012-02-12 13:06:39 +01:00 |
cairo_renderer.hpp
|
ensure the bounds used for avoid-edges and minimum-padding is non-buffered - refs #1283
|
2012-07-04 18:34:04 -07:00 |
char_info.hpp
|
initialize members of char_info - refs #1114
|
2012-03-05 14:51:14 -08:00 |
color.hpp
|
Complete new XML structure.
|
2012-03-07 19:16:41 +01:00 |
color_factory.hpp
|
apply mapnik_format.el formatting
|
2012-03-13 07:54:32 -07:00 |
config.hpp
|
remove old shim
|
2012-03-12 13:21:38 -07:00 |
config_error.hpp
|
Improve error messages.
|
2012-03-12 01:09:26 +01:00 |
coord.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
coord_array.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
css_color_grammar.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
css_color_grammar_deprecated.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
ctrans.hpp
|
+ make vertex() and rewind() methods const
|
2012-05-31 12:13:09 +01:00 |
datasource.hpp
|
- improved again the logging facilities
|
2012-04-09 03:00:51 +02:00 |
datasource_cache.hpp
|
split up code that handles datasource plugin registration
|
2012-06-13 19:25:59 -04:00 |
debug.hpp
|
- always log errors and fatals, regardless of MAPNIK_LOG definition
|
2012-04-12 23:45:03 +02:00 |
distance.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
ellipsoid.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
enumeration.hpp
|
- fixing remaining cerr traces
|
2012-04-10 00:58:18 +02:00 |
expression.hpp
|
Only one grammar object per XML tree.
|
2012-03-11 23:24:28 +01:00 |
expression_evaluator.hpp
|
unary minus operator on mapnik::value and in expression_grammar
|
2012-05-29 23:45:13 +02:00 |
expression_grammar.hpp
|
unary minus operator on mapnik::value and in expression_grammar
|
2012-05-29 23:45:13 +02:00 |
expression_node.hpp
|
unary minus operator on mapnik::value and in expression_grammar
|
2012-05-29 23:45:13 +02:00 |
expression_string.hpp
|
amend eaa53b0 and #1232 to compile with clang++ by avoiding first pass instanciation of intentionally invalid templates - refs #985
|
2012-05-29 15:28:35 -07:00 |
factory.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
fastmath.hpp
|
- another bunch of coding style fixes in includes
|
2011-10-23 16:09:47 +02:00 |
feature.hpp
|
create grid feature context with correct sorting - closes #1306
|
2012-07-09 18:40:41 -07:00 |
feature_factory.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
feature_kv_iterator.hpp
|
add value_null operators, improve is_null, move mapnik::value definition into separate namespace
|
2012-06-06 17:34:17 +02:00 |
feature_layer_desc.hpp
|
finish work on populating initialization lists - closes #1114
|
2012-04-16 21:57:24 -07:00 |
feature_style_processor.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
feature_type_style.hpp
|
implement style-level opacity - closes #314
|
2012-06-19 15:10:28 -04:00 |
filter_factory.hpp
|
Add warning for filter_factory.hpp.
|
2012-02-13 17:03:42 +01:00 |
filter_featureset.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
font_engine_freetype.hpp
|
pass scale_factor to text_renderer in order to scale up halo_radius - refs #1273 and refs #695
|
2012-06-29 13:05:28 -07:00 |
font_set.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
gamma_method.hpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
geom_util.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
geometry.hpp
|
apply mapnik_format.el formatting
|
2012-03-13 07:54:32 -07:00 |
global.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
gradient.hpp
|
+ pass by const-ref
|
2012-05-15 14:40:24 +01:00 |
graphics.hpp
|
fix behavior of compositing via python api now that we have premultiplication issues sorted out in core - refs #1262 and #314 and #1211
|
2012-06-21 15:44:57 -04:00 |
hextree.hpp
|
apply mapnik_format.el formatting
|
2012-03-13 07:54:32 -07:00 |
hit_test_filter.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
image_compositing.hpp
|
serialize comp-op in save_map - refs #1292
|
2012-07-05 17:06:41 -07:00 |
image_data.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
image_filter.hpp
|
pass filter_tag by const ref
|
2012-07-10 12:50:27 +01:00 |
image_filter_parser.hpp
|
+ unnamed args in image-filters #1222
|
2012-05-23 20:23:10 +01:00 |
image_filter_types.hpp
|
+ impl operator<< for filters
|
2012-07-10 12:51:08 +01:00 |
image_reader.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
image_scaling.hpp
|
rollback 34c3128b0c , move 'scaling' to proper enum, and move image_scaling functions to new cpp/hpp
|
2012-07-06 16:45:58 -07:00 |
image_util.hpp
|
rollback 34c3128b0c , move 'scaling' to proper enum, and move image_scaling functions to new cpp/hpp
|
2012-07-06 16:45:58 -07:00 |
image_view.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
jpeg_io.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
label_collision_detector.hpp
|
finish work on populating initialization lists - closes #1114
|
2012-04-16 21:57:24 -07:00 |
layer.hpp
|
+ format/correct doc string
|
2012-04-03 13:08:10 +01:00 |
line_pattern_symbolizer.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
line_symbolizer.hpp
|
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.hpp
|
add explicit include for MAPNIK_DECL
|
2012-04-05 14:41:52 -07:00 |
map.hpp
|
make it possible to set the map.maximum_extent back to None/uninitialized from python
|
2012-04-04 12:07:15 -07:00 |
mapped_memory_cache.hpp
|
expose a clear method for the marker_cache and mapped_memory_cache - closes #1022
|
2012-03-09 15:16:01 -08:00 |
marker.hpp
|
new feature: transform expressions are now dynamic
|
2012-06-06 17:34:26 +02:00 |
marker_cache.hpp
|
expose a clear method for the marker_cache and mapped_memory_cache - closes #1022
|
2012-03-09 15:16:01 -08:00 |
markers_placement.hpp
|
+ markers_symbolizer: support affine geometry transformations
|
2012-06-26 15:00:42 +01:00 |
markers_symbolizer.hpp
|
+ remove explicit keyword
|
2012-07-09 10:18:41 +01:00 |
memory.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
memory_datasource.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
memory_featureset.hpp
|
- finish thrashing all the useless ifdef MAPNIK_LOG
|
2012-04-09 21:41:56 +02:00 |
metawriter.hpp
|
+ fix unused parameter warning
|
2012-07-10 12:49:14 +01:00 |
metawriter_factory.hpp
|
Update metawriter_factory.hpp
|
2012-03-07 15:26:13 +01:00 |
metawriter_inmem.hpp
|
Reenable text meta writers.
|
2012-03-04 23:25:13 +01:00 |
metawriter_json.hpp
|
+ fix conflict
|
2012-06-12 14:18:29 +01:00 |
octree.hpp
|
c++ casts to avoid compiler warnings on msvc
|
2012-02-24 18:58:34 -08:00 |
offset_converter.hpp
|
offset_converter: add threshold to avoid cutting large closed rings off
|
2012-06-26 22:38:38 +02:00 |
palette.hpp
|
finish work on populating initialization lists - closes #1114
|
2012-04-16 21:57:24 -07:00 |
params.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
parse_path.hpp
|
formatting
|
2012-04-16 22:24:34 -07:00 |
parse_transform.hpp
|
split parse_transform.hpp, set dynamic transform expression from python
|
2012-06-07 17:06:45 +02:00 |
path_expression_grammar.hpp
|
reuse path_expression_grammar - finishes and closes #1028
|
2012-04-06 16:50:11 -07:00 |
pixel_position.hpp
|
Rename starting_{x,y} to center to reflect actual meaning.
|
2012-02-18 13:07:23 +01:00 |
placement_finder.hpp
|
+ make vertex() and rewind() methods const
|
2012-05-31 12:13:09 +01:00 |
plugin.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
png_io.hpp
|
+ correct image_width padding calc - via @lightmare
|
2012-05-29 12:38:10 +01:00 |
point_symbolizer.hpp
|
+ explicit keyword only makes sense for 1 arg ctor's
|
2012-05-01 14:24:53 +01:00 |
polygon_pattern_symbolizer.hpp
|
+ move 'smooth' property to symbolizer_base level
|
2012-05-07 16:08:16 +01:00 |
polygon_symbolizer.hpp
|
+ fix: remove clip_ member var
|
2012-06-25 14:57:45 +01:00 |
pool.hpp
|
- finish thrashing all the useless ifdef MAPNIK_LOG
|
2012-04-09 21:41:56 +02:00 |
processed_text.hpp
|
Reenable text meta writers.
|
2012-03-04 23:25:13 +01:00 |
proj_transform.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
projection.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
ptree_helpers.hpp
|
Complete new XML structure.
|
2012-03-07 19:16:41 +01:00 |
quad_tree.hpp
|
finish work on populating initialization lists - closes #1114
|
2012-04-16 21:57:24 -07:00 |
query.hpp
|
finish work on populating initialization lists - closes #1114
|
2012-04-16 21:57:24 -07:00 |
raster.hpp
|
+ implement compositing for text
|
2012-05-09 12:39:23 +01:00 |
raster_colorizer.hpp
|
Improve error messages.
|
2012-03-08 18:52:53 +01:00 |
raster_symbolizer.hpp
|
rollback 34c3128b0c , move 'scaling' to proper enum, and move image_scaling functions to new cpp/hpp
|
2012-07-06 16:45:58 -07:00 |
rule.hpp
|
+ fix unused parameter warning
|
2012-07-10 12:48:32 +01:00 |
save_map.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
scale_denominator.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
segment.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
shield_symbolizer.hpp
|
formatting
|
2012-03-05 12:09:22 -08:00 |
span_image_filter.hpp
|
Revert "restore pristine agg2.4 agg:span_image_resample_rgba_affine - refs #1227"
|
2012-05-24 14:11:42 -07:00 |
sql_utils.hpp
|
postgis: support mixed case table names - closes #1159
|
2012-04-02 19:21:14 -07:00 |
stroke.hpp
|
+ add miterlimit parameter
|
2012-05-02 17:04:24 +01:00 |
svg_renderer.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
symbolizer.hpp
|
new feature: transform expressions are now dynamic
|
2012-06-06 17:34:26 +02:00 |
symbolizer_helpers.hpp
|
new feature: transform expressions are now dynamic
|
2012-06-06 17:34:26 +02:00 |
text_path.hpp
|
rework text_path ctor to ensure members are properly initialized - refs #1114
|
2012-03-05 14:15:01 -08:00 |
text_properties.hpp
|
+ text_symbolizer: add largest-bbox-only boolean property
|
2012-06-25 15:00:53 +01:00 |
text_symbolizer.hpp
|
+ text_symbolizer: add largest-bbox-only boolean property
|
2012-06-25 15:00:53 +01:00 |
tiff_io.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
timer.hpp
|
remove uneeded semicolon
|
2012-04-16 21:19:58 -07:00 |
transform_expression.hpp
|
+ add templated ctor and avoid including agg_trans_affine.h
|
2012-06-07 11:51:23 +01:00 |
transform_expression_grammar.hpp
|
new feature: transform expressions are now dynamic
|
2012-06-06 17:34:26 +02:00 |
transform_processor.hpp
|
split parse_transform.hpp, set dynamic transform expression from python
|
2012-06-07 17:06:45 +02:00 |
unicode.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
utils.hpp
|
- added logging to file
|
2012-04-10 00:25:31 +02:00 |
value.hpp
|
+ fix unused parameter warnings
|
2012-07-10 12:48:09 +01:00 |
value_error.hpp
|
finish work on populating initialization lists - closes #1114
|
2012-04-16 21:57:24 -07:00 |
version.hpp
|
make available MAPNIK_VERSION_STRING in c++ header (not just in python) and add MAPNIK_VERSION_IS_RELEASE define that indicates if the code is released
|
2012-03-14 18:30:32 -07:00 |
vertex.hpp
|
offset_converter: pre-compute offset vertices and detect self-intersection on-the-fly
|
2012-06-25 18:34:42 +02:00 |
vertex_converters.hpp
|
new feature: transform expressions are now dynamic
|
2012-06-06 17:34:26 +02:00 |
vertex_vector.hpp
|
apply mapnik_format.el formatting
|
2012-03-13 07:54:32 -07:00 |
warp.hpp
|
rollback 34c3128b0c , move 'scaling' to proper enum, and move image_scaling functions to new cpp/hpp
|
2012-07-06 16:45:58 -07:00 |
wkb.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
xml_loader.hpp
|
Add rapidxml parser.
|
2012-03-13 09:02:53 +01:00 |
xml_node.hpp
|
+ better name for boolean member to avoid clashing with object name.
|
2012-07-03 12:45:07 +01:00 |
xml_tree.hpp
|
Correctly perform get_text() on <xmltext> nodes.
|
2012-07-04 20:51:34 +02:00 |