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-23[iOS] Compilation for iOS with QT5 toolchain.vng
2015-09-23Fix according to code review.vng
2015-09-23Remove unused function.vng
2015-09-23[fix]ExMix
2015-09-23[refactoring] Cross platform balloon everywhere.vng
2015-09-23Factor out and order all GUI-element depth constants in one place.vng
2015-09-23Avoid hindi code.vng
2015-09-23switch on readpixels for PowerVR SGX530 gpuExMix
2015-09-23Final OpenGL compilation fix. Gave up on trying to understand why it fails to...Alex Zolotarev
2015-09-23[ios] Fixed compilation errorAlex Zolotarev
2015-09-23Fixed OpenGL compilation for AndroidAlex Zolotarev
2015-09-23Fixed OpenGL compilation for new iOS (and removed ugly hack for Mac OS X 10.8)Alex Zolotarev
2015-09-23ifdef fixExMix
2015-09-23Stronger matching of OpenGL driver. Increase speed for Nexus SExMix
2015-09-23Use ReadPixels only for Kindle Fire 7, not for Kingle Fire HDExMix
2015-09-23Remove ScreenCoverage as class. Now we hold one set of information about curr...ExMix
2015-09-23after review fixesExMix
2015-09-23we need to allow baseline offset when calculate text positionExMix
2015-09-23we don't need to move rect. Only narrow to avoid texture upscaleExMix
2015-09-23reduce dependence from indexerExMix
2015-09-23support a max width property for drawable textsExMix
2015-09-23beautiful comments in tests.ExMix
2015-09-23Remove unused code with mutex (probably will restore it in future).vng
2015-09-23Read .skn file and static texture once in main thread.vng
2015-09-23compile warning fixExMix
2015-09-23[graphics] removed useNormalsDarafei Praliaskouski
2015-09-23[graphics] removed bogus fastSolidPath (fixes ruler)Darafei Praliaskouski
2015-09-23[graphics] typo fixDarafei Praliaskouski
2015-09-23[android] support for XXHDPI screensDarafei Praliaskouski
2015-09-23Handle exceptions in reading fonts.vng
2015-09-23[graphics] put back hack for some GPU's with commentDarafei Praliaskouski
2015-09-23[graphics] removed useless check for minimal widthDarafei Praliaskouski
2015-09-23[graphics] line texture symmetryDarafei Praliaskouski
2015-09-23we need to stay on the same pipeline after flush dynamic pageExMix
2015-09-23[graphics] altered straight text element to allow shifting labels horizontallyDarafei Praliaskouski
2015-09-23mul stroke radius on visual scale. Fix for HD devices.ExMix
2015-09-23Merge pull request #1497 from ExMix/overlay_refactoring_2ExMix
2015-09-23Minor fixesExMix
2015-09-23Replace _DEBUG by DEBUGExMix
2015-09-23Memory leaks tracking and rescueExMix
2015-09-23Trash fixesExMix
2015-09-23In this parts of code Overlay used permanently in place.ExMix
2015-09-23In other places we try to work with Overlay by raw pointer at maximum as it p...ExMix
2015-09-23From this moment in Overlay we will work with raw pointer instead of shared_ptrExMix
2015-09-23Remove usless codeExMix
2015-09-23Overlay not cloning and not copying now. We work with one instance of Overlay...ExMix
2015-09-23From this moment we will set and reset state for overlay element instead of c...ExMix
2015-09-23Comment useless code. Need to remove from project in next pull requestExMix
2015-09-23Remove some old codeExMix
2015-09-23moved LessThan functor from ResourceCache into Resourcerachytski