This website requires JavaScript.
Explore
Help
Sign In
Public-Mirror
/
GARbro-mirror
Watch
1
Star
0
Fork
0
You've already forked GARbro-mirror
mirror of
https://github.com/crskycode/GARbro.git
synced
2024-12-19 17:34:13 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
724
Commits
5
Branches
64
Tags
182
MiB
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
morkt
de5bb88256
released v1.2.7
2015-09-21 22:13:34 +04:00
ArcFormats
released v1.2.7
2015-09-21 22:13:34 +04:00
Console
tweaked archive contents listing.
2014-08-17 01:29:27 +04:00
GameRes
released v1.2.7
2015-09-21 22:13:34 +04:00
Image.Convert
LookupTag changed to LookupExtension.
2014-08-02 10:01:25 +04:00
Images
application icon.
2015-05-15 17:50:20 +04:00
packages
WPFToolkit is managed by nuget.
2015-09-12 15:29:19 +04:00
Properties
released v1.2.7
2015-09-21 22:13:34 +04:00
Resources
released v1.2.7
2015-09-21 22:13:34 +04:00
Strings
virtual file system preliminary implementation.
2015-09-01 09:07:33 +04:00
.gitattributes
added git attributes.
2014-07-22 19:59:16 +04:00
.gitignore
ignore SchemeBuilder project.
2015-09-19 07:57:56 +04:00
AboutBox.xaml
redesigned About dialog box.
2015-05-14 19:48:30 +04:00
AboutBox.xaml.cs
Generalized plaintext-to-FlowDocument methods.
2015-05-16 17:12:50 +04:00
adler32.cs
added console test utlities.
2014-07-21 23:32:15 +04:00
App.config
remember last directory used for extraction.
2015-08-01 00:19:59 +04:00
App.xaml
Initial commit.
2014-07-21 23:26:28 +04:00
App.xaml.cs
trace wording.
2015-09-20 05:26:51 +04:00
ArcParameters.xaml
increased button sizes.
2014-07-25 06:58:42 +04:00
ArcParameters.xaml.cs
Initial commit.
2014-07-21 23:26:28 +04:00
AutoComplete.cs
virtual file system fixes.
2015-09-01 09:07:34 +04:00
ConvertMedia.xaml
added "ignore errors" option to media conversion.
2015-06-14 13:54:03 +04:00
ConvertMedia.xaml.cs
image conversion generalized into media conversion.
2015-06-14 09:05:09 +04:00
CreateArchive.xaml
display only formats that implement Create method.
2014-07-27 09:47:49 +04:00
CreateArchive.xaml.cs
(CreateArchiveDialog): archive extension could be null.
2014-08-22 10:14:40 +04:00
deflate.cs
use 'zlib' compression method instead of 'deflate'.
2015-04-19 15:23:15 +04:00
DragScroll.cs
Initial commit.
2014-07-21 23:26:28 +04:00
EnterMaskDialog.xaml
mask entry dialog has a drop-down list of possible extensions.
2015-08-11 07:10:17 +04:00
EnterMaskDialog.xaml.cs
mask entry dialog has a drop-down list of possible extensions.
2015-08-11 07:10:17 +04:00
ExtractArchive.xaml
rearranged archive extraction dialog.
2015-09-17 01:27:19 +04:00
ExtractArchive.xaml.cs
implemented audio formats conversion.
2015-05-14 15:58:16 +04:00
ExtractDialog.cs
accept extract dialog on enter key press.
2014-07-30 13:59:23 +04:00
ExtractFile.xaml
implemented audio formats conversion.
2015-05-14 15:58:16 +04:00
ExtractFile.xaml.cs
(ExtractFile): force active option reset.
2015-05-14 16:27:43 +04:00
GARbro.GUI.csproj
released v1.2.7
2015-09-21 22:13:34 +04:00
GARbro.GUI.csproj.user
Initial commit.
2014-07-21 23:26:28 +04:00
GARbro.sln
ignore SchemeBuilder project.
2015-09-19 07:57:56 +04:00
GarConvert.cs
virtual file system preliminary implementation.
2015-09-01 09:07:33 +04:00
GarCreate.cs
(GarCreate): fixed entries with absolute paths.
2015-09-01 12:13:37 +04:00
GarExtract.cs
tweaked if/else branching.
2015-09-17 04:25:36 +04:00
HistoryStack.cs
Initial commit.
2014-07-21 23:26:28 +04:00
ImagePreview.cs
virtual file system preliminary implementation.
2015-09-01 09:07:33 +04:00
inc-revision.pl
use total number of commits into project directory as revision number.
2015-08-18 23:25:49 +04:00
inflate.cs
replaced ZLibNet with .Net DeflateStream class.
2015-07-28 12:20:20 +04:00
LICENSE
redesigned About dialog box.
2015-05-14 19:48:30 +04:00
ListViewEx.cs
extended ListView with multiple items selection.
2014-07-30 12:15:10 +04:00
MainWindow.xaml
added "Set file type" command.
2015-08-23 07:35:05 +04:00
MainWindow.xaml.cs
fallback to current directory if path specified in command line is inaccessible.
2015-09-20 05:20:42 +04:00
Makefile
added preliminary archive creation support.
2014-07-24 05:43:20 +04:00
ModalWindow.cs
Initial commit.
2014-07-21 23:26:28 +04:00
NAudio.cs
added audio playback support.
2014-11-07 02:45:48 +04:00
packages.config
WPFToolkit is managed by nuget.
2015-09-12 15:29:19 +04:00
README.md
fixed releases link.
2015-04-20 14:35:28 +04:00
Settings.cs
reset window minimized state properly.
2015-05-14 15:51:22 +04:00
Shell.cs
implemented deletion of multiple files into recycle bin.
2014-08-08 14:08:49 +04:00
supported.html
(AlfOpener.TryOpen): recognize "sys3ini.bin" index file.
2015-09-21 21:48:44 +04:00
TextViewer.xaml
added text files preview.
2015-05-12 13:31:27 +04:00
TextViewer.xaml.cs
removed lazy evaluation of the ScrollViewer property.
2015-05-13 23:24:50 +04:00
Utility.cs
(Localization.Plural): tweaked fallback lookups.
2014-08-02 13:36:15 +04:00
ViewModel.cs
(DirectoryViewModel.GetFiles): removed unused method.
2015-09-05 10:05:13 +04:00
README.md
GARbro
Visual Novels resource browser
Supported formats
Download latest release
Description
Visual Novels resource browser
Readme
MIT
Languages
C#
99.9%