summaryrefslogtreecommitdiff
path: root/platform/default/glfw_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* query the monitor's resolution instead of forcing 1024x768Konstantin Käfer2015-08-111-0/+3
* add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-111-11/+23
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-051-5/+2
* Added Update::RepaintBruno de Oliveira Abinader2015-08-051-1/+1
* don't use certain STL functionsKonstantin Käfer2015-08-041-1/+2
* Avoid nudging transitions if a gesture is in progress #2Bruno de Oliveira Abinader2015-07-271-1/+4
* GLFW port now uses nudgeTransitions()Bruno de Oliveira Abinader2015-07-201-1/+2
* Remove unused function: elapsed()Thiago Marcos P. Santos2015-07-111-2/+0
* add ability to add random custom markers to test appKonstantin Käfer2015-07-081-0/+47
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-9/+27
* Use array of structs rather than parallel arrays for annotationsJohn Firebaugh2015-06-291-10/+8
* drive map rendering from main threadKonstantin Käfer2015-06-261-2/+10
* Support shape annotations on GLFWViewThiago Marcos P. Santos2015-06-181-7/+66
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-151-4/+5
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-111-5/+4
* press 1 through 6 to add 10^(n-1) points in the current viewportKonstantin Käfer2015-06-091-2/+35
* make collision debug boxes toggleableAnsis Brammanis2015-05-281-0/+3
* Ensure call-once semantics inside InitializeExtensionsJohn Firebaugh2015-05-131-6/+1
* Extensible GL extension supportJohn Firebaugh2015-05-131-80/+1
* Remove unused GL feature flagsJohn Firebaugh2015-05-131-4/+0
* change the window title to indicate the current styleKonstantin Käfer2015-05-071-0/+4
* Make all GLFWView attributes privateThiago Marcos P. Santos2015-05-071-0/+5
* Add style change functionality to the Linux test appThiago Marcos P. Santos2015-05-071-0/+8
* only update GL state when it actually changedKonstantin Käfer2015-05-041-11/+25
* Remove unused includesJohn Firebaugh2015-04-281-0/+1
* Remove Map::start/stopJohn Firebaugh2015-04-281-26/+18
* Following kkaefer's view changesJohn Firebaugh2015-04-281-1/+1
* remove some unused includesKonstantin Käfer2015-04-281-0/+2
* move most private Map code to MapContextKonstantin Käfer2015-04-281-6/+2
* Rework easing transition codeJohn Firebaugh2015-04-021-7/+2
* Delete the GLFWView object at exitThiago Marcos P. Santos2015-03-201-0/+1
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-3/+3
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-6/+3
* guard against concurrent OpenGL extension loadingKonstantin Käfer2015-03-061-3/+5
* make Map::resize() privateKonstantin Käfer2015-03-061-13/+13
* Use std::chronoLeith Bade2015-02-041-4/+4
* Remove program binary cachingLeith Bade2015-01-271-13/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-181-1/+8
|\
| * Merge pull request #757 from mapbox/move-terminateLeith Bade2015-01-161-0/+3
| |\
| | * Move terminate() call to GLFWView to avoid problems with nodeLeith Bade2015-01-161-0/+3
| * | Move class state to mapJohn Firebaugh2015-01-141-1/+5
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-131-11/+5
|\ \ | |/
| * Merge pull request #748 from mapbox/fix-swapLeith Bade2015-01-131-7/+4
| |\
| | * Correctly handle swapping. Fixes #666Leith Bade2015-01-121-7/+4
| * | Correctly call resize with width and height. Fixes #746Leith Bade2015-01-121-4/+1
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-091-1/+2
|\ \ | |/
| * Merge branch 'master' into shader-performanceJohn Firebaugh2015-01-071-106/+108
| |\
| * | use correct enumKonstantin Käfer2014-12-121-1/+2
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-231-103/+101
|\ \ \ | | |/ | |/|
| * | Rename View functions to match conventions. Also tidy up view classes and rem...Leith Bade2014-12-231-103/+101