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
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
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
Rodrigo Braz Monteiro
71f641d649
Fixed #550
...
Originally committed to SVN as r1681.
2008-01-11 03:33:23 +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
9058955430
Added offsetting support to the resolution resampler.
...
Originally committed to SVN as r1605.
2007-10-18 02:47:13 +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
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
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
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
Dan Donovan
4565a18369
Originally committed to SVN as r893.
2007-01-26 00:47:42 +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
Rodrigo Braz Monteiro
a477f58582
More preparations for ASS2
...
Originally committed to SVN as r740.
2007-01-08 01:08:50 +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
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