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
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
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
b19737c628
Fixed copying of video coordinates to clipboard.
...
Originally committed to SVN as r1934.
2008-03-06 23:27:54 +00:00
Rodrigo Braz Monteiro
6d9b40114c
Added a minimal hunspell (for win32 only) to repository
...
Originally committed to SVN as r1694.
2008-01-13 05:57:09 +00:00
Rodrigo Braz Monteiro
d7d66733f0
Fixed closing of video with detached video window open
...
Originally committed to SVN as r1690.
2008-01-12 03:09:48 +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
489abd6663
jfs's mac patches applied
...
Originally committed to SVN as r1560.
2007-09-11 23:22:26 +00:00
Rodrigo Braz Monteiro
6110808dad
Some failed attempts to fix detached video window stuff :3
...
Originally committed to SVN as r1440.
2007-07-27 04:05: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
570321722b
Barely function vector clip tool implemented
...
Originally committed to SVN as r1364.
2007-07-05 04:32:46 +00:00
Rodrigo Braz Monteiro
efa8401415
Fixed the orientation of Y and Z axes in XY rotation tool. (mostly a cosmetic fix)
...
Originally committed to SVN as r1350.
2007-07-04 06:16:11 +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
c498c3a0b7
Re-implemented visual typesetting clip, and added a stub for drag.
...
Originally committed to SVN as r1329.
2007-07-01 03:36:17 +00:00
Rodrigo Braz Monteiro
4dd3a031c6
Re-implemented scaling to visual typesetting.
...
Originally committed to SVN as r1328.
2007-07-01 03:17:56 +00:00
Rodrigo Braz Monteiro
d06fdfda65
Fixed rotate z and re-implemented rotate xy.
...
Originally committed to SVN as r1327.
2007-07-01 02:46:12 +00:00
Rodrigo Braz Monteiro
a1050db3f3
Re-implemented z rotation on visual typesetting
...
Originally committed to SVN as r1326.
2007-07-01 02:23:57 +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
Rodrigo Braz Monteiro
7082e21765
Added support for BBC's 16:9 overscan standard.
...
Originally committed to SVN as r1314.
2007-06-28 23:27:37 +00:00
Rodrigo Braz Monteiro
2f911574d6
Overscan mask fully implemented. Toggleable via video menu.
...
Originally committed to SVN as r1310.
2007-06-28 21:35:37 +00:00
Rodrigo Braz Monteiro
726305faff
Fixed some video display bugs and added overscan mask drawing (disabled for now).
...
Originally committed to SVN as r1308.
2007-06-28 20:29:56 +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
508d3d9a52
Fix #413 (mouse crosshair on video not disappearing when mouse leaves video display) and some minor code cleanup.
...
Originally committed to SVN as r1199.
2007-05-28 18:45:57 +00:00
Niels Martin Hansen
a05cf649fe
Proper checking for OpenGL, hopefully also using the right includes on OS X.
...
Most OS X users will want to add --with-apple-opengl-framework to the configure command line.
Originally committed to SVN as r1109.
2007-04-22 02:24:27 +00:00
Rodrigo Braz Monteiro
9f18c2d448
Fixed hidden cursor on right click
...
Originally committed to SVN as r1093.
2007-04-18 04:51:17 +00:00
Rodrigo Braz Monteiro
51cd2f5ced
Completed (although it could still use some new features) OpenGL Text drawing code, and fully re-implemented video mouse coordinates.
...
Originally committed to SVN as r1072.
2007-04-13 14:38:27 +00:00
Rodrigo Braz Monteiro
58c7a6f4e8
Failed attempt to get threaded video to work.
...
Originally committed to SVN as r1065.
2007-04-13 00:44:46 +00:00
Rodrigo Braz Monteiro
7da5406572
Allowed saving of screenshots and copying video frames to clipboard without subtitles. This will not work with the avisynth video provider (options will be greyed out).
...
Originally committed to SVN as r1020.
2007-04-07 22:03:06 +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
Rodrigo Braz Monteiro
1d03da6844
Added a hack to video loading to allow the creation of a context in some platforms, and changed the colour of dummy video provider to sky-blue.
...
Originally committed to SVN as r973.
2007-04-01 23:07:29 +00:00
Rodrigo Braz Monteiro
867218fd0b
Removed a seemingly useless call to glFinish(), which could also be causing issues, maybe.
...
line 2 test.
Originally committed to SVN as r965.
2007-03-29 23:09:40 +00:00
Rodrigo Braz Monteiro
cc99e37e2c
Added several asserts to Video Display and stopped it from running Reset() when hidden, which could be leading to odd results.
...
Originally committed to SVN as r964.
2007-03-29 23:04:26 +00:00
Rodrigo Braz Monteiro
3b9afa126e
Mostly operational pixel shaded YV12->RGB32 conversion. (needs glew for now)
...
Originally committed to SVN as r899.
2007-01-27 06:15:25 +00:00
Rodrigo Braz Monteiro
19ea57a544
Fix to video loading, but probably only for me...
...
Originally committed to SVN as r885.
2007-01-23 20:50:41 +00:00
Rodrigo Braz Monteiro
8231034cb1
Detached Video display mostly works.
...
Originally committed to SVN as r883.
2007-01-23 06:32:16 +00:00
Rodrigo Braz Monteiro
02bf068052
Basic (and somewhat broken) detached video dialog implemented.
...
Originally committed to SVN as r881.
2007-01-23 04:42:08 +00:00
Rodrigo Braz Monteiro
99e9dce99f
Made a million changes to GL mode, and one of them seems to have fixed video display on ATI cards.
...
Originally committed to SVN as r879.
2007-01-22 22:57:45 +00:00
Rodrigo Braz Monteiro
563ba5ae76
Yet another random OpenGL change.
...
Originally committed to SVN as r878.
2007-01-22 20:48:45 +00:00
Rodrigo Braz Monteiro
62bdfae3bf
bork bork fix fix?
...
Originally committed to SVN as r868.
2007-01-21 23:26:49 +00:00
Rodrigo Braz Monteiro
729349b314
Possible fixes.
...
Originally committed to SVN as r867.
2007-01-21 23:16:03 +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
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
849067ecc9
Added scaling to visual typesetting.
...
Originally committed to SVN as r763.
2007-01-10 21:01:47 +00:00
Rodrigo Braz Monteiro
d0c0e2a318
Early operation visual typesetting.
...
Originally committed to SVN as r746.
2007-01-09 01:52:30 +00:00
Rodrigo Braz Monteiro
6ea8475941
New class to isolate visual typesetting
...
Originally committed to SVN as r745.
2007-01-08 21:11:06 +00:00
Rodrigo Braz Monteiro
739806ea4e
Small tests to prepare for real-time subtitle visual manipulation
...
Originally committed to SVN as r744.
2007-01-08 05:32:29 +00:00
Rodrigo Braz Monteiro
43841c24b8
Implemented a version checker that can automatically or manually check if there are any updates to Aegisub, and a few other tweaks.
...
Originally committed to SVN as r736.
2007-01-07 22:54:04 +00:00
Rodrigo Braz Monteiro
8ec4322174
Destination of screenshots can now be set in the options dialog, and some tweaks to options dialog.
...
Originally committed to SVN as r726.
2007-01-06 21:07:51 +00:00