Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better formatting for external libraries listing (#6696) | Justin R. Miller | 2016-10-13 | 1 | -13/+15 |
| | |||||
* | [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style ↵ | Minh Nguyễn | 2016-07-04 | 1 | -1/+1 |
| | | | | Specification” (#5553) | ||||
* | [osx] Works with AppleScript | Minh Nguyễn | 2016-06-19 | 1 | -1/+1 |
| | | | Sure, why not? | ||||
* | [macos] Renamed OS X SDK to macOS SDK | Minh Nguyễn | 2016-06-14 | 1 | -3/+3 |
| | | | | Also renamed as many references to OS X as possible to macOS in documentation. | ||||
* | [build] Added Bitrise Qt5 status image to README.md [skip ci] | Bruno de Oliveira Abinader | 2016-06-03 | 1 | -2/+2 |
| | |||||
* | [Qt] Added Qt SDK documentation | Bruno de Oliveira Abinader | 2016-05-08 | 1 | -1/+1 |
| | | | | | | Fixes #4970. [skip ci] | ||||
* | [Qt] Add QMapboxGL to README.md | Thiago Marcos P. Santos | 2016-04-21 | 1 | -1/+1 |
| | | | | Qt now lives on the main repository. | ||||
* | Update CI badges [ci skip] | John Firebaugh | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | [tests] Upload coverage reports to coveralls.io | Bruno de Oliveira Abinader | 2016-02-20 | 1 | -1/+1 |
| | |||||
* | Adding NativeScript and Xamarin plugins to the library list | Brad Leege | 2016-02-03 | 1 | -1/+3 |
| | |||||
* | [ios] Strip Simulator content when archiving | Minh Nguyễn | 2016-01-22 | 1 | -1/+1 |
| | | | | | | Copied strip-frameworks.sh from realm/realm-cocoa@7cc31db631c323bb649aec1e311693a599a37f05 for realm/realm-cocoa#2759. This script, which is embedded in the dynamic framework, strips out content for invalid architectures from any embedded framework and specifically strips out Simulator content when archiving to work around an App Store bug. Rewrote the iOS setup documentation. In particular, the MAPBOX_ACCESS_TOKEN environment variable is only for use with the iosapp demo application and doesn’t work in third-party applications. | ||||
* | Rewrote documentation | Minh Nguyễn | 2016-01-05 | 1 | -21/+15 |
| | | | | | | | | Rewrote some copy to provide more context and link to more GL-related repos, including GL JS. Put the various SDKs in a table so we can show the various CI bot status images. Integrated target list into the relevant documents. Rewrote large portions of iOS and OS X setup documentation to guide normal developers to more friendly places. Combined some Android documentation. Moved SDK-specific documentation into platform/. Added a temporary readme in ios/ that points to the one in platform/ios/. | ||||
* | [osx] Build framework based on static library | Minh Nguyễn | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | [osx] Rewrote platform-osx and osxapp | Minh Nguyễn | 2015-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | platform-osx now vends a real NSView subclass, MGLMapView, that is readily embedded inside a Cocoa application for OS X. MGLMapView is backed by an NSOpenGLLayer for optimal performance and integration with other layer-backed views. It supports keyboard shortcuts and several gestures and hosts attribution, zooming, and rotation controls as subviews. osxapp is now a bona fide Cocoa application that embeds MGLMapView inside a XIB. osxapp has preferences and a share button for tight integration with custom styles. Enabling asynchronous rendering would be more consistent with iOS but increases CPU usage so much, even when idle, that it isn’t worth any performance gain. The bigger issue is that VAOs aren’t being used. make xpackage creates a static library similar to the one created by make ipackage. make clean cleans additional places where build output ends up. The OS X minimum deployment target has been increased from 10.9 to 10.10. osxapp’s window has a full size content view, which requires 10.10. Lightweight generics require iOS 9+ and OS X 10.11 regardless, because it was only in that release that Foundation collection classes started adopting lightweight generics. Shuffled files around and refactored annotations so that iOS and OS X share a good chunk of the annotations code, which now takes advantage of polymorphism. MGLMapView can now display annotations but cannot yet select them. In osxapp, a long press drops a pin, and so does the map view’s context menu. Annotations have NSPopovers as callouts, and their view controllers can be customized. Annotation image alignment rects are respected for hit testing purposes and for positioning the callout anchor. Callouts in osxapp demonstrate the use of bindings to keep callouts in sync with underlying model objects. | ||||
* | [android] Fixing Android API Target | Brad Leege | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | [docs] Recreate structure of documentation | Tom MacWright | 2015-10-27 | 1 | -9/+20 |
| | |||||
* | add Bitrise badge to README | Justin R. Miller | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Adding Telerik's Cordova Plugin To Products List | Brad Leege | 2015-10-14 | 1 | -0/+1 |
| | |||||
* | Typo fix in README.md | Bruno de Oliveira Abinader | 2015-09-14 | 1 | -1/+1 |
| | | | Fixed URL typo for react-native-mapbox-gl. | ||||
* | add Node.js to bindings list | Mike Morris | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | remove node-mapbox-gl-native from 'products based on Mapbox GL' | Mike Morris | 2015-09-02 | 1 | -1/+0 |
| | |||||
* | GL is the library, SDK is the product | Justin R. Miller | 2015-08-21 | 1 | -269/+11 |
| | |||||
* | Add xcpretty dependency to README | Brent Whitman | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | update README for debug info on test app | Justin R. Miller | 2015-06-15 | 1 | -0/+2 |
| | |||||
* | fix formatting | Justin R. Miller | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into HEAD | Ansis Brammanis | 2015-06-03 | 1 | -1/+10 |
|\ | | | | | | | | | Conflicts: src/mbgl/renderer/painter_fill.cpp | ||||
| * | Adding iOS Testing Header To Draw Attention | Brad Leege | 2015-06-03 | 1 | -0/+1 |
| | | |||||
| * | .zip != .tgz | Justin R. Miller | 2015-06-01 | 1 | -1/+1 |
| | | |||||
| * | appledoc download is a redirect | Justin R. Miller | 2015-06-01 | 1 | -1/+1 |
| | | |||||
| * | wget -> curl since wget itself is a brew install | Justin R. Miller | 2015-06-01 | 1 | -1/+1 |
| | | |||||
| * | Require appledoc v2.2-963 exactly | John Firebaugh | 2015-05-29 | 1 | -5/+9 |
| | | |||||
| * | Latest homebrew appledoc should be good | John Firebaugh | 2015-05-29 | 1 | -1/+5 |
| | | |||||
* | | fix collision box clipping | Ansis Brammanis | 2015-06-03 | 1 | -0/+1 |
|/ | | | | and name parameters when it's not clear from their type | ||||
* | Remove boost install instructions; now installed via mason | John Firebaugh | 2015-05-28 | 1 | -12/+1 |
| | |||||
* | added link with clang-3.5+ linux install | Mike Morris | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | Linux build instruction updates | AJ Ashton | 2015-05-28 | 1 | -3/+4 |
| | | | | [skip ci] | ||||
* | Android NDK r10e | John Firebaugh | 2015-05-21 | 1 | -4/+4 |
| | |||||
* | update README to mention desktop style toggling | Justin R. Miller | 2015-05-20 | 1 | -0/+1 |
| | |||||
* | Fix typos and add access token reminder | John Firebaugh | 2015-05-18 | 1 | -4/+4 |
| | | | [skip ci] | ||||
* | Add README instructions for running on Android emulator and devices | Leith Bade | 2015-05-19 | 1 | -5/+34 |
| | |||||
* | Update token.txt location in README | John Firebaugh | 2015-05-18 | 1 | -1/+1 |
| | | | [skip ci] | ||||
* | Move mobile logo to internal repo | John Firebaugh | 2015-05-18 | 1 | -1/+0 |
| | | | [skip ci] | ||||
* | touch up README around CocoaPods | Justin R. Miller | 2015-05-14 | 1 | -4/+2 |
| | |||||
* | add mobile badge | karenzshea | 2015-05-12 | 1 | -0/+1 |
| | |||||
* | pin to appledoc 2.2v963 for now until HEAD is better tested with our setup | Justin R. Miller | 2015-05-11 | 1 | -6/+7 |
| | |||||
* | iOS README clarifications | Justin R. Miller | 2015-05-05 | 1 | -3/+5 |
| | |||||
* | add mention of CocoaPods to get ahead of release | Justin R. Miller | 2015-05-05 | 1 | -0/+13 |
| | |||||
* | Update a couple more spots in README with new requirements | John Firebaugh | 2015-05-04 | 1 | -4/+3 |
| | |||||
* | Merge pull request #1415 from mapbox/1413-install-ios-docs | Justin R. Miller | 2015-05-04 | 1 | -2/+2 |
|\ | | | | | refs #1413: provide iOS docs with binary download | ||||
| * | add HTML docs generation to iOS packaging script | Justin R. Miller | 2015-05-04 | 1 | -2/+2 |
| | |