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-23Warning and compilation fixesAlex Zolotarev
2015-09-23Renamed namespace string_utils to stringsAlex Zolotarev
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Moved coding/strutil.hpp to base/string_utils.hppAlex Zolotarev
2015-09-23Fixed MSVC2010 compilation issuesAlex Zolotarev
2015-09-23- Fix FeatureType::GetRank() - don't return rank for countries;vng
2015-09-23Add rank for text height.vng
2015-09-23rewritten best_filtration method to support "dead zone" segment that should n...rachytski
2015-09-23implemented beautiful kerning for drawPathTextrachytski
2015-09-23[msvc] Compilation fixes.vng
2015-09-23refactored text-on-string layout code.rachytski
2015-09-23extracted code that performs string on path layout into GlyphLayout class.rachytski
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Sort drawing rules (it's not necessary as is, but logic is more clear).vng
2015-09-23rendering only opaque pixels on SkinPage when using multisampling.rachytski
2015-09-23rendering in wireframe for debugging purposes. switched off by default.rachytski
2015-09-23minor code refactoring.rachytski
2015-09-23correct handling of pathOffset and penInfo.m_offset parameters in drawPath() ...rachytski
2015-09-23replaced TextPos with yg::EPosition.rachytski
2015-09-23Includes cleanupAlex Zolotarev
2015-09-23improved quality of solid line round joins.rachytski
2015-09-23Fixed project filesAlex Zolotarev
2015-09-23[win] Fixed compilation and bool comparison errorsAlex Zolotarev
2015-09-23implemented runtime opengl functionality checking.rachytski
2015-09-23implemented client vertex array support for old GPU'srachytski
2015-09-23Warning fixesAlex Zolotarev
2015-09-23font parameters are taken out of all text functions into separate FontDesc st...rachytski
2015-09-23rendering text with alignment.rachytski
2015-09-23improving consistency of chinese text displaying.rachytski
2015-09-23fixed arabic_presentation_forms_A and gurmukhi symbols. replaced a bunch of f...rachytski
2015-09-23Reduce the number of triangles in approximateArc.Yury Melnichek
2015-09-23Fix ShapeRenderer::approximateArc.vng
2015-09-23@TODO failed unit test in ygAlex Zolotarev
2015-09-23Fix vector::iterator usage.vng
2015-09-23* implemented runtime choice of renderTarget format.rachytski
2015-09-23detecting empty model and displaying information message accordingly.rachytski
2015-09-23drawRectangle rect color bug fix.rachytski
2015-09-23minor fixes for text_renderer debugging.rachytski
2015-09-23[iOS] Disabled opengles 2.0 with macroAlex Zolotarev
2015-09-23doPeriodicalTextUpdate is switched off.rachytski
2015-09-23.pro files improvementsAlex Zolotarev
2015-09-23- Created [generator],[generator_tests] and moved indexer_tool to [generator_...Alex Zolotarev
2015-09-23limiting vid-mem resources. rachytski
2015-09-23lazy allocation of SkinPage::m_texture to improve resource usage.rachytski
2015-09-23lazy allocation of Storage's to improve resource usage.rachytski
2015-09-23fixed invalid styleID. possibly fixes disappearing coastlines.rachytski
2015-09-23more precise logging of invalid styleIDrachytski
2015-09-23white screen after Countries Dialograchytski
2015-09-23[WinGL] Added missing glCheckFramebufferStatusEXTAlex Zolotarev
2015-09-23[GCC] Warning fixesAlex Zolotarev