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
Niels Martin Hansen
dfa3e548a0
Fix colour picker buttons in style editor by making AssColor::GetWXColor() aware that alpha has the opposite meaning in wxColour and ASS
...
Originally committed to SVN as r2262.
2008-07-16 01:41:33 +00:00
Niels Martin Hansen
3ead72329c
Change default font encoding for new styles to 1, to make more fonts behave sensibly by default
...
Originally committed to SVN as r2064.
2008-03-15 21:34:55 +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
a9e9e9b62c
Fixed issue #367 - The default secondary style colour is now red.
...
Originally committed to SVN as r1446.
2007-07-27 07:14:49 +00:00
Dan Donovan
2134cb4ba8
commit nekodar's style parser fix
...
Originally committed to SVN as r1435.
2007-07-20 22:41:43 +00:00
Niels Martin Hansen
a0beaef640
Clarified a bunch of error messages
...
Originally committed to SVN as r1433.
2007-07-18 13:46:38 +00:00
Rodrigo Braz Monteiro
94260f649d
Several improvements to style editor, but still not 100% done
...
Originally committed to SVN as r1082.
2007-04-16 23:41:06 +00:00
Rodrigo Braz Monteiro
85cafc22bc
Clean up of DialogStyleEditor constructor.
...
Originally committed to SVN as r1081.
2007-04-16 22:13:09 +00:00
Niels Martin Hansen
425e8748ea
Colour picker history now correctly only keeps one copy of each colour used
...
Originally committed to SVN as r1051.
2007-04-09 19:04:11 +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
ccdd960982
Fixed writing of styles
...
Originally committed to SVN as r935.
2007-02-10 23:56:10 +00:00
Dan Donovan
317fba2e1e
Trim raw data from left before parsing a style, else the mid(6) to get rid of "style:" can fail, usually leaving the :
...
Originally committed to SVN as r927.
2007-02-06 22:35:15 +00:00
Rodrigo Braz Monteiro
3c46ab72ac
More Linux fixes.
...
Originally committed to SVN as r888.
2007-01-24 02:25:45 +00:00
Niels Martin Hansen
2d1fdcdfb9
Fixes for building with wx 2.8 without 2.6-compat mode. (Hopefully) more workyness for config dialogs in auto3.
...
Originally committed to SVN as r876.
2007-01-22 19:31:49 +00:00
Dan Donovan
518c50d07d
Don't set alpha in SetWXColor (for now?)
...
Originally committed to SVN as r831.
2007-01-18 08:01:16 +00:00
Dan Donovan
7b78f6e37c
ass_style improvements - ParseASS and ParseSSA are now just Parse in AssColor
...
Originally committed to SVN as r829.
2007-01-18 06:45:55 +00:00
Rodrigo Braz Monteiro
0fbfd67864
Added support for reading v4.00++ (ASS2) files.
...
Originally committed to SVN as r741.
2007-01-08 01:54:02 +00:00
Rodrigo Braz Monteiro
a477f58582
More preparations for ASS2
...
Originally committed to SVN as r740.
2007-01-08 01:08:50 +00:00
Rodrigo Braz Monteiro
b96c7932b9
Changes to prepare support for ASS2
...
Originally committed to SVN as r739.
2007-01-08 01:00:44 +00:00
Rodrigo Braz Monteiro
b3f2f069d3
Fixed and completed the implementation of DirectSound audio player, and made some changes for future ASS2 support.
...
Originally committed to SVN as r716.
2007-01-05 18:27:15 +00:00
Niels Martin Hansen
326fbe8961
Misc fixes for building on GCC
...
Originally committed to SVN as r697.
2007-01-03 21:18:19 +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