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
AgeCommit message (Collapse)Author
2015-09-23Review fixesr.kuznetsov
2015-09-23Integration routing rendering in old enginer.kuznetsov
2015-09-23Review fixes.vng
2015-09-23Make rect holder strategy in functional style.vng
2015-09-23Render policies refactoring to support GPU and Software rendering.vng
2015-09-23Fix include path for mapSergey Yershov
2015-09-23Hiding the navigation route after current position. Bugfix with arrows on ↵Vladimir Byko-Ianko
the route near the beginnig.
2015-09-23Fixes after colleagues commentsVladimir Byko-Ianko
2015-09-23Drawing turn-arrows under the navigation route was implemented.Vladimir Byko-Ianko
2015-09-23review fixesExMix
2015-09-23[core] use dummy category for routes. Not save to kml.ExMix
2015-09-23[core] notify if active bookmark of bookmark category deletedExMix
2015-09-23Fix first search results when “Search on map”.vng
2015-09-23[core] inscrease selection rect (for bookmark only)ExMix
2015-09-23[core] hide place page on second clickExMix
2015-09-23[core] dont show red marker when we have only one search result.ExMix
2015-09-23[core] my position clickExMix
Framework::GetUserMark find user mark with priority. Bookmark > Api point > Search result
2015-09-23Put “const” modifier where needed.vng
2015-09-23[core] move selection drawing into separate container, because when ↵ExMix
re-search on viewport changed search container cleared, and it's clear selection
2015-09-23[core] crashes on wrong sequence calls. do it more secureExMix
2015-09-23[ios] Fixed merge conflicts with new UserMarkIgor Khmurets
2015-09-23[core] Added MoveBookmark functionIgor Khmurets
2015-09-23review fixesExMix
2015-09-23[core] customize user mark drawing.ExMix
2015-09-23[core] new way of bookmark, search results and api points storeExMix
2015-09-23[tracks] Code cleanup.vng
2015-09-23Recreate track's display list only when scale changed.vng
2015-09-23[tracks] Code and style review fixes.vng
2015-09-23[tracks] Base tracks stuff.Dmitry Kunin
[track] Draw only points in screen rect. [track] DisplayList drawing. [track] Tracks now have separate screen. [track] Removed stub data. [track] LineString parsing from .kml. [track] Serialization to .kml
2015-09-23Save last category and color for bookmarks.vng
2015-09-23GetBookmark returns pointer to non constant bookmark.Kirill Zhdanovich
Setter for bookmark's name and type.
2015-09-23[iOS] Bookmark logic changedKirill Zhdanovich
Review fixes Review Fix Review Fix