.. |
agg
|
Merge branch 'master' into harfbuzz
|
2012-08-03 19:27:09 +02:00 |
formatting
|
Merge branch 'master' into harfbuzz
|
2012-07-21 20:19:22 +02:00 |
grid
|
Merge branch 'master' into harfbuzz
|
2012-08-03 19:27:09 +02:00 |
json
|
+ turns off white space skipping
|
2012-07-26 11:45:34 +01:00 |
svg
|
+ update rendering code to work with new labeling methods
|
2012-07-19 16:36:44 +01:00 |
text
|
Implement minimum-padding and avoid-edges.
|
2012-08-04 02:22:05 +02:00 |
text_placements
|
Temporary fix for deep copy problem introduced by aecd6820c2 .
|
2012-07-29 02:41:09 +02:00 |
wkt
|
restore compile for boost 1.42
|
2012-02-10 10:20:26 -08:00 |
box2d.cpp
|
Add function to enlarge bbox2d.
|
2012-08-04 02:12:15 +02:00 |
build.py
|
Merge branch 'master' into harfbuzz
|
2012-08-03 19:27:09 +02: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
|
Merge branch 'master' into harfbuzz
|
2012-08-03 19:27:09 +02: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 |
css_color_grammar.cpp
|
move css_color and path_expression grammars to cpp
|
2012-07-24 15:43:32 -07:00 |
datasource_cache.cpp
|
split up code that handles datasource plugin registration
|
2012-06-13 19:25:59 -04: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
|
include what you use
|
2012-07-24 18:35:41 -07: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_grammar.cpp
|
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_node.cpp
|
remove duplicate declaration
|
2012-07-24 23:40:28 -07:00 |
expression_string.cpp
|
+ expose geometry type in expression grammar to allow following
|
2012-07-20 12:28:25 +01: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
|
Merge branch 'master' into harfbuzz
|
2012-08-03 19:27:09 +02:00 |
feature_type_style.cpp
|
implement style-level opacity - closes #314
|
2012-06-19 15:10:28 -04:00 |
font_engine_freetype.cpp
|
Remove unused code.
|
2012-07-22 02:11:15 +02: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
|
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 |
image_compositing.cpp
|
serialize comp-op in save_map - refs #1292
|
2012-07-05 17:06:41 -07:00 |
image_reader.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
image_scaling.cpp
|
map bilinear8 to bilinear for now (TODO - add bilinear8 to AGG)
|
2012-07-16 09:42:01 -07:00 |
image_util.cpp
|
rollback 34c3128b0c , move 'scaling' to proper enum, and move image_scaling functions to new cpp/hpp
|
2012-07-06 16:45:58 -07:00 |
jpeg_reader.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
layer.cpp
|
+ layer : minimum-extent and buffer-size
|
2012-08-01 15:44:36 +01: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
|
Merge branch 'master' into harfbuzz
|
2012-08-03 19:27:09 +02:00 |
map.cpp
|
+ layer : minimum-extent and buffer-size
|
2012-08-01 15:44:36 +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
|
rename path_ptr to the more explicit svg_path_ptr and set up markers_symbolizer rendering for upcoming changed
|
2012-07-30 21:45:46 -07:00 |
markers_symbolizer.cpp
|
support both interior placement and point for markers - helps prepare for #952
|
2012-07-31 18:13:50 -07:00 |
memory.cpp
|
- replace all instances of std::cerr with MAPNIK_LOG_*
|
2012-04-10 00:51:04 +02:00 |
memory_datasource.cpp
|
include what you use
|
2012-07-24 19:08:26 -07:00 |
metawriter.cpp
|
Remove unused code.
|
2012-07-22 02:11:15 +02:00 |
metawriter_factory.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
metawriter_inmem.cpp
|
Remove unused code.
|
2012-07-22 02:11:15 +02: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
|
+ add missing headers
|
2012-06-17 15:16:13 -04:00 |
path_expression_grammar.cpp
|
move css_color and path_expression grammars to cpp
|
2012-07-24 15:43:32 -07:00 |
placement_finder.cpp
|
+ add accessor methods
|
2012-07-13 10:25:12 +01:00 |
plugin.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
png_reader.cpp
|
amend cd7ad3e15e by avoiding use of setjmp which does not compile with latest png (as per #772) - see also #1258
|
2012-06-16 15:50:46 -04: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 |
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
|
Merge branch 'master' into harfbuzz
|
2012-08-03 19:27:09 +02: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
|
Use pixel_position consistently everywhere.
|
2012-07-28 16:34:44 +02:00 |
stroke.cpp
|
+ add miterlimit parameter
|
2012-05-02 17:04:24 +01:00 |
svg_parser.cpp
|
+ use separate stroke-opacity and fill-opacity
|
2012-07-12 15:38:25 +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
|
Remove unused code.
|
2012-07-22 02:11:15 +02:00 |
symbolizer_helpers.cpp
|
Merge branch 'master' into harfbuzz
|
2012-08-03 19:27:09 +02:00 |
text_properties.cpp
|
Add "rotate-displacement".
|
2012-07-31 23:05:31 +02:00 |
text_symbolizer.cpp
|
Use pixel_position consistently everywhere.
|
2012-07-28 16:34:44 +02:00 |
tiff_reader.cpp
|
print name of unloadable tiff file
|
2012-06-20 20:03:08 -04:00 |
transform_expression.cpp
|
new feature: transform expressions are now dynamic
|
2012-06-06 17:34:26 +02:00 |
transform_expression_grammar.cpp
|
shave off 4 seconds from xml_node.cpp compile time (16 -> 12) by moving transform grammar to cpp - refs #1267
|
2012-07-23 18:12:10 -07:00 |
unicode.cpp
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
warp.cpp
|
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.cpp
|
+ wkb reader : close polygons
|
2012-07-26 15:20:56 +01:00 |
wkb_generator.cpp
|
move wkb_generator.cpp to cpp to reduce grammar compilation burden in the python bindings
|
2012-07-24 15:04:39 -07:00 |
xml_tree.cpp
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-07-04 21:00:59 +02:00 |