Amar Takhar
a067bd560d
SVN Transition Step 3/7
...
1. cd aegisub/
2. svn mv *cpp *h src/
3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \
changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \
mythes.hxx res.rc src/
4. cd ..
5. svn mv FFmpegSource2/ INSTALL Makefile.am README acinclude.m4 \
autogen.sh automation/ bin build configure.in desktop dummy.txt lib \
libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/
6. mkdir -p docs/wiki_convert
7. svn add docs/wiki_convert
8. cd docs
9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/
* See r2749 for full description.
Originally committed to SVN as r2752.
2009-03-08 08:30:39 +00:00
Amar Takhar
0763541848
Change how configuration works.
...
* move win32/config0.h -> config/config_windows0.h
* move win32/stdint.h -> msvc/stdint.h
* move posix/defines.h -> config/config_unix.h
* add config.h - brings in config_(windows|unix).h as required
* add config.h to *.cpp
* Self-contain FFmpegSource2 with required function defines wrapped with
__UNIX__ instead of the now removed defines.h.
* Edit aegisub_vs2008.vcproj to remove explicit inclusion of config.h, also
change VCPreBuildEventTool to create windows_config.h from
windows_config0.h. Add msvc to include path.
* Change configure to create ./acconf.h instead of posix/acconf.h
This will allow us to create a more standard and platform agnostic way of
configuration aegsisub during build time.
Originally committed to SVN as r2621.
2009-01-04 06:31:48 +00:00
Karl Blomster
6dd79d7441
fix an oddness with the "insert before" function. patch by Harukalover.
...
Originally committed to SVN as r2413.
2008-10-11 13:28:29 +00:00
Niels Martin Hansen
ff081c0ae9
Fix #701 , make sure plain-text lines pasted from clipboard are always blank-timed, ie. start and end time are zero.
...
Originally committed to SVN as r2202.
2008-06-15 13:18:28 +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
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
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
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
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
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
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
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
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
Niels Martin Hansen
a0beaef640
Clarified a bunch of error messages
...
Originally committed to SVN as r1433.
2007-07-18 13:46:38 +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
Rodrigo Braz Monteiro
e64f9b2cfe
Applied demi's patch to fix default timing duration.
...
Originally committed to SVN as r1339.
2007-07-03 06:43:57 +00:00
Rodrigo Braz Monteiro
726305faff
Fixed some video display bugs and added overscan mask drawing (disabled for now).
...
Originally committed to SVN as r1308.
2007-06-28 20:29:56 +00:00
Niels Martin Hansen
4b569de80d
Fixed bug with grid scrollbar not updating.
...
Removed some old, unused auto3 files.
Originally committed to SVN as r1073.
2007-04-13 15:30:57 +00:00
Rodrigo Braz Monteiro
6d988bdf4d
Made middle click on audio display jump video to position, fixed a few uninitialized variable warnings and removed the GetString() method from AssFile, since it was only used by the old libass provider.
...
Originally committed to SVN as r1017.
2007-04-07 03:12:55 +00:00
Rodrigo Braz Monteiro
97d996f995
Fixed all warnings while building on Linux, except for the ones on MatroskaParser.c and the ones about image conversion. Poke equinox for the later.
...
Originally committed to SVN as r1008.
2007-04-04 20:42:44 +00:00
Rodrigo Braz Monteiro
af757cf6fe
Fixed paste over.
...
Originally committed to SVN as r959.
2007-03-28 01:37:13 +00:00
Dan Donovan
aba48b68e3
Can save an audio clip of multiple lines (just goes earliest start to latest end for now), and a little more error checking
...
Originally committed to SVN as r951.
2007-03-19 20:01:09 +00:00
pomyk
507de4c4cd
Ruby: some fixes, optimizations, support for selecting lines on grid...
...
Originally committed to SVN as r928.
2007-02-06 22:58:05 +00:00
Rodrigo Braz Monteiro
f711887167
Made recombine lines deal with two new cases.
...
Originally committed to SVN as r896.
2007-01-26 04:11:32 +00:00
Rodrigo Braz Monteiro
21e8d0ce2c
(Probably) fixed some issue with audio clip saving.
...
Originally committed to SVN as r895.
2007-01-26 01:24:38 +00:00
Dan Donovan
4565a18369
Originally committed to SVN as r893.
2007-01-26 00:47:42 +00:00
Niels Martin Hansen
2d1fdcdfb9
Fixes for building with wx 2.8 without 2.6-compat mode. (Hopefully) more workyness for config dialogs in auto3.
...
Originally committed to SVN as r876.
2007-01-22 19:31:49 +00:00
Rodrigo Braz Monteiro
afc19b74e1
Removed all stray references to VideoDisplay throughout the code.
...
Originally committed to SVN as r865.
2007-01-21 17:01:22 +00:00
Rodrigo Braz Monteiro
98ce168b31
Merged opengl branch from 806 to 859
...
Originally committed to SVN as r860.
2007-01-21 06:30:19 +00:00
Dan Donovan
a2fae2b31e
Changelog and very minor commenting in subs_grid.cpp
...
Originally committed to SVN as r822.
2007-01-17 06:38:26 +00:00
Dan Donovan
12e558bcfc
Add clear button to shifting history
...
Originally committed to SVN as r820.
2007-01-17 06:18:12 +00:00
Dan Donovan
ee3238a657
Fixing a file not meant to be changed last revision
...
Originally committed to SVN as r817.
2007-01-17 05:13:02 +00:00
Dan Donovan
37865943da
Save PCM .wav clips of lines (right click on line -> Create audio clip)
...
Originally committed to SVN as r816.
2007-01-17 05:06:17 +00:00
Rodrigo Braz Monteiro
20f7e80ec2
Small fixes around that were causing warnings to be issued on gcc
...
Originally committed to SVN as r766.
2007-01-11 03:18:14 +00:00
Rodrigo Braz Monteiro
739806ea4e
Small tests to prepare for real-time subtitle visual manipulation
...
Originally committed to SVN as r744.
2007-01-08 05:32:29 +00:00
Rodrigo Braz Monteiro
b3f2f069d3
Fixed and completed the implementation of DirectSound audio player, and made some changes for future ASS2 support.
...
Originally committed to SVN as r716.
2007-01-05 18:27:15 +00:00
Rodrigo Braz Monteiro
f0938ca9f9
Merged the three "Recombine" functions into a single one that autodetects the correct type.
...
Originally committed to SVN as r663.
2006-12-30 22:38:05 +00:00
Rodrigo Braz Monteiro
06cff2e2f2
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
...
Originally committed to SVN as r652.
2006-12-28 23:43:23 +00:00