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
8692fe4220
Fixed the typesetting toolbar to fill the whole height of video.
...
Originally committed to SVN as r2469.
2008-11-21 01:49:48 +00:00
Rodrigo Braz Monteiro
5ead3d4230
Fixed a bug related to resizing the audio display, that caused the video display to stretch, ruining its aspect ratio.
...
Originally committed to SVN as r2438.
2008-11-09 23:08:44 +00:00
Niels Martin Hansen
d120a4758b
Fix bug #742 and possibly also #465 . Needs testing on non-Mac platforms to see if there's visual glitches with video visual typesetting toolbar.
...
Originally committed to SVN as r2256.
2008-07-15 17:49:15 +00:00
Rodrigo Braz Monteiro
4f4f4cc91f
Moved files relevant to providers to aegisub/include. A few things might be broken.
...
Originally committed to SVN as r1956.
2008-03-07 21:00:20 +00:00
Rodrigo Braz Monteiro
74e6a888da
Added a help button to visual typesetting and added an icon for the select lines tool.
...
Originally committed to SVN as r1719.
2008-01-14 19:46:46 +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
337d451e94
Fixed #535 (audio stop button icon)
...
Originally committed to SVN as r1683.
2008-01-11 03:49:25 +00:00
Niels Martin Hansen
81aec949dc
Change more places to check for Cmd key on Mac rather than Ctrl key.
...
Originally committed to SVN as r1574.
2007-09-21 22:56:44 +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
Rodrigo Braz Monteiro
1af87b0808
Added freehand and smoothed freehand drawing to vector \clip.
...
Originally committed to SVN as r1386.
2007-07-07 05:51:18 +00:00
Rodrigo Braz Monteiro
5f2508ee70
Finished some clean up on visual typesetting
...
Originally committed to SVN as r1385.
2007-07-07 03:21:52 +00:00
Rodrigo Braz Monteiro
70367a1c35
Replaced visual typesetting controls with an actual toolbar.
...
Originally committed to SVN as r1383.
2007-07-06 05:47:03 +00:00
Rodrigo Braz Monteiro
1c87280357
Added toolbar for vector clip tool. Not functional yet.
...
Originally committed to SVN as r1367.
2007-07-05 06:13:22 +00:00
Rodrigo Braz Monteiro
ee3e97336a
Gave vector clip an actual icon.
...
Originally committed to SVN as r1366.
2007-07-05 05:07:11 +00:00
Rodrigo Braz Monteiro
570321722b
Barely function vector clip tool implemented
...
Originally committed to SVN as r1364.
2007-07-05 04:32:46 +00:00
Rodrigo Braz Monteiro
92e61f885f
Completed \move support and fixed a bug related to dragging.
...
Originally committed to SVN as r1348.
2007-07-04 04:24:47 +00:00
Rodrigo Braz Monteiro
7e8de1c389
Visual tools rewriting, currently only the crosshair works.
...
Originally committed to SVN as r1324.
2007-07-01 00:19:55 +00:00
Niels Martin Hansen
b40b5b325a
Killed off setup.h - only feature still controlled by it was PRS export, which in its current state is worthless. It can be re-enabled by defining USE_PRS=1 during build.
...
Originally committed to SVN as r1215.
2007-06-08 00:37:24 +00:00
Niels Martin Hansen
1a5906f97c
Removed FexTracker for good.
...
Originally committed to SVN as r1214.
2007-06-08 00:30:37 +00:00
Niels Martin Hansen
5a4e03312a
If Ctrl is held when video playback is started, no audio resync is attempted during that playback.
...
Originally committed to SVN as r1201.
2007-06-02 13:48:36 +00:00
Rodrigo Braz Monteiro
f841b52d72
Removed more dead code.
...
Originally committed to SVN as r1040.
2007-04-09 04:28:16 +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
ab4a62d545
Replaced the UGLY LIEK XBOX buttons in Visual Typesetting with bitmap buttons.
...
Originally committed to SVN as r777.
2007-01-11 21:03:12 +00:00
Rodrigo Braz Monteiro
31c2cd5455
Added an early GUI for visual typesetting.
...
Originally committed to SVN as r771.
2007-01-11 06:15:56 +00:00
Rodrigo Braz Monteiro
71b8e4b81f
Finished isolating videobox
...
Originally committed to SVN as r770.
2007-01-11 05:33:36 +00:00
Rodrigo Braz Monteiro
1e4a5b8050
Changes to how video controls are related.
...
Originally committed to SVN as r768.
2007-01-11 03:53:20 +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