Commit Graph

  • f81736d461 update config.guess and config.sub djcj 2014-07-24 21:08:19 +0200
  • 4c09f696d1 add '(Language)' after translated labels as suggested on the forums: http://forum.aegisub.org/viewtopic.php?f=5&t=66925#p91569 djcj 2014-07-24 21:05:21 +0200
  • c9e4cea8ad Fix handling for automation debug formatting errors Thomas Goyne 2014-07-26 20:38:07 -0700
  • eb0cf90433 Ensure the lua state gets closed when running tests Thomas Goyne 2014-07-21 09:34:33 -0700
  • de686bdb6f Remove the automation thread priority stuff Thomas Goyne 2014-07-21 09:56:24 -0700
  • 0cc941e559 Use wx events for invoking on the main thread on OS X Thomas Goyne 2014-07-17 11:23:05 -0700
  • e675cf10da Don't version the executable on Linux Thomas Goyne 2014-07-17 08:02:11 -0700
  • d61a9664c6 Write a BOM at the beginning of subtitles to make unpatched VSFilter happy Thomas Goyne 2014-07-23 14:56:32 -0700
  • 45b5637e35 Update ffms2 Thomas Goyne 2014-07-23 14:53:54 -0700
  • d311da75e0 Change LuaJIT's deployment target back to 10.4 Thomas Goyne 2014-07-23 14:52:13 -0700
  • 97b5163874 Patch os module methods to add Unicode support on Windows Thomas Goyne 2014-07-15 13:40:15 -0700
  • 68b824c8ca Patch io.open and io.popen to support Unicode filenames on Windows Thomas Goyne 2014-07-15 11:42:16 -0700
  • 584284aa79 Reject vfr timecodes which are all identical Thomas Goyne 2014-07-15 07:37:08 -0700
  • 1835d5e2d8 Update Basque translation Xabier Aramendi 2014-07-15 07:14:41 -0700
  • 897f9d1254 Eliminate some warnings Thomas Goyne 2014-07-14 08:55:47 -0700
  • 771525ae6f Make AssFixStylesFilter usable statically Thomas Goyne 2014-07-14 08:40:13 -0700
  • 97c59e2630 Fix non-pch compilation Thomas Goyne 2014-07-14 07:57:59 -0700
  • 92b8b2851b Don't build the dialogue lexer on every use Thomas Goyne 2014-07-13 20:54:16 -0700
  • 706a72d5c1 Eliminate several memory allocations per line when reading thesaurus files Thomas Goyne 2014-07-11 16:03:20 -0700
  • 88a089721b Merge pull request #7 from darealshinji/master Thomas Goyne 2014-07-12 07:23:57 -0700
  • 3c772dd649 fix Linux build darealshinji 2014-07-12 01:31:26 +0200
  • a9019421f1 Fix memory leak in aegisub.text_extents on Windows Thomas Goyne 2014-07-11 07:11:10 -0700
  • 06367d5cd9 Don't convert encoding names to lowercase when writing files Thomas Goyne 2014-07-10 20:39:24 -0700
  • 548fbd814b Fix a use-after-free when a SubsEditCtrl is destroyed while the thesaurus is loading Thomas Goyne 2014-07-10 19:57:19 -0700
  • 4dc38447dc Check the return value from lua_open() Thomas Goyne 2014-07-10 15:47:40 -0700
  • bffbae0ed9 Fix vc++ compilation Thomas Goyne 2014-07-10 12:55:21 -0700
  • bf03904fb8 Change the default ffms audio error handling mode to ignore Thomas Goyne 2014-07-10 11:40:32 -0700
  • 2df4c4c194 Use wxDCFontChanger correctly Thomas Goyne 2014-07-10 11:31:10 -0700
  • a5c2ef273f Add tests for floating point sample conversion Thomas Goyne 2014-07-10 10:27:48 -0700
  • 63de3232f7 Add test for channel downmixing Thomas Goyne 2014-07-10 10:21:18 -0700
  • f32bdff84a Add tests for the sample doubling converter and make it work correctly Thomas Goyne 2014-07-10 10:14:54 -0700
  • 93ad15efb1 Reuse the decoding buffer in the audio converters Thomas Goyne 2014-07-10 08:11:59 -0700
  • b9c75d8706 Add tests for the audio bitdepth conversions Thomas Goyne 2014-07-10 06:50:50 -0700
  • 585e9489d9 Move some of the audio provider machinery to libaegisub Thomas Goyne 2014-07-09 07:22:49 -0700
  • e942a7f0f7 Fix int overflow when saving audio clips Thomas Goyne 2014-07-08 15:57:43 -0700
  • e713f741a4 Make some functions static Thomas Goyne 2014-07-08 15:16:49 -0700
  • e60197962a Fix buffer overflow when getting text extents Thomas Goyne 2014-07-08 09:21:13 -0700
  • 8a5b4ae3a3 Fix keycode mapping for backspace, enter, tab and escape Thomas Goyne 2014-07-08 09:20:30 -0700
  • a58ed7343d Add Aegisub's include dirs before the system ones rather than after Thomas Goyne 2014-07-07 09:06:47 -0700
  • a11da3350c Save a backup copy of the old hotkey file if migrating from the old format Thomas Goyne 2014-07-07 09:04:23 -0700
  • 365c04333c Install the unicode-compatible Lua module loader before loading moonscript Thomas Goyne 2014-07-07 08:39:10 -0700
  • 6c0752035c Slightly optimize AssDialogue serialization Thomas Goyne 2014-07-07 07:11:01 -0700
  • 3844a1cb80 Update Indonesian translation doplank 2014-07-07 06:41:28 -0700
  • 5a14b36389 Remove unused test util functions Thomas Goyne 2014-07-06 14:49:24 -0700
  • 935c6bc3a7 Store hotkeys in a less dumb format Thomas Goyne 2014-07-06 12:47:35 -0700
  • 033baed930 Add simple tests for agi::Split Thomas Goyne 2014-07-06 12:02:51 -0700
  • 2757ebd94f Add character counter tests Thomas Goyne 2014-07-06 11:34:06 -0700
  • 3b34ed9a77 Move AssTime to libaegisub and add tests Thomas Goyne 2014-07-06 07:28:58 -0700
  • ba0e544d70 Swallow spam from coveralls submission Thomas Goyne 2014-07-05 17:26:59 -0700
  • 8c7fd37aa9 Clean up the SRT reader/writer a bit Thomas Goyne 2014-07-05 16:57:44 -0700
  • 8576c4993f Fix SRT timestamp parsing Thomas Goyne 2014-07-05 16:57:57 -0700
  • dd70da35d4 Remove some cruft from the fonts collector Thomas Goyne 2014-07-05 10:31:53 -0700
  • e924db1fda Store open dialogs in an unsorted vector Thomas Goyne 2014-07-05 09:00:02 -0700
  • f0f836c47b Eliminate a pointless std::map in charset_conv Thomas Goyne 2014-07-05 08:25:03 -0700
  • a22dd0f9ca Clean up the json parser a little Thomas Goyne 2014-07-05 07:53:13 -0700
  • d9016cc8ea Debloat and slightly speed up the MRU code Thomas Goyne 2014-07-04 21:21:35 -0700
  • 518342b919 Make the hotkey code a bit less bloated Thomas Goyne 2014-07-04 20:16:24 -0700
  • c0c05e982a Support passing a test filter to make test Thomas Goyne 2014-07-04 20:41:25 -0700
  • 7cafee39fc Exclude the Windows-specific files from coveralls Thomas Goyne 2014-07-04 19:18:19 -0700
  • df8ad34838 Eliminate pointless runtime datastructures for CalltipProvider Thomas Goyne 2014-07-04 16:01:09 -0700
  • 93522e30a8 Use a static table of tokens for agi::Path Thomas Goyne 2014-07-04 12:54:28 -0700
  • 6fab17d860 Add basic tests for lfs Thomas Goyne 2014-07-04 09:30:46 -0700
  • 9befa29707 Don't exclude tests dir from coverage information Thomas Goyne 2014-07-04 08:45:05 -0700
  • 830b54ec69 Build in debug mode on travis Thomas Goyne 2014-07-04 08:17:57 -0700
  • 7dc8dd6075 Install moonscript for busted on travis Thomas Goyne 2014-07-04 08:17:29 -0700
  • 771ce976cc Use the boost 1.55 tarball on travis since cloning the repo takes forever Thomas Goyne 2014-07-04 07:29:30 -0700
  • 5d92024201 Exclude more stuff from coveralls to cut down on noise Thomas Goyne 2014-07-04 07:21:47 -0700
  • 6ce9ce1546 Remove unused helper function Thomas Goyne 2014-07-03 10:14:09 -0700
  • 2f0ddb4f32 Improve the line_iterator tests Thomas Goyne 2014-07-03 09:55:59 -0700
  • 14969ec2ea Submit code coverage information to Coveralls Thomas Goyne 2014-07-03 07:54:03 -0700
  • d56868e820 Fiddle with the dependency info for libresrc to hopefully work better Thomas Goyne 2014-07-02 18:01:33 -0700
  • 3832f700c5 Eliminate race condition in fs::Touch test Thomas Goyne 2014-07-02 17:42:50 -0700
  • 92958a874b Add travis CI support Thomas Goyne 2014-07-02 11:33:49 -0700
  • 3ddafcd34a Disable iconv tests that require on libiconv functionality when not using libiconv Thomas Goyne 2014-07-02 10:48:06 -0700
  • c804042978 Fix test compilation with gcc Thomas Goyne 2014-07-02 10:36:19 -0700
  • c5bffa9352 Fix failing path test on Linux Thomas Goyne 2014-07-02 10:44:42 -0700
  • 1c94439909 Support running setup.sh out-of-tree Thomas Goyne 2014-07-02 09:51:59 -0700
  • a084f02a2d Fix a case where the found text would not be selected with find/replace Thomas Goyne 2014-07-01 20:10:24 -0700
  • abcd2bd61b Modernize the EBU STL writer a bit Thomas Goyne 2014-07-01 13:30:24 -0700
  • ce503a1fb5 Update Chinese translations. Closes #1779. 电脑迷 2014-07-01 12:24:41 -0700
  • 97a7b74dea Update fontconfig Thomas Goyne 2014-07-01 12:22:28 -0700
  • 0f42155ca2 Make all of the syntax highlighter colors customizable Thomas Goyne 2014-07-01 10:48:55 -0700
  • 71b74a6e86 Remove -D__STDC_FORMAT_MACROS from CXXFLAGS Thomas Goyne 2014-06-29 20:03:03 -0700
  • c1a7ba0009 Merge pull request #13 from dwbuiten/goto1 Thomas Goyne 2014-06-30 13:08:14 -0700
  • 14f9814bba srt: Factor out a goto statement Derek Buitenhuis 2014-06-30 17:05:30 +0100
  • e1d56f9294 Update all selected lines when dragging the origin in the rotate tools Thomas Goyne 2014-06-29 11:39:51 -0700
  • 5989226422 Fix crash when loading video from drag&drop is cancelled Thomas Goyne 2014-06-29 11:23:37 -0700
  • a38793497f Drop support for the DirectX SDK and require the Windows 8 SDK for DirectSound Thomas Goyne 2014-06-29 10:33:08 -0700
  • e53b2dab6b Eliminate a string copy for @ fonts in the fonts collector Thomas Goyne 2014-06-29 10:10:46 -0700
  • c50d80cf24 Fix enabling/disabling the default script resolution edit boxes in the preferences dialog Thomas Goyne 2014-06-29 10:00:07 -0700
  • 3ef728405d Add -DBOOST_SYSTEM_NO_DEPRECATED to Boost's CPPFLAGS Thomas Goyne 2014-06-29 07:48:04 -0700
  • dbf144812b Fix failing path tests on OS X Thomas Goyne 2014-06-28 19:48:45 -0700
  • 4c88449e4c Make UnknownElement moveable and not copyable Thomas Goyne 2014-06-27 20:44:47 -0700
  • 4c0e578eda Rewrite the remaining bits of json::Writer Thomas Goyne 2014-06-27 19:38:53 -0700
  • bc410a99f6 Change the in-memory storage of options to a sorted vector Thomas Goyne 2014-06-27 18:22:58 -0700
  • 13fe4fe9ff Actually load the platform config rather than the default config twice Thomas Goyne 2014-06-27 17:55:59 -0700
  • c9608ab610 Remove an exception not used for anything useful Thomas Goyne 2014-06-27 15:55:05 -0700
  • b7a8dea753 Remove a pointless static bool Thomas Goyne 2014-06-27 15:29:45 -0700
  • 6fec035958 Regenerate aegisub.pot Thomas Goyne 2014-06-27 11:19:42 -0700
  • 481f9e42a7 Fix the path to the desktop file in make_pot.sh Thomas Goyne 2014-06-27 11:18:17 -0700