summaryrefslogtreecommitdiff
path: root/include/llmr/map
Commit message (Expand)AuthorAgeFilesLines
* float[16] => std::array<float, 16>Konstantin Käfer2014-01-291-1/+2
* parse line width function and call tile destructor from main threadKonstantin Käfer2014-01-291-0/+1
* buggy line supportKonstantin Käfer2014-01-281-8/+13
* change coordinate to use null structKonstantin Käfer2014-01-281-3/+4
* create line geometryKonstantin Käfer2014-01-281-0/+22
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-281-0/+1
* move vector tile parsing to separate class + iteratorsKonstantin Käfer2014-01-282-7/+75
* add LineBuffer and change DebugFontBuffer namingKonstantin Käfer2014-01-281-3/+3
* cascade stylesKonstantin Käfer2014-01-271-1/+1
* draw fills according to the styleKonstantin Käfer2014-01-273-28/+47
* pass style into painterKonstantin Käfer2014-01-231-1/+1
* add style objectKonstantin Käfer2014-01-232-6/+3
* do not use shared pointers for bucketsKonstantin Käfer2014-01-231-1/+1
* move to layer systemKonstantin Käfer2014-01-232-56/+49
* fill drawingKonstantin Käfer2014-01-221-7/+65
* make it work on retina screensKonstantin Käfer2014-01-212-1/+5
* tile => TileKonstantin Käfer2014-01-202-19/+21
* make Map noncopyableKonstantin Käfer2014-01-201-0/+7
* transform => TransformKonstantin Käfer2014-01-202-9/+7
* painter => PainterKonstantin Käfer2014-01-201-1/+1
* rename map => MapKonstantin Käfer2014-01-201-3/+3
* rename settings => SettingsKonstantin Käfer2014-01-202-8/+8
* make objects noncopyableKonstantin Käfer2014-01-203-0/+20
* rename + move to c++Konstantin Käfer2014-01-202-2/+2
* remove unused codeKonstantin Käfer2014-01-171-3/+0
* animate northingKonstantin Käfer2014-01-171-2/+11
* show tile numbersKonstantin Käfer2014-01-161-0/+2
* make bundle on mac os x and persist settingsKonstantin Käfer2014-01-163-1/+34
* add keyboard shortcuts for resetting positionKonstantin Käfer2014-01-161-0/+8
* change retain algorithm to be the same as in jsKonstantin Käfer2014-01-151-2/+4
* retain child tilesKonstantin Käfer2014-01-153-15/+29
* fix runtime errorsKonstantin Käfer2014-01-142-5/+12
* cmake + tile loadingKonstantin Käfer2014-01-133-2/+24
* copy rotation behavior from js versionKonstantin Käfer2014-01-092-2/+2
* double click to zoomKonstantin Käfer2014-01-081-2/+0
* rotation supportKonstantin Käfer2014-01-082-3/+6
* calculate proper tile positionKonstantin Käfer2014-01-082-3/+36
* glfw version of sample appKonstantin Käfer2014-01-073-0/+91