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
Rodrigo Braz Monteiro
7e83986497
Some random changes around.
...
Originally committed to SVN as r1813.
2008-01-22 20:36:07 +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
Rodrigo Braz Monteiro
489abd6663
jfs's mac patches applied
...
Originally committed to SVN as r1560.
2007-09-11 23:22:26 +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
66fa8be021
When disabling karaoke mode during splitting, cancel the split instead of committing it.
...
Originally committed to SVN as r1342.
2007-07-03 18:28:08 +00:00
Rodrigo Braz Monteiro
3a7fa50f9d
Made audio mode tooltips update when changed in options dialog.
...
Originally committed to SVN as r1321.
2007-06-30 20:59:32 +00:00
Niels Martin Hansen
3818649af7
Fix #441 (Join/Split karaoke buttons now become Cancel/Accept Split buttons when in karaoke split mode)
...
Originally committed to SVN as r1288.
2007-06-22 23:28:28 +00:00
Niels Martin Hansen
de107f3108
Another load of debug prints in audio code, and a semi-working commit of karaoke changes when karaoke mode is just disabled. Still very broken.
...
Originally committed to SVN as r1269.
2007-06-20 02:18:55 +00:00
Rodrigo Braz Monteiro
063bf22a42
Added a "toggle next line on commit" button to the audio tool bar
...
Originally committed to SVN as r1230.
2007-06-17 02:34:27 +00:00
David Lamparter
29e529367e
get rid of numbers in bitmap names
...
Originally committed to SVN as r1057.
2007-04-10 20:46:16 +00:00
Rodrigo Braz Monteiro
e72b0ae8c0
Fixed audio display on Linux, and had to change
...
__attribute__((always_inline)) to just inline, since my g++ was bitching
about that.
Originally committed to SVN as r992.
2007-04-04 00:52:50 +00:00
Rodrigo Braz Monteiro
a0f3e58894
Blind attempt to get audio box to work on Linux.
...
Originally committed to SVN as r990.
2007-04-03 23:29:51 +00:00
Rodrigo Braz Monteiro
493bc75ed1
Slight Linux cosmic fix.
...
Originally committed to SVN as r955.
2007-03-27 22:41:33 +00:00
Dan Donovan
26cba4b46f
Styles can be renamed when copied
...
Always call Stop in AudioDisplay on Play
Originally committed to SVN as r949.
2007-03-18 01:20:25 +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
1d647a9b09
Implemented new hotkeys for audio mode
...
Originally committed to SVN as r722.
2007-01-06 04:27:09 +00:00
Rodrigo Braz Monteiro
7bdcb03fba
Finished merging of SSA mode with standard mode and fixed auto-commit to work with it.
...
Originally committed to SVN as r720.
2007-01-06 03:40:58 +00:00
Rodrigo Braz Monteiro
b3ddefa5ee
Merged SSA mode & normal mode
...
Originally committed to SVN as r719.
2007-01-05 23:43:24 +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
280b9acf61
Added Medusa-style (numpad) global timing shortcuts, that can be enabled with the button under the audio display. This is disabled by default.
...
Originally committed to SVN as r662.
2006-12-30 22:08:23 +00:00
Rodrigo Braz Monteiro
23e73cb505
Fixed a few dialogs and added the early medusa shortcuts stuff
...
Originally committed to SVN as r661.
2006-12-30 20:58:24 +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