Aegisub/aegisub
Thomas Goyne 54ebe9b37a Fix incorrect (un)wrapping of the subs edit box toolbar on video zoom changes
The size of the contents is not updated until after SubsEditBox::OnSize
is called, so the wrapping logic was being done based on the previous
available area, rather than the new size.

Originally committed to SVN as r6284.
2012-01-13 20:18:29 +00:00
..
automation Add DESTDIR support. Patch by Alucryd. Closes #1376. 2012-01-08 01:03:45 +00:00
build Kill setup.cpp and move library inclusion to config_windows0.h. Closes #949. 2012-01-11 20:03:46 +00:00
desktop Fix icon installation with DESTDIR set 2012-01-10 20:56:25 +00:00
docs/doxygen Factor out a bunch of duplicated code in the configure script for pkg-config based optional dependencies and use the pkg-config name for all WITH_* defines 2011-12-22 21:25:49 +00:00
libaegisub Add files which were missed in r6278 2012-01-13 14:37:15 +00:00
m4macros Get lua CFLAGS/LIBS from pkg-config when possible 2011-12-22 21:26:39 +00:00
packages Commit a WIP for fixing tinderbox distfile building. 2011-02-05 22:23:31 +00:00
po Add shell script to regenerate the .pot file 2012-01-08 01:05:45 +00:00
reporter Split the json log writing into a seperate class from LogSink 2012-01-08 01:36:23 +00:00
src Fix incorrect (un)wrapping of the subs edit box toolbar on video zoom changes 2012-01-13 20:18:29 +00:00
tests Derive agi::acs exceptions from agi::FileSystemError and friends rather than having two sets of errors for the same thing 2012-01-12 22:31:54 +00:00
tinderbox Factor out a bunch of duplicated code in the configure script for pkg-config based optional dependencies and use the pkg-config name for all WITH_* defines 2011-12-22 21:25:49 +00:00
tools Update vs2008 respack project 2011-01-16 07:14:24 +00:00
universalchardet Include dependency files into the Makefiles. This gives us dep tracking for headers. 2011-01-10 21:27:39 +00:00
INSTALL SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
LICENCE Kill in-repo libass and ffms and clean up some old cruft in the configure script 2011-07-16 03:36:28 +00:00
Makefile Delete the DVD subtitle format. It didn't work and it's been years since anyone last touched it. 2011-12-22 21:16:23 +00:00
Makefile.inc.in Always build with -g and optionally strip the debugging symbols on install so that crash backtraces aren't completely meaningless 2012-01-08 01:04:05 +00:00
Makefile.target Set BIN_SINSTALL in a way that actually works (make is not sh) 2012-01-10 20:56:15 +00:00
README SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
acinclude.m4 Delete ax_openml.m4 as we no longer use openmp 2011-12-22 21:23:52 +00:00
autogen.sh Remove maintainer mode, as it didn't actually do anything (since we don't use automake) 2011-12-22 21:26:12 +00:00
config.guess Merge r4855-4894 from the new_build_system branch. This still has rough spots and some of the dependency relations haven't been expressed but it works, and it's much better than what we had before as it kills off automake, libtool, gettext (package not library), intltool usage. 2010-12-05 19:12:42 +00:00
config.sub Merge r4855-4894 from the new_build_system branch. This still has rough spots and some of the dependency relations haven't been expressed but it works, and it's much better than what we had before as it kills off automake, libtool, gettext (package not library), intltool usage. 2010-12-05 19:12:42 +00:00
configure.in Switch precompiled headers back to defaulting to on 2012-01-10 19:10:00 +00:00
install-sh Merge r4855-4894 from the new_build_system branch. This still has rough spots and some of the dependency relations haven't been expressed but it works, and it's much better than what we had before as it kills off automake, libtool, gettext (package not library), intltool usage. 2010-12-05 19:12:42 +00:00
wscript Factor out a bunch of duplicated code in the configure script for pkg-config based optional dependencies and use the pkg-config name for all WITH_* defines 2011-12-22 21:25:49 +00:00

README

* To be written.