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-23pausing background rendering when animation is started, and resuming it back ...rachytski
2015-09-23Fix type mismatch warnings.vng
2015-09-23[search] Initialize SearchEngine object on startup.vng
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-23Fixed bug with incorrect address clearAlex Zolotarev
2015-09-23Increased pixel radius to get touched bookmarkAlex Zolotarev
2015-09-23[bookmarks] Autosave bookmarks on delete/add operations in cross-platform codeAlex Zolotarev
2015-09-23Added Framework::LoadBookmarks() and call to load them in iOSAlex 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-23Warning fixesAlex Zolotarev
2015-09-23repainting screen after each compass change.rachytski
2015-09-23Add some debugging stub.vng
2015-09-23Bookmarks find by point now returns also a categoryAlex Zolotarev
2015-09-23using "placemark-red" instead of "placemark" for showing search results.rachytski
2015-09-23correct checking for rotation in Navigator::DoScale.rachytski
2015-09-23taking visualScale into account when hitTest'ing the CompassArrow.rachytski
2015-09-23Fix includes by code-style.vng
2015-09-23Add founded locality as a result if no other tokens to search.vng
2015-09-23Fix includes.vng
2015-09-23Add strings::Trim.vng
2015-09-23fixed constant RotateScreenTask recreation for smooth performance.rachytski
2015-09-23added compass filter to smooth out noisy compass values.rachytski
2015-09-23fixes according to code review.rachytski
2015-09-23turned on screen rotation by default.rachytski
2015-09-23fixed Navigator::CheckMinScale for rotated screen.rachytski
2015-09-23using speed instead of full time interval in RotateScreenTask.rachytski
2015-09-23stopping rotation in CompassArrow when starting a rotation in location::State.rachytski
2015-09-23fixed compass following logic.rachytski
2015-09-23fixed a bug with shortest way map rotation.rachytski
2015-09-23passing touches through the location::State GUI element.rachytski
2015-09-23added CompassArrow GUI element.rachytski
2015-09-23refactored anim::Task and anim::Controller to distinguish between normal Task...rachytski
2015-09-23refactored guy::Controller to accept yg::gl::Screen for caching, updating ele...rachytski
2015-09-23refactored location::State to make it gui::Element.rachytski
2015-09-23added ScreenBase::SetAngle and Navigator::SetAngle.rachytski
2015-09-23refactored anim::Controller and moved it into RenderPolicy.rachytski
2015-09-23switched off map rotation by default.rachytski
2015-09-23moved location handling from Framework into location::State and added "follow...rachytski
2015-09-23added animation library.rachytski
2015-09-23Fixed OnGpsUpdate and related functions to take screen rotation into account.rachytski
2015-09-23fixed LocationState to draw compass correctly during rotation.rachytski
2015-09-23fixed Ruler to behave correctly during screen rotation.rachytski
2015-09-23checking for rotation threshold while scaling by two fingers.rachytski
2015-09-23prototype support for shader-performed text rotation.rachytski
2015-09-23Fix bug with ReaderSource::Read for invalid pos.vng
2015-09-23Use FixDirection option from settings.inivng
2015-09-23Warning fix in the right wayAlex Zolotarev