summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-26only update the network list view if it's visibleGrant Limberg
2016-07-26Show "About" view on first run.Grant Limberg
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
2016-06-30fix a case where the "Allow Default" checkbox would be enabled when a network...Grant Limberg
2016-06-30now that the network details list uses the default background color of the pa...Grant Limberg
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
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
2016-06-26misc bug fixes related to default routesGrant Limberg
2016-06-26Wire up checkboxes for allowGlobal, allowDefault, allowManaged to set the pro...Grant Limberg
2016-06-26add UI elements in network details for allowDefault, allowGlobal, allowManagedGrant Limberg
2016-06-26add allowManaged, allowGlobal, allowDefault to Network objectGrant Limberg
2016-06-26add allowGlobal, allowDefault, allowManaged options to joining a networkGrant Limberg
2016-06-24Added "..." to menu items to signify it pops up in a windowGrant Limberg
2016-06-24build number 5Grant Limberg
2016-06-23Added About viewGrant Limberg
2016-06-23add preferences viewGrant Limberg
2016-06-23"Show Networks" -> "Network Details"Grant Limberg
2016-06-23Fix menu bar icon. Add app icon.Grant Limberg
2016-06-21misc cleanupGrant Limberg
2016-06-21update build numberGrant Limberg
2016-06-21dynamically generate the menu so that networks are listedGrant Limberg
2016-06-16Factored network updates into its own class. Delivered via notificationGrant Limberg
2016-06-14add a timer to retrieve the network list every second.Grant Limberg
2016-06-14more error checking when parsing JSON for network listGrant Limberg
2016-06-13Set deployment target to 10.10 for the minimum OS X version for this appGrant Limberg
2016-06-13remove unused variablesGrant Limberg
2016-06-13Base functionality complete. Can join/leave/list networks. Can disconnect f...Grant Limberg
2016-06-09Joining/Deleting networks now implemented.Grant Limberg
2016-05-31some OS X Authentication Services wizardry to get /Library/Application Suppor...Grant Limberg
2016-05-31remove some extra loggingGrant Limberg
2016-05-31look up authtoken in user's app support directoryGrant Limberg
2016-05-27.Grant Limberg
2016-05-27add proper border around the network listGrant Limberg
2016-05-27make the view show up light instead of darkGrant Limberg
2016-05-27Finished wiring up the viewGrant Limberg
2016-05-27WIP. Mac UIGrant Limberg
2016-05-17Parse JSON network list into Network objects for the viewGrant Limberg
2016-05-16beginning of communicating with the zero tier serviceGrant Limberg