Cross-platform advanced subtitle editor
Go to file
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
FFmpegSource2 Change how configuration works. 2009-01-04 06:31:48 +00:00
OverLua Documentation on how I imagine the fonts interface for OverLua can work. No code yet. 2008-07-11 02:00:04 +00:00
SSATool (SSATool) add a missing resx file 2007-08-11 17:29:19 +00:00
aegisub Change how configuration works. 2009-01-04 06:31:48 +00:00
art-sources Updated logo image for Aegisub blog. 2008-07-21 23:29:28 +00:00
assdraw * Remove stray Makefile.in. 2008-12-26 04:06:12 +00:00
athenasub Refactoring and better file format detection. Also added a unit test for that. 2008-11-23 02:39:00 +00:00
auto3 Fix auto4/auto3 (lua51/lua50) support, this removes the --with-* flags in favor 2008-03-20 21:24:01 +00:00
automation Fix bug with $x/$lx/$sx and others definition time. 2008-10-06 00:46:34 +00:00
avisynth_prs Random changes in traydict 2007-10-29 04:29:04 +00:00
bin Added auto3 lib+dll to repository and made auto4_auto3.cpp automatically link to it. 2008-01-01 22:55:58 +00:00
build Change how configuration works. 2009-01-04 06:31:48 +00:00
csri Change a variable to size_t since that's what it should be. 2008-03-14 19:42:13 +00:00
docs Modified the documentation export script so it writes all images directly to ./images/*. 2008-01-19 05:22:55 +00:00
hunspell Added Visual Studio 2008 (VC++9) project files. 2008-01-23 21:50:35 +00:00
installer OpenAL support in installer. 2008-12-20 00:17:32 +00:00
kanamemo Added the kanamemo & traydict side projects to repository 2006-06-29 23:14:54 +00:00
lib update ffms2.lib 2008-12-31 00:10:20 +00:00
libass * Add code for grabbing fonts.conf from within a bundle (thanks jfs!) 2008-12-31 11:47:16 +00:00
lua51 Add support for new override tags: \iclip \fax \fay \xshad \yshad \xbord \ybord \blur 2008-09-10 16:13:54 +00:00
m4macros Add detection for universalchardet config detection. This isn't used or hooked 2008-12-17 03:52:33 +00:00
motiontracker Producing software without actually doing anything 101: Write an overly vague specification. 2007-07-04 01:47:19 +00:00
packages add etc/fonts for fontconfig now that we have bundle-local fontconfig 2009-01-01 04:47:34 +00:00
po Jeroi 2009-01-02 23:08:36 +00:00
prs Modified all projects to output their files to /trunk/lib/ 2007-04-09 05:36:05 +00:00
scripts Fix scripts/osx-bundle.sh to copy the fontconfig config files. 2009-01-01 05:59:41 +00:00
specs Adding a test of various features of the ASS format. Will make a render of it using VSFilter later on. 2008-03-14 19:21:46 +00:00
traydict add oneliner version of unicodereplace.pl to the script itself so I don't forget about it 2008-12-26 23:36:39 +00:00
unit_test Refactoring and better file format detection. Also added a unit test for that. 2008-11-23 02:39:00 +00:00
universalchardet Add detection for universalchardet config detection. This isn't used or hooked 2008-12-17 03:52:33 +00:00
vsfilter Update patch files as far as possible. Not everything is properly included. 2008-07-25 19:33:55 +00:00
INSTALL Remove ancient comments and add stubs: "To be written" 2008-12-23 09:31:29 +00:00
Makefile.am Use @SHELL@ instead of /bin/sh, this allows $SHELL to be changed. 2008-12-30 06:49:05 +00:00
README Remove ancient comments and add stubs: "To be written" 2008-12-23 09:31:29 +00:00
acinclude.m4 Add detection for universalchardet config detection. This isn't used or hooked 2008-12-17 03:52:33 +00:00
autogen.sh Rename genxpm.awk -> unix-gen-xpm.awk and genres.awk -> unix-gen-res.awk 2008-12-30 06:46:28 +00:00
configure.in Change how configuration works. 2009-01-04 06:31:48 +00:00
dummy.txt Testing new bot message. 2008-12-28 03:52:37 +00:00

README

* To be written.