Skip to content

Commit

Permalink
Added html rendering, more hotkey support, clone profile
Browse files Browse the repository at this point in the history
  • Loading branch information
tqphan committed Jun 1, 2015
1 parent 6078e0d commit daa24eb
Show file tree
Hide file tree
Showing 30 changed files with 1,758 additions and 377 deletions.
108 changes: 55 additions & 53 deletions EyeBind/BlinkConfig.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions EyeBind/EyeBind.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="HtmlRenderer">
<HintPath>..\packages\HtmlRenderer.Core.1.5.0.5\lib\net45\HtmlRenderer.dll</HintPath>
</Reference>
<Reference Include="HtmlRenderer.WinForms">
<HintPath>..\packages\HtmlRenderer.WinForms.1.5.0.6\lib\net45\HtmlRenderer.WinForms.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down Expand Up @@ -90,12 +96,16 @@
<Compile Include="EyeBindMainForm.Designer.cs">
<DependentUpon>EyeBindMainForm.cs</DependentUpon>
</Compile>
<Compile Include="GazeHtmlPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="GazePanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GazePanel.Designer.cs">
<DependentUpon>GazePanel.cs</DependentUpon>
</Compile>
<Compile Include="GazeProfilesBindingList.cs" />
<Compile Include="GazeRegionEditor.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -116,6 +126,7 @@
<Compile Include="GeneralSettingsDialog.Designer.cs">
<DependentUpon>GeneralSettingsDialog.cs</DependentUpon>
</Compile>
<Compile Include="HotkeyManager.cs" />
<Compile Include="HotKeyTextBox.cs">
<SubType>Component</SubType>
</Compile>
Expand All @@ -132,12 +143,26 @@
<SubType>Component</SubType>
</Compile>
<Compile Include="MouseMover.cs" />
<Compile Include="ProcessChecker.cs" />
<Compile Include="ProfileCloneDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProfileCloneDialog.Designer.cs">
<DependentUpon>ProfileCloneDialog.cs</DependentUpon>
</Compile>
<Compile Include="ProfileCloner.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProfileCloner.Designer.cs">
<DependentUpon>ProfileCloner.cs</DependentUpon>
</Compile>
<Compile Include="ProfileEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProfileEditor.Designer.cs">
<DependentUpon>ProfileEditor.cs</DependentUpon>
</Compile>
<Compile Include="ProfileHotkeyEventArgs.cs" />
<Compile Include="ProfilesComboBox.cs">
<SubType>Component</SubType>
</Compile>
Expand Down Expand Up @@ -166,6 +191,12 @@
<EmbeddedResource Include="GeneralSettingsDialog.resx">
<DependentUpon>GeneralSettingsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProfileCloneDialog.resx">
<DependentUpon>ProfileCloneDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProfileCloner.resx">
<DependentUpon>ProfileCloner.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProfileEditor.resx">
<DependentUpon>ProfileEditor.cs</DependentUpon>
</EmbeddedResource>
Expand Down
Loading

0 comments on commit daa24eb

Please sign in to comment.