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-23[android] Fixes for static lib toolchain supportAlex Zolotarev
2015-09-23after-merge compilation fixes.rachytski
2015-09-23optimized kerning and axis-aligned bound rect calculation for drawPathText.rachytski
2015-09-23much better drawPathText implementation.rachytski
2015-09-23refactored all text rendering using TextElement subclasses.rachytski
2015-09-23PathTextElement and StraightTextElement implementation.rachytski
2015-09-23Draw tunnels transparent:vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Fixed warningAlex Zolotarev
2015-09-23- Don't store names for features with invisible texts.vng
2015-09-23Fix warnings.vng
2015-09-23Warning fixes.vng
2015-09-23FromUtf8 compilation fixes.rachytski
2015-09-23refactored LayoutElement's hierarchy. implemented TextLayoutElement class.rachytski
2015-09-23Fixed yg includes, should improve compilation speedAlex Zolotarev
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