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