summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * split renderSync and transition nudging to allow client view syncingJustin R. Miller2015-07-081-1/+4
* | Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-141-12/+12
* | Remove unused function: cwd()Thiago Marcos P. Santos2015-07-111-2/+0
* | refs #1859: use traditional struct declarationJustin R. Miller2015-07-091-4/+7
* | Removed documentation for unavailable methodMinh Nguyễn2015-07-081-4/+0
|/
* explicitly bring in headerJustin R. Miller2015-07-081-0/+2
* fix nullabilityJustin R. Miller2015-07-081-1/+1
* nullability for MGLAnnotationImageJustin R. Miller2015-07-081-0/+4
* Cocoa custom marker imagery APIJustin R. Miller2015-07-083-1/+31
* add ability to add random custom markers to test appKonstantin Käfer2015-07-082-0/+44
* add ability to set custom sprites on the Map objectKonstantin Käfer2015-07-081-0/+5
* mark Image constructor as explicit to avoid accidental implicit argument conv...Konstantin Käfer2015-07-081-1/+1
* compress_png: void* => const void*Konstantin Käfer2015-07-081-1/+1
* Sprite store APIKonstantin Käfer2015-07-081-0/+5
* improve round line joins for semi-transparent linesAnsis Brammanis2015-07-081-0/+3
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-086-21/+48
* [wrap)Minh Nguyễn2015-07-061-1/+3
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-012-2/+3
* fixes #1770: rename & expose compass, logo, and attributionJustin R. Miller2015-07-011-0/+9
* Rationalize *RenderingMap notificationsJohn Firebaugh2015-06-303-3/+21
* Use array of structs rather than parallel arrays for annotationsJohn Firebaugh2015-06-293-9/+56
* Fit to coordinatesMinh Nguyễn2015-06-262-0/+8
* Remove duration argument from View::notifyMapChangeJohn Firebaugh2015-06-262-4/+2
* Move Transform from MapData to MapJohn Firebaugh2015-06-261-0/+2
* drive Android rendering from the main thread via invalidate() callsKonstantin Käfer2015-06-262-0/+4
* drive map rendering from main threadKonstantin Käfer2015-06-264-6/+14
* remove unused renderAsync() functionKonstantin Käfer2015-06-261-1/+0
* Implemented -setVisibleCoordinateBounds:Minh Nguyễn2015-06-251-3/+5
* Test fit to bounds; added MGLCoordinateBounds functionsMinh Nguyễn2015-06-255-15/+90
* Fit to bounds with paddingMinh Nguyễn2015-06-252-1/+11
* Reimplemented fit to boundsMinh Nguyễn2015-06-253-0/+16
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-251-77/+0
* Merge branch 'release-v0.4.0'Justin R. Miller2015-06-192-3/+0
|\
| * refs #1759: remove header docs for now-unavailable APIJustin R. Miller2015-06-192-3/+0
| * Support shape annotations on GLFWViewThiago Marcos P. Santos2015-06-171-0/+8
| * Audited shape annotation classes for nullabilityMinh Nguyễn2015-06-177-3/+27
| * Corrected bundledStyleURLs doc commentMinh Nguyễn2015-06-171-1/+1
* | Support shape annotations on GLFWViewThiago Marcos P. Santos2015-06-181-0/+8
* | Lightweight genericsMinh Nguyễn2015-06-172-6/+26
* | Audited shape annotation classes for nullabilityMinh Nguyễn2015-06-167-3/+27
* | Corrected bundledStyleURLs doc commentMinh Nguyễn2015-06-161-1/+1
|/
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-1514-9/+509
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-152-25/+3
* Restored nullability compatibility shimMinh Nguyễn2015-06-131-0/+8
* Namespaced reachability notification constantMinh Nguyễn2015-06-121-1/+1
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-112-3/+25
* Audited headers for nullabilityMinh Nguyễn2015-06-116-26/+52
* press 1 through 6 to add 10^(n-1) points in the current viewportKonstantin Käfer2015-06-091-0/+6
* allow constructing LatLng/LatLngBounds objects from TileIDsKonstantin Käfer2015-06-081-0/+8
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-031-2/+2
|\