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-23fixes according to code review.rachytski
2015-09-23fixed crash with overwriting Resource in m_resources map with the same ↵rachytski
ID(happens when two different parent resources use same cacheKey).
2015-09-23fixed mapInfo for array of Resource::Info's rachytski
2015-09-23[win] Fixed some compilation errorsAlex Zolotarev
2015-09-23Minor code style changes.vng
2015-09-23Do not copy return rect in m2::AnyRect<T>::GetLocalRect().vng
2015-09-23Add Framework::ShowRectEx… functions with (consider screen rotation and ↵vng
zoom visibility).
2015-09-23added m2::AnyRect<T>::SetAngle and modified Navigator::SaveState to save ↵rachytski
current viewport without rotation.
2015-09-23changed abs to fabs.rachytski
2015-09-23added and::GetShortestDistance and tests for it.rachytski
2015-09-23added ScreenBase::SetAngle and Navigator::SetAngle.rachytski
2015-09-23[ios] Fixed simulator build errorAlex Zolotarev
2015-09-23[android] Better location updates logic:vng
- Do not center on location after donload or search activity; - Center on location when moving with some dragging opportunity; - Minor code refactoring;
2015-09-23- Code style changes.vng
- Remove Rect<T>::operator< (???). - Add IsEqual for rects with epsilon.
2015-09-23Deffering adding the gui::Element into the yg::Overlay until the ↵rachytski
guy::Controller::SetRendererParams function is called.
2015-09-23added logging to m4::Treerachytski
2015-09-23correctly updating elements in Controller::SetVisualScalerachytski
2015-09-23Minor fixvng
2015-09-23Minor changes.vng
2015-09-23better remove-change geometry-add pattern for guy::Element.rachytski
2015-09-23fixed bug in m4::Tree::Eraserachytski
2015-09-23added Erase method to m4::Tree.rachytski
2015-09-23[linux] Fix compilation.vng
2015-09-23Add average vector calculation.vng
2015-09-23correct function for zooming to specified scale level.rachytski
2015-09-23Fix warning.vng
2015-09-23Remove dummy Rect::Move, add Rect::SetCenter.vng
2015-09-23removed unordered_map as it could be leaking.rachytski
2015-09-23Add ASSERT for m_clipRect.vng
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Removed unnecessary device orientation support in framework.Alex Zolotarev
[ios] Fixed orientation bug when map controller didn't receive orientation change event if another modal controller was on the top @TODO [ios] Set correct angle in compass events using UIDeviceOrientationChanged notification
2015-09-23Add serialized country polygons for 'feature belongs to country' routine.vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23changed code that fits the ScreenBase into WorldRect.rachytski
2015-09-23Fix bug in covering: pass cell depth to CoverObject().Yury Melnichek
2015-09-23added correct transformation of PathTextElements during rendering with ↵rachytski
non-identity Matrix.
2015-09-23Split coast cells by 4 with many polygon points.vng
2015-09-23[msvc] Fix build error (ADL in msvc is buggy).vng
2015-09-23switched off screen rotation, as it's not so fast as expected to support it ↵rachytski
in RenderPolicyMT.
2015-09-23renamed AARect into AnyRect. renamed corresponding files.rachytski
2015-09-23refactored ScreenBase to support GUI rotation.rachytski
2015-09-23Fix region results accumulation in binary region operators.vng
2015-09-23Add m2::Region::Swapvng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Make special simplification only for levels that >= ↵vng
scales::GetUpperWorldScale().
2015-09-23hasRoom for a sequence of rects and tests.rachytski
2015-09-23Fix CellId.ToInt64(depth) when depth <= m_Level.Yury Melnichek
2015-09-23Add MwmSet.Yury Melnichek