- juil. 15, 2009
-
-
Niels Martin Hansen a rédigé
Oops, have to commit to 2.1.7 tag, the configuration used for the Windows build didn't get into the original tag. Originally committed to SVN as r3143.
-
- juil. 14, 2009
-
-
Niels Martin Hansen a rédigé
* Remove option from Options dialogue, it's an install-time thing really * Don't try to do file associations at startup if we're portable * General clean up of config handling code; properly make ?user point to ?data and then everything magically follows, makes a lot of handling cleaner Originally committed to SVN as r3131.
-
Niels Martin Hansen a rédigé
Properly fix "local config" option, previously it only made config.dat local and kept everything else in %APPDATA% still. Now fixed, along with a load of other problematic uses of relative paths. Still a lot more to go. This also makes a bit of sense of the default options for various paths that previously were implicitly relative to ?user or ?data but never explicitly specified in options. Originally committed to SVN as r3130.
-
Karl Blomster a rédigé
Remove the dangerous CopyFile function that on Unix attempted to create hard links of files instead of copying them. Replace it with wxCopyFile instead. Patch by jfs. Fixes #912. Originally committed to SVN as r3129.
-
Niels Martin Hansen a rédigé
Originally committed to SVN as r3128.
-
Niels Martin Hansen a rédigé
More minor fixes to Windows installer... we're installing VSFilter 2.39e from guliverkli2 and not one from MPC-HC, and list a couple more files for the pre-install cleanup jobs. Originally committed to SVN as r3127.
-
Amar Takhar a rédigé
Originally committed to SVN as r3126.
-
Niels Martin Hansen a rédigé
* Include ffms2.pdb * Have some files/actions depend on multiple components Originally committed to SVN as r3125.
-
Niels Martin Hansen a rédigé
Originally committed to SVN as r3124.
-
-
Niels Martin Hansen a rédigé
Originally committed to SVN as r3122.
-
Amar Takhar a rédigé
Actually fix libosxutil includes, as many times as I'd like to belive using 'diff' to transfer from a working copy to a non-working copy is the safest I always endup convincing myself that it's impossible to screw-up a _two_ line patch. Originally committed to SVN as r3121.
-
Niels Martin Hansen a rédigé
Originally committed to SVN as r3120.
-
Amar Takhar a rédigé
I can't belive these snuck in, I specifically ensured they wern't there but obviously I didn't do nearly a good enough job! Originally committed to SVN as r3119.
-
Amar Takhar a rédigé
Originally committed to SVN as r3118.
-
Amar Takhar a rédigé
Originally committed to SVN as r3117.
-
Karl Blomster a rédigé
Originally committed to SVN as r3116.
-
-
Amar Takhar a rédigé
Rename FFmpegsource2/ to libffms/ before the update to r115 from the ffms repo. This doens't make any build changes so things will be broken in this commit. Originally committed to SVN as r3114.
-
- juil. 13, 2009
-
-
Niels Martin Hansen a rédigé
* Don't include dictionaries and thesaurii if they don't exist on the machine building the installer * Sprinkle some more 'solidbreak' flags around, hoping to make compact/custom installations spend less time decompressing huge files that won't be installed Originally committed to SVN as r3113.
-
Niels Martin Hansen a rédigé
Originally committed to SVN as r3112.
-
Niels Martin Hansen a rédigé
Originally committed to SVN as r3111.
-
Niels Martin Hansen a rédigé
Originally committed to SVN as r3110.
-
Karl Blomster a rédigé
Originally committed to SVN as r3109.
-
Karl Blomster a rédigé
Hack in some compatibility #defines in FFMS2's utils.h so it'll compile with both older and newer ffmpeg versions. Reverts r3012. Part of this change based on a patch by CharlieB. Fixes #909. Originally committed to SVN as r3108.
-
- juil. 12, 2009
-
-
Amar Takhar a rédigé
* char config_path -> const char *config_path for non-MAC builds. not sure how the first version got in. Originally committed to SVN as r3107.
-
Thomas Goyne a rédigé
Made selecting a line via the visual typesetting drag mode also update the grid's selection, fixing one way of getting the edit box out of sync with the other non-time controls. Originally committed to SVN as r3106.
-
- juil. 11, 2009
-
-
Amar Takhar a rédigé
Fix OSX: Move our local libass patch into aegisub itself as libass now supports specifying a fontconfig config file. Originally committed to SVN as r3105.
-
Amar Takhar a rédigé
Nuke the Windows (MSVC) support as libass will be adding their own official support, it's not like we're using it anyway.. Originally committed to SVN as r3104.
-
Amar Takhar a rédigé
Originally committed to SVN as r3103.
-
Amar Takhar a rédigé
Originally committed to SVN as r3102.
-
Amar Takhar a rédigé
Disable Fortran checks, thanks Greg! For whatever reason I only looked at the autoconf source, sigh. Originally committed to SVN as r3101.
-
- juil. 08, 2009
-
-
Karl Blomster a rédigé
Re-fix the fix in r3091; the issue wasn't what I thought it was, it was that memory was being freed twice. Fixes #906. Originally committed to SVN as r3100.
-
- juil. 06, 2009
-
-
harukalover a rédigé
Originally committed to SVN as r3099.
-
- juil. 04, 2009
-
-
Amar Takhar a rédigé
Even when we don't have any audio players audio_player.cpp is still required in order to register the fact that there are no audio players. Originally committed to SVN as r3098.
-
Thomas Goyne a rédigé
Made the edit box only retain its internal undo history for changes made since the last commit or line switch rather than every state it has had since the program was started, fixing a gradual memory leak. Originally committed to SVN as r3097.
-
harukalover a rédigé
Increased the default size of the time edit control on wxGTK since it was still too small on some OS's after r3094 Originally committed to SVN as r3096.
-
- juil. 03, 2009
-
-
Thomas Goyne a rédigé
Fixed an issue with the Set Start/End to Video and Snap to Scene hotkeys and toolbar buttons where any uncommited changes in the editbox would be reverted. They now behave the same as setting the time via the text boxes. Originally committed to SVN as r3095.
-
- juil. 02, 2009
-
-
harukalover a rédigé
Fixed the "Overwrite-Insertion in time boxes" option on Linux and enabled it as the default mode for the time edit boxes on all OS's instead of just Windows Originally committed to SVN as r3094.
-
harukalover a rédigé
Fixed an issue with the spectrum slider not updating the color spectrum in the color picker dialog on Linux Originally committed to SVN as r3093.
-