Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/map
AgeCommit message (Expand)Author
2015-09-23[android] Fixes for static lib toolchain supportAlex Zolotarev
2015-09-23Changed language code type from char to int8_tAlex Zolotarev
2015-09-23[ios] Compilation fix by SRAlex Zolotarev
2015-09-23Add "System of measurement".vng
2015-09-23Warning fix.vng
2015-09-23Make smooth scale control.vng
2015-09-23Correct Framework::ShowRect with minimal possible rect.vng
2015-09-23after-merge compilation fixes.rachytski
2015-09-23optimized kerning and axis-aligned bound rect calculation for drawPathText.rachytski
2015-09-23much better drawPathText implementation.rachytski
2015-09-23refactored all text rendering using TextElement subclasses.rachytski
2015-09-23moved path text filtering into TextRendererrachytski
2015-09-23PathTextElement and StraightTextElement implementation.rachytski
2015-09-23Take into account path's offset when drawing.vng
2015-09-23Don't draw number for roads with visible name.vng
2015-09-23Correct duplicating rules filtration.vng
2015-09-23@TODO use search categories holder in the search engineAlex Zolotarev
2015-09-23Fix AV on exit.vng
2015-09-23[search] Implement query termination. Make search slow to test it :)Yury Melnichek
2015-09-23Draw tunnels transparent:vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Draw road's number.vng
2015-09-23Fix uninitialized variable.vng
2015-09-23Get user preferred languages on 1st startup and use them for text dislpayingAlex Zolotarev
2015-09-23[search] Introduce different types of results.Yury Melnichek
2015-09-23Better GetPopulationRank routine.vng
2015-09-23Rewrote logic for maps adding. First, we read all maps from resources,Alex Zolotarev
2015-09-23- Don't store names for features with invisible texts.vng
2015-09-23Fixes to framework::ShowRect()Alex Zolotarev
2015-09-23Renamed benchmark.txt because all txt files are included into production buildsAlex Zolotarev
2015-09-23Fix bugs in drawing ruler in InformationDisplay.Yury Melnichek
2015-09-23[search] Introduce IntermediateResult.Yury Melnichek
2015-09-23drawing center point as "lat, lon" instead of "lon, lat". closes #270rachytski
2015-09-23empty rect handling in ShowRect.rachytski
2015-09-23Refactored and improved search: approximate matching and splitting feature na...Yury Melnichek
2015-09-23Add GetIndex() to the FeatureFetcher.Yury Melnichek
2015-09-23Add map -> search dependency.Yury Melnichek
2015-09-23Fixed yg includes, should improve compilation speedAlex Zolotarev
2015-09-23Moved MAX_SUPPORTED_LANGUAGES constant to defines.hppAlex Zolotarev
2015-09-23Refactored base/string_utilsAlex Zolotarev
2015-09-23Renamed namespace string_utils to stringsAlex Zolotarev
2015-09-23Fixed failed unit testsAlex Zolotarev
2015-09-23Moved coding/strutil.hpp to base/string_utils.hppAlex Zolotarev
2015-09-23Warning fixAlex Zolotarev
2015-09-23Removed boost:: namespace and fixed boost includesAlex Zolotarev
2015-09-23Created search libraryAlex Zolotarev
2015-09-23- Fix warning;vng
2015-09-23Knee-search v0.2, limited to viewport onlyAlex Zolotarev
2015-09-23Moved language preferences from multilang_utf8_string to frameworkAlex Zolotarev
2015-09-23Add rank for text height.vng