mapnik/bindings/python
2013-01-04 11:28:00 -08:00
..
mapnik allow input plugins and fonts directories to be set by environment when auto-loaded from python - closes #1594 - refs #1004 2012-11-26 17:44:58 -08:00
mapnik2 switch back from mapnik2 to mapnik 2011-11-23 11:33:58 +00:00
build.py remote the last references 2012-08-27 16:43:40 -07:00
mapnik_building_symbolizer.cpp +reflect building symbolizer in python 2012-08-20 18:17:00 -07:00
mapnik_color.cpp implement new debug system 2012-04-08 02:20:56 +02:00
mapnik_coord.cpp implement new debug system 2012-04-08 02:20:56 +02:00
mapnik_datasource.cpp Merge branch 'master' into bigint 2012-12-18 13:57:39 +00:00
mapnik_datasource_cache.cpp Merge branch 'master' into bigint 2012-12-18 13:57:39 +00:00
mapnik_enumeration.hpp code formatting 2011-11-13 19:54:32 -08:00
mapnik_envelope.cpp add pad method on box2d to help tighten otherwise verbose code 2012-12-11 13:56:25 -08:00
mapnik_expression.cpp change mapnik::value::to_bool to return false if a string is empty - closes #1665 2012-12-20 14:24:56 -08:00
mapnik_feature.cpp leverage mapnik::value_integer for feature.id() and grid rendering buffer - refs #1662 2012-12-19 19:24:52 -08:00
mapnik_featureset.cpp iwyu 2012-12-16 12:50:36 -08:00
mapnik_font_engine.cpp iwyu 2012-12-16 12:50:36 -08:00
mapnik_fontset.cpp refactor fontsets making them optional on the symbolizer and removing the dangerous default contructor - closes #1483 (TODO - consider modifying insert_fontset to only take single arg of fontset instance) 2012-09-14 14:17:45 -07:00
mapnik_gamma_method.cpp remove old $ cruft 2012-08-24 13:49:28 -07:00
mapnik_geometry.cpp iwyu 2012-12-16 12:50:36 -08:00
mapnik_grid.cpp return the grid::value_type instead of hardcoding int 2012-12-19 18:06:51 -08:00
mapnik_grid_view.cpp + don't pass std::string arg by value - use const& 2012-08-16 12:05:31 +01:00
mapnik_image.cpp add image/grid clear methods to make it easier to quickly re-use previously allocated objects for rendering - closes #1571 2012-11-11 21:35:50 -08:00
mapnik_image_view.cpp implement new debug system 2012-04-08 02:20:56 +02:00
mapnik_label_collision_detector.cpp iwyu 2012-12-16 12:50:36 -08:00
mapnik_layer.cpp + singleton: return ref from instance() method 2012-09-07 16:23:03 +01:00
mapnik_line_pattern_symbolizer.cpp bindings: get_filename - no need for const here 2012-09-03 10:52:26 -07:00
mapnik_line_symbolizer.cpp Merge branch 'master' into conv_simplify 2012-08-24 23:29:43 +02:00
mapnik_logger.cpp iwyu 2012-12-16 12:50:36 -08:00
mapnik_map.cpp various fixes to includes to include what is used 2013-01-03 18:06:07 -08:00
mapnik_markers_symbolizer.cpp add marker-multi-policy parameter to support user-configurable rendering behavior for multi-geometries when using either point or interior placement - closes #1573, refs #1555 2012-11-20 17:58:39 -08:00
mapnik_palette.cpp iwyu 2012-12-16 12:50:36 -08:00
mapnik_parameters.cpp fixup parameters conversion from python 2013-01-04 11:28:00 -08:00
mapnik_point_symbolizer.cpp bindings: get_filename - no need for const here 2012-09-03 10:52:26 -07:00
mapnik_polygon_pattern_symbolizer.cpp bindings: get_filename - no need for const here 2012-09-03 10:52:26 -07:00
mapnik_polygon_symbolizer.cpp Merge branch 'master' into conv_simplify 2012-08-24 23:29:43 +02:00
mapnik_proj_transform.cpp iwyu 2012-12-16 12:50:36 -08:00
mapnik_projection.cpp implement new debug system 2012-04-08 02:20:56 +02:00
mapnik_python.cpp various fixes to includes to include what is used 2013-01-03 18:06:07 -08:00
mapnik_query.cpp remove python pickling for map/style/rule/symbolizers/fontset/query - refs #1391 2012-08-15 13:55:36 -07:00
mapnik_raster_colorizer.cpp implement new debug system 2012-04-08 02:20:56 +02:00
mapnik_raster_symbolizer.cpp add 'premultiplied' property on raster symbolizer to allow user to control (in rare cases) the premultiplied status of images in cases where tiffs mis-report it - closes #1512 2012-10-01 16:14:41 -07:00
mapnik_rule.cpp Revert "finish moving symbolizers out of rule" 2012-10-10 10:51:06 -07:00
mapnik_scaling_method.cpp remove old $ cruft 2012-08-24 13:49:28 -07:00
mapnik_shield_symbolizer.cpp create path_expression.hpp and leverage to simplify and speed up compiles 2013-01-03 20:00:23 -08:00
mapnik_stroke.cpp python: add properties to mapnik.Stroke to match xml/svg spec - refs #1427 2012-08-21 15:59:31 -07:00
mapnik_style.cpp apply patch from @lightmare fixing image_filter getter - closes #1534 2012-10-15 08:52:13 -07:00
mapnik_svg.hpp bindings: get_filename - no need for const here 2012-09-03 10:52:26 -07:00
mapnik_symbolizer.cpp Merge branch 'master' into compositing 2012-05-01 12:35:49 +01:00
mapnik_text_placement.cpp iwyu 2012-12-16 12:50:36 -08:00
mapnik_threads.hpp apply mapnik_format.el formatting 2012-03-13 07:59:22 -07:00
mapnik_value_converter.hpp iwyu 2013-01-03 22:34:31 -08:00
mapnik_view_transform.cpp implement new debug system 2012-04-08 02:20:56 +02:00
python_cairo.cpp implement new debug system 2012-04-08 02:20:56 +02:00
python_grid_utils.cpp round up array length to fix edge case memory corruption in utf grid encoding - closes #1584 and 1585 2012-11-21 19:24:45 -08:00
python_grid_utils.hpp + don't pass std::string arg by value - use const& 2012-08-16 12:05:31 +01:00
python_optional.hpp iwyu 2012-12-16 12:50:36 -08:00