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
2016-04-13Redone my positionr.kuznetsov
2016-04-07Fixed crash on drape initialization in backgroundr.kuznetsov
2016-03-29Improved safety of present invocationsr.kuznetsov
2016-03-24Revert "[ios] Improved safety of present calls"Roman Kuznetsov
2016-03-24[ios] Improved safety of present callsr.kuznetsov
2016-03-23[ios] Fixed location manager behavior when device location is disabled.Ilya Grechuhin
2016-03-23[ios] Added missing [super layoutSubviews] method call.Ilya Grechuhin
2016-03-23Refactored SaveState/LoadState because they depend on Drape engine now.Alex Zolotarev
2016-03-23[ios] Optimized iOS version checking.VladiMihaylenko
2016-01-13[ios] Daemon mode.VladiMihaylenko
2015-12-14[ios] Fixed place links openning.Илья Гречухин
2015-11-30Moving VisualScale from base to drape.Vladimir Byko-Ianko
2015-11-30iOS. Using exact DPI for visual scale calculation.Vladimir Byko-Ianko
2015-11-30Fixed location mode setting up and updating for AndroidRoman Kuznetsov
2015-11-30Back buffer format changed to RGB8r.kuznetsov
2015-11-30Removed RunOnGuiThread in routingr.kuznetsov
2015-11-30Fixed iOS landscape <-> portrait transition visual bugsr.kuznetsov
2015-11-30[ios] Added widgets layout routine.Ilya Grechuhin
2015-11-30Fixed crash in overlay tree, fixed compilation issue on iOSr.kuznetsov
2015-11-30Fixed drape initialization on iOSr.kuznetsov
2015-11-30rebase fixesExMix
2015-11-30[drape] code from drape_gui lib have moved to drape_frontend lib.ExMix
2015-11-30[drape] tempotaty code for ios part layout dynamic widgetsExMix
2015-11-30Review fixesr.kuznetsov
2015-11-30Pointers refactoringr.kuznetsov
2015-11-30Fixed drape engine destruction on iOS, moved some common code to rendererr.kuznetsov
2015-11-30[drape] resize must get pixel size of surface. Not logic.ExMix
2015-11-30[drape] build android with drapeExMix
2015-11-23iOS. Bugfix. POIs icons were overlapped with text.Vladimir Byko-Ianko
2015-11-20[ios] Fixed bug with direction view after 180 degree rotation.VladiMihaylenko
2015-11-18Corrections after colleagues comments.Vladimir Byko-Ianko
2015-11-17iOS. Exact DPI calculation.Vladimir Byko-Ianko
2015-09-24[ios] Fixed crash after voice recognition.v.mikhaylenko
2015-09-23[ios] Moved common inclusions into prefix header.Ilya Grechuhin
2015-09-23[ios] Fixed map resize after rotation.v.mikhaylenko
2015-09-23[ios] Fixed includes.Alex Zolotarev
2015-09-23Added overload for version check.Ilya Grechuhin
2015-09-23[ios] Fixed version check.Ilya Grechuhin
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-23implemented ChangeColorScheme functionality and its test for supported platformsConstantin Shalnev
2015-09-23[ios] surface and OGL for ios build with drape rendererExMix
2015-09-23[core] iphone6+ scaling fixExMix
2015-09-23[ios] Map dpi for iPhone 6 Plus changed Igor Khmurets
2015-09-23[ios] iPhone 6/6Plus fixesIgor Khmurets
2015-09-23[cpp11] make_shared_ptr -> std::make_sharedAlex Zolotarev
2015-09-23[ios] Project now supports ARCIgor Khmurets
2015-09-23return GL_RGBA8 as main format for RenderBufferExMix
2015-09-23create color buffer with same pixel format as a render target texturesExMix
2015-09-23remove useless codeExMix