Aegisub/aegisub/build/msbuild/Aegisub
Thomas Goyne be77dc8307 Mostly rewrite the visual tools and related classes
Convert all coordinates within the visual tools to Vector2D, which has
been significantly extended. Eliminates a lot of issues with accumulated
rounding errors and simplifies a lot of code.

Modernize the visual tools' interactions with the rest of Aegisub by
connecting to signals directly rather than routing everything through
the video display and converting the main visual tool mode toolbar to
the command system.

Extract all references to OpenGL from the visual tools and move them to
OpenGLWrapper as a first step towards making it possible to implement an
alternative video renderer. In the process, eliminate all uses of OpenGL
immediate mode.

Fix a bunch of minor issues and general instability.

Originally committed to SVN as r5823.
2011-11-06 17:18:20 +00:00
..
Aegisub.DefaultConfiguration.props Super fancy property pages for configuring the build in VC10. Doesn't want to display the defaults (properly) but that's not so important :) 2011-01-19 06:40:23 +00:00
Aegisub.targets Unconditionally enable building automation even if there are no enabled engines as there isn't really any reason not to and the defines uglify the code. 2011-09-28 19:45:35 +00:00
Aegisub.vcxproj Mostly rewrite the visual tools and related classes 2011-11-06 17:18:20 +00:00
Aegisub.vcxproj.filters Mostly rewrite the visual tools and related classes 2011-11-06 17:18:20 +00:00
Aegisub.xml Super fancy property pages for configuring the build in VC10. Doesn't want to display the defaults (properly) but that's not so important :) 2011-01-19 06:40:23 +00:00