summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-17Add a 2 second delay before the About window shows up on the first runGrant Limberg
2016-10-17Clicking "Join" to join a new network now properly closes the popoverGrant Limberg
2016-10-17cleanupGrant Limberg
2016-10-17more removal of NSMenuDelegateGrant Limberg
2016-10-17updated project settings for Xcode 8.0Grant Limberg
2016-10-17Don't need AppDelegate to be a NSMenuDelegateGrant Limberg
2016-09-01Added error handling messagesGrant Limberg
2016-08-30Added a path for error handling when fetching data from the ZeroTier daemonGrant Limberg
Still need to wire up error messages to the user.
2016-08-19version bump i forgot to commitGrant Limberg
2016-08-11added more spacing at the bottom of each network info cellGrant Limberg
2016-08-11add @2x versions of menu bar iconGrant Limberg
2016-08-09bump build numberGrant Limberg
2016-08-09* Fixed menu icon sizeGrant Limberg
* Added icon for dark mode * Added detection for interface mode changing from light to dark and adjusting the icon accordingly
2016-08-09add border around About web view. added padding to text div in the about pageGrant Limberg
2016-08-09[pasteboard declareTypes] needs to be called before every time you set a ↵Grant Limberg
string to the pasteboard.
2016-08-08build number bumpGrant Limberg
2016-08-08Change Deployment Target to 10.7. Apparently going below 10.10 was only an ↵Grant Limberg
issue with Swift
2016-08-08update build numberGrant Limberg
2016-08-08explicitly link to WebKit frameworkGrant Limberg
2016-08-07Now translated. One minor crash to figure out.Grant Limberg
2016-08-07Replace JoinNetworkViewController with obj-cGrant Limberg
2016-08-07Replaced the network list with Obj-CGrant Limberg
2016-08-07Convert NetworkMonitor to obj-cGrant Limberg
2016-08-07Replace Preferences view. Removed LaunchAtLoginController and replaced with ↵Grant Limberg
simpler code
2016-08-07replace AboutViewControllerGrant Limberg
2016-08-06replace ServiceCom with objc classGrant Limberg
2016-08-06Convert Network to OBJCGrant Limberg
2016-08-04Replace NodeStatus object with Obj-C ClassGrant Limberg
2016-08-02update build numberGrant Limberg
2016-08-02the quest for leaks is over.Grant Limberg
Why a singleton doesn't leak, vs calling static methods on a class is beyond me
2016-07-26Only poll the ZeroTier service when the menu or Network List are visible. ↵Grant Limberg
Reduces CPU idle prevention by a a LOT
2016-07-26only update the network list view if it's visibleGrant Limberg
2016-07-26Show "About" view on first run.Grant Limberg
Still needs some work to show up in the right place
2016-07-26build number bumpGrant Limberg
2016-07-26add some non Lorem Ipsum content to the about pageGrant Limberg
2016-07-26Route clicked links in the web view to the default web browserGrant Limberg
2016-07-19add web view and placeholder about page with ZT logo and lorem ipsumGrant Limberg
2016-06-30another build number bumpGrant Limberg
2016-06-30put node ID into the main menu.Grant Limberg
Clicking on the menu item copies the node ID into the clipboard.
2016-06-30fix a case where the "Allow Default" checkbox would be enabled when a ↵Grant Limberg
network wasn't connected.
2016-06-30now that the network details list uses the default background color of the ↵Grant Limberg
pane its embedded in, we don't have to force to the "Light" theme, even if the user has selected the "dark" theme for the top menu bar.
2016-06-30added separator between items in the network detail listGrant Limberg
2016-06-30remove background from network details viewGrant Limberg
2016-06-30bump version numberGrant Limberg
2016-06-30Work around for several strange corner cases in Automatic Reference Counting ↵Grant Limberg
in Apple's runtime
2016-06-27wire up control to launch at startup in preferencesGrant Limberg
2016-06-27setup launch at login on first startGrant Limberg
2016-06-27slightly resize iconsGrant Limberg
2016-06-27wire up network delete againGrant Limberg
2016-06-26build number changeGrant Limberg