Dane Springmeyer
|
3f26c439c9
|
fix marker width/height to mean pixels - which it should have all along - closes #1134
|
2012-03-23 20:28:12 -07:00 |
|
Dane Springmeyer
|
ea5a46f230
|
remove the storage and serialization of 'font-directory' and 'minimum-version' since there is no strong need to have them accessible after initial parsing
|
2012-03-23 18:14:14 -07:00 |
|
Dane Springmeyer
|
35cad0e049
|
port over bgra -> rgba compositing fix from compositing branch
|
2012-03-23 17:38:30 -07:00 |
|
Dane Springmeyer
|
586978f345
|
fix operator
|
2012-03-23 17:27:01 -07:00 |
|
Dane Springmeyer
|
3b498efbd9
|
fixup font registration code ensuring invalid fonts will warn but not throw and register_fonts will only return success if > one font is registered and none have failed
|
2012-03-23 15:07:28 -07:00 |
|
Dane Springmeyer
|
c88a725a7d
|
Merge pull request #1143 from datendelphin/fontengine
fix invalid memory access in font engine
|
2012-03-23 11:14:18 -07:00 |
|
Datendelphin
|
30f59aac0c
|
fix invalid memory access in font engine
acess of member face->num_faces after free()
fixed by making local copy num_faces before FT_Done_Face(face)
|
2012-03-23 17:33:35 +01:00 |
|
Artem Pavlenko
|
b4e96c35b5
|
+ impl dasharray parser (supports 'none')
+ skip 0,0 dashes in load_map
|
2012-03-23 11:58:07 +00:00 |
|
Artem Pavlenko
|
242385f16d
|
use mapnik::util namespace for conversions
|
2012-03-23 11:08:39 +00:00 |
|
Dane Springmeyer
|
caaa8b5392
|
disable stderr from svg parsing unless in debug mode
|
2012-03-22 16:41:44 -07:00 |
|
Dane Springmeyer
|
d991427737
|
formatting
|
2012-03-22 16:37:24 -07:00 |
|
Dane Springmeyer
|
d23a4b63b9
|
expose both a clipped and unclipped labeling path type
|
2012-03-22 16:36:25 -07:00 |
|
Dane Springmeyer
|
61c38d0ec7
|
avoid copying unbuffered bbox
|
2012-03-22 16:35:33 -07:00 |
|
Dane Springmeyer
|
40b0ab8d6c
|
add missing #else
|
2012-03-21 17:45:19 -07:00 |
|
Dane Springmeyer
|
d55ad5a4d2
|
check which cairo surfaces are supported
|
2012-03-21 15:34:59 -07:00 |
|
Dane Springmeyer
|
9c2b3d7144
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-03-20 23:24:45 -07:00 |
|
Dane Springmeyer
|
3f06747407
|
braces for readibility
|
2012-03-20 16:40:07 -07:00 |
|
Hermann Kraus
|
da5ac781a7
|
Remove old comment.
|
2012-03-20 23:56:35 +01:00 |
|
Hermann Kraus
|
8b5e5fbb64
|
Always place text at the same side of a line.
Fixes #608.
|
2012-03-20 23:50:20 +01:00 |
|
Dane Springmeyer
|
89877edc67
|
move image_compositing to cpp file
|
2012-03-19 15:42:44 -07:00 |
|
Dane Springmeyer
|
4843572e1b
|
move image_compositing to cpp file
|
2012-03-19 15:42:30 -07:00 |
|
Hermann Kraus
|
9b62a19cf4
|
Implement justify-alignment=auto.
Closes #1125.
|
2012-03-19 17:12:53 +01:00 |
|
novldp
|
0ecd5bae45
|
+add MarkersSymbolizer ignore-placement to save_map and python bindings
|
2012-03-18 23:30:37 +01:00 |
|
ldp
|
1542e3e513
|
add ignore-placement to MarkersSymbolizer
|
2012-03-18 22:35:02 +01:00 |
|
Hermann Kraus
|
725248628d
|
C++ style.
|
2012-03-16 01:50:55 +01:00 |
|
Hermann Kraus
|
1b85f42a88
|
Reapply RTL patch.
Fixes #189.
|
2012-03-16 01:01:12 +01:00 |
|
Artem Pavlenko
|
c95959c549
|
+ re-use cairo_context
|
2012-03-15 11:29:57 +00:00 |
|
Artem Pavlenko
|
66beaaa05b
|
+ support smoothing in conv_dash
|
2012-03-15 10:42:30 +00:00 |
|
Artem Pavlenko
|
70512dc03b
|
+ add optional smothing to line_symbolizer
( TODO: conv_dash )
|
2012-03-15 10:26:53 +00:00 |
|
Dane Springmeyer
|
926404d9ae
|
properly format abi versions in a few more placesa
|
2012-03-15 02:03:33 +00:00 |
|
Dane Springmeyer
|
2abe02bd96
|
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 |
|
Artem Pavlenko
|
f0bc1064c6
|
+ supprt polygon smoothing in cairo backend
|
2012-03-14 17:38:27 +00:00 |
|
Artem Pavlenko
|
3e4733c51a
|
+ refactor join/cap settings (agg_helper.hpp)
|
2012-03-14 17:21:04 +00:00 |
|
Artem Pavlenko
|
959a989f52
|
Merge remote-tracking branch 'origin/master'
|
2012-03-14 16:51:49 +00:00 |
|
Artem Pavlenko
|
f1a0887628
|
+ apply smooth converter after clipping and transformations
+ inflate query_extent
|
2012-03-14 16:12:36 +00:00 |
|
Dane Springmeyer
|
8451e8897d
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-03-14 08:57:13 -07:00 |
|
Dane Springmeyer
|
81ab02cc72
|
fix failing test 'bgcolor_broken.xml' when compiled against boost 1.42
|
2012-03-14 08:56:59 -07:00 |
|
Artem Pavlenko
|
108b99725c
|
+ refactor gamma setting logic to avoid code duplication
( agg_helpers.hpp )
|
2012-03-14 15:45:35 +00:00 |
|
Artem Pavlenko
|
87b22c29b2
|
+ add optional polygon smoothing ( 0.0 < smooth < 1.0 )
using agg_conv_poly1_curve
|
2012-03-14 15:01:31 +00:00 |
|
Dane Springmeyer
|
5601731a89
|
fix macro in conversions.cpp
|
2012-03-13 08:05:26 -07:00 |
|
Dane Springmeyer
|
76e108ff9d
|
remove uneeded shared_ptr copy
|
2012-03-13 07:58:38 -07:00 |
|
Dane Springmeyer
|
93995d7c4b
|
apply mapnik_format.el formatting
|
2012-03-13 07:56:11 -07:00 |
|
Hermann Kraus
|
2b68cea0a1
|
Merge branch 'new-xml'
Conflicts:
include/mapnik/config_error.hpp
include/mapnik/ptree_helpers.hpp
src/formatting/text.cpp
src/libxml2_loader.cpp
src/load_map.cpp
src/metawriter_factory.cpp
src/text_placements/registry.cpp
src/text_placements/simple.cpp
|
2012-03-13 11:11:28 +01:00 |
|
Hermann Kraus
|
150de2aac5
|
Add rapidxml parser.
|
2012-03-13 09:02:53 +01:00 |
|
Dane Springmeyer
|
fb6bf401e9
|
avoid constructing extra temp object
|
2012-03-12 13:22:07 -07:00 |
|
Artem Pavlenko
|
207ecfd597
|
remove camel-case names from layer.[h,c]pp
|
2012-03-12 15:39:59 +00:00 |
|
Artem Pavlenko
|
5ec3fb1121
|
avoid constructing extra temp object
|
2012-03-12 13:07:36 +00:00 |
|
Hermann Kraus
|
f25a2231ff
|
Warn about unused XML elements.
|
2012-03-12 02:12:58 +01:00 |
|
Hermann Kraus
|
02d8a98b3f
|
Improve error messages.
|
2012-03-12 01:09:26 +01:00 |
|
Hermann Kraus
|
502773bea6
|
Only one grammar object per XML tree.
|
2012-03-11 23:24:28 +01:00 |
|