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/yg
AgeCommit message (Expand)Author
2015-09-23CLANG warning fixes.rachytski
2015-09-23added correct transformation of PathTextElements during rendering with non-id...rachytski
2015-09-23fixing #339.rachytski
2015-09-23Warning fixesAlex Zolotarev
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-23refactored ScreenBase to support GUI rotation.rachytski
2015-09-23bug fixes for PathTextElement panning.rachytski
2015-09-23[win] Compilation fixesAlex Zolotarev
2015-09-23Library dependencies optimizationAlex Zolotarev
2015-09-23[ios][qt] Platform refactoringAlex Zolotarev
2015-09-23Typical YG warning fixAlex Zolotarev
2015-09-23Typical YG warning fixAlex Zolotarev
2015-09-23more precise OverlayElement filtering in InfoLayer.rachytski
2015-09-23memory leak fixes.rachytski
2015-09-23calling glPixelStorei(GL_UNPACK_ALIGNMENT, 1) for each OpenGL thread. closes ...rachytski
2015-09-23StylesCache creation on the CoverageGenerator thread. improvement of the GUI ...rachytski
2015-09-23initialization order warning fix.rachytski
2015-09-23using m_offset to save original offsets during transformation.rachytski
2015-09-23correct PathTextElement transformation. closes #298rachytski
2015-09-23made StraightText more important than SymbolElement in OverlayRenderer.rachytski
2015-09-23made StraightTextElement delimiters customizablerachytski
2015-09-23drawing multiline texts for non-bidi texts. closes #285rachytski
2015-09-23added support for multi-line text with alignment. rachytski
2015-09-23[iOS] Build Fixes.rachytski
2015-09-23added POI, PathTexts and POI Names filtration. closes #240rachytski
2015-09-23common tree for all OverlayElements in InfoLayer. added InfoLayer::canOverlap...rachytski
2015-09-23fixed SymbolElement rendering artefact.rachytski
2015-09-23added separate Ruler class.rachytski
2015-09-23fast InfoLayer rendering on GUI thread through StylesCache.rachytski
2015-09-23renamed pageID into pipelineIDrachytski
2015-09-23implemented BenchmarkRenderPolicyMTrachytski
2015-09-23fixed constant GPS radius bug. closes #330rachytski
2015-09-23added tiny storage for low-overhead rendering on GUI thread.rachytski
2015-09-23added ResourcePool and implemented OpenGL resources allocation through it.rachytski
2015-09-23fixed bug introduced when fixing warnings.rachytski
2015-09-23fixed plenty of casting warnings.rachytski
2015-09-23implemented multi-blit for faster blitting of tiles in screen coverage.rachytski
2015-09-23introduced multiBlitStorage resource type.rachytski
2015-09-23Removed unused base/profiler. Should it be in base?Alex Zolotarev
2015-09-23allocating renderTargets in TilingRenderPolicyXXX onlyrachytski
2015-09-23supporting infoLayer offset.rachytski
2015-09-23Added RenderPolicyMT from the old rendering code. rachytski
2015-09-23removed support for fake opengl calls.rachytski
2015-09-23moved log2vis into GlyphCache to make it multithreaded.rachytski
2015-09-23suppressing OpenGL calls for testing purpose.rachytski
2015-09-23Copying glyph pixels only once on glyph-to-texture upload.rachytski
2015-09-23Fixed some warningsAlex Zolotarev
2015-09-23improved GUI performance.rachytski
2015-09-23moved TileCache, Tile, Tiler into map project.rachytski