Dane Springmeyer
|
6571508576
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2014-06-17 21:42:42 -07:00 |
|
artemp
|
2c3173c1aa
|
support halo-comp-op property (#2267)
|
2014-06-17 15:11:34 +01:00 |
|
artemp
|
8bd044ec13
|
+ serialize halo-opacity
|
2014-06-17 14:24:31 +01:00 |
|
Dane Springmeyer
|
8bb77bce92
|
image readers: ability to check if image has alpha before full read
Conflicts:
src/webp_reader.cpp
|
2014-06-16 09:52:26 -07:00 |
|
Dane Springmeyer
|
5fcd974817
|
webp reader: initialize WebPDecoderConfig
Conflicts:
src/webp_reader.cpp
|
2014-06-16 09:52:26 -07:00 |
|
Dane Springmeyer
|
033a0e0ed7
|
fix miniz inlining
|
2014-06-16 09:52:25 -07:00 |
|
Dane Springmeyer
|
e421403f3d
|
fix miniz encoder - closes #1560
|
2014-06-16 09:52:25 -07:00 |
|
artemp
|
cbab56fa79
|
text symbilizer : add halo-opactity property (#2268)
|
2014-06-16 11:24:16 +01:00 |
|
artemp
|
7eb8e25110
|
better namings + cleanup
|
2014-06-16 11:00:19 +01:00 |
|
artemp
|
3ded23fbab
|
move make_unique out of std namespace and allow building with c++14 compilers
( -std=c++1y )
|
2014-06-12 15:14:05 +01:00 |
|
Dane Springmeyer
|
d0b357cab7
|
scons: support MAPNIK_NAME option to customize libmapnik name for custom packaging
|
2014-06-09 13:55:56 -07:00 |
|
artemp
|
30a39aa376
|
fix debug build
|
2014-06-06 14:49:16 +01:00 |
|
artemp
|
b6bab7d0bb
|
move cairo renderer into its own subdir
|
2014-06-06 13:38:00 +01:00 |
|
artemp
|
5e386f5c97
|
capture built-in types by value
|
2014-06-06 13:12:55 +01:00 |
|
artemp
|
81c4b9dd59
|
fix init order
|
2014-06-05 16:13:05 +01:00 |
|
artemp
|
bbb727e39a
|
update cairo_renderer
|
2014-06-05 15:15:36 +01:00 |
|
artemp
|
a49e1d075e
|
initial refactor pass (fixes #2235)
|
2014-06-04 18:05:27 +01:00 |
|
artemp
|
bedd275e95
|
more const correctness + cleaups
|
2014-06-02 17:09:12 +01:00 |
|
artemp
|
16fafbad43
|
share datasources between layers for now
|
2014-05-30 11:02:50 +01:00 |
|
artemp
|
f9cf23b59f
|
memory_datasource: support datasource interface
|
2014-05-30 10:16:49 +01:00 |
|
artemp
|
7572ba58cb
|
fix : allow comparing nullptr == nullptr -> true
|
2014-05-28 15:40:25 +01:00 |
|
artemp
|
0669e190de
|
compare actuak mapnik::datasource objects
|
2014-05-28 15:18:11 +01:00 |
|
artemp
|
5654759a22
|
fixed returning reference to temp object
TODO: change signiture to return boost::optional<std::string const&> and fix crufty logic
|
2014-05-28 11:04:47 +01:00 |
|
artemp
|
4ef9cd8b45
|
use math functions from std::
|
2014-05-28 10:59:01 +01:00 |
|
artemp
|
a010195b36
|
modify add_layer to work with both move and copy semantics
|
2014-05-28 09:54:56 +01:00 |
|
artemp
|
0fe172ec9e
|
layer : add move ctor
|
2014-05-28 09:54:56 +01:00 |
|
Dane Springmeyer
|
48c027857c
|
return const& string from xml_node::get_text()
|
2014-05-27 13:35:52 -07:00 |
|
artemp
|
fcfbc70abf
|
+ explicit move ctor's for mapnik::Map and mapnik::font_set
+ fix methods sig's
|
2014-05-27 15:35:37 +01:00 |
|
artemp
|
4474fc52e2
|
bug fix : call fontsets_.insert(fontset) before std::move(fontset)
|
2014-05-27 15:34:12 +01:00 |
|
artemp
|
7ff8c97afe
|
correct method sig
|
2014-05-27 14:07:28 +01:00 |
|
artemp
|
c5e0c7e43f
|
feature_type_style operator==
|
2014-05-27 13:44:01 +01:00 |
|
artemp
|
9791766e32
|
fix typo
|
2014-05-27 12:36:05 +01:00 |
|
artemp
|
7b9ba0db31
|
canonical swap and operator==
|
2014-05-27 12:34:35 +01:00 |
|
artemp
|
f6a79ecaec
|
font_set: add operator== and 'swap' impl
|
2014-05-27 12:33:20 +01:00 |
|
artemp
|
d25abed9d2
|
custom swap
|
2014-05-27 11:43:46 +01:00 |
|
artemp
|
9972680020
|
Map : add member-by-member comparison op
|
2014-05-27 11:34:39 +01:00 |
|
artemp
|
68300b92b5
|
fix comparison operator
|
2014-05-27 11:33:26 +01:00 |
|
artemp
|
c8b8937bf9
|
out-of-class swap method to be consistent
|
2014-05-27 11:21:13 +01:00 |
|
artemp
|
eb0b4dbc0b
|
custom swap method
|
2014-05-27 11:20:32 +01:00 |
|
artemp
|
4f6b00b589
|
use custom swap() and avoid std::swap calling move ctor (recursion)
|
2014-05-27 10:36:42 +01:00 |
|
Dane Springmeyer
|
6610fcc297
|
fix skipping of empty text nodes in rapidxml parser (matches libxml2) - closes #2253
|
2014-05-23 10:42:55 -07:00 |
|
Dane Springmeyer
|
03bb82b13f
|
Merge branch 'master' of github.com:mapnik/mapnik into render-time-variables
|
2014-05-16 07:49:06 -07:00 |
|
Dane Springmeyer
|
aaae8b1cba
|
optimize raster rendering when not resizing
|
2014-05-15 23:38:47 -07:00 |
|
Dane Springmeyer
|
03bb19dc3a
|
fix svg_renderer ctor
|
2014-05-15 18:35:27 -07:00 |
|
artemp
|
3cc8fad956
|
c++11 syntax
|
2014-05-15 14:00:46 +01:00 |
|
artemp
|
6f24bd1c01
|
mapnik c++ style
|
2014-05-15 13:52:43 +01:00 |
|
Dane Springmeyer
|
7fa6747a29
|
Merge branch 'master' of github.com:mapnik/mapnik into render-time-variables
|
2014-05-14 11:44:57 -07:00 |
|
artemp
|
d60c371257
|
slightly better err message
|
2014-05-14 13:19:59 +01:00 |
|
artemp
|
c9b263fbc8
|
font_engine
+ avoid initialising FT_Library per font registration
+ lock register_fonts
|
2014-05-14 13:17:09 +01:00 |
|
Dane Springmeyer
|
96f89e34b3
|
Merge branch 'master' of github.com:mapnik/mapnik into render-time-variables
|
2014-05-13 20:51:57 -07:00 |
|