Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #1

Merged
merged 37 commits into from Apr 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
14725c3
Update Gbatek link
pleonex Jan 3, 2016
c5f5671
Workaround a bug in mono
pleonex Feb 14, 2016
558ee24
Disable font scalation to avoid scrollbars on linux
pleonex Feb 14, 2016
5419a24
Merge branch 'master' of github.com:pleonex/Tinke
pleonex Feb 14, 2016
581845a
Add a basic hex viewer for mono
pleonex Feb 28, 2016
97e7186
Merge pull request #21 from MetLob/master
pleonex Feb 28, 2016
7fa8f9d
Update build scripts and projects to use same .NET Framework
pleonex Feb 28, 2016
4e4cf04
Upgrade to .NET Framework 4.5
pleonex Feb 28, 2016
a992199
Create workspace file with plugins
pleonex Feb 28, 2016
dfeb52d
Fix color distance calculation
pleonex Feb 28, 2016
a9a576c
Layton: Support Layton 2 Dutch version
pleonex Feb 28, 2016
04ce289
:memo: Update README
pleonex Feb 28, 2016
fcc5795
Add @MetLob to credits
pleonex Mar 10, 2016
b35d2e0
Improve Linux compile script
pleonex Mar 13, 2016
1bf201c
#29: Add travis config file
pleonex Mar 13, 2016
81b6df4
#29: Add Travis badge to README
pleonex Mar 13, 2016
b9b04de
Fix compile script compiling for default platforms
pleonex Mar 13, 2016
496e367
Issue #29: Compile the base project in Any CPU
pleonex Mar 13, 2016
1c5428d
Implement ARC pack files for Wario Master of Disguise
pleonex Mar 23, 2016
846df63
Implement ARC for Wario Master of Disguise EU
pleonex Mar 23, 2016
7a44c20
:memo: Update changelog
pleonex Mar 24, 2016
353c96b
Prepare 0.9.1 version
pleonex Mar 24, 2016
23b0246
Improve basic HexViewer
pleonex Mar 25, 2016
e050f5b
Add scrolling to basic HexViewer and fix empty lines
pleonex Mar 25, 2016
7d41493
Fix crash trying to open HexViewer on FAT dialog
pleonex Mar 25, 2016
9f049b1
Add scrolling with keyboard keys in basic HexViewer
pleonex Mar 25, 2016
d6e1f3a
Fix HexViewer from FAT dialog
pleonex Mar 25, 2016
48848da
Improve basic HexViewer perfomance opening once the file
pleonex Mar 25, 2016
12f0ca3
:memo: Update changelog and :up: bump version
pleonex Mar 25, 2016
c738308
Fix bug in raw text viewer if file was Windows EOL
pleonex Mar 27, 2016
32d37be
Fix typo in en-us.xml
cjuub Mar 29, 2016
afc51aa
Merge pull request #30 from cjuub/master
pleonex Mar 30, 2016
dd3b37d
Fix path in compiler script for Window
pleonex Mar 30, 2016
57d6a85
Fix Windows script compile typo and refactoring
pleonex Apr 1, 2016
d5cb82d
Fix project files to compile in Windows
pleonex Apr 1, 2016
3f6cee2
Improve Windows compile script
pleonex Apr 2, 2016
4a565be
New AppVeyor CI
pleonex Apr 2, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions .appveyor.yml
@@ -0,0 +1,9 @@
## AppVeyor CI Integration
version: 0.9.2.{build}-{branch}

image:
- Visual Studio 2015
- Visual Studio 2013

build_script:
- cmd: compile.bat Release x86
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
# Build log
build.log

# Be.Windows.Forms.HexBox documentation
Be.Windows.Forms.HexBox/Be.Windows.Forms.HexBox.xml

Expand Down
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
## Travis CI Integration
language: csharp
solution: Tinke.sln

script:
- ./compile.sh Release x64
32 changes: 5 additions & 27 deletions Be.Windows.Forms.HexBox/Be.Windows.Forms.HexBox.csproj
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>9.0.30729</ProductVersion>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>Be.Windows.Forms.HexBox</AssemblyName>
Expand All @@ -20,16 +18,13 @@
<OutputType>Library</OutputType>
<RootNamespace>Be.Windows.Forms</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<SignAssembly>true</SignAssembly>
<IsWebBootstrapper>false</IsWebBootstrapper>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -44,49 +39,34 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>Be.Windows.Forms.HexBox.xml</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
Expand All @@ -99,16 +79,14 @@
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Drawing.Design" />
<Reference Include="System.Windows.Forms">
<Name>System.Windows.Forms</Name>
</Reference>
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
<Reference Include="System.Drawing" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
Expand Down