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
Niels Martin Hansen
c3c29518d4
Untested patch: Remove all traces of the update checker from non-Windows builds, since it causes more problems than it solves on those.
...
Originally committed to SVN as r2277.
2008-07-22 20:55:24 +00:00
Niels Martin Hansen
f5ded43d51
Applied Harukalover's patch for remembering last subtitle open directory also for files opened from commandline or drag/drop, bug #722 .
...
Originally committed to SVN as r2212.
2008-06-24 20:31:23 +00:00
Rodrigo Braz Monteiro
4f4f4cc91f
Moved files relevant to providers to aegisub/include. A few things might be broken.
...
Originally committed to SVN as r1956.
2008-03-07 21:00:20 +00:00
Rodrigo Braz Monteiro
1afa7566ab
Originally committed to SVN as r1812.
2008-01-22 02:54:16 +00:00
Rodrigo Braz Monteiro
efc04d9e4c
Another attempt to fix assdraw icon on Unix
...
Originally committed to SVN as r1794.
2008-01-20 20:05:29 +00:00
Rodrigo Braz Monteiro
1d237af42c
Added support for ASSDraw3 (that is, a menu item to launch the program if it's available on the same folder as Aegisub.exe)
...
Originally committed to SVN as r1790.
2008-01-20 17:34:35 +00:00
Rodrigo Braz Monteiro
71502c1eeb
Patched universalchardet to allow Aegisub to pick all possible encodings that it found and present them to the user.
...
Originally committed to SVN as r1752.
2008-01-17 18:35:06 +00:00
Rodrigo Braz Monteiro
c2aaa4eb8c
Added shb's incomplete perl support code (doesn't build on VC++ yet)
...
Originally committed to SVN as r1741.
2008-01-16 18:29:29 +00:00
Rodrigo Braz Monteiro
b0d0c01b93
Added a "save timecodes" option. Also updated pt_BR translation a bit more.
...
Originally committed to SVN as r1738.
2008-01-16 02:31:37 +00:00
Rodrigo Braz Monteiro
3ce6d62f4e
Hopefully made Aegisub compile on Linux without WITH_FFMPEG.
...
Originally committed to SVN as r1723.
2008-01-15 00:54:54 +00:00
Rodrigo Braz Monteiro
74e6a888da
Added a help button to visual typesetting and added an icon for the select lines tool.
...
Originally committed to SVN as r1719.
2008-01-14 19:46:46 +00:00
Rodrigo Braz Monteiro
f939133a36
Fixed the issue on #538 , although this needs some testing to see if it didn't break timecode loading support.
...
Originally committed to SVN as r1711.
2008-01-14 00:39:19 +00:00
Rodrigo Braz Monteiro
dd0fdcae46
Updated addresses for the bug tracker and IRC channel
...
Originally committed to SVN as r1707.
2008-01-13 23:36:38 +00:00
Rodrigo Braz Monteiro
e0f3086369
1700 GET. Changed how the help button works, and made it direct to the wiki for now. Only 4 help buttons work, so far.
...
Originally committed to SVN as r1700.
2008-01-13 21:05:31 +00:00
Rodrigo Braz Monteiro
6d9b40114c
Added a minimal hunspell (for win32 only) to repository
...
Originally committed to SVN as r1694.
2008-01-13 05:57:09 +00:00
Rodrigo Braz Monteiro
30fc5aa32f
Made Aegisub remember whether video was detached or not last time.
...
Originally committed to SVN as r1691.
2008-01-12 03:12:49 +00:00
Rodrigo Braz Monteiro
d7d66733f0
Fixed closing of video with detached video window open
...
Originally committed to SVN as r1690.
2008-01-12 03:09:48 +00:00
Rodrigo Braz Monteiro
75b4fb1437
Made almost all major components of Aegisub optional... this might be severely broken still.
...
Originally committed to SVN as r1660.
2007-12-31 06:46:22 +00:00
Niels Martin Hansen
c306eef796
Fix "keyframes file not found" error always occurring on subs file load, when no keyframes file was used.
...
Originally committed to SVN as r1603.
2007-10-18 02:26:14 +00:00
Alysson Souza
6251d467f3
Fixed playback of dummy video with no audio loaded.
...
Originally committed to SVN as r1596.
2007-10-05 18:15:05 +00:00
Niels Martin Hansen
4bb88670bb
Make video zoom dropdown on the toolbar and the subs edit area Commit button both use default sizes.
...
Originally committed to SVN as r1594.
2007-10-02 19:11:06 +00:00
Alysson Souza
f97501f254
Some cosmetic fixes to menu.
...
Originally committed to SVN as r1592.
2007-09-27 22:52:01 +00:00
Niels Martin Hansen
3f5b58762a
Fix splash screen skipping so tip of the day isn't skipped on Mac.
...
Originally committed to SVN as r1587.
2007-09-24 01:35:47 +00:00
Niels Martin Hansen
545f85ff92
Always skip splash screen on wxMac
...
Originally committed to SVN as r1586.
2007-09-24 01:18:42 +00:00
Niels Martin Hansen
09f7c32cb2
Remove "new window" item from File menu on Mac, since it can't work there in its current implementation. (OS limits to one instance of each application, one app instance must handle multiple open documents.)
...
Originally committed to SVN as r1582.
2007-09-23 20:19:21 +00:00
Niels Martin Hansen
89c3543b67
Tell wxMac about our special menu items, so they will be placed right on the menu bar.
...
Originally committed to SVN as r1581.
2007-09-23 19:40:57 +00:00
Niels Martin Hansen
b20dcaaa5f
More fixing main window title to be Apple HIG-alike
...
Originally committed to SVN as r1577.
2007-09-22 03:49:18 +00:00
Niels Martin Hansen
50f6d65ace
Set the mark in the window close button to signal document modified, rather than prepending a star to the window title, on wxMac.
...
Originally committed to SVN as r1576.
2007-09-22 03:07:16 +00:00
Rodrigo Braz Monteiro
489abd6663
jfs's mac patches applied
...
Originally committed to SVN as r1560.
2007-09-11 23:22:26 +00:00
Alysson Souza
3518f381a7
Added support for reading keyframes from xvid pass files
...
Originally committed to SVN as r1535.
2007-08-26 00:00:37 +00:00
Rodrigo Braz Monteiro
d6b5c8fbb9
demi` patch: Added a new "Video Details" dialog, that lists some information regarding the currently open video.
...
Originally committed to SVN as r1520.
2007-08-19 22:21:41 +00:00
Rodrigo Braz Monteiro
53a95b3af2
Issue #386 - Fixed setting of hotkeys to enter.
...
Originally committed to SVN as r1469.
2007-08-04 09:23:21 +00:00
Rodrigo Braz Monteiro
3f934a66db
Resolved #341
...
Originally committed to SVN as r1448.
2007-07-27 08:24:49 +00:00
Rodrigo Braz Monteiro
7e6a5ad6c8
Implemented issue #345 - Added a "new window" command to the file menu, to launch a new instance of Aegisub.
...
Originally committed to SVN as r1447.
2007-07-27 07:30:33 +00:00
Rodrigo Braz Monteiro
6110808dad
Some failed attempts to fix detached video window stuff :3
...
Originally committed to SVN as r1440.
2007-07-27 04:05:18 +00:00
Niels Martin Hansen
742240b5d8
Added debug-builds-only dummy audio provider (can provide either blank or noise audio.)
...
Originally committed to SVN as r1436.
2007-07-23 15:19:48 +00:00
Niels Martin Hansen
a0beaef640
Clarified a bunch of error messages
...
Originally committed to SVN as r1433.
2007-07-18 13:46:38 +00:00
Rodrigo Braz Monteiro
5f2508ee70
Finished some clean up on visual typesetting
...
Originally committed to SVN as r1385.
2007-07-07 03:21:52 +00:00
Niels Martin Hansen
a3ee2770fa
Fix localisable strings in frame_main, especially main menu bar
...
Originally committed to SVN as r1376.
2007-07-05 15:41:41 +00:00
Rodrigo Braz Monteiro
1125cbb5a9
Fixed two crashes
...
Originally committed to SVN as r1336.
2007-07-03 01:09:39 +00:00
Rodrigo Braz Monteiro
6f283a819e
Added a commit button to the subtitles edit box for the shortcut-impaired.
...
Originally committed to SVN as r1319.
2007-06-30 20:00:07 +00:00
Rodrigo Braz Monteiro
2f911574d6
Overscan mask fully implemented. Toggleable via video menu.
...
Originally committed to SVN as r1310.
2007-06-28 21:35:37 +00:00
Rodrigo Braz Monteiro
831c423d93
Removed associations dialog from non-win32 and added kanji timer icon to toolbar.
...
Originally committed to SVN as r1285.
2007-06-21 21:14:31 +00:00
Rodrigo Braz Monteiro
1db207ea29
Fixed file backup AGAIN...
...
Originally committed to SVN as r1279.
2007-06-21 04:11:24 +00:00
Rodrigo Braz Monteiro
d0fc49ca67
Replaced all references to absolute paths with ?user, ?data or ?temp. Some bugs might have resulted, but it seems to work-ish.
...
Originally committed to SVN as r1277.
2007-06-21 00:46:50 +00:00
Rodrigo Braz Monteiro
c4d94d4dfa
Added ?script, ?video and ?audio to standard paths. It's now all done except for encoding, which isn't very important...
...
Originally committed to SVN as r1276.
2007-06-20 22:23:55 +00:00
Rodrigo Braz Monteiro
fa293466d6
Semi-functional new fonts collector, using jfs's freetype2 font finding engine. Only font copying and checking work... and stuff also needs general tweaking.
...
Originally committed to SVN as r1270.
2007-06-20 05:18:47 +00:00
Rodrigo Braz Monteiro
64c6c7ee07
Added the associations dialogue to the menu and made Aegisub capable of associating sub and ttxt, as well as opening them by command line or drag-drop
...
Originally committed to SVN as r1260.
2007-06-19 04:04:46 +00:00
Rodrigo Braz Monteiro
a98fc362d3
Added icon for kanji timer and enabled the 'delete line' icon
...
Originally committed to SVN as r1232.
2007-06-17 05:15:20 +00:00