Karl Blomster
7be56fbcd4
cast some lavc context variables to int (avoids warning treated as error when compiling WITH_FFMPEG on msvc)
...
Originally committed to SVN as r2137.
2008-03-24 11:30:35 +00:00
pstatic
cbf7143b85
typo in audio_provider_pcm
...
Originally committed to SVN as r2131.
2008-03-24 02:44:45 +00:00
Niels Martin Hansen
08910b5a9d
Make PCM audio provider access the file memory mapped instead of through regular file access, per bug #686 . Tested to work on Windows.
...
I've also added a POSIX implementation but it's untested and might not even build.
The implementation is not actually thread safe, but this shouldn't be a problem in most cases, yet. It should still be fixed at some point.
Originally committed to SVN as r2130.
2008-03-24 00:10:09 +00:00
Amar Takhar
e4d77f6474
Completely remove support for an external libass:
...
* The internal libass will always be newer than external packages.
* aegisub requires fontconfig _and_ iconv support, some systems have
either/or but rarely both.
* There's zero benifit to supporting an external version.
In the future I might add some flags to allow it, if there is a compelling
reason to.
Originally committed to SVN as r2125.
2008-03-23 22:56:21 +00:00
Karl Blomster
2c495b5d80
casting
...
Originally committed to SVN as r2119.
2008-03-23 12:36:16 +00:00
Karl Blomster
b6d8b403d6
fix catastrophic failure in last commit
...
Originally committed to SVN as r2116.
2008-03-22 22:48:59 +00:00
Karl Blomster
e61d333297
warn the user if audio skew is likely
...
Originally committed to SVN as r2115.
2008-03-22 22:45:46 +00:00
Karl Blomster
76469421e4
minor tweaks to the lavc audio provider.
...
Originally committed to SVN as r2114.
2008-03-22 22:18:43 +00:00
Amar Takhar
a86a882c0a
Remove files not required by the macosx build.
...
Originally committed to SVN as r2103.
2008-03-22 08:35:30 +00:00
Amar Takhar
ca920eea36
Remove comments about adding revision / build credit support.
...
Originally committed to SVN as r2102.
2008-03-22 08:24:52 +00:00
Amar Takhar
5da0b16f48
Move WITH_INTERNAL_LIBASS beove WITH_LIBASS for clarity.
...
Originally committed to SVN as r2101.
2008-03-22 08:24:21 +00:00
Amar Takhar
65e92e8e3c
* Sort program sources in alphabetical order.
...
* Put program headers under aegisub_SOURCES and external headers under
noinst_HEADERS.
Originally committed to SVN as r2099.
2008-03-22 08:20:28 +00:00
Amar Takhar
04e9ff224f
Add support for an 'internal' libass, with this we can chase changes to the
...
libass in MPlayer which is more up-to-date than the external library that's
available.
Originally committed to SVN as r2096.
2008-03-21 21:01:03 +00:00
Karl Blomster
9a7bbc9b93
missing semicolon in last commit
...
Originally committed to SVN as r2095.
2008-03-21 20:35:59 +00:00
Karl Blomster
ee04563ff6
attempt at fixing the lavc audio skew problems by making very very sure all data in each packet is decoded.
...
Originally committed to SVN as r2094.
2008-03-21 20:30:34 +00:00
Karl Blomster
6d8f862aed
cleanup of the lavc audio provider; renamed some variables, added some comments and restructured a bit. as an added improvement it will now no longer resample unless strictly necessary.
...
Originally committed to SVN as r2093.
2008-03-21 19:52:14 +00:00
Rodrigo Braz Monteiro
398da989f9
Fixed small OpenMP bug.
...
Originally committed to SVN as r2089.
2008-03-21 03:02:39 +00:00
Amar Takhar
21b3db9b2a
Enable OpenMP globally, at amz's suggestion. (if this breaks things, it's his
...
fault.)
Originally committed to SVN as r2088.
2008-03-21 02:59:57 +00:00
Amar Takhar
d71641db51
s/WIN32/__WINDOWS__/ to stop a define collision with universalchardet. This is
...
a temp solution as the real fix is sorting out universalchardet to build
correctly.
Originally committed to SVN as r2087.
2008-03-21 02:41:46 +00:00
Amar Takhar
2b730ac4fa
Move charset_detect.h above text_file_reader.cpp, universalchardet is defining,
...
or undefining things that doesn't make fstream very happy.
Originally committed to SVN as r2086.
2008-03-21 02:22:00 +00:00
Amar Takhar
90e9e6fef1
Re-enable univerchardet (for now), also make it use STL rather than stdio (which
...
isn't complete)
Originally committed to SVN as r2085.
2008-03-20 22:24:28 +00:00
Rodrigo Braz Monteiro
735aebb393
Fixed a litle oops from last commit.
...
Originally committed to SVN as r2084.
2008-03-20 21:58:21 +00:00
Rodrigo Braz Monteiro
db0cc24ae3
Originally committed to SVN as r2083.
2008-03-20 21:48:47 +00:00
Amar Takhar
1f23637cd2
Fix auto4/auto3 (lua51/lua50) support, this removes the --with-* flags in favor
...
of LUA_(C|LD)FLAGS and LUA50_(C|LD)FLAGS, also add the LUA LDFLAGS to LIBS like
perl in order to have it bring in the symbols properly, this is a temp measure
until we have modules.
Originally committed to SVN as r2082.
2008-03-20 21:24:01 +00:00
Rodrigo Braz Monteiro
b102ed05c1
Fixed dummy video provider and possibly fixed dvd sub generation.
...
Originally committed to SVN as r2079.
2008-03-18 05:24:21 +00:00
Niels Martin Hansen
3ead72329c
Change default font encoding for new styles to 1, to make more fonts behave sensibly by default
...
Originally committed to SVN as r2064.
2008-03-15 21:34:55 +00:00
Niels Martin Hansen
426917c9a6
The progress dialogues should be centered on parent (too), certainly not on the primary monitor.
...
Originally committed to SVN as r2057.
2008-03-14 19:40:28 +00:00
Rodrigo Braz Monteiro
78cb8f53ff
Applied shurik's patch to hopefully fix Lua's linking issues on Linux.
...
Originally committed to SVN as r2054.
2008-03-14 06:17:32 +00:00
Karl Blomster
521632cd9b
changed output buffer size to AVCODEC_MAX_AUDIO_FRAME_SIZE which is what it's actually malloc()'ed as. might actually work now.
...
Originally committed to SVN as r2052.
2008-03-14 05:14:30 +00:00
Karl Blomster
56370f0f4a
hurf de durf, didn't consider the fact that some audio packets might not have any actual content. return value of avcodec_decode_audio2() is now checked against < 0 again.
...
Originally committed to SVN as r2051.
2008-03-14 04:38:30 +00:00
Rodrigo Braz Monteiro
72145e8fa8
Fixed some warnings on g++.
...
Originally committed to SVN as r2046.
2008-03-13 20:27:25 +00:00
Rodrigo Braz Monteiro
cee958b2d3
Raised the warning level on MSVC8 to 4, and fixed several warnings caused by that.
...
Originally committed to SVN as r2045.
2008-03-13 19:12:55 +00:00
Rodrigo Braz Monteiro
c248ca39f2
Fixed several warnings on g++.
...
Originally committed to SVN as r2044.
2008-03-13 18:55:09 +00:00
Rodrigo Braz Monteiro
6e5f23c1cd
Added missing virtual destructors.
...
Originally committed to SVN as r2043.
2008-03-13 18:06:13 +00:00
Karl Blomster
3cade86767
check the return value of avcodec_decode_audio2() against <= 0, not just < 0 (both indicate no audio decoded)
...
Originally committed to SVN as r2042.
2008-03-13 08:41:21 +00:00
Karl Blomster
47f6f2aed6
Replaced deprecated function avcodec_decode_audio() with nondeprecated version avcodec_decode_audio2() in audio_provider_lavc.cpp. Maybe possibly potentially hopefully fixes mp3 decoding problems?
...
Originally committed to SVN as r2041.
2008-03-13 08:30:40 +00:00
Rodrigo Braz Monteiro
0e3333e4f8
(Hopefully?) fixed auto4-lua colour buttons.
...
Originally committed to SVN as r2027.
2008-03-12 07:19:05 +00:00
Alysson Souza
e9004aa0f9
Semi-broken support for colour buttons in auto4-lua
...
Originally committed to SVN as r2026.
2008-03-12 07:04:07 +00:00
Rodrigo Braz Monteiro
0a931d3f45
wxSTC SUCKS. Note: never call SetWindowStyle() on it, or it'll break the keyboard handling.
...
Originally committed to SVN as r2025.
2008-03-11 23:58:43 +00:00
shb
5ceebc02a2
Maybe a fix to autoperl crashing
...
Originally committed to SVN as r2024.
2008-03-11 23:30:59 +00:00
Rodrigo Braz Monteiro
ae67877863
Another jab at fixing scintilla control border on posix. Also changed how it looks on Windows XP/Vista.
...
Originally committed to SVN as r2019.
2008-03-11 07:05:19 +00:00
Amar Takhar
722c1c6dc8
Mutter more library ordering, DynaLoader.a has to be after libauto4_perl.a so
...
I've used LIBS= for now (not sure if this is right but we'll see)
Originally committed to SVN as r2018.
2008-03-11 06:31:06 +00:00
Rodrigo Braz Monteiro
92d26be928
Hopefully changed scintilla border for wxgtk
...
Originally committed to SVN as r2017.
2008-03-11 06:30:59 +00:00
Amar Takhar
c3008be27f
Aparrantly the CFLAGS to plugin_manager.cpp were never needed in the first
...
place, it was the result of a missed change for perl automation.
Originally committed to SVN as r2016.
2008-03-11 06:19:20 +00:00
Rodrigo Braz Monteiro
5596fa106e
Moved auto3 and perl factories to their own headers to avoid including library headers.
...
Originally committed to SVN as r2015.
2008-03-11 06:10:00 +00:00
Amar Takhar
cdf86550f2
Sigh, GNU LD can be really annoying at times, most linkers will only pull a
...
symbol in from a static library if that symbol is used. (how it should work)
However! if you place the library that *uses* those symbols *after* the
libraries that have them, then the gnu ld will skip past those symbols, they
will never get included and you'll get a linking error.. There are two fixes,
tell LD to scan all libraries twice (non-portable?) or just put the libraries in
an order that LD can deal with. (annoying!)
Originally committed to SVN as r2014.
2008-03-11 06:07:08 +00:00
Amar Takhar
311b78afec
Put plugin_manager.cpp into it's own library, since it needs to be sent all
...
CFLAGS for any enabled automation. (this is temp until we have actual working
plugins)
Originally committed to SVN as r2013.
2008-03-11 05:45:45 +00:00
Amar Takhar
02abe1f0f8
It never ceases to amaze me how badly gawk can munge a perfectly compliant AWK
...
file, die gawk. die: It ate the line endings on lines wrapped using \ instead of
keeping the CR's it put everything on one line even though hard CR's were used.
Originally committed to SVN as r2012.
2008-03-11 05:41:14 +00:00
Rodrigo Braz Monteiro
7c505f06d4
Improved Aegisub's exception handling and crash log generation.
...
Originally committed to SVN as r2008.
2008-03-10 06:28:21 +00:00
Niels Martin Hansen
bb31ddb1da
Re-introduce the wxBevelButton control of old and use it for Commit button in subs edit area on wxMac builds.
...
Originally committed to SVN as r2006.
2008-03-09 23:40:45 +00:00
Niels Martin Hansen
7c8e990766
Revert r2004, wxEXPAND looks ugly.
...
Originally committed to SVN as r2005.
2008-03-09 23:00:03 +00:00
Niels Martin Hansen
f6e12ba05a
Experimentally add wxEXPAND flags to style/actor/effect controls to possibly fix alignment problems on Mac.
...
Originally committed to SVN as r2004.
2008-03-09 22:54:24 +00:00
Niels Martin Hansen
1248cd264f
Some changes to subs edit area toolbuttons sizing
...
Originally committed to SVN as r2003.
2008-03-09 22:31:16 +00:00
Rodrigo Braz Monteiro
c833156e8b
Now attempting to solve automation issues with Evolutionary programming: keep changing random shit until something works well, repeat until fixed.
...
Originally committed to SVN as r2002.
2008-03-09 22:07:17 +00:00
Rodrigo Braz Monteiro
ed7a434a9e
More messing around with Lua.
...
Originally committed to SVN as r2001.
2008-03-09 21:49:46 +00:00
Rodrigo Braz Monteiro
777242fce3
2000 GET!! Changed how the Lua factory is registered.
...
Originally committed to SVN as r2000.
2008-03-09 21:36:24 +00:00
Rodrigo Braz Monteiro
f8d7c69c15
Changed how the Perl factory is registered.
...
Originally committed to SVN as r1999.
2008-03-09 21:33:35 +00:00
Niels Martin Hansen
d7ad931526
Rename Automation4::LuaStackcheck::check() to avoid clash with some define somewhere.
...
Originally committed to SVN as r1998.
2008-03-09 21:09:51 +00:00
Rodrigo Braz Monteiro
f20fc57d22
Possible fix for Perl.
...
Originally committed to SVN as r1997.
2008-03-09 21:00:55 +00:00
Rodrigo Braz Monteiro
825b2f3af0
Fixed registration of Ruby automation.
...
p.s.: embedding ruby on vc++ sucks.
Originally committed to SVN as r1996.
2008-03-09 19:01:54 +00:00
Rodrigo Braz Monteiro
a72c3abb3c
Changed the way that automation factories are registered.
...
Originally committed to SVN as r1995.
2008-03-09 18:19:15 +00:00
Rodrigo Braz Monteiro
9f5d3e7a6e
More stuff in subs lib.
...
Originally committed to SVN as r1991.
2008-03-09 17:25:12 +00:00
Rodrigo Braz Monteiro
fe8ed21878
Added a "reverse" option to export framerate.
...
Originally committed to SVN as r1988.
2008-03-09 05:32:02 +00:00
Rodrigo Braz Monteiro
88b845852a
Modifications for 2.1.2
...
Originally committed to SVN as r1987.
2008-03-09 04:16:52 +00:00
Niels Martin Hansen
49d7b55755
Possible fix for crash in LAVCKeyframes constructor
...
Originally committed to SVN as r1986.
2008-03-09 00:04:30 +00:00
Rodrigo Braz Monteiro
79b82b9167
Possible fix to lavc crash.
...
Originally committed to SVN as r1984.
2008-03-08 23:41:24 +00:00
Amar Takhar
48af40fa26
Add include/aegisub/* headers.
...
Originally committed to SVN as r1981.
2008-03-08 22:22:01 +00:00
Amar Takhar
af18413a7b
Remove unused 'beautify' script.
...
Originally committed to SVN as r1980.
2008-03-08 22:21:44 +00:00
Amar Takhar
0e00389079
Add .c_str() to line 300 (filename).
...
Originally committed to SVN as r1976.
2008-03-08 20:38:03 +00:00
Amar Takhar
ad1d357c61
ADd missing video_provider_manager.cpp and remove video_provider.cpp.
...
Originally committed to SVN as r1975.
2008-03-08 20:37:32 +00:00
Rodrigo Braz Monteiro
8227971186
Another battle in the String Hell War
...
Originally committed to SVN as r1974.
2008-03-08 18:13:42 +00:00
Rodrigo Braz Monteiro
045f60da35
Reverted last commit.
...
Originally committed to SVN as r1973.
2008-03-08 18:04:51 +00:00
Amar Takhar
ea8d16dabe
More s/wxString/Aegisub::String/ changes.
...
Originally committed to SVN as r1972.
2008-03-08 08:13:46 +00:00
Amar Takhar
fc14717b71
Fix header -> subtitles_provider_manager.h
...
Originally committed to SVN as r1970.
2008-03-08 07:51:23 +00:00
Amar Takhar
c501ae6e2e
Add -Iinclude to the list of CXX_FLAGS.
...
Originally committed to SVN as r1969.
2008-03-08 07:50:10 +00:00
Amar Takhar
6246c3998d
s/wxString/Aegisub::String/ in many places.
...
Originally committed to SVN as r1967.
2008-03-08 04:27:41 +00:00
Amar Takhar
7c4c825cef
Missed a header change in the OpenAL header.
...
Originally committed to SVN as r1963.
2008-03-07 21:53:46 +00:00
Amar Takhar
576dd4576e
s/audio_player.h/audio_player_manager.h/ for ALSA and OpenAL.
...
Originally committed to SVN as r1962.
2008-03-07 21:48:36 +00:00
Amar Takhar
b666b0aeb9
s/audio_provider.h/audio_provider_manager.h/ for ALSA, OpenAL and Pulse.
...
Originally committed to SVN as r1961.
2008-03-07 21:47:20 +00:00
Rodrigo Braz Monteiro
a8b4c5521d
Fixed include in portaudio player.
...
Originally committed to SVN as r1960.
2008-03-07 21:43:45 +00:00
Rodrigo Braz Monteiro
abbab149a6
(Maybe) fixed lavc after previous commit.
...
Originally committed to SVN as r1959.
2008-03-07 21:27:36 +00:00
Rodrigo Braz Monteiro
6b12f54d72
Changed video provider to not depend on wxWidgets.
...
Originally committed to SVN as r1958.
2008-03-07 21:24:14 +00:00
Rodrigo Braz Monteiro
4f4f4cc91f
Moved files relevant to providers to aegisub/include. A few things might be broken.
...
Originally committed to SVN as r1956.
2008-03-07 21:00:20 +00:00
Amar Takhar
09abd27acf
Fix Hunspell support for the older versions (1.1.10 and older?)
...
Originally committed to SVN as r1955.
2008-03-07 16:38:55 +00:00
Alysson Souza
c93d6d57b2
Fixed #688 , related to "Replace All" always being case sensitive
...
Originally committed to SVN as r1952.
2008-03-07 05:34:01 +00:00
Rodrigo Braz Monteiro
d40168007f
Updated version.cpp for the new release.
...
Originally committed to SVN as r1951.
2008-03-07 04:21:26 +00:00
Amar Takhar
1cb32448ce
Remove factory.h.
...
Originally committed to SVN as r1950.
2008-03-07 04:11:27 +00:00
Amar Takhar
39d0e31fa5
Add missing video_provider_cache.cpp.
...
Originally committed to SVN as r1948.
2008-03-07 03:52:19 +00:00
Rodrigo Braz Monteiro
f2ca0c4fd3
Removed obsolete registration for providers.
...
Originally committed to SVN as r1947.
2008-03-07 03:50:43 +00:00
Rodrigo Braz Monteiro
974efa126b
Modified all providers to separate them between factory and factory manager. This will make plugin system easier. Also, made hunspell register manually as well.
...
Originally committed to SVN as r1946.
2008-03-07 02:32:29 +00:00
Rodrigo Braz Monteiro
6bdee2a765
Originally committed to SVN as r1945.
2008-03-07 00:47:57 +00:00
Amar Takhar
e65fdf1fcf
The source files for universalcharset support can be compiled with or without
...
actual support. If they're compiled without then we don't need the fake
library, if they are, then include them into a library so we can send the proper
CFLAGS.
Originally committed to SVN as r1944.
2008-03-07 00:35:48 +00:00
Amar Takhar
8c7eb8f404
Remove useless __WINDOWS__ wrap around USE_UNIVCHARSET
...
Originally committed to SVN as r1943.
2008-03-07 00:34:45 +00:00
Rodrigo Braz Monteiro
7d7ea83d23
-__-
...
Originally committed to SVN as r1940.
2008-03-07 00:17:03 +00:00
Rodrigo Braz Monteiro
eb5be3115a
Fixed directshow... again.
...
Originally committed to SVN as r1939.
2008-03-07 00:09:58 +00:00
Rodrigo Braz Monteiro
9c8c8831ec
Fixes to directshow video provider.
...
Originally committed to SVN as r1937.
2008-03-07 00:00:40 +00:00
Rodrigo Braz Monteiro
d9e254533a
Hopefully fixed a crash with mouse wheel on associations Window.
...
Originally committed to SVN as r1936.
2008-03-06 23:41:27 +00:00
Rodrigo Braz Monteiro
cf3a233970
Prevented Aegisub from saving .txt files directly. (Fix for #653 )
...
Originally committed to SVN as r1935.
2008-03-06 23:36:43 +00:00
Rodrigo Braz Monteiro
b19737c628
Fixed copying of video coordinates to clipboard.
...
Originally committed to SVN as r1934.
2008-03-06 23:27:54 +00:00
Rodrigo Braz Monteiro
03d4f3fc94
Fix for translation assistant ( #669 )
...
Originally committed to SVN as r1933.
2008-03-06 23:21:03 +00:00
Rodrigo Braz Monteiro
30f12ef7e8
Fixed lavc and directshow video providers.
...
Originally committed to SVN as r1932.
2008-03-06 22:34:28 +00:00
Amar Takhar
1b5175ef97
Sigh, remove one more reference to csri header files. I'm planning on redoing
...
the lower part of this file after we start moving to modules.
Originally committed to SVN as r1931.
2008-03-06 22:19:59 +00:00
Amar Takhar
b323e9b4f1
Forgot to remove the csri headers during the removal of the svn:externals link
...
to the include dir.
Originally committed to SVN as r1930.
2008-03-06 22:15:05 +00:00
Rodrigo Braz Monteiro
2c2664d4d8
Fixed some typos in csri subs provider header.
...
Originally committed to SVN as r1929.
2008-03-06 21:58:06 +00:00
Rodrigo Braz Monteiro
bb7177dcfb
Fixed #662 , that resulted in crashes when trying to load an empty avs file.
...
Originally committed to SVN as r1927.
2008-03-06 21:38:40 +00:00
Rodrigo Braz Monteiro
2e7a77ec64
Changed charset detection to always include local charset (hopeful fix to #676 )
...
Originally committed to SVN as r1926.
2008-03-06 20:49:04 +00:00
Rodrigo Braz Monteiro
d447236571
Fixed issue #673 , related to concatenation of null-timed lines.
...
Originally committed to SVN as r1924.
2008-03-06 19:57:14 +00:00
Rodrigo Braz Monteiro
9cd698f673
Fixed issue #675 , that caused insertion of override tags to be unable to reach the end of the line when characters over U+7F were present.
...
Originally committed to SVN as r1923.
2008-03-06 19:53:45 +00:00
Rodrigo Braz Monteiro
3327fc0154
Fixed issue #674 , related to ScaledBorderAndShadow being erased by Clean Script Info
...
Originally committed to SVN as r1922.
2008-03-06 19:43:47 +00:00
Rodrigo Braz Monteiro
853fbfaebd
Fixed #671 , related to VFR transformation erasing templater tags.
...
Originally committed to SVN as r1921.
2008-03-06 19:40:24 +00:00
Rodrigo Braz Monteiro
b1eb77e1b9
Ops, a few missing files from provider change.
...
Originally committed to SVN as r1920.
2008-03-06 19:21:18 +00:00
Rodrigo Braz Monteiro
bed7f3ed8d
Modified the video provider interface to be a true interface, and moved all caching routines to another video provider that can be chained.
...
Originally committed to SVN as r1918.
2008-03-06 19:20:25 +00:00
Amar Takhar
db5580f1cc
Make the csri.h header a relative include and wrap it with __WINDOWS__, in the
...
future I'll remove all of these ifdefs and fix the windows vcproj files so we
can have the same includes for all operating systems.
Originally committed to SVN as r1916.
2008-03-06 17:01:19 +00:00
Amar Takhar
b62b58ed6f
Fix OpenAL on UNIX by wrapping the Windows headers with __WINDOWS__ (AL/al.h),
...
the OS X headers with __APPLE__ (OpenAL/AL.h). The default will be the UNIX
location (AL/a.h).
Originally committed to SVN as r1908.
2008-03-05 20:16:31 +00:00
Amar Takhar
f55ffd6d91
* Add support for universalchardet
...
* Fix #ifdef for STIDO/fstream with a proper ifdef/else
* Make auto3 subdir inclusion conditional
* Rename libspell_hunspell to libmisc*
Please note that universalchardet is only set to work with X86 for now, I'll fi$
the rest later.
Originally committed to SVN as r1907.
2008-03-05 18:52:09 +00:00
Amar Takhar
896cfc112b
Wrap ass/ass.h with __WINDOWS__ as the UNIX build uses the system version.
...
Originally committed to SVN as r1904.
2008-03-05 16:50:14 +00:00
Amar Takhar
8e8f45c715
Wrap LUA includes with __WINDOWS__, the Windows build uses rolled package that
...
has support for unicode pathnames, UNIX does not require this support so system
installs are used.
Originally committed to SVN as r1900.
2008-03-05 04:10:20 +00:00
Rodrigo Braz Monteiro
a9984a2741
Fixed a link error with libass.
...
Originally committed to SVN as r1898.
2008-03-05 03:46:29 +00:00
Rodrigo Braz Monteiro
c3d1128efd
Blame you-know-who.
...
Originally committed to SVN as r1897.
2008-03-05 03:31:20 +00:00
Rodrigo Braz Monteiro
5795012adb
Yet another fix, now to libass.
...
Originally committed to SVN as r1896.
2008-03-05 03:24:01 +00:00
Rodrigo Braz Monteiro
7659293a21
Fixed compiling of lavc video provider.
...
Originally committed to SVN as r1895.
2008-03-05 03:20:55 +00:00
Rodrigo Braz Monteiro
1b96e656ff
...And done making subtitle providers register manually. If anything goes wrong, blame movax.
...
Originally committed to SVN as r1894.
2008-03-05 02:58:11 +00:00
Rodrigo Braz Monteiro
ee61192c43
Made audio players register manually.
...
Originally committed to SVN as r1893.
2008-03-05 02:43:01 +00:00
Rodrigo Braz Monteiro
30d1aeb551
ops.
...
Originally committed to SVN as r1892.
2008-03-05 02:23:47 +00:00
Rodrigo Braz Monteiro
b1b2c3d7fb
Changed audio providers to register manually.
...
Originally committed to SVN as r1891.
2008-03-05 02:19:50 +00:00
Rodrigo Braz Monteiro
59f1962e7c
Changed video providers to be initialized explicitly. (Only avisynth tested, though)
...
Originally committed to SVN as r1890.
2008-03-05 02:05:01 +00:00
Niels Martin Hansen
5047295635
Separate general Auto4 support and Auto4 Lua support into different defines in source
...
Originally committed to SVN as r1889.
2008-03-04 23:17:07 +00:00
Amar Takhar
8798ebd38f
s/AM_CPPFLAGS/AM_CXXFLAGS/, CXXFLAGS are sent to every file including libraries.
...
(This was a typo on my part that I didn't notice until now.)
Originally committed to SVN as r1887.
2008-03-04 17:16:32 +00:00
Amar Takhar
7b9af6a159
* Fix all per-conditional/'library' CFLAGS (this fixes all library building).
...
* Fix 1 cut-and-past-o
Originally committed to SVN as r1884.
2008-03-04 04:15:14 +00:00
Amar Takhar
f5764fa2e4
Add support for OpenAL.
...
Originally committed to SVN as r1880.
2008-03-04 00:59:02 +00:00
Amar Takhar
76ed1d4ad8
I forgot to add all the required libraries (on condition) to the final link.
...
Originally committed to SVN as r1875.
2008-03-03 09:59:59 +00:00
Amar Takhar
ed4e70fae8
Add preliminary support for the swscale library if swscale is not included
...
in ffmpeg, there are some linux distro's running ancient versions still.
Originally committed to SVN as r1872.
2008-03-03 08:57:08 +00:00
Amar Takhar
b1c441ff73
Commit the new build system (complete re-write), this includes several changes:
...
* Sane C/CXX/CPP/LDFLAGS
* --with/--without settings
* Proper gettext support
* System portability changes (to support OS X and all other unix-like osen)
* Features to allow for proper compile time settings (support exists features
need to be added)
This comes with no warrenty at the moment, auto3 and asa support are both
incomplete/non-existent, there is no documentation and some conftests still nee$
to be written.
It's still incomplete try it at your own risk!
Originally committed to SVN as r1865.
2008-03-03 07:22:58 +00:00
Rodrigo Braz Monteiro
d23733da21
Hopefully fixed crash on search dialog.
...
Originally committed to SVN as r1861.
2008-02-15 21:47:09 +00:00
shb
5fd966f0f3
Various improvements to autoperl
...
Originally committed to SVN as r1858.
2008-02-03 19:21:02 +00:00
Rodrigo Braz Monteiro
9eb12b0f36
Fixed source-wide spelling of the word adjacent.
...
Originally committed to SVN as r1856.
2008-01-27 22:09:47 +00:00
Rodrigo Braz Monteiro
3ee6d78939
Increased the default vertical size of audio display from 100 to 200.
...
Originally committed to SVN as r1854.
2008-01-27 18:30:16 +00:00
Rodrigo Braz Monteiro
c583f15082
Fixed button to open assdraw... again
...
Originally committed to SVN as r1852.
2008-01-27 16:58:15 +00:00
Rodrigo Braz Monteiro
b2a854396c
Fixed ASSDraw3 and building of auto4-perl with console disabled.
...
Originally committed to SVN as r1849.
2008-01-27 03:04:42 +00:00
shb
9a7012de0b
Made PerlConsole compilation optional. Added a funny line in autoperl docs.
...
Originally committed to SVN as r1848.
2008-01-27 01:22:01 +00:00
Rodrigo Braz Monteiro
f6a7c5c98a
Modified version string to say "RELEASE PREVIEW" instead of "PRE-RELEASE".
...
Originally committed to SVN as r1847.
2008-01-26 20:41:44 +00:00
Rodrigo Braz Monteiro
db1de1a8e0
Fixed a rogue long path (made it short path) in avs audio provider.
...
Originally committed to SVN as r1846.
2008-01-26 17:18:12 +00:00
Rodrigo Braz Monteiro
96bb7cbe53
Fix for avisynth.h for it to work with avisynthx64
...
Originally committed to SVN as r1845.
2008-01-26 16:57:46 +00:00
Rodrigo Braz Monteiro
346520fbce
Removed a #pragma from wxstd.h (yay for forced full rebuild) and updated installer.
...
Originally committed to SVN as r1844.
2008-01-26 03:42:01 +00:00
Rodrigo Braz Monteiro
4157469ed2
Changed the splash screen for 2.1.x releases.
...
Originally committed to SVN as r1843.
2008-01-26 03:35:58 +00:00
shb
7cff10cf5b
Fixed bugs in autoperl: entry's class recognition misreading comments as key:value; crash if core modules are not found; description not set after script loading failure.
...
Originally committed to SVN as r1841.
2008-01-26 01:24:52 +00:00
Rodrigo Braz Monteiro
d793010a6b
Updated assdraw project to support x64, fixed a few things, and changed Aegisub version string to 2.1.0.
...
Originally committed to SVN as r1840.
2008-01-26 00:21:54 +00:00
Rodrigo Braz Monteiro
94c7fcd101
Fixed assdraw3 to compile on MSVC with Unicode on. Thanks to TheFluff for the perl script to do the conversion.
...
Originally committed to SVN as r1839.
2008-01-25 23:16:29 +00:00
Rodrigo Braz Monteiro
f0e617634c
Changed the about screen to use a text box, also added a few missing library credits.
...
Originally committed to SVN as r1838.
2008-01-25 21:44:55 +00:00
Rodrigo Braz Monteiro
7ab7eae5bd
Another fix to about screen.
...
Originally committed to SVN as r1836.
2008-01-25 21:23:25 +00:00
Rodrigo Braz Monteiro
bb6c7c042e
Updated the about screen.
...
Originally committed to SVN as r1835.
2008-01-25 21:20:38 +00:00
Rodrigo Braz Monteiro
fdb2b47395
Fixed SRT exporting
...
Originally committed to SVN as r1834.
2008-01-25 20:57:58 +00:00
Rodrigo Braz Monteiro
dd1ded0671
Made audio provider converter able to convert from 22 kHz
...
Originally committed to SVN as r1833.
2008-01-25 20:53:12 +00:00
Rodrigo Braz Monteiro
6487948d10
Fix to some 64-bit compatibility warnings in auto4_perl (note: please cast to size_t before casting to wxThread::ExitCode in the future)
...
Originally committed to SVN as r1830.
2008-01-24 17:52:46 +00:00
shb
b2518f9ca1
New and reorganized perl sources. Autotools patched accordingly. Win build must be fixed.
...
Originally committed to SVN as r1827.
2008-01-24 17:20:47 +00:00
Niels Martin Hansen
260c2b5cb2
Possible fix for #643 , but needs to be checked against other versions of wx, and whether it looks right on other OS'es.
...
Originally committed to SVN as r1826.
2008-01-24 10:33:32 +00:00
Niels Martin Hansen
3d9eb3eba0
Fix #558 , very fail fix. Unwrap function call from assert() and it's suddenly called a lot more often in release builds.
...
Originally committed to SVN as r1825.
2008-01-23 23:02:26 +00:00
Rodrigo Braz Monteiro
6ade2e11ac
Some more project fixes.
...
Originally committed to SVN as r1824.
2008-01-23 23:00:52 +00:00
Rodrigo Braz Monteiro
31165436df
Updated win64 config0.h
...
Originally committed to SVN as r1823.
2008-01-23 22:31:56 +00:00
Rodrigo Braz Monteiro
4a59329784
Made universalchardet work on Win64 (it's a one-line patch [prcpucfg.h:146] to make it work on other OS, but I don't know what the proper define is)
...
Originally committed to SVN as r1817.
2008-01-23 06:17:18 +00:00
Rodrigo Braz Monteiro
7e83986497
Some random changes around.
...
Originally committed to SVN as r1813.
2008-01-22 20:36:07 +00:00
Rodrigo Braz Monteiro
1afa7566ab
Originally committed to SVN as r1812.
2008-01-22 02:54:16 +00:00
Rodrigo Braz Monteiro
d50c3575f9
Fixed crash on charset detection.
...
Originally committed to SVN as r1811.
2008-01-21 22:34:55 +00:00
Rodrigo Braz Monteiro
ed29ba8f8b
.sup generation presumably complete.
...
Originally committed to SVN as r1810.
2008-01-21 21:25:06 +00:00
Rodrigo Braz Monteiro
131cb6b861
.sup file generation now seems to work, except that the image itself is corrupted.
...
Originally committed to SVN as r1809.
2008-01-21 21:14:47 +00:00
Niels Martin Hansen
0e60c4b9cb
Fix handling of LAVCKeyFrames to be when building WITH_FFMPEG rather than some guesses based on platform.
...
Originally committed to SVN as r1808.
2008-01-21 21:01:00 +00:00
Niels Martin Hansen
46ccee56b5
Protect remaining audio players by #ifdef and add those to config0.h and vcproj.
...
Originally committed to SVN as r1807.
2008-01-21 20:57:20 +00:00
Niels Martin Hansen
27e5fdc3ce
Remove spurious #pragma once from DSound audio player, and add a comment about it needing rewrite once again. (It's doing COM wrong.)
...
Originally committed to SVN as r1806.
2008-01-21 20:56:39 +00:00
Rodrigo Braz Monteiro
6a811254e3
Complete (but untested) .sup generation.
...
Originally committed to SVN as r1805.
2008-01-21 20:35:31 +00:00
Rodrigo Braz Monteiro
f8441e703c
Made sup exporter encode subtitles (untested!), but it still can't generate a .sup file.
...
Originally committed to SVN as r1804.
2008-01-21 06:52:01 +00:00
Rodrigo Braz Monteiro
37c6828621
Made sup exporter multi-threaded with OpenMP. <3
...
Originally committed to SVN as r1803.
2008-01-21 05:46:52 +00:00
Rodrigo Braz Monteiro
849921c7c5
Added some initial code for DVD .sup generation (get lines from renderer and output them as 4-colour PNG files). This is currently only available on debug builds.
...
Originally committed to SVN as r1802.
2008-01-21 03:58:14 +00:00
Rodrigo Braz Monteiro
251d6f3a21
Fixed a major bug related to config. Also, 1800 get.
...
Originally committed to SVN as r1800.
2008-01-20 23:57:03 +00:00
Rodrigo Braz Monteiro
084eddd7cf
Added a x64 platform to projects, but don't expect it to work.
...
Originally committed to SVN as r1798.
2008-01-20 23:37:44 +00:00
Rodrigo Braz Monteiro
5cafaeb976
Fixed all (?) warnings on MSVC++ and made the default project treat warnings as errors. This fixed several 64-compatibility warnings, as well.
...
Originally committed to SVN as r1797.
2008-01-20 22:38:07 +00:00
Rodrigo Braz Monteiro
da09a52b59
Applied p-static's patch to use swscale with ffmpeg video provider for major speed improvement.
...
Originally committed to SVN as r1796.
2008-01-20 21:15:22 +00:00
Rodrigo Braz Monteiro
8ce9d53757
Fixed division by zero (OSHI-) in audio display code.
...
Originally committed to SVN as r1795.
2008-01-20 20:09:49 +00:00
Rodrigo Braz Monteiro
efc04d9e4c
Another attempt to fix assdraw icon on Unix
...
Originally committed to SVN as r1794.
2008-01-20 20:05:29 +00:00
Rodrigo Braz Monteiro
9731d53eea
Fixed playback of independent lines.
...
Originally committed to SVN as r1793.
2008-01-20 19:51:48 +00:00
Rodrigo Braz Monteiro
382fb4953b
Unix fix.
...
Originally committed to SVN as r1792.
2008-01-20 19:18:10 +00:00
Rodrigo Braz Monteiro
1d237af42c
Added support for ASSDraw3 (that is, a menu item to launch the program if it's available on the same folder as Aegisub.exe)
...
Originally committed to SVN as r1790.
2008-01-20 17:34:35 +00:00
Rodrigo Braz Monteiro
8b8a93f560
Improved window for detection of charset, but still doesn't solve cp1258 issue.
...
Originally committed to SVN as r1789.
2008-01-20 07:24:04 +00:00
Rodrigo Braz Monteiro
f5306dc6a9
Re-worked the fonts collector log box to use wx's event system. If this doesn't fix the crashes, I'll try sacrificing a goat.
...
Originally committed to SVN as r1787.
2008-01-20 06:46:10 +00:00
Rodrigo Braz Monteiro
984c2362fd
Applied p-static's video playback timing patch, and fixed a few things for eventual dynamic wx linking.
...
Originally committed to SVN as r1786.
2008-01-20 06:14:40 +00:00
Rodrigo Braz Monteiro
8728753844
Forgot an important option to force to default.
...
Originally committed to SVN as r1785.
2008-01-20 04:56:44 +00:00
Rodrigo Braz Monteiro
33117888f0
Added a system to "revoke" old option values and force defaults if the previous version of Aegisub was too old. Set this for several config options.
...
Originally committed to SVN as r1784.
2008-01-20 04:55:44 +00:00
Rodrigo Braz Monteiro
da6af1f5b2
Applied niks-'s patch for Makefile.am
...
Originally committed to SVN as r1781.
2008-01-19 17:39:50 +00:00
Karl Blomster
7df5708f03
Fixed some dialog boxes that had help buttons pointing to the wrong places or nowhere.
...
Originally committed to SVN as r1779.
2008-01-19 09:28:34 +00:00
Rodrigo Braz Monteiro
d87eeda5f3
Made Aegisub open the local documentation files instead of the online ones, and changed the installer to install docs as well - they will be retrieved from trunk/docs/output, so make sure to run the Perl script there (just use the batch file).
...
Originally committed to SVN as r1778.
2008-01-19 05:53:11 +00:00
Rodrigo Braz Monteiro
dc6aa3f161
Avisynth audio provider will now never deliver audio under 32 kHz, fixing the dsound playback bug.
...
Originally committed to SVN as r1776.
2008-01-19 02:38:31 +00:00
Rodrigo Braz Monteiro
dd3047e571
Made previous patch apply to every other provider, too.
...
Originally committed to SVN as r1775.
2008-01-19 02:20:30 +00:00
Rodrigo Braz Monteiro
ca1d42ba55
Added a conversion audio provider to convert 8-bit audio into 16-bit.
...
Originally committed to SVN as r1774.
2008-01-19 02:18:08 +00:00
Rodrigo Braz Monteiro
c9f31a2d83
Fixed crash when attempting to load an empty file.
...
Originally committed to SVN as r1773.
2008-01-19 01:59:50 +00:00
Rodrigo Braz Monteiro
dca02bd76d
Fixed auto-splitting of karaoke ( #597 )
...
Originally committed to SVN as r1772.
2008-01-19 00:48:47 +00:00
Rodrigo Braz Monteiro
52d47c32e2
Fixed scrolling of audio display when it is resized. Fixes #524
...
Originally committed to SVN as r1771.
2008-01-19 00:39:42 +00:00
Rodrigo Braz Monteiro
0537e36bd3
Fixed bug with macro application and grid scrollbar: #559
...
Originally committed to SVN as r1770.
2008-01-19 00:21:32 +00:00
Rodrigo Braz Monteiro
53e7f60fe0
Fixed tag transformation with Lua expressions (%), issue #637
...
Originally committed to SVN as r1769.
2008-01-18 22:27:42 +00:00
Rodrigo Braz Monteiro
e5439a03fe
er... ACTUALLY fixed it now.
...
Originally committed to SVN as r1768.
2008-01-18 18:36:52 +00:00
Rodrigo Braz Monteiro
e84071395a
Fixed a crash in spectrum analyzer.
...
Originally committed to SVN as r1767.
2008-01-18 18:35:55 +00:00
Rodrigo Braz Monteiro
f1a8d80f0d
A few more fixes pointed out by Yuri
...
Originally committed to SVN as r1766.
2008-01-18 17:07:00 +00:00
Rodrigo Braz Monteiro
406623443b
Added a missing translatable string.
...
Originally committed to SVN as r1765.
2008-01-18 16:49:30 +00:00
Rodrigo Braz Monteiro
85e100c4f7
Changed Automation's autoload to ignore files of unknown extensions, instead of complaining about being unable to load them. This is necessary for the optional Perl support.
...
Originally committed to SVN as r1762.
2008-01-18 03:45:43 +00:00
Rodrigo Braz Monteiro
864c446318
Fixes to Perl support on Windows
...
Originally committed to SVN as r1760.
2008-01-18 03:10:16 +00:00
Rodrigo Braz Monteiro
6693c5c325
Small fix to restart program, and updated installer
...
Originally committed to SVN as r1756.
2008-01-18 00:56:24 +00:00
Rodrigo Braz Monteiro
af08810075
Finished pt_BR translation.
...
Originally committed to SVN as r1755.
2008-01-18 00:38:05 +00:00
Rodrigo Braz Monteiro
ae641fec3d
More translation-related updates
...
Originally committed to SVN as r1753.
2008-01-17 20:30:44 +00:00
Rodrigo Braz Monteiro
71502c1eeb
Patched universalchardet to allow Aegisub to pick all possible encodings that it found and present them to the user.
...
Originally committed to SVN as r1752.
2008-01-17 18:35:06 +00:00
Rodrigo Braz Monteiro
cf38dbe139
Updated config0.h to include the Perl define
...
Originally committed to SVN as r1748.
2008-01-17 01:45:42 +00:00
Rodrigo Braz Monteiro
75d3fa5a0b
Final tweaks to perl fix.
...
Originally committed to SVN as r1745.
2008-01-16 20:06:52 +00:00
Rodrigo Braz Monteiro
5fbe03e04e
Some more hacks to make Perl work (the irony) on VC++
...
Originally committed to SVN as r1744.
2008-01-16 19:56:15 +00:00
Rodrigo Braz Monteiro
b9c9782c76
Perl now builds and links on VC++, but crashes on start.
...
Originally committed to SVN as r1743.
2008-01-16 19:36:17 +00:00
Rodrigo Braz Monteiro
8ee4b4a769
Some fixes to perl4 code that will hopefully not break unix building, but still don't fix win32.
...
Originally committed to SVN as r1742.
2008-01-16 18:41:59 +00:00
Rodrigo Braz Monteiro
c2aaa4eb8c
Added shb's incomplete perl support code (doesn't build on VC++ yet)
...
Originally committed to SVN as r1741.
2008-01-16 18:29:29 +00:00
Rodrigo Braz Monteiro
62bbb59273
Updated URLs to the new subdomains.
...
Originally committed to SVN as r1740.
2008-01-16 16:11:48 +00:00
Rodrigo Braz Monteiro
cee3ed931a
Temporary hack to deal with some mkv files while a proper fix is discussed.
...
Originally committed to SVN as r1739.
2008-01-16 02:46:36 +00:00
Rodrigo Braz Monteiro
b0d0c01b93
Added a "save timecodes" option. Also updated pt_BR translation a bit more.
...
Originally committed to SVN as r1738.
2008-01-16 02:31:37 +00:00
Rodrigo Braz Monteiro
bb711ef9f4
Some minor tweaks to some dialogs.
...
Originally committed to SVN as r1737.
2008-01-16 01:01:40 +00:00
Rodrigo Braz Monteiro
21a5412143
Fixed tab getting stuck on the style editor dialog.
...
Originally committed to SVN as r1736.
2008-01-16 00:34:39 +00:00
Rodrigo Braz Monteiro
51725ff9a7
Made video position not show on audio by default, also made it check whether audio is visible before trying to update it.
...
Originally committed to SVN as r1735.
2008-01-15 22:51:16 +00:00
Rodrigo Braz Monteiro
e271b979b2
Added OpenMP support on audio spectrum generation, and updated portuguese translation a little bit.
...
Originally committed to SVN as r1734.
2008-01-15 22:18:54 +00:00
Rodrigo Braz Monteiro
a3c8e61f16
Added a #WITH_OLD_HUNSPELL option on config.h to let Hunspell use Hunspell::put_word() instead of Hunspell:AddWord().
...
Originally committed to SVN as r1733.
2008-01-15 17:24:49 +00:00
Rodrigo Braz Monteiro
3ce6d62f4e
Hopefully made Aegisub compile on Linux without WITH_FFMPEG.
...
Originally committed to SVN as r1723.
2008-01-15 00:54:54 +00:00
Rodrigo Braz Monteiro
ba1e1b6588
Changed automation's icon with something less hideous.
...
Originally committed to SVN as r1720.
2008-01-14 20:08:14 +00:00
Rodrigo Braz Monteiro
74e6a888da
Added a help button to visual typesetting and added an icon for the select lines tool.
...
Originally committed to SVN as r1719.
2008-01-14 19:46:46 +00:00
Rodrigo Braz Monteiro
e307f0578c
Maybe fixed fonts collector crashing.
...
Originally committed to SVN as r1718.
2008-01-14 18:40:23 +00:00
Rodrigo Braz Monteiro
95492cec5e
Fixed the fonts collector, now it should be able to find any real font installed.
...
Originally committed to SVN as r1717.
2008-01-14 18:36:10 +00:00
Rodrigo Braz Monteiro
67df761c51
Something is still broken with unicode conversion but I'll figure that out tomorrow
...
Originally committed to SVN as r1716.
2008-01-14 07:06:43 +00:00
Rodrigo Braz Monteiro
1b6f421917
Worthless attempt to fix stuff
...
Originally committed to SVN as r1715.
2008-01-14 06:38:33 +00:00
Rodrigo Braz Monteiro
3acc7b35a8
Improved (but still far from perfect) Fonts Collector performance
...
Originally committed to SVN as r1714.
2008-01-14 05:54:58 +00:00
Rodrigo Braz Monteiro
a69fe9e71e
Made the Hunspell dictionary provider use a different dictionary (on user path) for user-defined words ( fixes #477 )
...
Originally committed to SVN as r1713.
2008-01-14 02:01:50 +00:00
Rodrigo Braz Monteiro
6116b0af7b
Implemented an optional line indicating the current video position on the audio (request #542 )
...
Originally committed to SVN as r1712.
2008-01-14 01:18:24 +00:00
Rodrigo Braz Monteiro
f939133a36
Fixed the issue on #538 , although this needs some testing to see if it didn't break timecode loading support.
...
Originally committed to SVN as r1711.
2008-01-14 00:39:19 +00:00
Rodrigo Braz Monteiro
91986412b9
Fixed #630 (resample and \clip tags) and cleaned up some of the ASS tag structure.
...
Originally committed to SVN as r1710.
2008-01-14 00:30:00 +00:00
Rodrigo Braz Monteiro
400e37c2cd
Made vector clip default to insertion if there is no previous vector to edit ( #522 ). Also fixed a minor glitch when mouse was outside the window on that mode.
...
Originally committed to SVN as r1709.
2008-01-13 23:53:43 +00:00
Rodrigo Braz Monteiro
3aaffcf0fc
Fixed the enter key on the goto dialog and MAYBE glitch #569
...
Originally committed to SVN as r1708.
2008-01-13 23:47:58 +00:00
Rodrigo Braz Monteiro
dd0fdcae46
Updated addresses for the bug tracker and IRC channel
...
Originally committed to SVN as r1707.
2008-01-13 23:36:38 +00:00
Rodrigo Braz Monteiro
984438618f
Finished adding help buttons to every relevant dialog.
...
Originally committed to SVN as r1706.
2008-01-13 23:34:38 +00:00
Rodrigo Braz Monteiro
cd3dbd87f3
Added help button to dummy video dialog
...
Originally committed to SVN as r1705.
2008-01-13 22:41:34 +00:00
Rodrigo Braz Monteiro
2127d100ac
Fixed Shift Times window layout and added help buttons to it and translation assistant.
...
Originally committed to SVN as r1704.
2008-01-13 22:25:26 +00:00
Rodrigo Braz Monteiro
62e3c7a3a6
Added help button to colour picker and changed its default colour space to HSV/H.
...
Originally committed to SVN as r1703.
2008-01-13 22:06:04 +00:00
Rodrigo Braz Monteiro
3f522b8836
Several minor fixes to spellchecking dialog. Also added a help button to it.
...
Originally committed to SVN as r1702.
2008-01-13 21:54:31 +00:00
Rodrigo Braz Monteiro
6c19999e06
Added and fixed more help buttons.
...
Originally committed to SVN as r1701.
2008-01-13 21:27:06 +00:00
Rodrigo Braz Monteiro
e0f3086369
1700 GET. Changed how the help button works, and made it direct to the wiki for now. Only 4 help buttons work, so far.
...
Originally committed to SVN as r1700.
2008-01-13 21:05:31 +00:00
Karl Blomster
58b1637bd8
Made SetVideo discard keyframe data if every frame in the video is a keyframe. Fixes #547 .
...
Originally committed to SVN as r1699.
2008-01-13 20:25:47 +00:00
Rodrigo Braz Monteiro
acc26dba67
Applied Mosc's patch (plus a small change to variable_data.cpp) to fix #605 and #557 , both related to $ variables in the middle of tags being wiped by different features.
...
Originally committed to SVN as r1698.
2008-01-13 19:36:05 +00:00
Karl Blomster
10fa94f768
"Copy to storage" in the styles manager now prompts the user if he wants to overwrite if the style already exists in the storage (previously it would do nothing, goggles etc.). Fixes #573 .
...
Originally committed to SVN as r1697.
2008-01-13 06:42:34 +00:00
Rodrigo Braz Monteiro
39ccfa89a6
Final changes to use hunspell from repository as a dep project
...
Originally committed to SVN as r1695.
2008-01-13 06:08:45 +00:00
Rodrigo Braz Monteiro
6d9b40114c
Added a minimal hunspell (for win32 only) to repository
...
Originally committed to SVN as r1694.
2008-01-13 05:57:09 +00:00
Karl Blomster
b16bfa6676
Changed the "split line at cursor" functions so they now split what the user sees, not what's actually committed. Fixes #632 .
...
Originally committed to SVN as r1693.
2008-01-12 22:40:04 +00:00
Rodrigo Braz Monteiro
8a6f04512b
Made detached video window remember its last position/maximized state - #492
...
Originally committed to SVN as r1692.
2008-01-12 03:29:45 +00:00
Rodrigo Braz Monteiro
30fc5aa32f
Made Aegisub remember whether video was detached or not last time.
...
Originally committed to SVN as r1691.
2008-01-12 03:12:49 +00:00
Rodrigo Braz Monteiro
d7d66733f0
Fixed closing of video with detached video window open
...
Originally committed to SVN as r1690.
2008-01-12 03:09:48 +00:00
Karl Blomster
ec2a2fa1e3
Modified "split at cursor" so it trims off whitespace around the split point. Fixes #523 .
...
Originally committed to SVN as r1689.
2008-01-11 19:45:15 +00:00
Rodrigo Braz Monteiro
22032bc7da
Some more fixes to detached video display, but I don't know how well it's working, as there are several GL issues here.
...
Originally committed to SVN as r1687.
2008-01-11 05:44:00 +00:00
Rodrigo Braz Monteiro
777f74d394
Fixed #510 (detached video closing)
...
Originally committed to SVN as r1686.
2008-01-11 04:48:11 +00:00
Rodrigo Braz Monteiro
d3ac586ad7
Possibly fixed #606 (fonts collector crash)
...
Originally committed to SVN as r1685.
2008-01-11 04:36:29 +00:00
Rodrigo Braz Monteiro
5a9249f227
Fixed #617 (auto-solve corrupt config.dat)
...
Originally committed to SVN as r1684.
2008-01-11 04:04:28 +00:00
Rodrigo Braz Monteiro
337d451e94
Fixed #535 (audio stop button icon)
...
Originally committed to SVN as r1683.
2008-01-11 03:49:25 +00:00
Rodrigo Braz Monteiro
df515c6f3b
Fixed #549
...
Originally committed to SVN as r1682.
2008-01-11 03:38:06 +00:00
Rodrigo Braz Monteiro
71f641d649
Fixed #550
...
Originally committed to SVN as r1681.
2008-01-11 03:33:23 +00:00
Rodrigo Braz Monteiro
6c330f12e4
Changed the behaviour of ?data to use GetDataDir(), which should be better for unix
...
Originally committed to SVN as r1680.
2008-01-11 01:57:30 +00:00
Karl Blomster
0dfaad3aa4
fix previous commit
...
Originally committed to SVN as r1679.
2008-01-11 00:56:02 +00:00
Karl Blomster
1990715ce1
update changelog
...
Originally committed to SVN as r1678.
2008-01-11 00:53:42 +00:00
Rodrigo Braz Monteiro
9e762b504b
Changed lib name for hunspell to semi-conform to the official solution (debug lib needs _d appended).
...
Originally committed to SVN as r1677.
2008-01-11 00:38:47 +00:00
Rodrigo Braz Monteiro
1ab15ad85f
Changed how FT2 is linked on MSVC (with a #define on config.h)
...
Originally committed to SVN as r1676.
2008-01-11 00:18:15 +00:00
Rodrigo Braz Monteiro
6f29cc7105
Small fix to last commit
...
Originally committed to SVN as r1674.
2008-01-10 23:22:49 +00:00
Karl Blomster
bc1b90a3c3
Fix saving of screenshots when dummy video is used and the screenshot save path is ?video by trying ?script instead and if that isn't defined, save to user's home dir.
...
Fixes mantis issue #442 .
Originally committed to SVN as r1673.
2008-01-10 22:28:47 +00:00
Rodrigo Braz Monteiro
c0b9a2a5bd
Got rid of build-credit.h
...
Originally committed to SVN as r1672.
2008-01-10 21:27:53 +00:00
Rodrigo Braz Monteiro
84079aa7a1
Updated the config file.
...
Originally committed to SVN as r1671.
2008-01-10 21:13:50 +00:00
Dan Donovan
e0b5576104
can disable dragging start/end times with config option "disable dragging times" (requested)
...
Originally committed to SVN as r1669.
2008-01-10 20:49:31 +00:00
Karl Blomster
5bb13493cd
update copyright statements to 2008 in about dialog (el oh el)
...
Originally committed to SVN as r1667.
2008-01-09 02:01:48 +00:00
Karl Blomster
05f1a58134
added .m4a to list of recognized audio formats
...
Originally committed to SVN as r1666.
2008-01-08 22:17:24 +00:00
Niels Martin Hansen
f27241bd3f
Minor fixes for (old) OS X builds
...
Originally committed to SVN as r1664.
2008-01-05 00:02:06 +00:00
Rodrigo Braz Monteiro
68203a896a
Added auto3 lib+dll to repository and made auto4_auto3.cpp automatically link to it.
...
Originally committed to SVN as r1663.
2008-01-01 22:55:58 +00:00
Rodrigo Braz Monteiro
3f4349584f
Removed dependency from universal charset detector (that was the last one)
...
Originally committed to SVN as r1662.
2008-01-01 22:42:29 +00:00
Rodrigo Braz Monteiro
75b4fb1437
Made almost all major components of Aegisub optional... this might be severely broken still.
...
Originally committed to SVN as r1660.
2007-12-31 06:46:22 +00:00
Rodrigo Braz Monteiro
e288aa6897
Applied p-static's patch for ALSA
...
Originally committed to SVN as r1654.
2007-11-16 13:15:26 +00:00
Rodrigo Braz Monteiro
c57ab33467
Fixed loading of mkv files over 2 GB... hopefully, without destroying the posix ports.
...
Originally committed to SVN as r1652.
2007-11-13 20:28:09 +00:00
Dan Donovan
0edd8bece1
fix kanji timer
...
Originally committed to SVN as r1648.
2007-11-01 21:47:37 +00:00
Rodrigo Braz Monteiro
76da71cef4
Applied perchr's patch for a progress bar while loading keyframes on posix.
...
Originally committed to SVN as r1646.
2007-11-01 18:14:56 +00:00
Rodrigo Braz Monteiro
4b607e9454
Minor tweaks to the layout of kanji timer.
...
Originally committed to SVN as r1645.
2007-10-31 21:52:51 +00:00
Rodrigo Braz Monteiro
fb34d37e23
pnb's fix to autosave.
...
Originally committed to SVN as r1643.
2007-10-30 20:40:10 +00:00
Rodrigo Braz Monteiro
1142b17362
I'm an idiot. Fixed last commit.
...
Originally committed to SVN as r1641.
2007-10-29 18:50:49 +00:00
Rodrigo Braz Monteiro
a8fa4b49ae
Applied 2points' patch for keyframe support in AVI files in Unix systems
...
Originally committed to SVN as r1640.
2007-10-29 18:48:02 +00:00
Rodrigo Braz Monteiro
f46155a991
New kana table for aegisub too
...
Originally committed to SVN as r1636.
2007-10-29 15:35:53 +00:00
Rodrigo Braz Monteiro
53fe61c546
Hopefully fixed the behaviour of layer spin control.
...
Originally committed to SVN as r1635.
2007-10-29 15:30:04 +00:00
Rodrigo Braz Monteiro
6b74afd8d9
Random changes in traydict
...
Originally committed to SVN as r1630.
2007-10-29 04:29:04 +00:00
Rodrigo Braz Monteiro
97a14933a4
Applied 2points's patch to work around a crash in ass and libass when there are no styles in the file.
...
Originally committed to SVN as r1629.
2007-10-29 02:09:45 +00:00
Rodrigo Braz Monteiro
c3a9aa812a
Applied 2points's patch to fix #576
...
Originally committed to SVN as r1626.
2007-10-27 22:19:49 +00:00
Rodrigo Braz Monteiro
c249e1c4c9
Applied patch by 2points to fix an issue with thesaurus.
...
Originally committed to SVN as r1625.
2007-10-26 19:30:59 +00:00
Niels Martin Hansen
8d797046a7
Fix for keyframe file reading
...
Originally committed to SVN as r1624.
2007-10-26 19:27:42 +00:00
Rodrigo Braz Monteiro
d761baadf3
Untitled files will now get auto-saved as "Untitled.AUTOSAVE.ass".
...
Originally committed to SVN as r1620.
2007-10-22 20:47:57 +00:00
Rodrigo Braz Monteiro
45f5886c2a
Fixed some critical mkv loading issues.
...
Originally committed to SVN as r1619.
2007-10-22 20:10:35 +00:00
Rodrigo Braz Monteiro
41f3dcc35d
More tweaks to the hotkeys screen, should now behave much better than before.
...
Originally committed to SVN as r1618.
2007-10-21 01:13:26 +00:00
Rodrigo Braz Monteiro
045583c190
Improved hotkeys manager, and tweaked style manager.
...
Originally committed to SVN as r1617.
2007-10-20 23:04:06 +00:00
Niels Martin Hansen
c4347d9e8a
A bunch more tips for the tip of the day window, especially focused on audio timing.
...
Originally committed to SVN as r1616.
2007-10-19 03:34:07 +00:00
Niels Martin Hansen
eeee2aeb53
Update to audio spectrum quality settings. The quality settings now means something slightly different (but are more sensible) and there is always a memory max enforced for the spectrum cache.
...
Originally committed to SVN as r1615.
2007-10-19 03:32:53 +00:00
Rodrigo Braz Monteiro
2e57dda49e
Small tweak to avs video provider
...
Originally committed to SVN as r1614.
2007-10-19 00:55:03 +00:00
Rodrigo Braz Monteiro
381d4ad9d5
Made ffmpegsource no longer write caches.
...
Originally committed to SVN as r1611.
2007-10-18 20:19:06 +00:00
Rodrigo Braz Monteiro
c1633cfaf0
Fixed the behaviour of vector clip when realtime mode is on.
...
Originally committed to SVN as r1610.
2007-10-18 19:17:01 +00:00
Rodrigo Braz Monteiro
06530d716c
Fix to resampler
...
Originally committed to SVN as r1609.
2007-10-18 16:33:46 +00:00
Rodrigo Braz Monteiro
5d5278db88
Changed buttons for the resample dialog and made call tips be off by default.
...
Originally committed to SVN as r1608.
2007-10-18 15:42:07 +00:00
Rodrigo Braz Monteiro
d4d4c864db
Fixed #399
...
Originally committed to SVN as r1607.
2007-10-18 03:18:39 +00:00
Rodrigo Braz Monteiro
5f7d953f43
Fixed #568
...
Originally committed to SVN as r1606.
2007-10-18 03:12:18 +00:00
Rodrigo Braz Monteiro
9058955430
Added offsetting support to the resolution resampler.
...
Originally committed to SVN as r1605.
2007-10-18 02:47:13 +00:00
Niels Martin Hansen
b1c39b5698
Set cbSize in WAVEFORMATEX correctly, even though it's supposed to be ignored for PCM format, and don't include the unused flag for notification-event support in the buffer creation flags.
...
Originally committed to SVN as r1604.
2007-10-18 02:27:55 +00:00
Niels Martin Hansen
c306eef796
Fix "keyframes file not found" error always occurring on subs file load, when no keyframes file was used.
...
Originally committed to SVN as r1603.
2007-10-18 02:26:14 +00:00
Niels Martin Hansen
509732b0c2
Fix #580 - DSound playback stops before end of selection. Only happened with selections longer than 150 ms and up to 150*BytesPerSample ms, that is, 300 ms for the most common 16 bit audio. The condition used to test whether streaming or one-shot mode should be used didn't take sampledepth into account and compared a number of samples with a buffer length in bytes.
...
Originally committed to SVN as r1602.
2007-10-18 00:33:07 +00:00
Niels Martin Hansen
84afda857e
Look for VSFilter.dll in ?data/csri/ first, then ?data/ and then registry.
...
Originally committed to SVN as r1600.
2007-10-13 02:13:51 +00:00
Alysson Souza
6251d467f3
Fixed playback of dummy video with no audio loaded.
...
Originally committed to SVN as r1596.
2007-10-05 18:15:05 +00:00
Niels Martin Hansen
4bb88670bb
Make video zoom dropdown on the toolbar and the subs edit area Commit button both use default sizes.
...
Originally committed to SVN as r1594.
2007-10-02 19:11:06 +00:00
Niels Martin Hansen
5a713aa717
Fix by triton - use "uint64_t" instead of "unsigned int64_t" to fix compilation with GCC.
...
Originally committed to SVN as r1593.
2007-10-01 17:27:48 +00:00
Alysson Souza
f97501f254
Some cosmetic fixes to menu.
...
Originally committed to SVN as r1592.
2007-09-27 22:52:01 +00:00
Niels Martin Hansen
ba44069d7a
I broke the build with the preprocessor... oops.
...
Originally committed to SVN as r1591.
2007-09-24 17:45:04 +00:00
Niels Martin Hansen
0dd60ed25a
Fix remaining static box sizer problems (hopefully) and also fix a few other, minor dialogue layout problems.
...
Originally committed to SVN as r1590.
2007-09-24 17:40:03 +00:00
Niels Martin Hansen
3fd97b551f
Fix sizer creation order so dialogue works on wxMac
...
Originally committed to SVN as r1589.
2007-09-24 17:04:13 +00:00
Niels Martin Hansen
4a4605f769
Make Mac builds also use the include-file approach to version information.
...
Originally committed to SVN as r1588.
2007-09-24 02:13:31 +00:00
Niels Martin Hansen
3f5b58762a
Fix splash screen skipping so tip of the day isn't skipped on Mac.
...
Originally committed to SVN as r1587.
2007-09-24 01:35:47 +00:00
Niels Martin Hansen
545f85ff92
Always skip splash screen on wxMac
...
Originally committed to SVN as r1586.
2007-09-24 01:18:42 +00:00
Niels Martin Hansen
a2c1f17939
Version check thread should not attempt to delete itself. (It's not allowed, and detached threads self-delete anyway.)
...
Originally committed to SVN as r1585.
2007-09-24 01:09:32 +00:00
Niels Martin Hansen
d41f87ba29
Only show Avisynth options in Win32 builds.
...
Originally committed to SVN as r1584.
2007-09-23 23:28:20 +00:00
Niels Martin Hansen
345ff629d7
Use wxChoicebook instead of wxTreebook on wxMac, to avoid some mislayout and be a bit more in line with Apple's HIG.
...
Originally committed to SVN as r1583.
2007-09-23 23:22:15 +00:00
Niels Martin Hansen
09f7c32cb2
Remove "new window" item from File menu on Mac, since it can't work there in its current implementation. (OS limits to one instance of each application, one app instance must handle multiple open documents.)
...
Originally committed to SVN as r1582.
2007-09-23 20:19:21 +00:00
Niels Martin Hansen
89c3543b67
Tell wxMac about our special menu items, so they will be placed right on the menu bar.
...
Originally committed to SVN as r1581.
2007-09-23 19:40:57 +00:00
Niels Martin Hansen
b0d73ac84c
Apply 2points' patch to FC font file lister crash problem
...
Originally committed to SVN as r1580.
2007-09-22 15:27:46 +00:00
Niels Martin Hansen
acc2d3753f
More fixes to hotkeys, consequently use Cmd instead of Ctrl on Mac, changed some default hotkeys on Mac to avoid clashes with system hotkeys and better follow Apple HIG.
...
Originally committed to SVN as r1579.
2007-09-22 15:16:48 +00:00
Niels Martin Hansen
808f56d294
Fix heights of search for/replace with fields
...
Originally committed to SVN as r1578.
2007-09-22 03:50:05 +00:00
Niels Martin Hansen
b20dcaaa5f
More fixing main window title to be Apple HIG-alike
...
Originally committed to SVN as r1577.
2007-09-22 03:49:18 +00:00
Niels Martin Hansen
50f6d65ace
Set the mark in the window close button to signal document modified, rather than prepending a star to the window title, on wxMac.
...
Originally committed to SVN as r1576.
2007-09-22 03:07:16 +00:00
Niels Martin Hansen
eee384aa0f
Make audio zoom sliders non-pointy
...
Originally committed to SVN as r1575.
2007-09-22 00:53:05 +00:00
Niels Martin Hansen
81aec949dc
Change more places to check for Cmd key on Mac rather than Ctrl key.
...
Originally committed to SVN as r1574.
2007-09-21 22:56:44 +00:00
Niels Martin Hansen
a353eaed38
Use Cmd+Rightclick instead of Ctrl+Rightclick on Mac to move line end marker in karaoke mode.
...
Originally committed to SVN as r1573.
2007-09-21 22:36:02 +00:00
Niels Martin Hansen
6587f4882a
Fix crash when playback cursor leaves the visible part of the audio display on wxMac.
...
Originally committed to SVN as r1572.
2007-09-21 21:24:32 +00:00
Niels Martin Hansen
6b4ec2dcc5
Oops, speling error broke the build...
...
Originally committed to SVN as r1571.
2007-09-21 21:18:08 +00:00
Niels Martin Hansen
d996c5f489
Remove sunken border from audio display on wxMac, this avoids some graphical glitches, and it really also looks better.
...
Originally committed to SVN as r1570.
2007-09-21 21:17:08 +00:00
Niels Martin Hansen
a36a60375e
Reverse audio display scrolling on Mac to have natural scrolling directions for four-way scrolling devices. (Unfortunately those also exist for Windows and other systems, can't support those properly ATM.)
...
Originally committed to SVN as r1569.
2007-09-21 21:00:41 +00:00
Niels Martin Hansen
f22a5b2838
Misc. changes for Mac building and stuff
...
Originally committed to SVN as r1568.
2007-09-21 16:20:00 +00:00
Rodrigo Braz Monteiro
489abd6663
jfs's mac patches applied
...
Originally committed to SVN as r1560.
2007-09-11 23:22:26 +00:00
Alysson Souza
7463ee0d7a
Fixed data standard path
...
Originally committed to SVN as r1559.
2007-09-11 03:54:56 +00:00
Dan Donovan
c5a91a11fe
Needed to call updatedata when changing style name. Also, add some error handling to pasting styles.
...
Originally committed to SVN as r1551.
2007-09-02 19:31:17 +00:00
Dan Donovan
a5aa4245f0
Don't let pasting styles duplicate style names. Add "Copy of " where necessary.
...
Originally committed to SVN as r1550.
2007-09-02 19:09:23 +00:00
Rodrigo Braz Monteiro
23cb553ac4
Removed pixel shader support from options.
...
Originally committed to SVN as r1549.
2007-09-01 00:35:16 +00:00
Niels Martin Hansen
89d076c760
Apparently long long isn't safe, trying with int64_t instead then...
...
Originally committed to SVN as r1547.
2007-08-31 14:11:35 +00:00
Niels Martin Hansen
8909ea48e2
Replace all (applicable) instances of __int64 with long long. (All except those in foreign header files.)
...
Originally committed to SVN as r1540.
2007-08-29 13:36:30 +00:00
Niels Martin Hansen
e9f05f84eb
Oops, missed a slash to end a block comment. Broke the entire file...
...
Originally committed to SVN as r1539.
2007-08-28 22:54:25 +00:00
Niels Martin Hansen
5d3d3294ec
Only highlight kara-templater templates with template syntax and not code lines. Added some non-working and commented out code to switch to full-edit-box Lua highlighting for code lines.
...
Originally committed to SVN as r1538.
2007-08-28 22:52:23 +00:00
Niels Martin Hansen
fb7c7e1f74
Make Avisynth video and audio provider load DirectShowSource.dll from the application directory if it exists. Audio provider should also fail properly now if the DirectShowSource function doesn't exist.
...
Originally committed to SVN as r1537.
2007-08-28 21:34:44 +00:00
Alysson Souza
3518f381a7
Added support for reading keyframes from xvid pass files
...
Originally committed to SVN as r1535.
2007-08-26 00:00:37 +00:00
Niels Martin Hansen
33d9cf313b
Swap ordering of some operations after running an Auto4 macro. This might or might not make grid updates more correct.
...
Originally committed to SVN as r1531.
2007-08-23 23:09:46 +00:00
Niels Martin Hansen
044f104a2e
Forgot to remove some debugging messages from the PCM audio provider, making using any other audio provider really annoying.
...
Originally committed to SVN as r1530.
2007-08-23 23:08:33 +00:00
Niels Martin Hansen
128dd0df0f
What a fix, #113 (direct PCM WAV reading) now quite much implemented and working.
...
Originally committed to SVN as r1529.
2007-08-22 21:06:16 +00:00
Niels Martin Hansen
93f6ef6d7a
Issue #113 - reading PCM audio directly from disk. Almost works, but downsampling from non-mono to mono seems to be broken.
...
Originally committed to SVN as r1528.
2007-08-22 20:58:53 +00:00
Niels Martin Hansen
646d2b2e84
Also show what features are provided by the script in the Show Info dialog from Automation Manager.
...
Originally committed to SVN as r1527.
2007-08-22 13:03:37 +00:00
Niels Martin Hansen
fcb133fe3e
Fix #532 - other lines become invisible after using visual TS tools, until video reload. (Regression introduced in r1466.)
...
Originally committed to SVN as r1526.
2007-08-22 13:02:44 +00:00
Niels Martin Hansen
cdb9d2088b
Make fonts collector regard @-fonts identical to their non-@ variation.
...
Originally committed to SVN as r1523.
2007-08-20 18:10:27 +00:00
Niels Martin Hansen
ed9dc1c28e
(Attempt to) fix crashes when scroll events hit the audio display and no audio is loaded.
...
Originally committed to SVN as r1522.
2007-08-20 18:09:18 +00:00
Rodrigo Braz Monteiro
388429b899
Fixing weird shit that got broken
...
Originally committed to SVN as r1521.
2007-08-19 22:56:22 +00:00
Rodrigo Braz Monteiro
d6b5c8fbb9
demi` patch: Added a new "Video Details" dialog, that lists some information regarding the currently open video.
...
Originally committed to SVN as r1520.
2007-08-19 22:21:41 +00:00
Rodrigo Braz Monteiro
945c1b2bcd
Added a new method to the video provider interface (unimplemented).
...
Originally committed to SVN as r1516.
2007-08-19 05:50:28 +00:00
Rodrigo Braz Monteiro
adf6630564
Meh, small fix to last commit
...
Originally committed to SVN as r1515.
2007-08-19 02:20:09 +00:00
Rodrigo Braz Monteiro
352c4c93d1
Made the syntax highlighter check if it's a template line before applying template highlighting to it.
...
Originally committed to SVN as r1514.
2007-08-19 02:18:00 +00:00
Rodrigo Braz Monteiro
81856dbe67
demi`'s patch applied: Added "Effect" field to the Select Lines dialog.
...
Originally committed to SVN as r1513.
2007-08-19 01:36:36 +00:00
Rodrigo Braz Monteiro
8e5e70cf8b
Originally committed to SVN as r1510.
2007-08-18 02:00:20 +00:00
Niels Martin Hansen
6cc27087dc
Fix colour picker mode remembering.
...
Originally committed to SVN as r1505.
2007-08-17 17:03:16 +00:00
Niels Martin Hansen
f3e8817487
Added some 'volatile' that should probably have been there all along
...
Originally committed to SVN as r1503.
2007-08-17 14:10:49 +00:00
Niels Martin Hansen
35ea03c2ab
Forgot one instance of WITH_AUTO3. Now fully killed. (Auto4 Lua no longer depends on Auto3 under any circumstances.)
...
Originally committed to SVN as r1502.
2007-08-17 02:34:29 +00:00
Niels Martin Hansen
9a85ba7b82
No longer allow loading Auto3 scripts with .lua extension.
...
Originally committed to SVN as r1501.
2007-08-17 02:16:41 +00:00
Niels Martin Hansen
2124c58daf
Add a little more error reporting to audio loading, also catch unspecified exceptions now. Additionally make sure to null out some pointers that might be delete'd during exception handling. (Also, GET.)
...
Originally committed to SVN as r1500.
2007-08-16 23:17:54 +00:00
Niels Martin Hansen
720ee8c309
Add some better error catching+reporting in audio loading/unloading. (Don't just crash.)
...
Originally committed to SVN as r1499.
2007-08-16 22:45:29 +00:00
Niels Martin Hansen
a7e05ff1c8
Semi-workaround for wrong text_extents on non-Windows. Better but still not perfect calculation.
...
Originally committed to SVN as r1495.
2007-08-16 16:02:52 +00:00
Niels Martin Hansen
0c7e929f13
Fix tab order issues in various dialogues - bug #518 . Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.)
...
Originally committed to SVN as r1494.
2007-08-15 23:17:42 +00:00
Niels Martin Hansen
762aa6287f
Prevent audio display from continually stealing focus when navigating subtitle lines and karaoke mode is enabled. This should fix #425 .
...
Originally committed to SVN as r1493.
2007-08-15 22:33:38 +00:00
Niels Martin Hansen
f9bfa1fc43
Workaround to #503 - UI no longer semi-freezes (becomes almost completely unresponsive to input) when karaoke mode is enabled and a blank line is selected. The workaround is to simply make sure that blank lines never happen, by turning them into one empty syllable instead.
...
Originally committed to SVN as r1492.
2007-08-15 20:41:57 +00:00
Niels Martin Hansen
aff3548407
Should fix #521 - no more "can not wait for thread termination" / "couldn't terminate thread" errors.
...
Originally committed to SVN as r1491.
2007-08-15 19:40:41 +00:00
Rodrigo Braz Monteiro
b773706f6d
Some fixes for ffmpeg linking (I have no idea how it worked before)
...
Originally committed to SVN as r1473.
2007-08-07 22:10:44 +00:00
Rodrigo Braz Monteiro
2c60df7b53
Some fixes for SVN wx compatibility (that doesn't work, anyway)
...
Originally committed to SVN as r1472.
2007-08-07 20:45:41 +00:00
Niels Martin Hansen
4e48317803
Intermediate implementation of #498 - karaoke template syntax highlighting. Only !! blocks and $variables are highlighted right now, and no actual Lua specific highlighting is done.
...
Originally committed to SVN as r1470.
2007-08-06 14:29:43 +00:00
Rodrigo Braz Monteiro
53a95b3af2
Issue #386 - Fixed setting of hotkeys to enter.
...
Originally committed to SVN as r1469.
2007-08-04 09:23:21 +00:00
Rodrigo Braz Monteiro
d162cb440a
Issue #516 - Resample dialog no longer affects karaoke templater lines.
...
Originally committed to SVN as r1467.
2007-08-03 17:32:23 +00:00
Rodrigo Braz Monteiro
17c1a5801f
Issue #514 - Fixed crash with vector clip. Also fixed a minor bug that caused visual typesetting to flag the script as modified even if nothing changed.
...
Originally committed to SVN as r1466.
2007-08-03 17:22:06 +00:00
Rodrigo Braz Monteiro
1d6f2f90c6
Issue #446 - Fixed some crashing while trying to play video without audio loaded, on posix
...
Originally committed to SVN as r1463.
2007-07-30 04:05:45 +00:00
Rodrigo Braz Monteiro
1e1f7b411b
Fonts collector now seems to work on Linux, and presumably on other posix systems.
...
Originally committed to SVN as r1462.
2007-07-30 00:56:54 +00:00
Rodrigo Braz Monteiro
0ccf9cb111
Small fix to font attaching to file.
...
Originally committed to SVN as r1461.
2007-07-30 00:25:26 +00:00
Niels Martin Hansen
0718cf5a2c
Hack: Use a single-play (non-looping) buffer for very short samples that fit entirely in the buffer for DSound playback. This avoids unwanted repeating of very short samples, but also makes it impossible to extend these selections to continue playback.
...
Fixing the real problem could prove to be very hard or even impossible, as it seems to be a problem of timing and possibly even related to the time slices allocated by the OS. As a buffer size in the DSound player is fixed at 150 ms the side-effect of this hack hopefully won't be a real problem.
Originally committed to SVN as r1460.
2007-07-29 21:00:57 +00:00
Rodrigo Braz Monteiro
8d69e930f6
Issue #394 - Fixed conflicting names in style storage.
...
Originally committed to SVN as r1458.
2007-07-29 09:45:11 +00:00
Rodrigo Braz Monteiro
ad601c46d1
Issue #504 - Fixed crash with rotation tools if no line was available for visual typesetting.
...
Originally committed to SVN as r1457.
2007-07-29 09:15:32 +00:00
Rodrigo Braz Monteiro
c098e4d2a3
Issue #466 - Fixed ffmpegsource with vfr videos. Also re-added the warning for dss. Avisynth provider *should* now be 100% reliable if ffmpegsource.dll is present.
...
Originally committed to SVN as r1456.
2007-07-29 09:06:38 +00:00
Rodrigo Braz Monteiro
1aec7be708
Issue #481 - Fixed update of edit box after using resampling.
...
Originally committed to SVN as r1455.
2007-07-29 07:49:56 +00:00
Rodrigo Braz Monteiro
e568425e97
Issue #464 - Fixed commiting of default line timing
...
Originally committed to SVN as r1454.
2007-07-29 07:32:40 +00:00
Rodrigo Braz Monteiro
d256a61703
Implemented font config file lister, except that it doesn't work.
...
Originally committed to SVN as r1453.
2007-07-29 01:47:18 +00:00
Rodrigo Braz Monteiro
fec497a047
Split the font file lister in a base class and two subclasses, freetype for win32 (implemented) and fontconfig for everything else (todo)
...
Originally committed to SVN as r1452.
2007-07-29 01:21:28 +00:00
Rodrigo Braz Monteiro
4cee0dd054
Fixed drawing of text via OpenGL (in particular, video coordinates) in Linux, and probably everywhere else where it was broken.
...
Originally committed to SVN as r1451.
2007-07-28 23:17:33 +00:00
Niels Martin Hansen
9ab2d1c7fe
Seems to fix DSound player repeat-at-end problem.
...
Also avoid throwing-catching an exception during audio display drawing, only because it looks bad in the debug output.
Originally committed to SVN as r1449.
2007-07-28 13:59:32 +00:00
Rodrigo Braz Monteiro
3f934a66db
Resolved #341
...
Originally committed to SVN as r1448.
2007-07-27 08:24:49 +00:00
Rodrigo Braz Monteiro
7e6a5ad6c8
Implemented issue #345 - Added a "new window" command to the file menu, to launch a new instance of Aegisub.
...
Originally committed to SVN as r1447.
2007-07-27 07:30:33 +00:00
Rodrigo Braz Monteiro
a9e9e9b62c
Fixed issue #367 - The default secondary style colour is now red.
...
Originally committed to SVN as r1446.
2007-07-27 07:14:49 +00:00
Rodrigo Braz Monteiro
857938f18b
Joining of two lines will no longer take the timings of any line that starts and ends at 0 into consideration. Issue #206
...
Originally committed to SVN as r1445.
2007-07-27 07:08:22 +00:00
Rodrigo Braz Monteiro
fcd9974772
Fixed #458 , along with other style manager/editor related issues.
...
Originally committed to SVN as r1444.
2007-07-27 06:14:38 +00:00
Rodrigo Braz Monteiro
1bd5869ac6
Fixed #480
...
Originally committed to SVN as r1443.
2007-07-27 05:58:55 +00:00
Rodrigo Braz Monteiro
00dfc86bcc
Fixed #496 and #488
...
Originally committed to SVN as r1442.
2007-07-27 05:25:51 +00:00
Rodrigo Braz Monteiro
7a19d18942
Fixed bug #490 - rotation visual tools weren't updated after manual text edit.
...
Originally committed to SVN as r1441.
2007-07-27 04:50:15 +00:00
Rodrigo Braz Monteiro
6110808dad
Some failed attempts to fix detached video window stuff :3
...
Originally committed to SVN as r1440.
2007-07-27 04:05:18 +00:00
Rodrigo Braz Monteiro
14b425d0a3
Fixed issue with time edit boxes being unable to represent times over 1 hour in certain cases - #482
...
Originally committed to SVN as r1439.
2007-07-26 22:47:49 +00:00
Niels Martin Hansen
55f64cf6a4
Rename stack.txt to crashlog.txt
...
Originally committed to SVN as r1438.
2007-07-23 21:46:56 +00:00
Niels Martin Hansen
742240b5d8
Added debug-builds-only dummy audio provider (can provide either blank or noise audio.)
...
Originally committed to SVN as r1436.
2007-07-23 15:19:48 +00:00
Dan Donovan
2134cb4ba8
commit nekodar's style parser fix
...
Originally committed to SVN as r1435.
2007-07-20 22:41:43 +00:00
Niels Martin Hansen
a078676cf7
I broke the build. Now it's no longer broken.
...
Originally committed to SVN as r1434.
2007-07-18 13:49:44 +00:00
Niels Martin Hansen
a0beaef640
Clarified a bunch of error messages
...
Originally committed to SVN as r1433.
2007-07-18 13:46:38 +00:00
Rodrigo Braz Monteiro
52904f6217
demi's patches #3 : Added a dialogue to text importing, asking which character to use as comment and actor separator.
...
Originally committed to SVN as r1427.
2007-07-16 03:22:11 +00:00
Rodrigo Braz Monteiro
9ab04c7ea3
demi's patches #2 : fixed x button on translation assistant
...
Originally committed to SVN as r1426.
2007-07-16 03:17:11 +00:00
Rodrigo Braz Monteiro
5269a2e2a1
demi's patches #1 : scaled border and shadow by default on [Script Info]
...
Originally committed to SVN as r1425.
2007-07-16 03:16:17 +00:00
Niels Martin Hansen
3362b61f73
Hopefully fix assertion failure when audio provider creation succeeds but audio player fails to init.
...
Originally committed to SVN as r1397.
2007-07-09 11:52:28 +00:00
Rodrigo Braz Monteiro
7e7ac23e5f
Fixed crosshair glitch.
...
Originally committed to SVN as r1395.
2007-07-08 19:50:54 +00:00
Niels Martin Hansen
cbec57facf
"Maybe" fix for #470 - reset the playback start time and audio area start when seeking. This should make the times returned correct.
...
Originally committed to SVN as r1394.
2007-07-08 13:49:51 +00:00
Niels Martin Hansen
02a53226ab
"Fix" #471 , shortened the buffer down to 250 ms (instead of 1500 ms) and tightened the loop filling it to run every 100 ms instead of every 500. Result is that it's almost impossible to reproduce the problem now. (It pretty much takes superhuman reflexes.)
...
Originally committed to SVN as r1393.
2007-07-08 13:28:15 +00:00
Rodrigo Braz Monteiro
bd8b8ce4c5
Finished vector clip visual typesetting tool.
...
Originally committed to SVN as r1392.
2007-07-08 07:22:09 +00:00
Rodrigo Braz Monteiro
b0e2ef92c2
Fixed realtime visual typesetting.
...
Originally committed to SVN as r1391.
2007-07-07 21:18:00 +00:00
Rodrigo Braz Monteiro
12534f74a7
Visual typesetting vector clip now supports insertion of new points.
...
Originally committed to SVN as r1390.
2007-07-07 21:13:20 +00:00
Rodrigo Braz Monteiro
14ade371f3
Implemented finding of nearest point to spline classes.
...
Originally committed to SVN as r1389.
2007-07-07 08:53:11 +00:00
Rodrigo Braz Monteiro
ee832d642d
Implemented delete point function to vector clip tool.
...
Originally committed to SVN as r1388.
2007-07-07 07:27:28 +00:00
Rodrigo Braz Monteiro
d1d8302548
Line and bicubic curve appending implemented to vector clip.
...
Originally committed to SVN as r1387.
2007-07-07 06:41:14 +00:00
Rodrigo Braz Monteiro
1af87b0808
Added freehand and smoothed freehand drawing to vector \clip.
...
Originally committed to SVN as r1386.
2007-07-07 05:51:18 +00:00
Rodrigo Braz Monteiro
5f2508ee70
Finished some clean up on visual typesetting
...
Originally committed to SVN as r1385.
2007-07-07 03:21:52 +00:00
Niels Martin Hansen
9eb5ab4e25
Can now set the grid selected from a Lua macro. Should still work in Ruby too but can't test that. Don't blame me if it breaks.
...
Originally committed to SVN as r1384.
2007-07-06 14:26:04 +00:00
Rodrigo Braz Monteiro
70367a1c35
Replaced visual typesetting controls with an actual toolbar.
...
Originally committed to SVN as r1383.
2007-07-06 05:47:03 +00:00
Niels Martin Hansen
9043bdecf8
Fix #450 point 4, playback of drag-retimed karaoke syllables now stops at the right position instead of at the end of line.
...
Originally committed to SVN as r1382.
2007-07-06 01:36:01 +00:00
Niels Martin Hansen
6d55d1fa11
Some (defined out) startup logging code.
...
Originally committed to SVN as r1381.
2007-07-05 19:11:54 +00:00
Niels Martin Hansen
a9df544cee
More minox fixes (well, maybe) to subs preview
...
Originally committed to SVN as r1380.
2007-07-05 19:08:43 +00:00
David Lamparter
4126b0e5bc
fix #398 (crash on opening style editor)
...
Originally committed to SVN as r1379.
2007-07-05 19:03:26 +00:00
Niels Martin Hansen
d578680974
Third and last part of this review-round of localisable strings.
...
Originally committed to SVN as r1377.
2007-07-05 15:51:42 +00:00
Niels Martin Hansen
a3ee2770fa
Fix localisable strings in frame_main, especially main menu bar
...
Originally committed to SVN as r1376.
2007-07-05 15:41:41 +00:00
Niels Martin Hansen
93185b04aa
Misc. changes to localisable text, part one.
...
Originally committed to SVN as r1374.
2007-07-05 15:23:31 +00:00
Rodrigo Braz Monteiro
80b5c07a51
Implemented (untested) splitting of bicubic curves using de Casteljau
...
Originally committed to SVN as r1372.
2007-07-05 14:44:57 +00:00
Rodrigo Braz Monteiro
0bc8847f7a
Random spline stuff added.
...
Originally committed to SVN as r1371.
2007-07-05 14:30:28 +00:00
Rodrigo Braz Monteiro
28b7264d3b
Replaced spline stuff with Vector2D
...
Originally committed to SVN as r1370.
2007-07-05 14:15:28 +00:00
Rodrigo Braz Monteiro
1212de942b
Added a 2D vector class from my old Allegro Wrapper, Halley.
...
Originally committed to SVN as r1369.
2007-07-05 13:53:10 +00:00
David Lamparter
06c2a7f6c3
ignore .cur files on posix
...
Originally committed to SVN as r1368.
2007-07-05 13:25:20 +00:00
Rodrigo Braz Monteiro
1c87280357
Added toolbar for vector clip tool. Not functional yet.
...
Originally committed to SVN as r1367.
2007-07-05 06:13:22 +00:00
Rodrigo Braz Monteiro
ee3e97336a
Gave vector clip an actual icon.
...
Originally committed to SVN as r1366.
2007-07-05 05:07:11 +00:00
Rodrigo Braz Monteiro
201a9a4b26
Tweaks to visual clip tools
...
Originally committed to SVN as r1365.
2007-07-05 04:56:56 +00:00
Rodrigo Braz Monteiro
570321722b
Barely function vector clip tool implemented
...
Originally committed to SVN as r1364.
2007-07-05 04:32:46 +00:00
Rodrigo Braz Monteiro
5e25ffe30b
Unused, incomplete and untested spline class added.
...
Originally committed to SVN as r1363.
2007-07-05 02:01:12 +00:00
Niels Martin Hansen
43ff836901
wxSTATIC_BORDER for Windows, wxSIMPLE_BORDER for everything else. It's probably not very pretty but better than no border at all.
...
Originally committed to SVN as r1362.
2007-07-04 23:53:19 +00:00
Niels Martin Hansen
964e3b3c8e
Misc fixes to colour dropper.
...
Originally committed to SVN as r1361.
2007-07-04 23:47:20 +00:00
Rodrigo Braz Monteiro
6087d6ec22
Added icons to all dialogs that have one for them.
...
Originally committed to SVN as r1360.
2007-07-04 23:09:40 +00:00
Niels Martin Hansen
83d8d48db6
Removed monochrome eyedropper cursor image so the 4 bpp one can be used instead. (What's up with Windows not using the highest bpp cursor image possible?)
...
Originally committed to SVN as r1359.
2007-07-04 22:28:13 +00:00
Niels Martin Hansen
522f5030b0
Tweaks to mouse cursors in colour picker dialog.
...
Originally committed to SVN as r1358.
2007-07-04 22:23:52 +00:00
Niels Martin Hansen
55a06f00b9
Tweaked colour dropper tool.
...
Originally committed to SVN as r1357.
2007-07-04 22:16:24 +00:00
Rodrigo Braz Monteiro
4d98ea25af
Made it possible to drag the origin while in both rotation modes.
...
Originally committed to SVN as r1355.
2007-07-04 21:47:26 +00:00
Rodrigo Braz Monteiro
4f7bb0f6a8
Made ctrl restrict XY rotation and scaling to only one axis.
...
Originally committed to SVN as r1354.
2007-07-04 20:45:01 +00:00