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-23changes according to code review.rachytski
2015-09-23fixed flickering during animation and two-fingers scaling.rachytski
2015-09-23added anim::SegmentInterpolation and MoveScreen animation tasks.rachytski
2015-09-23added m2::AnyRect<T>::SetAngle and modified Navigator::SaveState to save curr...rachytski
2015-09-23Add MercatorBounds::FullRect().vng
2015-09-23correct checking for rotation in Navigator::DoScale.rachytski
2015-09-23fixes according to code review.rachytski
2015-09-23fixed Navigator::CheckMinScale for rotated screen.rachytski
2015-09-23added ScreenBase::SetAngle and Navigator::SetAngle.rachytski
2015-09-23moved location handling from Framework into location::State and added "follow...rachytski
2015-09-23checking for rotation threshold while scaling by two fingers.rachytski
2015-09-23more consistent scaling by +/- buttons.rachytski
2015-09-23Add GtoP, PtoG for navigator.vng
2015-09-23correct function for zooming to specified scale level.rachytski
2015-09-23fixed ShiftAndScaleInto for the case of GlobalRect center lies outside of Wor...rachytski
2015-09-23[search] Draw placemark for search result. Closed #666 :)))))vng
2015-09-23Remove non-critical assert.vng
2015-09-23ReduceRectHack in ShrinkIntorachytski
2015-09-23[android] quick fix of Framework::SetMaxWorldRect() dragging bug at first sta...vng
2015-09-23fixed "floating" location symbol after device orientation change.rachytski
2015-09-23Closed #347 - check for invalid rect and locationAlex Zolotarev
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Closes #367 - zooming errorsAlex Zolotarev
2015-09-23Removed unnecessary device orientation support in framework.Alex Zolotarev
2015-09-23changed code that fits the ScreenBase into WorldRect.rachytski
2015-09-23turned on Screen rotation in TilingRenderPolicyMT.rachytski
2015-09-23switched off screen rotation when scaling with 2 fingers.rachytski
2015-09-23switched off screen rotation, as it's not so fast as expected to support it i...rachytski
2015-09-23renamed AARect into AnyRect. renamed corresponding files.rachytski
2015-09-23added screen rotation support.rachytski
2015-09-23refactored ScreenBase to support GUI rotation.rachytski
2015-09-23Fix uninitialized variable.vng
2015-09-23Added RenderPolicyMT from the old rendering code. rachytski
2015-09-23Move settings.* from map to platform.vng
2015-09-23Warning fix.vng
2015-09-23empty rect handling in ShowRect.rachytski
2015-09-23better ScaleImpl implementation to allow scaling on world borders.rachytski
2015-09-23AdjustToBounds fixes.rachytski
2015-09-23function extraction refactoring for AdjustToBounds method for limiting Screen...rachytski
2015-09-23* implemented runtime choice of renderTarget format.rachytski
2015-09-23CheckBorders fixes. #closes 168rachytski
2015-09-23CheckBorders implementation.rachytski
2015-09-23[IPHONE] fixing bug with min scale limit.rachytski
2015-09-23limiting max and min global rect.rachytski
2015-09-23Refactored settings engineAlex Zolotarev
2015-09-23More convenient max scale rect check.vng
2015-09-23Fix initial model rect: if empty, return MercatorBounds. Check for maximum sc...vng
2015-09-23Restricting GlobalRect to MercatorBounds::max** values.rachytski
2015-09-23symbol position as a parameter in drawPoint function. plenty of warnings clea...rachytski
2015-09-23Pixel-aligned viewport centering.rachytski