Cross-platform advanced subtitle editor
Go to file
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 Mostly rewrite the visual tools and related classes 2011-11-06 17:18:20 +00:00
contrib Prevent CSRI helper library from causing linking apps (like aegisub.exe) to export symbols. 2011-01-14 02:05:01 +00:00
devel Update 'interesting' files. 2011-01-17 00:30:59 +00:00
docs Add new buttons, commit changes to modified buttons. 2009-08-21 23:10:43 +00:00