Thomas Goyne
b6c2cf887f
Add an empty unistd.h for zconf.h
2012-11-16 15:58:56 -08:00
Thomas Goyne
e0144394f5
Add the directory with inttypes.h to the include path for Makefile projects
2012-11-16 15:58:56 -08:00
Thomas Goyne
8ca862fa93
Force autocrlf to input for ffmpeg since it barfs on Windows newlines
2012-11-16 15:58:56 -08:00
Thomas Goyne
497f23e22d
Clean up the solution build configurations a bit
2012-11-16 15:58:56 -08:00
Thomas Goyne
7bf664b28d
Enable automatic NuGet package restoration
2012-11-16 15:58:56 -08:00
Thomas Goyne
30dd139cf3
Fix the include path for FFTW3
2012-11-16 15:58:55 -08:00
Thomas Goyne
dfefdeaf8a
Don't try to load the user config file if it doesn't exist
2012-11-16 15:58:55 -08:00
Thomas Goyne
8c5c4cfd20
Add the solution file
2012-11-16 15:58:55 -08:00
Thomas Goyne
b169a05f08
Try to autodetect the location of msys
2012-11-16 15:58:55 -08:00
Thomas Goyne
d6c8215df7
Set the default source paths for the deps to where the updater will put them
2012-11-16 15:58:55 -08:00
Thomas Goyne
6f01ad7f95
Add project to fetch and update most of Aegisub's external deps
2012-11-16 13:47:51 -08:00
Thomas Goyne
b055abae44
Fix compliation with gcc 4.7
2012-11-15 18:15:40 -08:00
Thomas Goyne
89fef06d6b
Replace all uses of auto_ptr with unique_ptr
2012-11-15 18:15:39 -08:00
Thomas Goyne
0be698965a
Obey the platform/configuration set in the UI for ffmpeg and fribidi
2012-11-15 18:15:39 -08:00
Thomas Goyne
eaf66ea329
Dynamically link the runtime for FFMS2 and FFmpeg
2012-11-15 15:25:24 -08:00
Thomas Goyne
558325bce3
Add zlib project
2012-11-14 14:35:49 -08:00
Thomas Goyne
73696b8efa
Add msbuild target for building translations. Closes #1076 .
2012-11-14 07:08:43 -08:00
Thomas Goyne
9a2b8fc408
Add dependency information to the fribidi project
2012-11-13 16:15:39 -08:00
Thomas Goyne
d70094917b
Add some dependency information to avoid pointlessly rebuilding ffmpeg
2012-11-13 11:01:50 -08:00
Thomas Goyne
06aaaff16b
NULL -> nullptr
2012-11-13 08:51:01 -08:00
Thomas Goyne
47c678bd63
Make UCDetect a little less insane
2012-11-13 08:46:31 -08:00
Thomas Goyne
2dd1da8333
Use C++11 stuff in libaegisub
2012-11-13 08:46:30 -08:00
Thomas Goyne
653aa32eb2
Use std::any_of rather than std::find_if() != end()
2012-11-13 05:52:24 -08:00
Thomas Goyne
b6b68b789d
Use lambdas in a few places
2012-11-12 19:40:42 -08:00
Thomas Goyne
dbbb73651d
Replace the post-build events with a new target with dep tracking and such
2012-11-12 18:35:34 -08:00
Thomas Goyne
6a0c790ff2
Add a FFMS2 project
2012-11-12 18:35:34 -08:00
Thomas Goyne
938a1d32c8
Add ffmpeg project
2012-11-12 18:35:28 -08:00
Thomas Goyne
eeb28dbdb1
Fix SSA parsing test
2012-11-12 18:35:28 -08:00
Thomas Goyne
6212afb314
Add karaoke templater support to the syntax highlighter
2012-11-12 18:35:27 -08:00
Thomas Goyne
b3c1af11b7
Fix handling of unclosed override blocks starting at position 0
2012-11-12 18:35:27 -08:00
Thomas Goyne
7ca7b1d934
Fix syntax highlighting for fonts with spaces
2012-11-12 18:35:27 -08:00
Thomas Goyne
1375da556f
Default to O3 rather than O2
2012-11-12 18:35:27 -08:00
Thomas Goyne
692ef37b8f
Add Clean and Rebuild targets to fribidi
2012-11-12 18:35:27 -08:00
Thomas Goyne
31e347febf
Use ToolTask for ShellWrapper for simpler effective logging
2012-11-12 18:35:27 -08:00
Thomas Goyne
e7ab194809
Set the output base relative to the project so that it works when building projects directly
2012-11-12 18:35:27 -08:00
Thomas Goyne
ffcd455713
Add fribidi project
2012-11-12 18:35:27 -08:00
Thomas Goyne
3cf2a39884
Add msbuild task to update git_version.h
2012-11-12 18:35:27 -08:00
Thomas Goyne
c759beda96
Add msys root directory to paths page
2012-11-12 18:35:27 -08:00
Thomas Goyne
c1dc875a05
Always add the spellchecker language list to the edit box context menu
...
There's really no reason not to include it even if the right-click
wasn't on a word, and leaving it out can lead to confusing situations
when the dictionary file for the user's currently selected language
doesn't exist.
2012-11-12 18:35:26 -08:00
Thomas Goyne
01c833d9b3
Make the autosave dialog resizeable
2012-11-12 18:35:26 -08:00
Thomas Goyne
c41f2ff343
Add an icon to the autosave dialog
2012-11-12 18:35:26 -08:00
Thomas Goyne
59a165f022
Change the crash recovery naming scheme to be like the autosave files
2012-11-12 18:35:26 -08:00
Thomas Goyne
eb823e66d3
Add backups and crash recovery files to the autosave dialog. Closes #657 .
2012-11-12 18:35:26 -08:00
Thomas Goyne
154f831c7c
Add a basic dialog for opening Autosave files
...
This currently consists of just a list of autosave files and the
timestamps of the versions available for each file. It'd probably be a
good idea to add more information to this later, such as the original
file path and perhaps a preview of the file?
Closes #781 .
2012-11-12 18:35:26 -08:00
Thomas Goyne
6f05d4b466
Change the test for json parse errors to work with libc++
...
libc++ is of the opinion that "123eee" is a well-formed double equal to 0.
2012-11-12 18:35:26 -08:00
Thomas Goyne
ae231ce5a5
Add test files to .gitignore
2012-11-12 18:35:26 -08:00
Thomas Goyne
9c37a50b4d
Add support for gtest 1.6
...
1.6.0 removed support for 'make install' as the maintainers are
apparently unaware that their library is not actually a unique snowflake
and that having to use identical compilation settings for every library
is in fact a completely normal thing for C++ libraries that people
somehow manage to deal with.
Building the tests now requires passing the root directory of a copy of
the googletest source to make, via 'make GTEST_ROOT=~/path/to/gtest'.
2012-11-12 18:35:26 -08:00
Thomas Goyne
4853119153
Add .cc extension to Makefile.target
2012-11-12 18:35:26 -08:00
Thomas Goyne
88fdee726b
Extract word-splitting logic from the syntax highlighter
2012-11-12 18:35:25 -08:00
Thomas Goyne
24c21dd425
Don't update the editbox styling when it hasn't changed
...
The syntax highlighting isn't especially slow, but the stylesneeded
event seems to be sent repeatedly until the styles aren't changed, so it
was pointlessly reparsing and restyling the text on every idle event.
2012-11-12 18:35:25 -08:00