SubtitleEdit/libse
aaaxx 74c5c0a29e Updated OcrFixReplaceList.cs
Added other common Latin ligatures present in Unicode.

Also added the acute accent, which I've often seen used instead of the
apostrophe, either as an OCR error or because people mistake it for the
curly apostrophe.

Closes #1961
2016-09-25 11:15:04 +02:00
..
BluRaySup Fixed Blu-ray composition number when writing .sup files - thx mbcd :) 2016-07-31 19:38:59 +02:00
ContainerFormats Added default value for Matroska track language - thx mkver :) 2016-08-10 22:17:05 +02:00
DetectEncoding Replaced Encoding.GetEncodings with Configuration.AvailableEncodings 2016-05-20 11:01:05 +02:00
Dictionaries Updated OcrFixReplaceList.cs 2016-09-25 11:15:04 +02:00
Enums Ran CodeMaid. 2016-01-24 16:49:03 +02:00
Forms Formatting (whitespace only) 2016-07-27 19:24:22 +02:00
Interfaces Move Interfaces into Interfaces folder. 2016-04-30 03:19:47 +01:00
Properties Subtitle edit 3.4.13 2016-06-12 14:45:25 +02:00
SpellCheck Another minor addendum to #1751 2016-05-11 21:33:47 +02:00
SubtitleFormats Merge pull request #1970 from ghoogland/issue-1969-cavena890mapping 2016-09-25 06:57:50 +02:00
TransportStream [DvdSubPes] - Working on #1932. 2016-08-30 17:07:07 +01:00
VobSub Minor performance fix 2016-07-14 23:04:25 +02:00
BmpReader.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
CharUtils.cs [CharUtils] - Add char-helper class. 2016-08-12 13:38:34 +01:00
Configuration.cs Fixed scene changes file location 2016-08-06 14:50:12 +02:00
DvdSubtitleLanguage.cs Added DvdSubtitleLanguage class 2016-04-19 21:58:56 +02:00
FastBitmap.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
FastFileStream.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
FileUtil.cs Minor refact (use simple types) 2016-07-31 22:04:48 +02:00
FindReplaceDialogHelper.cs Fix #1352 - source view replace all speed - thx adem0x :) 2015-10-21 21:56:56 +02:00
HistoryItem.cs Some line endings to CRLF 2016-02-08 21:11:03 +01:00
HtmlUtil.cs [HtmlUtil] - Make sure text contains '<'. 2016-09-07 13:19:59 +01:00
IfoParser.cs Use DvdSubtitleLanguage class i/o IfoParser language lists 2016-04-19 21:58:58 +02:00
ImageSplitterItem.cs Some minor improvements for OCR via "Binary image compare" 2016-05-06 15:38:42 +02:00
Language.cs Fixed text bug in last commit - thx xylographe :) 2016-09-01 05:17:06 +02:00
LanguageAutoDetect.cs Formatting (whitespace only) 2016-06-30 15:28:04 +02:00
LanguageDeserializer.cs moved "max number of lines" setting from syntax color to "general" 2016-08-31 15:55:42 +02:00
LanguageStructure.cs Formatting (whitespace only) 2016-09-21 12:40:08 +02:00
LibSE.csproj [PhoenixSubtitle] - Add new subtitle format. 2016-09-22 14:11:14 +01:00
ManagedBitmap.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
MurMurHash3.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
NativeMethods.cs libse - initial commit to separate UI and logic 2015-08-26 22:42:40 +02:00
NikseBitmap.cs Fixed issue with </b> or </i> in export + changed max baseLinePadding 2016-08-09 18:54:52 +02:00
NoBreakAfterItem.cs [NoBreakAfterItem] - Use generic IComparable. 2016-04-05 03:09:40 +01:00
Paragraph.cs Some line endings to CRLF 2016-02-08 21:11:03 +01:00
RealFFT.cs Add some readonly keywords. 2015-09-03 01:46:29 -04:00
RegistryUtil.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
RichTextToPlainText.cs Minor refact (use simple types) 2016-07-31 22:04:48 +02:00
SceneChangeHelper.cs Fixed scene changes file location 2016-08-06 14:50:12 +02:00
Settings.cs New five seonds back/forward shortcut is now actually save/loaded - thx Victor :) 2016-09-15 17:43:49 +02:00
SsaStyle.cs [SsaStyle] - Remove redundant ToLower(). 2016-03-30 20:41:12 +01:00
StringExtensions.cs [StringExtensions] - Minor optimization for ContainsLetter(). 2016-09-01 21:38:37 +01:00
StripableText.cs Some minor optimizations inspired by #1814 - thx invandrofly :) 2016-06-29 19:22:06 +02:00
Subtitle.cs [ChangeLog/Subtitle] - Fix typos. 2016-09-07 03:38:47 +01:00
SubtitleEditRegex.cs Remove unused namespaces. 2016-04-30 14:43:24 +01:00
TarHeader.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
TarReader.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
TaskbarList.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
TextDraw.cs "Export images" - Better calc of text width - thx its :) 2016-08-09 19:32:42 +02:00
TextEncodingExtensions.cs Added Text.Encoding.IsEbcdic extension method 2016-05-22 00:57:21 +02:00
TimeCode.cs Formatting (whitespace only) 2016-08-20 19:29:34 +02:00
UknownFormatImporter.cs Some line endings to CRLF 2016-02-08 21:11:03 +01:00
Utilities.cs [Refact] - Check if char is letter using built-in method char.IsLetter(). 2016-07-11 19:37:02 +01:00
VideoInfo.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
WaveToVisualizer.cs Some line endings to CRLF 2016-02-08 21:11:03 +01:00
XmlDeserializerGenerator.cs libse - initial commit to separate UI and logic 2015-08-26 22:42:40 +02:00
XSub.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00
ZipExtractor.cs Ran CodeMaid. 2016-01-24 16:49:03 +02:00