| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] split headless_view.cpp into implementation-specific files | Konstantin Käfer | 2016-03-22 | 1 | -2/+17 |
* | [test] remove crc64 and compare images | Konstantin Käfer | 2016-03-22 | 1 | -0/+7 |
* | [glfw] Main loop integration | Thiago Marcos P. Santos | 2016-03-21 | 2 | -0/+34 |
* | [core] Default fade duration is now a constant | Bruno de Oliveira Abinader | 2016-03-18 | 2 | -3/+1 |
* | [core] Remove default transition duration | Bruno de Oliveira Abinader | 2016-03-18 | 2 | -12/+8 |
* | [core] s/Update::Zoom/Update/RecalculateStyle/ | Bruno de Oliveira Abinader | 2016-03-18 | 1 | -1/+1 |
* | [core] Added user-defined transition properties when modifying classes | Bruno de Oliveira Abinader | 2016-03-18 | 2 | -3/+25 |
* | [core] Remove MapData::defaultTransitionDelay | Bruno de Oliveira Abinader | 2016-03-18 | 1 | -3/+0 |
* | [core] Check for NaNs in mbgl::util::{min,max,clamp} | Bruno de Oliveira Abinader | 2016-03-18 | 2 | -20/+22 |
* | [core] use constexpr constants | Konstantin Käfer | 2016-03-16 | 1 | -17/+28 |
* | [core] Simplify LatLng::unwrapForShortestPath usage | Bruno de Oliveira Abinader | 2016-03-14 | 1 | -9/+8 |
* | [core] Implement LatLng::null() | Bruno de Oliveira Abinader | 2016-03-13 | 1 | -0/+4 |
* | [core] Harden Transform anchor & padding usage | Bruno de Oliveira Abinader | 2016-03-13 | 1 | -14/+15 |
* | [core] Make vec{2,3,4} operator bool explicit | Bruno de Oliveira Abinader | 2016-03-11 | 1 | -6/+6 |
* | [core] Check for NaNs in EdgeInsets | Bruno de Oliveira Abinader | 2016-03-10 | 1 | -2/+3 |
* | [core] Remove _validPoint from Transform code | Bruno de Oliveira Abinader | 2016-03-10 | 1 | -0/+25 |
* | [core] Coordinate wrapping fixes | Bruno de Oliveira Abinader | 2016-03-10 | 3 | -18/+28 |
* | [core] Remove goOffline() from DefaultFileSource | Thiago Marcos P. Santos | 2016-03-08 | 2 | -3/+2 |
* | [core] Add client defined network status | Thiago Marcos P. Santos | 2016-03-08 | 1 | -0/+10 |
* | [core] explicitly initialize a few fields to null | Konstantin Käfer | 2016-03-04 | 3 | -5/+5 |
* | [core] Regression fix in LatLng::unwrapForShortestPath | Bruno de Oliveira Abinader | 2016-03-03 | 1 | -1/+5 |
* | [core] Avoid precompute overscaling for TileID | Bruno de Oliveira Abinader | 2016-03-01 | 1 | -0/+5 |
* | [core] Added DEGREES_MAX as constant value | Bruno de Oliveira Abinader | 2016-03-01 | 2 | -1/+2 |
* | [core] Moved wrapping to LatLng scope | Bruno de Oliveira Abinader | 2016-03-01 | 1 | -4/+22 |
* | [core] PrecisionPoint is now ScreenCoordinate | Bruno de Oliveira Abinader | 2016-03-01 | 3 | -13/+13 |
* | [core] Get rid of mbgl/util/vec4 - use vec4 from vec.hpp instead | Bruno de Oliveira Abinader | 2016-03-01 | 2 | -3/+7 |
* | [core] Coordinate is now GeometryCoordinate | Bruno de Oliveira Abinader | 2016-03-01 | 1 | -2/+0 |
* | [core] Enforce constants usage | Bruno de Oliveira Abinader | 2016-03-01 | 1 | -0/+1 |
* | [core] Build fix | Thiago Marcos P. Santos | 2016-02-26 | 1 | -1/+1 |
* | [core] Add timeout for clock skew | Thiago Marcos P. Santos | 2016-02-26 | 1 | -0/+4 |
* | [core] Limit total number of offline Mapbox tiles | John Firebaugh | 2016-02-24 | 2 | -0/+22 |
* | [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc... | John Firebaugh | 2016-02-24 | 1 | -6/+7 |
* | [core] Add a descriptive comment about maximumCacheSize | John Firebaugh | 2016-02-24 | 1 | -0/+7 |
* | Merge branch 'release-ios-v3.1.0' | Minh Nguyễn | 2016-02-24 | 2 | -0/+5 |
|\ |
|
| * | [core, ios, osx] Only constrain after adding to a window | Minh Nguyễn | 2016-02-10 | 2 | -0/+5 |
* | | [gl] Moved VAO helpers to common header | Bruno de Oliveira Abinader | 2016-02-18 | 1 | -0/+26 |
* | | [core] Remove RunLoop::{ref,unref} | John Firebaugh | 2016-02-16 | 1 | -3/+0 |
* | | [core] less slanted dashed lines near sharp corners | Ansis Brammanis | 2016-02-15 | 1 | -0/+5 |
* | | [core] Add support for updating point annotations | Gabriel Miklós | 2016-02-12 | 1 | -0/+2 |
* | | [ios, osx] Consolidate remaining files in platform/{ios,osx} | John Firebaugh | 2016-02-12 | 24 | -3024/+0 |
* | | [core] use std::move() to prevent copies | Konstantin Käfer | 2016-02-11 | 1 | -1/+1 |
* | | [core] Eliminate maximumCacheEntrySize | John Firebaugh | 2016-02-10 | 2 | -3/+1 |
* | | [core] Implement an eviction policy for OfflineDatabase | John Firebaugh | 2016-02-10 | 2 | -20/+12 |
* | | [core] Make {Default,Online}FileSource::Impl more similar | John Firebaugh | 2016-02-10 | 1 | -3/+0 |
* | | Add binary for smoke-testing offline downloads | John Firebaugh | 2016-02-10 | 1 | -0/+2 |
* | | [core] Interface and implementation for offline | John Firebaugh | 2016-02-10 | 2 | -0/+258 |
* | | [all] Don't interpret 404s on non-tile resources as "no content" | John Firebaugh | 2016-02-10 | 1 | -0/+4 |
* | | [all] Do not set Response data for 404s | John Firebaugh | 2016-02-10 | 1 | -1/+1 |
* | | [core] Reimplement existing caching within an offline-capable database schema | John Firebaugh | 2016-02-10 | 1 | -6/+9 |
* | | [core] Moving caching logic to DefaultFileSource | John Firebaugh | 2016-02-10 | 3 | -5/+10 |