Thomas Goyne
ae9f05d876
"Allow grid to take focus" -> "Focus grid on click"
...
The grid can still be focused via the keyboard, so the previous label
was misleading.
2013-08-17 15:10:17 -07:00
Thomas Goyne
f714d60a54
Build parser.cpp first
...
Shaves a few seconds off parallel builds with 4+ cores by avoiding
having everything else finish while it's still building.
2013-08-17 15:08:58 -07:00
Thomas Goyne
b68578f1d9
Eliminate a bogus limit of 100 for a bunch of rarely-used options
2013-08-17 15:06:07 -07:00
Thomas Goyne
dd6542c143
Use ForwardMouseWheelEvent rather than checking window bounds
2013-08-14 20:09:10 -07:00
tophf
c7aba2f54a
Also forward page up/down and home/end from the video slider to the subs grid
2013-08-14 20:06:16 -07:00
tophf
51edb4caca
Add support for the scroll wheel to the video slider
2013-08-14 20:05:48 -07:00
Thomas Goyne
9eca8c5733
Correct custom labels for buttons with standard IDs
2013-08-10 07:50:07 -07:00
Thomas Goyne
92887b53cf
Fix crash when pasting styles in the styles manager
2013-08-08 20:36:12 -07:00
Thomas Goyne
106fb663c7
Eliminate a pointless roundtrip through wxString when copying styles to the clipboard
2013-08-08 20:18:12 -07:00
tophf
74fbe22afe
Honor custom labels for buttons with standard IDs
2013-08-01 20:42:01 -07:00
Thomas Goyne
52d67accb4
Fix some issues with resampling drawings
...
The X scale/offset was being used for both X and Y coordinates.
Only non-negative integers were supported. xy-VSFilter and libass both
now support non-integer coordinates, and negative coordinates have of
course always been valid. Resampled coordinates are now rounded to
eighth-pixels rather than whole pixels.
2013-07-30 20:50:31 -07:00
Thomas Goyne
13d31d17ef
Return full paths from aegisub.dialog.open rather than just filenames
2013-07-21 16:38:32 -07:00
Thomas Goyne
5ebc2032d4
Fix test compilation
2013-07-13 09:50:21 -07:00
Thomas Goyne
c4dae9e783
Support reading keyframes files from ffmpeg/avconv
2013-07-13 08:40:57 -07:00
Thomas Goyne
d0779e7ed7
Make DialogTranslation::UpdateDisplay a bit less slow
2013-07-11 20:18:41 -07:00
Thomas Goyne
b9b804ff55
Fix selection preserving in SubsTextEditCtrl::SetTextTo
...
Calling GetReverseUnicodePosition on the selection positioning after
calling SetText resulted in the conversions between UTF-8 indices and
wxString indices just being a very slow no-op.
2013-07-10 18:03:17 -07:00
Thomas Goyne
8ab163cb5a
Make GetReverseUnicodePosition less horribly awful
2013-07-10 17:43:41 -07:00
Thomas Goyne
5ff42d9469
Also handle wxID_CANCEL in DialogManager
...
wxEVT_CLOSE_WINDOW is only triggered from the platform's close buttons,
not cancel buttons/ESC, so modeless dialogs closed in that way were not
getting deleted.
2013-07-09 08:35:51 -07:00
Thomas Goyne
791c1f88ad
Remove pointless wxID_CANCEL binding
2013-07-09 08:35:51 -07:00
Thomas Goyne
e0bf0317c9
Fix display of Unicode font names in the fonts collector dialog
2013-07-09 08:35:50 -07:00
Thomas Goyne
2fdbc73721
Fully extract the resolution resampling logic from DialogResample
2013-07-09 08:35:50 -07:00
Thomas Goyne
ce23d72399
Kill AssDialogue::GetMarginString
...
It didn't actually make the calling code any shorter or simpler.
2013-07-09 08:35:50 -07:00
Thomas Goyne
bb83193253
Kill AssDialogue::SetMarginString
...
It's no longer used anywhere.
2013-07-09 08:35:50 -07:00
Thomas Goyne
df73591a54
Load autoloaded automation scripts in parallel
2013-07-09 08:35:50 -07:00
Thomas Goyne
a75b7f6ca8
Prefetch the list of fonts for the style editor dialog
...
On my machine (with ~5000 fonts installed), enumerating the installed
fonts was about 75% of the total construction time of the style editor
dialog.
2013-07-09 08:35:50 -07:00
Xabier Aramendi (Azpidatziak)
55379d506a
Update Basque translation
2013-07-04 10:45:38 -07:00
Thomas Goyne
c542922a88
Use -Wno-c++11-narrowing when available
...
Needed to build boost.gil with Apple Clang 5.0
2013-07-04 08:29:06 -07:00
Thomas Goyne
ecc08f5e77
Fix conversion of video frames to RGB
...
Video frames aren't actually BGRA; the alpha channel is actually just
garbage since CSRI uses 0 for opaque and other things use 255. To work
around this, add a custom colorspace converter.
Fixes the subtitles preview in the style editor and copying frames to
the clipboard/saving them.
Closes #1621 .
2013-07-04 08:25:25 -07:00
Thomas Goyne
cb3b72af36
Update to moonscript 0.2.4
2013-07-03 16:11:42 -07:00
Thomas Goyne
6b07002083
Fix libass compilation on Windows
2013-07-03 16:00:49 -07:00
Thomas Goyne
dd49539555
Eliminate double dot in temporary file names
...
Probably didn't cause any problems, but it was slightly ugly.
2013-07-02 20:09:01 -07:00
Thomas Goyne
af74371f6d
Retry commits of file writes for up to a second to work around AV scanning
...
Poorly-written antivirus software briefly lock newly written files to
scan them for viruses, which makes the rename from the temp file to
actual file fail. Work around this by retrying the rename up to ten
times.
Closes #1620 .
2013-07-02 20:09:01 -07:00
Thomas Goyne
b77ca808d0
Bump dependency versions
2013-07-02 20:08:58 -07:00
Thomas Goyne
5bf4f80920
Slightly simplify spectrum image generation in the colorpicker
2013-07-02 20:08:57 -07:00
Thomas Goyne
e2022449d9
Use gil in ColourButton rather than wxMemoryDC
...
Basic drawing with wxMemoryDC is relatively slow.
2013-07-02 20:08:57 -07:00
Thomas Goyne
991569463a
Fix the Select None button in the export dialog
2013-07-01 18:52:15 -07:00
Thomas Goyne
a1d44cafc1
Redesign VideoFrame
...
Eliminate the manual memory management and shuffle around where the
copies are made to eliminate the need for non-owning video frames.
2013-07-01 18:35:09 -07:00
Thomas Goyne
8760c9a547
Use unique_ptr in Connection rather than a shared_ptr
2013-06-30 16:06:36 -07:00
Thomas Goyne
098ffd0a92
Clean up signal.h a little
2013-06-30 15:51:51 -07:00
Thomas Goyne
7473fb1af6
Fix issues with loading the video AR from subtitles
...
Removing the first character from the non-custom case resulted in an
error when the value was empty and resulted in nothing happening when a
valid value was present.
2013-06-30 15:37:07 -07:00
Thomas Goyne
96d7912d0b
Only generate fake focus lost events when using the generic implementation
2013-06-26 12:59:10 -07:00
Thomas Goyne
a4dd4f6986
Send a fake focus lost event to wxSpinCtrlDouble before reading the value
...
wxSpinCtrlDouble only updates its value when the spin button is clicked
or it loses focus, and in some cases we want to read the value while it
still has focus.
Closes #1610 .
2013-06-26 12:15:31 -07:00
Thomas Goyne
5199923a66
Correctly strip the separator character when loading plain-text files
2013-06-26 11:26:18 -07:00
Thomas Goyne
b3ff6a854d
Allow malformed timestamps in SRT. Closes #1614 .
2013-06-22 07:54:56 -07:00
Thomas Goyne
135133e4c2
Allow garbage after the timestamp in SRT files. Updates #1614 .
2013-06-22 07:53:42 -07:00
Thomas Goyne
7c7cfc79e6
Delete SubtitlesGrid since it's now empty
2013-06-18 19:43:16 -07:00
Thomas Goyne
ad58ae14bf
Extract RecombineLines from SubtitlesGrid
2013-06-18 19:43:16 -07:00
Thomas Goyne
bda127144d
Extract adjoin lines logic from SubtitlesGrid
2013-06-18 19:43:16 -07:00
Thomas Goyne
e0fcfef32e
Remove some unused includes in video_box.cpp
2013-06-12 20:01:21 -07:00
Thomas Goyne
ca9a2f533e
Clean up DialogJumpTo slightly
2013-06-12 20:01:21 -07:00