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-23removed GlobalRect in InformationDisplay. 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-23[ios][qt] Platform refactoringAlex Zolotarev
2015-09-23Modified debug logsAlex Zolotarev
2015-09-23Added framework::GetViewportCenter()Alex Zolotarev
2015-09-23Move languages.* from 'map' to 'platform'.vng
2015-09-23calling glPixelStorei(GL_UNPACK_ALIGNMENT, 1) for each OpenGL thread. closes ...rachytski
2015-09-23[search] Cache features in viewport. For now, search only among them.Yury Melnichek
2015-09-23drawing current scale in Debug.rachytski
2015-09-23StylesCache creation on the CoverageGenerator thread. improvement of the GUI ...rachytski
2015-09-23[search] Brand new search :) For now, only name matching is used (i.e. no vie...Yury Melnichek
2015-09-23introduced VideoTimer, refactored rendering loop to use Timers, as on iOS.rachytski
2015-09-23Fix warnings.vng
2015-09-23[iOS] fixed minimum pixel width in Navigator.rachytski
2015-09-23added separate Ruler class.rachytski
2015-09-23added BeginFrame and EndFrame functions to fine-tune multithreaded OpenGL res...rachytski
2015-09-23Added loggingAlex Zolotarev
2015-09-23[ios] Closed #199 - now notification is displayed if location services are di...Alex Zolotarev
2015-09-23returned RenderPolicyMT as a default.rachytski
2015-09-23fixed commented-out informationDisplay drawing.rachytski
2015-09-23implemented multi-blit for faster blitting of tiles in screen coverage.rachytski
2015-09-23Added RenderPolicyMT from the old rendering code. rachytski
2015-09-23passing separate clipRect parameter into DrawModel function. closes #315rachytski
2015-09-23refactored TileRenderer and CoverageGenerator to use core::CommandsQueuerachytski
2015-09-23Support old format 1.01 (April 2011).vng
2015-09-23Add separate ForEachInRectXXX functon for tile drawing.vng
2015-09-23[search] Integrate search of a trie into main code. Not finished!Yury Melnichek
2015-09-23[search] Integrate trie into search.Yury Melnichek
2015-09-23Multithreaded model drawing.vng
2015-09-23code styling fixes.rachytski
2015-09-23[android] Added location and compass supportAlex Zolotarev
2015-09-23[android] Fixed resources re-initialization bugAlex Zolotarev
2015-09-23[ANDROID] fixed text drawing and opengl state applying.rachytski
2015-09-23[android] Second YG hack, blessed by SRAlex Zolotarev
2015-09-23fixed compilation errors.rachytski
2015-09-23Simple single-threaded render policy.rachytski
2015-09-23separated benchmarking code into Framework ancestor.rachytski
2015-09-23RenderPolicy implementationrachytski
2015-09-23added merging of separate tile-level infolayers into big one. introduced IsMu...rachytski
2015-09-23fixed tile-sews blitting artefact.rachytski
2015-09-23Using all available CPU cores for tile rendering.rachytski
2015-09-23Initial implementation of tile rendering.rachytski
2015-09-23Fixed non-working compass drawingAlex Zolotarev
2015-09-23Fixed languages locale bugAlex Zolotarev
2015-09-23[Refactoring] Use mwm-file descriptor (string name) in Index. Open FileReader...vng
2015-09-23Carried out heavy log functions into cpp files.vng
2015-09-23Minor formattingAlex Zolotarev