summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers
Commit message (Collapse)AuthorAgeFilesLines
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-153-0/+20
| | | | | | | | | | * Add support for icon-text-fit * Port unit tests for getIconQuads() from js => cpp * Add support for padding in all 4 directions. * Update all hashes post-merge
* Color class (#5361)Young Hahn2016-06-1512-17/+15
| | | | | | * Color class * Switch to list initialization
* [core] Extract code templates to individual .ejs filesJohn Firebaugh2016-06-133-0/+192
|
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-132-0/+2
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
* text-pitch-alignment (#5288)Young Hahn2016-06-104-8/+23
| | | | | | | | | | | | * First pass at port of https://github.com/mapbox/mapbox-gl-js/pull/2668 * RotationAlignmentType => AlignmentType * Handle undefined default value for text-pitch-alignment and implement inheritance for this value from text-rotation-alignment * Update dependencies * Move handling fo undefined default value out of camelize functions
* [core] Revert line-round-limit default to 1 (#5260)John Firebaugh2016-06-061-1/+1
| | | Refs #5258, #5234.
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-0233-0/+2232