summaryrefslogtreecommitdiff
path: root/macosx/main.mm
Commit message (Expand)AuthorAgeFilesLines
* [core] fix logging so we don't use strings as a formatterKonstantin Käfer2015-11-061-1/+1
* [core][iOS] Source iOS styles from default_stylesMinh Nguyễn2015-10-301-9/+9
* [osx] Fix build on Xcode 6.4John Firebaugh2015-09-281-6/+1
* [osx] disable -Wunused-local-typedefsMike Morris2015-09-241-1/+5
* add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-111-5/+48
* rename reachability on OS X as wellKonstantin Käfer2015-05-261-3/+3
* DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-261-5/+6
* change the window title to indicate the current styleKonstantin Käfer2015-05-071-1/+3
* add style cycling to Mac OS X app as wellKonstantin Käfer2015-05-071-1/+16
* Remove Map::start/stopJohn Firebaugh2015-04-281-2/+2
* make implementation files private headersKonstantin Käfer2015-04-131-1/+1
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-4/+3
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-2/+2
* add Thread<T> and RunLoopKonstantin Käfer2015-04-101-2/+3
* Make the logging system staticThiago Marcos P. Santos2015-03-121-3/+1
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-161-9/+15
* refactor makefileKonstantin Käfer2015-02-041-1/+1
* make ios compileKonstantin Käfer2015-02-041-17/+19
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-1/+24
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-5/+8
* Use v7 styles / testsJohn Firebaugh2015-01-221-1/+1
* change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-171-3/+1
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-041-3/+2
* Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-041-2/+2
* make most headers privateKonstantin Käfer2014-12-041-1/+2
* break out FileSource as an abstract classMike Morris2014-12-031-1/+3
* Use v6 stylesJohn Firebaugh2014-11-041-1/+1
* Get mapbox-gl-styles via submodule (fixes #511)John Firebaugh2014-10-311-1/+1
* restructure gyp filesKonstantin Käfer2014-10-241-7/+4
* fix compile warningsKonstantin Käfer2014-10-221-1/+1
* add reachabilityKonstantin Käfer2014-09-291-0/+11
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-0/+3
* use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-081-10/+7
* Eliminate warningsJohn Firebaugh2014-08-071-0/+2
* allow moving to map positions with mapboxgl://?center=[lat],[lon]&zoom=[z]&be...Konstantin Käfer2014-08-051-0/+68
* Flip name and units and sign of rotation APIJohn Firebaugh2014-07-211-2/+2
* rename llmr => mbglKonstantin Käfer2014-07-161-4/+4
* simplify OS X access token useJustin R. Miller2014-07-141-6/+3
* add nslog and stderr log backendsKonstantin Käfer2014-07-111-3/+4
* read access token from environmentKonstantin Käfer2014-07-101-2/+8
* move Linux & OS X to per-map access tokensJustin R. Miller2014-07-091-2/+1
* Use API v4 and access tokensJohn Firebaugh2014-07-081-0/+3
* programmatic styling APIJustin R. Miller2014-05-311-1/+9
* formattingKonstantin Käfer2014-05-021-0/+1
* remove concept of settings object from libraryKonstantin Käfer2014-04-301-8/+19
* use libuv event loop in the glfw viewKonstantin Käfer2014-04-221-32/+6
* rename to glfw_view.cpp/hppKonstantin Käfer2014-04-161-1/+1
* clean up os x + ios request codeKonstantin Käfer2014-04-141-57/+2
* don't report intentionally cancelled HTTP requests as error on os x + iosKonstantin Käfer2014-04-141-0/+7
* add debug window showing the glyph atlasKonstantin Käfer2014-03-141-4/+0