- Aug 23, 2017
-
-
Marcus Christensen authored
-
- Aug 22, 2017
-
-
Andreia Gaita authored
-
- Aug 21, 2017
-
-
Stanley Goldman authored
-
Marcus Christensen authored
* Changes direct usages of GUI.enabled to instead use EditorGUI.BeginDisabledGroup() / EditorGUI.EndDisabledGroup()
-
- Aug 08, 2017
-
-
Andreia Gaita authored
-
- Aug 04, 2017
-
-
Stanley Goldman authored
-
Stanley Goldman authored
-
Andreia Gaita authored
Given that the repository object is created and managed by the RepositoryManager, there's no reason to keep data in the repository manager object. We can keep all the data in the repository object and have it trigger events for data updates, while events that are not directly related to data changes in the repository data model are triggered directly from the repository manager. This way, the manager manages things and the repository models things, which feels like a nicer separation of duties. The repository listens for events from the repository manager in order to update its data, so the repository manager doesn't have to have a reference to the repository (breaking the circular dependency)
-
- Jul 14, 2017
-
-
Stanley Goldman authored
-
- Jul 13, 2017
-
-
Stanley Goldman authored
-
- Jul 11, 2017
-
-
Stanley Goldman authored
-
- Jul 10, 2017
-
-
Stanley Goldman authored
-
Stanley Goldman authored
-
Andreia Gaita authored
-
- Jul 07, 2017
-
-
Andreia Gaita authored
Show branch name and url of the active remote. Add tooltips. Fix updating it when things change.
-
- Jul 06, 2017
-
-
- Jul 05, 2017
-
-
Stanley Goldman authored
-
Andreia Gaita authored
Use OnEnable/OnDisable instead of OnShow/OnHide, it's more consistent with Unity's naming and our own window class. AuthenticationView was missing some calls from the window, fixicate.
-
- Jul 03, 2017
-
-
Adreia Gaita authored
-
- Jun 30, 2017
-
-
Stanley Goldman authored
-
Stanley Goldman authored
-
Stanley Goldman authored
-
- Jun 27, 2017
-
-
Andreia Gaita authored
-
- Jun 26, 2017
-
-
Stanley Goldman authored
-
Don Okuda authored
-
Don Okuda authored
-
- Jun 25, 2017
-
-
Stanley Goldman authored
-
- Jun 19, 2017
-
-
Don Okuda authored
-
- Jun 26, 2017
-
-
Stanley Goldman authored
-
Stanley Goldman authored
-
- Jun 12, 2017
-
-
Stanley Goldman authored
Rename Initialize(IView) to InitializeView; Change Subview.Initialize(IApplicationManager) to be virtual; Calling UpdateLog on HistoryView.Initialize(IApplicationManager)
-
- Jun 09, 2017
-
-
Andreia Gaita authored
-
- Jun 02, 2017
-
-
Stanley Goldman authored
# Conflicts: # src/UnityExtension/Assets/Editor/GitHub.Unity/UI/Window.cs
-
- Jun 01, 2017
-
-
Andreia Gaita authored
-
Andreia Gaita authored
-
- May 31, 2017
-
-
Andreia Gaita authored
-
- May 30, 2017
-
-
Andreia Gaita authored
The history of the task system changes is at https://github.com/shana/task-system (8b3880cd69) Also get rid of the separate NPath provider for cleaner code
-
- May 25, 2017
-
-
Andreia Gaita authored
-
- May 23, 2017
-
-
Andreia Gaita authored
-
- May 12, 2017
-
-
Stanley Goldman authored
-