summaryrefslogtreecommitdiff
path: root/platform/default/glfw_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-3/+4
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-3/+3
* [glfw] Fix panning directionThiago Marcos P. Santos2016-01-191-1/+1
* [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:...Minh Nguyễn2016-01-181-7/+6
* [osx] Use framebuffer width/height in GLFW portBruno de Oliveira Abinader2015-12-181-1/+1
* [glfw] Set viewport size from the Map threadThiago Marcos P. Santos2015-12-161-5/+5
* [core] allow changing the orientationKonstantin Käfer2015-12-151-0/+14
* [core] viewport is handled by embedding applicationsKonstantin Käfer2015-12-101-0/+4
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-011-2/+2
* [glfw] No longer necessary to wait for style load to add default markerJohn Firebaugh2015-12-011-7/+1
* [tests] Don't use icons from the style for annotationsJohn Firebaugh2015-11-301-1/+8
* [core] Collision debug is now MapDebugOptions::CollisionBruno de Oliveira Abinader2015-11-271-4/+0
* [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-271-2/+2
* fixes #3054: move desktop test app keybindings output to startup logJustin R. Miller2015-11-171-0/+25
* [core] allow changing pitch in GLFW based appsKonstantin Käfer2015-11-171-0/+8
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-1/+1
* [core] Use PrecisionPoint in zoom and angle functionsBruno de Oliveira Abinader2015-11-111-4/+4
* [core] Use PrecisionPoint in coordinate functionsBruno de Oliveira Abinader2015-11-111-2/+2
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-1/+1
* improve gestures in perspective viewAnsis Brammanis2015-10-261-1/+4
* [core] always reparse with the freshest possible placement configKonstantin Käfer2015-10-261-1/+1
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-5/+2
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-2/+2
* Get rid of MapData::{get,set}NeedsRepaintBruno de Oliveira Abinader2015-09-021-1/+1
* Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-021-1/+0
* View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-1/+5
* 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