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 |
|