summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add symbol* properties/keysKonstantin Käfer2014-07-298-13/+146
* Merge pull request #390 from mapbox/text-max-angle-degreesedenh2014-07-282-2/+2
|\
| * change text-max-angle to accept degrees and convert to radiansEden Halperin2014-07-262-2/+2
|/
* line-join defaults to miter (fixes #384)John Firebaugh2014-07-252-7/+5
* line-width defaults to 1 (fixes #388)John Firebaugh2014-07-251-1/+1
* refs #318 & #378: OS X install doc tweaksJustin R. Miller2014-07-251-2/+3
* bump Cocoa for bearing sign/units fixesJustin R. Miller2014-07-241-0/+0
* reduce maxPlacementScaleKonstantin Käfer2014-07-233-4/+6
* fix text placementKonstantin Käfer2014-07-231-1/+1
* bump cocoa bindingsKonstantin Käfer2014-07-231-0/+0
* more include what you useKonstantin Käfer2014-07-2319-60/+94
* include what you useKonstantin Käfer2014-07-232-11/+19
* read default values from property structsKonstantin Käfer2014-07-222-41/+43
* do not explicitly render matte; we already cleared the background with glClearKonstantin Käfer2014-07-223-24/+2
* Fix sprite->pos data raceJohn Firebaugh2014-07-212-8/+11
* Use mapbox-gl-test-suiteJohn Firebaugh2014-07-2136-460/+39
* Flip name and units and sign of rotation APIJohn Firebaugh2014-07-219-23/+26
* Show where to edit schemeJohn Firebaugh2014-07-211-0/+2
* respect layer min/maxzoom, not source min/maxzoomKonstantin Käfer2014-07-171-2/+3
* skip rendering layer when min/max-zoom condition isn't metKonstantin Käfer2014-07-171-3/+14
* support fractional min/max-zoom valuesKonstantin Käfer2014-07-171-2/+2
* pass SourceInfo object to TileData so that we can not skip buckets that appea...Konstantin Käfer2014-07-178-24/+28
* refactor source information into SourceInfo objectKonstantin Käfer2014-07-175-44/+38
* skip bucket creation if it's out of rangeKonstantin Käfer2014-07-171-0/+5
* parse min-zoom/max-zoom valuesKonstantin Käfer2014-07-172-0/+21
* remove stops from demo stylesheetKonstantin Käfer2014-07-171-119/+0
* consolidate functions to only use stopsKonstantin Käfer2014-07-175-195/+72
* switch to published npm versionKonstantin Käfer2014-07-172-2/+2
* add missing headerKonstantin Käfer2014-07-161-0/+2
* rename a few things from mbgl => mapboxglKonstantin Käfer2014-07-166-36/+36
* rename llmr => mbglKonstantin Käfer2014-07-16236-1209/+1210
* rename file and fix merge errorKonstantin Käfer2014-07-162-0/+2
* separate comparisons and expressionsKonstantin Käfer2014-07-169-207/+240
* add more comparison testsKonstantin Käfer2014-07-169-98/+263
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-07-168-251/+495
|\
| * update value semanatics to be closer to js and add filter expression testsKonstantin Käfer2014-07-168-251/+495
* | refs #342 & #346: per-map change callbacksJustin R. Miller2014-07-1610-62/+63
|/
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-07-1513-32/+110
|\
| * add icon render testKonstantin Käfer2014-07-1510-13/+72
| * correctly cast bufferKonstantin Käfer2014-07-151-1/+1
| * make icons work againKonstantin Käfer2014-07-152-6/+4
| * do not reallocate the texture data on every update; use glTexSubImage2D insteadKonstantin Käfer2014-07-151-11/+31
| * disallow copying to avoid accidental unchecked message outputKonstantin Käfer2014-07-151-1/+2
* | allow for delayed map notifications during animationsJustin R. Miller2014-07-155-6/+14
|/
* flesh out 'will change region' notificationsJustin R. Miller2014-07-151-0/+12
* change halo-width/blur unitsKonstantin Käfer2014-07-141-15/+27
* fix font halo unitsKonstantin Käfer2014-07-141-1/+13
* make gcc happyKonstantin Käfer2014-07-141-1/+1
* fix errorsKonstantin Käfer2014-07-142-5/+5
* add enum class to unify parsing/stringificationKonstantin Käfer2014-07-1413-133/+173