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-23added Tile, Tiler and TileCache classes. implemented tile priority sorting pr...rachytski
2015-09-23refactored ResourceManager to use ObjectPool for multi-threaded accessible re...rachytski
2015-09-23added SymbolElement to InfoLayerrachytski
2015-09-23fixed trash-texture upon application start.rachytski
2015-09-23restored "frozen" text rendering logic.rachytski
2015-09-23moved InfoLayer rendering from main thread to render thread.rachytski
2015-09-23removed static font usage. refactored text rendering code to use separate gly...rachytski
2015-09-23introduced separate information layer class, which will perform all POI and T...rachytski
2015-09-23Refactored wstring to UniStringAlex Zolotarev
2015-09-23FriBidi compilation fixes and @TODO refactorings for YGAlex Zolotarev
2015-09-23[android] OpenGL multisampling @TODOAlex Zolotarev
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