root/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @778 [778] 4 weeks artem + don't link to iconv on OSX
(edit) @777 [777] 4 weeks artem + applied mapnik-skip-projection-if-equal.patch (jonb)
(edit) @771 [771] 7 weeks artem + added support for 'min_distance' for 'POINT' label placement.
(edit) @770 [770] 7 weeks artem + applied patch avoid_extent from rcoup
(edit) @768 [768] 7 weeks artem + return boost::optional in find_style (c++) + return feature_type_style …
(edit) @752 [752] 2 months tom Add opacity support to the point symbolizer - taken from r743 which added …
(edit) @751 [751] 2 months tom Port shield placement enhancements from r741 and r745 from the …
(edit) @748 [748] 3 months artem + fixed building with boost-1_36 + corrected order of BOOST_TOOLKIT …
(edit) @745 [745] 4 months artem + apply has_dimensions for line_placement only
(edit) @744 [744] 4 months artem + expose buffer_size parameter (default 0) influences envelope used by …
(edit) @743 [743] 4 months artem + point symbolizer opacity patch from Brian …
(edit) @741 [741] 4 months artem make shield_symbolizer to work with point geometries (TODO!!)
(edit) @729 [729] 5 months dom Add missing #include to fix GNU/kFreeBSD build
(edit) @728 [728] 5 months andreas - add new files - optional check for gdal
(edit) @725 [725] 5 months tom Add support for font sets on shield sumbolizers.
(edit) @724 [724] 5 months tom Add an INTERNAL_LIBAGG build option that can be used to make mapnik build …
(edit) @723 [723] 5 months tom Fix compiler warnings.
(edit) @718 [718] 5 months tom Improve alignment of wrapped text. Patch from Jon Burgess …
(edit) @717 [717] 5 months tom Remove unused variable. Patch from Jon Burgess …
(edit) @716 [716] 5 months tom Make sure we set the height of the string if it doesn't contain any spaces …
(edit) @715 [715] 6 months tom Make the cairo renderer build again, with font fallback support now.
(edit) @713 [713] 6 months tom Refactor some of the font set stuff so that the cairo renderer can be made …
(edit) @710 [710] 6 months tom Commit missing font_set.cpp file. Closes #100.
(edit) @708 [708] 6 months artem added missing avoid_edges parameter
(edit) @705 [705] 6 months artem applied aspect ratio patch from Frederik Ramm
(edit) @704 [704] 6 months artem applied font fallback patch from Beau Gunderson
(edit) @703 [703] 6 months artem reverting back to 700
(edit) @702 [702] 6 months artem reverting back to 700
(edit) @701 [701] 6 months artem applied font fallbacj patch from Beau Gunderson
(edit) @700 [700] 7 months andreas link against boost and version bump
(edit) @697 [697] 9 months tom Don't clip coordinates to 16 bits if we're using cairo 1.6 as it is …
(edit) @696 [696] 9 months tom Remove unused ifdefs.
(edit) @695 [695] 9 months tom Enable clipping for cairo 1.6.0 and later.
(edit) @693 [693] 9 months tom Revert previous fix for #89 and add a new improved fix that enhances …
(edit) @692 [692] 9 months tom Don't try and render text if the attribute containing the text does not …
(edit) @691 [691] 9 months andreas - updated autotools build files - build now osm plugin automatic if …
(edit) @690 [690] 9 months artem reverting r681
(edit) @683 [683] 9 months dom Patch to disallow placement if segment_length=0 from jonb (fixes #86)
(edit) @675 [675] 10 months artem applied http://snecker.fedorapeople.org/mapnik/devel/gcc43-warnings.patch
(edit) @669 [669] 10 months artem fixed line_pattern_symbolizer transformations
(edit) @667 [667] 10 months tom Make cairo components conditional on the relevant libaries etc existing.
(edit) @659 [659] 11 months artem use range based 'parse' method transcode strings in filter expressions …
(edit) @658 [658] 11 months artem restored templated version
(edit) @656 [656] 11 months tom Add support for rendering to a cairo surface.
(edit) @655 [655] 11 months artem convert to degrees if projection is geographic
(edit) @651 [651] 11 months artem removed unneeded headers
(edit) @650 [650] 11 months artem added Unicode support based on ICU
(edit) @649 [649] 11 months artem pass parameter by reference store reference to wstring in text_path
(edit) @648 [648] 11 months artem don't fail if file can not be open
(edit) @647 [647] 11 months andreas fixed autotools build
(edit) @639 [639] 11 months dave Return old label_position_tolerance=0 behaviour. - Place within 1/2 of …
(edit) @637 [637] 11 months artem hide implementation details
(edit) @632 [632] 11 months artem allow multi/single threaded variants
(edit) @630 [630] 11 months artem patch from TomH adds a global mutex to protect all access to the proj4 …
(edit) @622 [622] 12 months dave Fix placing 1 character line labels.
(edit) @621 [621] 12 months artem applied freebsd patch from Beau Gunderson
(edit) @619 [619] 12 months artem part of previous commit
(edit) @618 [618] 12 months artem added support for saving images into Python String object (NOTE: some …
(edit) @614 [614] 12 months dave Remove find_placements, build_path_follow, build_path_horizontal. Add new …
(edit) @613 [613] 12 months dave throw an exception rather than exit the program when an unknown font is …
(edit) @612 [612] 12 months dave Woops, remove debug output.
(edit) @611 [611] 12 months dave Make line placement retry if it places >= 50% of the characters upside …
(edit) @608 [608] 12 months dave Make specifying an invalid font a fatal error. ticket #31
(edit) @606 [606] 12 months artem refactored image i/o , see ticket #15 for more details.
(edit) @605 [605] 12 months dave Improved character placement code. Slightly changes the result of …
(edit) @603 [603] 12 months artem applied patch to build on OSX Leopard and Sun's C++ compiler on Solaris …
(edit) @600 [600] 12 months artem link to iconv on Darwin
(edit) @599 [599] 12 months artem removed redundant bounding box from label_placement
(edit) @597 [597] 12 months dave Return pre-r557 rendering of line aligned labels. (Not the code, the …
(edit) @592 [592] 12 months dave Fix find_placements_with_spacing in relation to …
(edit) @591 [591] 12 months dave Additional comments for the placement finder.
(edit) @589 [589] 12 months dave Fix blending onto transparent background. Detailed on mailing list.
(edit) @588 [588] 12 months artem only print to clog when MAPNIK_DEBUG is defined
(edit) @580 [580] 12 months artem applied mapniksoname.patch from Martjin
(edit) @578 [578] 12 months artem refactored transcoder stuff
(edit) @576 [576] 12 months artem setup install_name (soname on Darwin) for libmapnik
(edit) @575 [575] 13 months artem applied patch from Jochen (throw an exception if unknown type)
(edit) @574 [574] 13 months artem Applied patches from Martijn van Oosterhout: 1. The first allows the user …
(edit) @573 [573] 13 months artem corrected parameters order
(edit) @571 [571] 13 months artem support for palette based PNGs, user 'png256' as a format parameter (see …
(edit) @570 [570] 13 months artem added convinence overloads for 'save_to_file' and 'render_to_file' …
(edit) @568 [568] 13 months artem small fix
(edit) @564 [564] 14 months artem removed unused variables to calm msvc toolset
(edit) @562 [562] 14 months artem small cleanup
(edit) @561 [561] 14 months artem use 'avoid_edges' parameter for point placement
(edit) @560 [560] 14 months artem 1. revived 'avoid_edges' option 2. fixed 'placement_finder' extent in …
(edit) @558 [558] 14 months artem use 'contains' instead of 'intersects' test to provide 'avoid_edges' …
(edit) @557 [557] 14 months artem 1. re-factored placement_finder to be more efficient. 'find_*' methods are …
(edit) @553 [553] 15 months david Generic python binding for mapnik::enumeration
(edit) @552