summaryrefslogtreecommitdiff
path: root/src/mbgl/layout
Commit message (Expand)AuthorAgeFilesLines
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-042-5/+7
* [core] Replace magic number with constant-based calculationJohn Firebaugh2016-12-211-2/+2
* [core] Polylabel-based "pole of inaccessibility" symbol placementJohn Firebaugh2016-12-211-5/+15
* [core] Fix symbol rendering for multipointsJohn Firebaugh2016-12-203-63/+75
* [core] const correctnessJohn Firebaugh2016-12-202-3/+3
* [core] Full support for line breaking bidirectional text using ICU bidi funct...Chris Loer2016-11-302-9/+3
* [build] move logging to utilKonstantin Käfer2016-11-221-2/+2
* [core] Cleanup symbol clippingBruno de Oliveira Abinader2016-11-181-15/+16
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-174-58/+55
* [core] Add minimal line breaking support for RTL text.Chris Loer2016-11-172-1/+6
* [core] Add ICU package for Bidirectional text support and arabic text shaping.Chris Loer2016-11-172-1/+6
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-174-8/+8
* [core] Use indexed rendering for collision boxesJohn Firebaugh2016-11-151-8/+22
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-10/+10
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-8/+8
* [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-081-16/+16
* [core] Set bucket segments to initialize emptyBruno de Oliveira Abinader2016-11-021-1/+1
* [core] Use numeric_limits<>::max() for checking element groupsBruno de Oliveira Abinader2016-10-311-12/+8
* [core] Moved util::log2 to its own headerBruno de Oliveira Abinader2016-10-311-8/+6
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-14/+6
* [core] Cleanup SymbolLayoutBruno de Oliveira Abinader2016-10-131-26/+26
* [core] Make ElementGroup saferJohn Firebaugh2016-10-052-21/+20
* [core] Refactor BufferJohn Firebaugh2016-10-051-14/+18
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-3/+3
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-2/+2
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-192-11/+8
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-192-5/+3
* [core] Use consistent terms: "text" and "icon"John Firebaugh2016-09-163-15/+15
* [core] Use optional to represent possible absence, not empty stringsJohn Firebaugh2016-09-163-18/+16
* [core] Move SymbolInstance and SymbolFeature into their own filesJohn Firebaugh2016-09-167-59/+94
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-165-2/+218
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-142-0/+695