- Jan 13, 2017
-
-
Andreia Gaita authored
-
Andreia Gaita authored
-
Andreia Gaita authored
-
- Jan 12, 2017
-
-
Andreia Gaita authored
-
Andreia Gaita authored
-
Andreia Gaita authored
IView's Repaint method, when applied to an EditorWindow (which already has a Repaint method) apparently breaks things, I assume serialization (but possibly something else). Unity just doesn't invoke anything in the DLL anymore, I assume it's throwing in the runtime and not saying anything.
-
- Jan 11, 2017
-
-
Andreia Gaita authored
Standard: - Use {} for blocks of GUI.Begin/End methods for explicit indentation purposes - Use explicit private - Explicitly state serializable/nonserialized intent on fields in serializable types - Reorder methods/members by - public enums - public delegates - const - static fields - instance fields - constructors - public static methods - public instance methods - public interface implementations - private static methods - private instance methods - private interface implementations - properties and indexers - nested types
-
- Jan 04, 2017
-
-
Andreia Gaita authored
-
- Jan 03, 2017
-
-
Andreia Gaita authored
-
Andreia Gaita authored
-
Andreia Gaita authored
.devroot is a marker file for dev builds, so when loading the GitHub.Unity project directly we can skip the installer logic Add the license file to the Unity project root Ignore the ProjectVersion.txt file. We're going to be jumping between Unity versions, so having this file changed every time is going to get annoying very quickly. It should contain whatever minimum version we support, when we know what it is.
-
Andreia Gaita authored
-
Andreia Gaita authored
We want everything stored in the repository in LF but checked out in whatever the OS line ending format is
-
- Dec 17, 2016
-
-
Andreia Gaita authored
Capitalize Git References in UI
-
Lee Reilly authored
-
- Dec 16, 2016
-
-
Andreia Gaita authored
Feature/project view status
-
Andreia Gaita authored
-
Andreia Gaita authored
Feature/state icons
-
Emil "AngryAnt" Johansen authored
-
Emil "AngryAnt" Johansen authored
-
Emil "AngryAnt" Johansen authored
-
Emil "AngryAnt" Johansen authored
-
Emil "AngryAnt" Johansen authored
# Conflicts: # src/GitHub.Unity/Assets/Plugins/GitHub/Editor/Styles.cs
-
Emil "AngryAnt" Johansen authored
-
Andreia Gaita authored
Added self-deleting installer script. Doesn't actually install anything.
-
Andreia Gaita authored
Move all regex definitions to Utility.
-
Andreia Gaita authored
Prevent arrow key movement leaking between branches view and history view when in broad mode.
-
Emil "AngryAnt" Johansen authored
-
Emil "AngryAnt" Johansen authored
-
Emil "AngryAnt" Johansen authored
-
Andreia Gaita authored
Fix/proper highlight
-
Emil "AngryAnt" Johansen authored
-
Emil "AngryAnt" Johansen authored
-
Andreia Gaita authored
Second optional parameter for Utility.GetIcon - pointing out the 2x icon
-
Andreia Gaita authored
Feature/history broad mode
-
Andreia Gaita authored
Feature/branches
-
Emil "AngryAnt" Johansen authored
-
Emil "AngryAnt" Johansen authored
# Conflicts: # src/GitHub.Unity/Assets/Plugins/GitHub/Editor/Settings.cs
-
Emil "AngryAnt" Johansen authored
Double-click remote branch to create a new local branch tracking it. Only allow this as well as switching when in default mode.
-
Emil "AngryAnt" Johansen authored
-