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-23[search] Fixed bug with fixed search results in viewport.vng
2015-09-23Factor out all rendering routine from “map” to “render” library.vng
2015-09-23Render policies refactoring to support GPU and Software rendering.vng
2015-09-23Added api markersConstantin Shalnev
2015-09-23Fix include path for mapSergey Yershov
2015-09-23[bookmarks] Fixed memory leaks in Bookmarks test.Yuri Gorshenin
2015-09-23Fixed bookmarks order: least recently added bookmark is displayed first in ↵Yuri Gorshenin
the list.
2015-09-23Revert "Merge pull request #224 from gorshenin/fixed-bookmarks-order"Yuri Gorshenin
This reverts commit 52cf31897f2b3d3f48e46ecb7ef155180f605004, reversing changes made to 7be1c7d93f09cd70963815b5289d28e8a8102437.
2015-09-23Fixed bookmarks order - least recently added bookmark is first now in the ↵Yuri Gorshenin
bookmarks list.
2015-09-23[core] condition compilation. We can use old renderer or drape based on ↵ExMix
define USE_DRAPE
2015-09-23[core] notify if active bookmark of bookmark category deletedExMix
2015-09-23[c++11] Migrated from scoped_ptr to unique_ptrAlex Zolotarev
2015-09-23Process bookmarks in viewport rect only.vng
2015-09-23Fix first search results when “Search on map”.vng
2015-09-23[core] draw activation circle lower then user marksExMix
2015-09-23[core] separate user mark for MyPositionExMix
2015-09-23[core] hide place page on second clickExMix
2015-09-23[core] bookmark test fixExMix
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-23review fixExMix
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] pin anim scale factor initializationExMix
2015-09-23[core] crashes on wrong sequence calls. do it more secureExMix
2015-09-23[core] we need apply pixel offset for bookmarks, to bookmark look like it ↵ExMix
growing from selection center
2015-09-23[core] create new bookmark animationExMix
2015-09-23review fixesExMix
2015-09-23[core] customize user mark drawing.ExMix
2015-09-23[android] android part of adaptationExMix
2015-09-23[ios] adaptation for new bookmark containersExMix
2015-09-23[core] new way of bookmark, search results and api points storeExMix