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
f1a8d80f0d
A few more fixes pointed out by Yuri
...
Originally committed to SVN as r1766.
2008-01-18 17:07:00 +00:00
Dan Donovan
0edd8bece1
fix kanji timer
...
Originally committed to SVN as r1648.
2007-11-01 21:47:37 +00:00
Rodrigo Braz Monteiro
4b607e9454
Minor tweaks to the layout of kanji timer.
...
Originally committed to SVN as r1645.
2007-10-31 21:52:51 +00:00
Niels Martin Hansen
0c7e929f13
Fix tab order issues in various dialogues - bug #518 . Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.)
...
Originally committed to SVN as r1494.
2007-08-15 23:17:42 +00:00
Niels Martin Hansen
93185b04aa
Misc. changes to localisable text, part one.
...
Originally committed to SVN as r1374.
2007-07-05 15:23:31 +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
4f4d67d7f7
A few more fixes for pch-less compilation
...
Originally committed to SVN as r1263.
2007-06-19 06:04:47 +00:00
Dan Donovan
190dcfe02e
use more appropriate variable names in kanji timer...
...
Originally committed to SVN as r1177.
2007-05-12 17:35:54 +00:00
Dan Donovan
cd4332ac04
Kanji timer: don't FlagAsModified if no changes are made
...
Originally committed to SVN as r943.
2007-03-08 18:57:55 +00:00
Dan Donovan
4565a18369
Originally committed to SVN as r893.
2007-01-26 00:47:42 +00:00
Dan Donovan
a29fcb2d47
Kanji timer now changes all lines at once on dialogue close (for easier undo)
...
Originally committed to SVN as r892.
2007-01-25 22:47:29 +00:00
Rodrigo Braz Monteiro
297dbd74b8
Fixed almost a hundred warning messages issued with /W4 in VC++ (with warning 4100 disabled)
...
Originally committed to SVN as r891.
2007-01-24 03:54:32 +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
Dan Donovan
92e6d4cb8f
Testing bot... And Kanji Timer slightly updated. But mostly testing the bot.
...
Originally committed to SVN as r811.
2007-01-17 00:06:42 +00:00
Dan Donovan
aa553263d2
More Kanji Timer improvements...
...
Originally committed to SVN as r809.
2007-01-16 22:32:05 +00:00
Dan Donovan
09412e6be8
Some Kanji Timer improvements
...
Originally committed to SVN as r808.
2007-01-16 20:55:27 +00:00
Rodrigo Braz Monteiro
0901d0157e
Originally committed to SVN as r791.
2007-01-14 23:34:27 +00:00
David Lamparter
8bae6a855a
incoming patches from Dansolo; fix aspect ratio bug & minor kanjitimer issue
...
Originally committed to SVN as r785.
2007-01-13 08:34:42 +00:00
Rodrigo Braz Monteiro
f470100ccd
Dansolo's general tweaks and fixes to kanji timer and styling assistant
...
Originally committed to SVN as r784.
2007-01-13 07:04:12 +00:00
Rodrigo Braz Monteiro
73ae14e548
Tweaks to layout of kanji timer dialog
...
Originally committed to SVN as r782.
2007-01-13 02:42:19 +00:00
Rodrigo Braz Monteiro
0492fae298
Added Dansolo's Kanji Timer code
...
Originally committed to SVN as r781.
2007-01-13 02:22:28 +00:00