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 (Collapse)Author
2020-10-21[drape] [tracks] Allow to render tracks for 20 zoomLevel MAPSME-12900Anatoliy Tomilov
2020-09-16[drape] [Booking] Fixes to meet the review comments MAPSME-14544Anatoliy Tomilov
2020-09-16[fdrape] [Booking] Make Symbol, ColoredSymbol, PoiSymbol, Text of ↵Anatoliy Tomilov
UserPointMark sensitive to tap MAPSME-14544
2020-09-14[drape] [Booking] Correct calculations of text metrics for badge width ↵Anatoliy Tomilov
adjustment MAPSME-14628
2020-08-14[drape] [Booking] Introduce special visual representation for unavailable ↵Anatoliy Tomilov
Booking hotels MAPSME-14325 - Add selection option to Booking search marks - Add forceNoWrap option to StraitTextLayout - Track "unavailable" status for search marks - Make special handling for selection of Booking search marks via special badges having strokes - Track "selected" status for search marks - Handle "preparing" status for Booking search marks - Remove extra colors from Booking search marks color scheme - Refactor SearchMarkPoint
2020-08-05[drape] [Booking] Make visited Booking searchmarks ethereal MAPSME-14324Anatoliy Tomilov
2020-08-03[drape] crash fix MAPSME-14487Anatoliy Tomilov
2020-07-31[drape] [booking] Add special badge (so called "chip") expanding for price ↵Anatoliy Tomilov
text near the hotel's rating symbol MAPSME-14322
2020-07-02[guides on map][drape] Guides marks without shadows.Daria Volvenkova
2020-02-27[bookmarks] Fixed crash after track simplification.Daria Volvenkova
2019-11-01[geometry] Get rid of MercatorBounds, refactor to namespace mercatorMikhail Gorbushin
2019-09-24[drape][bookmarks] Added support of custom imagesr.kuznetsov
2019-04-12Road warnings displacement.Daria Volvenkova
2019-03-29[drape] Fixed search mark renderingRoman Kuznetsov
2019-03-25Review fixes.Daria Volvenkova
2019-03-25User marks displacement improvements.Daria Volvenkova
2019-03-25Road warning marks automatically visible since certain zoom level.Daria Volvenkova
2018-11-28Fixed displacement of routing marks.Daria Volvenkova
2018-11-23[coding] Moved functions that encode points to one common file.Maxim Pimenov
2018-11-23Tuned visualization of SpeedCameraMark.Daria Volvenkova
2018-11-22Improved search results visualizationr.kuznetsov
2018-10-30SpeedCameraMark and ColoredDebugMark added.Daria Volvenkova
2018-09-25[drape][metal] Refactored vertex array buffer and context usage.r.kuznetsov
2018-08-06Removed glConst from render state and texturer.kuznetsov
2018-08-02Renamed GLStater.kuznetsov
2018-07-27Depth test setting moved into GLStale.Daria Volvenkova
2018-07-23[geometry] Renamed SquareLength to SquaredLength.Maxim Pimenov
2018-07-20Fixed scaling to max zoom on desktop and iPad.Daria Volvenkova
2018-07-20Fixed calculation of scale and zoom level.Daria Volvenkova
2018-06-28Usage of shaders libraryr.kuznetsov
2018-05-08[geometry] Made the constructor of Point<T> from Point<U> explicit.Maxim Pimenov
Sometimes we want a non-trivial transformation when converting from one representation of a point to another. An example is PointDToPointU which uses the fact that its argument is usually a point from the Mercator plane. The wrong usage is easier to catch when implicit conversion between different point types is prohibited. An example of wrong usage that is prevented by this commit: // A function defined in another file. m2::PointU GetPoint() { m2::PointD pt; [...] return PointDToPointU(p2, kDefaultBits); } // Here we have forgotten that the result of GetPoint() is already converted. m2::PointU ptu = PointDToPointU(GetPoint(), kDefaultBits);
2018-04-09Added pricing badgesRoman Kuznetsov
2018-04-06Use base types from kml library.Daria Volvenkova
2018-04-06Fixed memory corruption in user linesr.kuznetsov
2018-03-26Added new bookmarks renderingr.kuznetsov
2018-03-07Getting rid of my::sq, math::sqrtatiana-kondakova
2018-02-15User mark id contains information about user mark type. User line id added.Daria Volvenkova
2018-01-18New displaying of transfer titles.Daria Volvenkova
2017-12-27Fixed crash in user marks caching.Daria Volvenkova
2017-12-14Support non-sdf text in user mark.Daria Volvenkova
2017-12-14Fixed display of a routing mark text.Daria Volvenkova
2017-12-14Dynamic straight text offsets.Daria Volvenkova
2017-11-28Fixed transit marks displacement. Fixed intermediate point icon getting.Daria Volvenkova
2017-11-28Review fixes.Daria Volvenkova
2017-11-28Refactoring of transit route processing.Daria Volvenkova
2017-11-28Added min zoom level for user mark's title.Daria Volvenkova
2017-11-28New transit mark implementation.Daria Volvenkova
2017-11-14Transit mark realization.Daria Volvenkova
2017-08-10Review fixes.Daria Volvenkova
2017-08-10Minor warning fixes.Daria Volvenkova