summaryrefslogtreecommitdiff
path: root/include/llmr/map/transform.hpp
Commit message (Expand)AuthorAgeFilesLines
* rename llmr => mbglKonstantin Käfer2014-07-161-106/+0
* refs #342 & #346: per-map change callbacksJustin R. Miller2014-07-161-1/+4
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-271-13/+13
* fixes #279: remove forced rotation animations for nowJustin R. Miller2014-06-011-2/+1
* make some more getter functions constantJustin R. Miller2014-06-011-3/+3
* disallow/undo rotation at low zooms and near world edgeJustin R. Miller2014-05-231-5/+9
* fixes #48: constrain min zoom/vertical pan to within worldJustin R. Miller2014-05-221-0/+2
* Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-141-2/+2
|\
| * always use std:: namespace for math functionsKonstantin Käfer2014-05-141-2/+2
* | update style with labelsEden Halperin2014-05-091-1/+1
|/
* rename animation => transitionKonstantin Käfer2014-04-301-10/+10
* move animation time api to use nanosecondsKonstantin Käfer2014-04-301-13/+13
* move to libuv for the rendering loopKonstantin Käfer2014-04-301-57/+47
* remove start_x/y variables, they're unusedKonstantin Käfer2014-04-161-1/+1
* Merge remote-tracking branch 'remotes/origin/pr/127'Konstantin Käfer2014-04-151-2/+1
|\
| * refs #101: first cut of basic hacky data sourcesJustin R. Miller2014-04-021-2/+1
* | always start animations with a common start timeKonstantin Käfer2014-04-141-1/+1
* | derive from GLKViewControllerKonstantin Käfer2014-04-141-1/+3
* | fix linejoin drawing on retinaKonstantin Käfer2014-04-101-5/+15
|/
* normalizedZoom() == zoom level of the visual appearanceKonstantin Käfer2014-03-241-0/+1
* use a custom struct for Tile IDsKonstantin Käfer2014-03-121-1/+2
* Port scanline algorithm from _getCoveringTiles()Konstantin Käfer2014-03-041-1/+1
* add timeouts for panning,scaling,rotatingKonstantin Käfer2014-02-211-1/+13
* enable texture interpolation during rotating and scalingKonstantin Käfer2014-02-191-0/+3
* move tile size to constants.hppKonstantin Käfer2014-02-131-3/+0
* cut down on redundant gl uniform changesKonstantin Käfer2014-02-131-3/+3
* fixes #57: flesh out remainder of getters & setters plus animationJustin R. Miller2014-02-121-4/+6
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-071-1/+1
|\
| * allow for animated movesJustin R. Miller2014-02-061-1/+1
* | add cancelAnimations() functionKonstantin Käfer2014-02-071-0/+1
|/
* Merge remote-tracking branch 'origin/animated-scale'Konstantin Käfer2014-02-061-2/+2
|\
| * refs #30: animated scaleByJustin R. Miller2014-02-051-2/+2
* | c++artemp2014-02-061-7/+2
|/
* refactor header includesKonstantin Käfer2014-02-041-3/+0
* float[16] => std::array<float, 16>Konstantin Käfer2014-01-291-1/+2
* buggy line supportKonstantin Käfer2014-01-281-8/+13
* cascade stylesKonstantin Käfer2014-01-271-1/+1
* make it work on retina screensKonstantin Käfer2014-01-211-0/+4
* transform => TransformKonstantin Käfer2014-01-201-8/+6
* make objects noncopyableKonstantin Käfer2014-01-201-0/+6
* rename + move to c++Konstantin Käfer2014-01-201-1/+1
* animate northingKonstantin Käfer2014-01-171-2/+11
* make bundle on mac os x and persist settingsKonstantin Käfer2014-01-161-0/+2
* retain child tilesKonstantin Käfer2014-01-151-1/+2
* cmake + tile loadingKonstantin Käfer2014-01-131-0/+10
* copy rotation behavior from js versionKonstantin Käfer2014-01-091-1/+1
* double click to zoomKonstantin Käfer2014-01-081-2/+0
* rotation supportKonstantin Käfer2014-01-081-3/+5
* calculate proper tile positionKonstantin Käfer2014-01-081-1/+31
* glfw version of sample appKonstantin Käfer2014-01-071-0/+22