summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* float[16] => std::array<float, 16>Konstantin Käfer2014-01-293-13/+20
* linear fadesKonstantin Käfer2014-01-291-1/+5
* add matteKonstantin Käfer2014-01-291-0/+3
* parse line width function and call tile destructor from main threadKonstantin Käfer2014-01-292-0/+4
* make line drawing workKonstantin Käfer2014-01-293-13/+29
* buggy line supportKonstantin Käfer2014-01-285-10/+50
* rename shader line -> plainKonstantin Käfer2014-01-284-12/+12
* change coordinate to use null structKonstantin Käfer2014-01-282-4/+5
* create line geometryKonstantin Käfer2014-01-287-5/+69
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-289-39/+43
* move vector tile parsing to separate class + iteratorsKonstantin Käfer2014-01-283-7/+86
* add LineBuffer and change DebugFontBuffer namingKonstantin Käfer2014-01-284-32/+71
* add platform function commentsKonstantin Käfer2014-01-271-0/+8
* cascade stylesKonstantin Käfer2014-01-274-30/+73
* draw fills according to the styleKonstantin Käfer2014-01-2713-77/+276
* pass style into painterKonstantin Käfer2014-01-233-4/+8
* pass through name when renderingKonstantin Käfer2014-01-232-2/+2
* make bucket noncopyableKonstantin Käfer2014-01-231-2/+9
* make fillbucket members privateKonstantin Käfer2014-01-232-4/+6
* add style objectKonstantin Käfer2014-01-234-19/+23
* do not use shared pointers for bucketsKonstantin Käfer2014-01-234-6/+3
* move to layer systemKonstantin Käfer2014-01-238-60/+194
* fix drawFill functionKonstantin Käfer2014-01-231-1/+4
* render shapes, but only the first one is drawn?Konstantin Käfer2014-01-221-0/+2
* fill drawingKonstantin Käfer2014-01-225-20/+135
* move pbf parsing to use exceptionsKonstantin Käfer2014-01-211-155/+97
* make it work on retina screensKonstantin Käfer2014-01-212-1/+5
* tile => TileKonstantin Käfer2014-01-204-28/+29
* make Map noncopyableKonstantin Käfer2014-01-201-0/+7
* transform => TransformKonstantin Käfer2014-01-203-11/+10
* painter => PainterKonstantin Käfer2014-01-202-7/+7
* rename map => MapKonstantin Käfer2014-01-201-3/+3
* rename settings => SettingsKonstantin Käfer2014-01-203-10/+11
* make objects noncopyableKonstantin Käfer2014-01-206-3/+40
* rename + move to c++Konstantin Käfer2014-01-204-16/+14
* move shaders to cpp fileKonstantin Käfer2014-01-201-8/+3
* remove unused codeKonstantin Käfer2014-01-171-3/+0
* move geometry reader to header fileKonstantin Käfer2014-01-172-0/+279
* renderer cleanupKonstantin Käfer2014-01-171-5/+4
* add antialiased line shaderKonstantin Käfer2014-01-174-2/+25
* animate northingKonstantin Käfer2014-01-174-2/+163
* allow toggling debug mode with tabKonstantin Käfer2014-01-161-1/+2
* makefile cleanup + iconKonstantin Käfer2014-01-161-1/+1
* show tile numbersKonstantin Käfer2014-01-163-0/+30
* make bundle on mac os x and persist settingsKonstantin Käfer2014-01-164-1/+53
* add tile border (debug)Konstantin Käfer2014-01-161-0/+1
* 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-155-19/+41
* fix runtime errorsKonstantin Käfer2014-01-146-17/+27