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 (Expand)Author
2015-09-23Compilation warning fix.Alex Zolotarev
2015-09-23Fix include path for mapSergey Yershov
2015-09-23Minor code refactoring.Alex Zolotarev
2015-09-23Log touch to the map.Alex Zolotarev
2015-09-23Typed enum for usermark.Alex Zolotarev
2015-09-23[bookmark] Fixed memory leaks in UserMarkCopy.Yuri Gorshenin
2015-09-23Fixed bookmarks order: least recently added bookmark is displayed first in th...Yuri Gorshenin
2015-09-23[core] crash fix. In some cases anim::Task write into deleted memoryExMix
2015-09-23[core] transfer UserMarkCopy for platform-specific code.ExMix
2015-09-23[core] SetType() added to bookmarkIgor Khmurets
2015-09-23Fixed missing constAlex Zolotarev
2015-09-23[ios] Fixed merge conflicts with new UserMarkIgor Khmurets
2015-09-23[core] Added name setter to BookmarkIgor Khmurets
2015-09-23[core] we need apply pixel offset for bookmarks, to bookmark look like it gro...ExMix
2015-09-23[core] create new bookmark animationExMix
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-23[tracks] Code and style review fixes.vng
2015-09-23[tracks] Base tracks stuff.Dmitry Kunin
2015-09-23Save last category and color for bookmarks.vng
2015-09-23GetBookmark returns pointer to non constant bookmark.Kirill Zhdanovich
2015-09-23Keep scale and timestamp when editing (replacing) bookmark in category.vng
2015-09-23[bookmarks] Handle timestamp in one function Framework::AddBookmark. Keep pre...vng
2015-09-23- Fix error processing logic when loading bookmarks (do not create BookmarkCa...vng
2015-09-23Function that imports files to application(kml/kmz)Kirill Zhdanovich
2015-09-23Factor out time functions to timer.hpp.vng
2015-09-23[bookmarks] Always set and save timestamp for newly created bookmarksAlex Zolotarev
2015-09-23[bookmarks] Added TimeStamp serialisation and parsingAlex Zolotarev
2015-09-23[bookmarks] Added timestamp conversion helper functionsAlex Zolotarev
2015-09-23[bookmarks] Added description fieldAlex Zolotarev
2015-09-23[bookmarks] Changed return values to referencesAlex Zolotarev
2015-09-23Minor changes to support (as desired) test kml file.vng
2015-09-23Fix bookmarks saving routine.vng
2015-09-23Fix according to code review.vng
2015-09-23Save bookmarks viewport scale when adding.vng
2015-09-23Changed bookmark category return resultAlex Zolotarev
2015-09-23Framework::Addbookmark now automatically edits or moves bookmark from one cat...Alex Zolotarev
2015-09-23[ios] Safe implementation of bookmark/category pair, fixes crashAlex Zolotarev
2015-09-23[win] Fixed some compilation errors. Only OpenGL errors leftAlex Zolotarev
2015-09-23Correct unique bookmarks file name generationAlex Zolotarev
2015-09-23Changes according to code reviewAlex Zolotarev
2015-09-23[bookmarks] Added file save/load methodsAlex Zolotarev
2015-09-23[bookmarks] Added visibility, category name and bookmark type (color) seriali...Alex Zolotarev
2015-09-23Bookmarks find by point now returns also a categoryAlex Zolotarev
2015-09-23[ios] Added bookmarks color support. @TODO save and load bookmarks colorAlex Zolotarev
2015-09-23Some minor fixes.vng
2015-09-23[ios] Added Bookmark Sets visibility switchAlex Zolotarev
2015-09-23Add BookmarkCategory.vng