History
Commit | Message | Author | Date | Diff | Refs |
---|---|---|---|---|---|
1fd25ec | Start wrapping Touchbar in a Rust struct | Trevor Bentley | 2017-07-07 | 3 (+60/-32) | |
65add39 | Initial macOS Touchbar support. No API to populate it yet. | Trevor Bentley | 2017-07-06 | 5 (+250/-3) | |
3f4f349 | Bump hyper version to fix deprecated calls | Trevor Bentley | 2017-06-04 | 1 (+1/-1) | |
d081882 | Support null response in active device ID | Trevor Bentley | 2017-06-04 | 2 (+13/-5) | |
15581de | Replace rustc-serialize with serde for JSON | Trevor Bentley | 2017-05-15 | 4 (+40/-62) | |
120db91 | Use versioned badge for crates.io link in readme | Trevor Bentley | 2017-05-15 | 1 (+1/-1) | |
316f880 | Bump systray-rs to support UTF-16 in tooltips | Trevor Bentley | 2017-05-15 | 1 (+1/-1) | |
ef9fc46 | Add appveyor build status badge | Trevor Bentley | 2017-05-14 | 1 (+2/-1) | |
1b933ea | Disable travis builds of non-master branches | Trevor Bentley | 2017-05-14 | 1 (+4/-0) | |
1e305dd | Disable Appveyor nightly and branch pushes, since it's slow. | Trevor Bentley | 2017-05-14 | 1 (+15/-8) | |
e7f040e | Disable GNU Windows builds for now. | Trevor Bentley | 2017-05-14 | 1 (+20/-20) | |
4a25bd2 | Add submodule init to appveyor | Trevor Bentley | 2017-05-14 | 1 (+1/-0) | |
967f300 | Add appveyor build script | Trevor Bentley | 2017-05-14 | 1 (+121/-0) | |
ac59ac0 | Tests running on Linux, and enable in Travis | Trevor Bentley | 2017-05-14 | 2 (+3/-2) | |
bdca0d4 | Add travis-ci badge to Readme | Trevor Bentley | 2017-05-14 | 1 (+2/-0) | |
daf5667 | Windows doesn't exist on travis yet... | Trevor Bentley | 2017-05-14 | 1 (+0/-1) | |
1990b3c | rustup requires sudo | Trevor Bentley | 2017-05-14 | 1 (+1/-0) | |
e96ce7e | Use OS X on Travis-CI | Trevor Bentley | 2017-05-14 | 1 (+6/-0) | |
bb32e0d | Add travis-ci config | Trevor Bentley | 2017-05-14 | 1 (+8/-0) | |
1d7a78c | Bump version to 0.0.3 | Trevor Bentley | 2017-05-13 | 1 (+1/-1) | |
7c372f1 | Update README.md | Trevor Bentley | 2017-05-13 | 1 (+10/-4) | |
082e54d | No spaces allowed in keywords... and only 5 allowed. | Trevor Bentley | 2017-05-13 | 1 (+1/-1) | |
a620ba6 | Use submodules for dependencies without a Cargo release | Trevor Bentley | 2017-05-13 | 4 (+13/-3) | |
4a09e99 | Update README.md | Trevor Bentley | 2017-05-13 | 1 (+1/-1) | |
f505e07 | Use new icons on OS X | Trevor Bentley | 2017-05-13 | 1 (+32/-8) | |
61305a0 | Created and switched to Connectr icon | Trevor Bentley | 2017-05-13 | 7 (+9/-1) | |
34898dc | Fix Win32 crash on long track names. Fix all Win32 build warnings. | Trevor Bentley | 2017-05-13 | 1 (+18/-11) | |
c0ca73a | Removed unused OSX file | Trevor Bentley | 2017-05-13 | 1 (+0/-81) | |
c3bba3d | Add some webapi unit tests and some error handling | Trevor Bentley | 2017-05-13 | 7 (+350/-110) | |
2664e01 | Update README.md | Trevor Bentley | 2017-05-08 | 1 (+1/-1) | |
fe28ffa | Forgotten commit: actually allow selecting items in Windows systray :) | Trevor Bentley | 2017-04-25 | 1 (+20/-4) | |
7eecc09 | Fix mutability difference between Win and OSX | Trevor Bentley | 2017-05-07 | 1 (+1/-1) | |
e099c29 | Update Readme and add Windows screenshot | Trevor Bentley | 2017-05-07 | 2 (+9/-8) | |
23a5686 | Fix Windows. Only redraw when systray is closed. | Trevor Bentley | 2017-05-07 | 4 (+13/-11) | |
663d5b7 | Match updated systray API | Trevor Bentley | 2017-05-07 | 1 (+5/-5) | |
6ec8cb0 | Actually commit windows... | Trevor Bentley | 2017-04-24 | 1 (+77/-0) | |
ba51744 | Start of Windows systray support | Trevor Bentley | 2017-04-23 | 3 (+18/-8) | |
e3f794c | Fix OS X memory leaks, extra error handling, launch Wine if it exists (not added to repo yet). | Trevor Bentley | 2017-05-07 | 6 (+190/-43) | |
11212f4 | Update README.md | Trevor Bentley | 2017-04-23 | 1 (+1/-1) | |
d460413 | Fix integer overflow in refresh time calculation | Trevor Bentley | 2017-04-23 | 1 (+10/-2) | |
cfc72fc | Fix incorrect redirect URL in clientid_prompt.sh | Trevor Bentley | 2017-04-23 | 1 (+2/-2) | |
1f531b3 | Update README.md | Trevor Bentley | 2017-04-23 | 1 (+92/-2) | |
6260011 | Added screenshot of Mac UI | Trevor Bentley | 2017-04-22 | 1 (+0/-0) | |
f1a6f82 | Create README.md | Trevor Bentley | 2017-04-22 | 1 (+38/-0) | |
c27bfd6 | Auto-refresh state at end of track | Trevor Bentley | 2017-04-22 | 2 (+90/-46) | |
f3b91ab | Support building OS X pkg installer with Packages app | Trevor Bentley | 2017-04-22 | 4 (+951/-5) | |
f96a193 | Also use connectr.ini in cwd if it exists. | Trevor Bentley | 2017-04-22 | 1 (+16/-6) | |
2a24bf1 | Add dummy status bar implementation for non-mac platforms | Trevor Bentley | 2017-04-22 | 4 (+58/-28) | |
bc91fd5 | Add logging to file in home directory. | Trevor Bentley | 2017-04-22 | 4 (+51/-0) | |
23d6c50 | Linker flag to lower OS X minimum version | Trevor Bentley | 2017-04-22 | 1 (+5/-0) |