Timeline
09/02/2012:
- 15:23 Build edited by
- (diff)
- 15:21 SubtitleFormats edited by
- (diff)
- 15:19 Bugs edited by
- (diff)
- 15:18 Developer/Git created by
- 15:04 WikiStart edited by
- (diff)
- 04:45 Changeset [1c9af76]stable by
-
- aegisub/src/audio_provider.cpp
Move audio decode error handling to GetAudio
Errors when not getting with volume need to be handled too.
Updates #1509.
- 04:45 Changeset [e995cd2]stable by
-
- aegisub/src/command/edit.cpp
Don't stop video playback when undoing or redoing changes
08/27/2012:
- 02:19 Changeset [4d15df5]stable by
-
- aegisub/build/version.sh
Fix the hash of the last SVN revision
- 02:15 Changeset [9f8e25e]stable by
-
- aegisub/src/frame_main.cpp
Force LC_CTYPE to en_US.UTF-8 on OS X
When run from an app bundle the locale environment variables are unset,
and the default locale settings are bogus as a result.
- 02:15 Changeset [4cb5d41]stable by
-
- aegisub/packages/osx_bundle/Contents/Info.plist
Mark Aegisub as x86_64 rather than i386
- 02:15 Changeset [9d5d82f]stable by
-
- aegisub/packages/osx_bundle/Contents/Info.plist
Declare Aegisub as the Owner for .ass and .ssa
- 02:15 Changeset [ca4c29a]stable by
-
- aegisub/tests/Makefile
Fix tests linking with static libaegisub
- 02:15 Changeset [748ca15]stable by
-
- aegisub/packages/win_installer/fragment_translations.iss
Add a BOM to fragment_Translation.iss so that iscc uses the right charset
08/26/2012:
- 01:33 Changeset [09962a5]stable by
-
- aegisub/src/video_display.cpp
- aegisub/src/video_display.h
Use the last valid mouse position for VideoDisplay::GetMousePosition
On Windows opening the context menu triggers a mouse leave event, which
invalidates the current mouse position, so the Copy coordinates to
Clipboard command didn't work.
