.. |
formatting
|
add build file for headers and svg/output code directories to hold the svg_renderer used for output - refs #1438
|
2012-08-27 17:58:49 -07:00 |
grid
|
geometry.hpp does not need to use geom_util.hpp - this include cleanup exposed #1430
|
2012-08-22 13:27:44 -07:00 |
internal
|
Add namespace.
|
2012-07-04 20:39:07 +02:00 |
json
|
json generator: fix escape chars as per json spec, which is a subset of c/c++
|
2012-08-25 11:24:45 -07:00 |
svg
|
add build file for headers and svg/output code directories to hold the svg_renderer used for output - refs #1438
|
2012-08-27 17:58:49 -07:00 |
text_placements
|
+ remove unused member variable
|
2012-07-25 10:00:58 +01:00 |
util
|
expose svg output for geometries - refs #1437 (TODO: support svg_multi_generator)
|
2012-08-22 19:13:37 -07:00 |
wkt
|
double csv parsing speeds when handling wkt encoded geometries - refs #1436
|
2012-08-23 09:07:06 -07:00 |
agg_helpers.hpp
|
include what you use
|
2012-08-27 18:39:33 -07: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
|
use std::fixed when outputting bbox's to string
|
2012-08-01 16:40:06 -07:00 |
attribute.hpp
|
amend 516f7c7 to suport filtering on collections and rename line to linestring for consistency - refs #546
|
2012-07-25 14:43:32 -07:00 |
attribute_collector.hpp
|
+ remove metawriters for the upcoming 2.1 release
|
2012-08-15 09:47:03 +01: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
|
use std::fixed when outputting bbox's to string
|
2012-08-01 16:40:06 -07:00 |
building_symbolizer.hpp
|
+reflect building symbolizer in python
|
2012-08-20 18:17:00 -07:00 |
cairo_renderer.hpp
|
+ implement markers_dispatch to match AGG output
|
2012-08-09 17:46:55 +01:00 |
char_info.hpp
|
initialize members of char_info - refs #1114
|
2012-03-05 14:51:14 -08:00 |
color.hpp
|
More parser clean up - color parser
|
2012-08-29 16:41:48 -04:00 |
color_factory.hpp
|
More parser clean up - color parser
|
2012-08-29 16:41:48 -04: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
|
shuffle the mapnik::hue_to_rgb method - no need for it to be in the cpp file
|
2012-08-28 20:08:43 -07:00 |
css_color_grammar_def.hpp
|
apply patch from @rundel to make color grammar more modular (TODO - do this with all grammars) - closes #1440
|
2012-08-26 17:50:30 -07:00 |
ctrans.hpp
|
+ layer : minimum-extent and buffer-size
|
2012-08-01 15:44:36 +01:00 |
datasource.hpp
|
clean up unused code and includes
|
2012-07-25 09:31:57 -07:00 |
datasource_cache.hpp
|
split up code that handles datasource plugin registration
|
2012-06-13 19:25:59 -04:00 |
debug.hpp
|
fix typo: missing comma in severity enum
|
2012-08-16 16:09:52 -07: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
|
remove 'info' and 'fatal' severities for logging to simplify framework - closes #1400
|
2012-08-16 15:52:32 -07:00 |
expression.hpp
|
Minimal roll back const changes
|
2012-08-29 16:41:48 -04:00 |
expression_evaluator.hpp
|
+ expose geometry type in expression grammar to allow following
|
2012-07-20 12:28:25 +01:00 |
expression_grammar.hpp
|
amend 516f7c7 to suport filtering on collections and rename line to linestring for consistency - refs #546
|
2012-07-25 14:43:32 -07:00 |
expression_node.hpp
|
reduce build time of xml_tree by half and memory usage by 1/3 - refs #1267
|
2012-07-23 16:15:27 -07:00 |
expression_string.hpp
|
new patch from @lightmare for protecting against expression.to_string misusage - closes #1232
|
2012-07-25 08:47:10 -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
|
fixup includes
|
2012-08-15 10:26:20 -07:00 |
feature_style_processor_impl.hpp
|
add build file for headers and svg/output code directories to hold the svg_renderer used for output - refs #1438
|
2012-08-27 17:58:49 -07: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
|
fix and doc out behavior of register_fonts
|
2012-08-16 12:29:13 -07:00 |
font_set.hpp
|
Added set_name to font_set class
|
2012-08-27 16:09:29 -04: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
|
apply patch from @lightmare to better hanle 2 point geometries - refs #1425
|
2012-08-22 13:34:31 -07:00 |
geometry.hpp
|
geometry.hpp does not need to use geom_util.hpp - this include cleanup exposed #1430
|
2012-08-22 13:27:44 -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
|
fix compile after geometry util namespacing
|
2012-07-20 11:18:33 -07:00 |
image_compositing.hpp
|
disable colorize-alpha comp-op as per #1371
|
2012-08-15 14:46:58 -07:00 |
image_data.hpp
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
image_filter.hpp
|
remove unused typedef
|
2012-08-29 18:39:16 -07:00 |
image_filter_grammar.hpp
|
move image filter grammar to cpp and re-use in load map by attaching to xml_tree - closes #1435
|
2012-08-23 08:13:22 -07:00 |
image_filter_types.hpp
|
suppress unused variable compiler warnings with gcc
|
2012-07-23 17:29:10 -07: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
|
fix linking with svg2png on windows - closes #1375
|
2012-08-15 19:16:11 -07:00 |
image_view.hpp
|
+ fix operator= typo
|
2012-07-12 20:00:02 +01: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
|
fix group_by on layer to be std::string const& and reflect in python
|
2012-08-20 16:26:41 -07: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
|
forward declare CoordTransform in map.hpp
|
2012-08-15 10:33:31 -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
|
mapnik coding style
|
2012-07-30 23:07:12 -07:00 |
marker_cache.hpp
|
implement built in support for ellipse and arrow markers, make markers_symbolizer default to POINT placement and ellipse drawing, add back compatibility for deprecated marker-type property - refs #1285 and #1304
|
2012-07-10 22:38:53 -07:00 |
marker_helpers.hpp
|
geometry.hpp does not need to use geom_util.hpp - this include cleanup exposed #1430
|
2012-08-22 13:27:44 -07:00 |
markers_placement.hpp
|
revert 1dfde78 and properly avoid clipping for point type geometries in markers_symbolizer while moving markers_placement to cpp file to avoid overhead of declaring all possible permutations of vertex convertors - closes #1341
|
2012-07-31 17:27:52 -07:00 |
markers_symbolizer.hpp
|
correct rendering behavior of marker-opacity, which should not, as per svg, override fill-opacity and stroke-opacity but should combine with it
|
2012-08-03 14:14:03 -07: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 |
octree.hpp
|
c++ casts to avoid compiler warnings on msvc
|
2012-02-24 18:58:34 -08:00 |
offset_converter.hpp
|
clean up unused code and includes
|
2012-07-25 09:31:57 -07: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
|
Minimal roll back const changes
|
2012-08-29 16:41:48 -04: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
|
Simplified path_parse implementation
|
2012-08-29 16:41:43 -04: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
|
add build file for headers and svg/output code directories to hold the svg_renderer used for output - refs #1438
|
2012-08-27 17:58:49 -07: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
|
finish full back comptibility for raster-mode - refs #1206 and #1432
|
2012-08-22 18:09:01 -07:00 |
rule.hpp
|
Make path_expression_ptr have const contents, cleanup
|
2012-08-29 16:41:43 -04: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 |
symbolizer.hpp
|
partially repair backward compatibility in python for 'marker-type' - refs #1427 and #1285
|
2012-08-21 16:36:15 -07:00 |
symbolizer_helpers.hpp
|
+ remove metawriters for the upcoming 2.1 release
|
2012-08-15 09:47:03 +01:00 |
text_path.hpp
|
+ enforce const
|
2012-07-11 10:13:38 +01:00 |
text_properties.hpp
|
+ text_symbolizer: add largest-bbox-only boolean property
|
2012-06-25 15:00:53 +01:00 |
text_symbolizer.hpp
|
Fix deprecation warnings. Part 2
|
2012-07-25 01:15:44 +02: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
|
transform expressions: disallow space-separated compound arguments, refs #1389
|
2012-08-19 19:30:51 +02:00 |
transform_expression_grammar.hpp
|
transform expressions: disallow space-separated compound arguments, refs #1389
|
2012-08-19 19:30:51 +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
|
add explicit bool operator to negate to silence msvc warnings - closes #1307
|
2012-07-12 16:38:13 -07:00 |
value_error.hpp
|
finish work on populating initialization lists - closes #1114
|
2012-04-16 21:57:24 -07:00 |
version.hpp
|
now working on mapnik v2.2.0-pre
|
2012-08-23 15:19:56 -07:00 |
vertex.hpp
|
+ fix SEG_CLOSE value to be compatible with agg
|
2012-07-26 15:19:11 +01:00 |
vertex_converters.hpp
|
include what you use
|
2012-08-27 18:39:33 -07:00 |
vertex_vector.hpp
|
+ close linear_rings in WKT parser
|
2012-08-15 16:42:46 +01: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
|
clean up unused code and includes
|
2012-07-25 09:31:57 -07: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
|
fix includes post bf3efbeab8 - refs #1435
|
2012-08-23 11:34:13 -07:00 |