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
Karl Blomster
91e1fb7f06
Fix a crash when importing styles with names identical to ones existing on the script but with different case (they are now overwritten properly). Special thanks to ai-chan.
...
Originally committed to SVN as r2327.
2008-09-06 11:35:36 +00:00
Rodrigo Braz Monteiro
ae641fec3d
More translation-related updates
...
Originally committed to SVN as r1753.
2008-01-17 20:30:44 +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
Karl Blomster
10fa94f768
"Copy to storage" in the styles manager now prompts the user if he wants to overwrite if the style already exists in the storage (previously it would do nothing, goggles etc.). Fixes #573 .
...
Originally committed to SVN as r1697.
2008-01-13 06:42:34 +00:00
Rodrigo Braz Monteiro
045583c190
Improved hotkeys manager, and tweaked style manager.
...
Originally committed to SVN as r1617.
2007-10-20 23:04:06 +00:00
Niels Martin Hansen
81aec949dc
Change more places to check for Cmd key on Mac rather than Ctrl key.
...
Originally committed to SVN as r1574.
2007-09-21 22:56:44 +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
Dan Donovan
c5a91a11fe
Needed to call updatedata when changing style name. Also, add some error handling to pasting styles.
...
Originally committed to SVN as r1551.
2007-09-02 19:31:17 +00:00
Dan Donovan
a5aa4245f0
Don't let pasting styles duplicate style names. Add "Copy of " where necessary.
...
Originally committed to SVN as r1550.
2007-09-02 19:09:23 +00:00
Rodrigo Braz Monteiro
8e5e70cf8b
Originally committed to SVN as r1510.
2007-08-18 02:00:20 +00:00
Niels Martin Hansen
0c7e929f13
Fix tab order issues in various dialogues - bug #518 . Still a couple left with more serious issues. (Export, style editor, translation assistant, fonts collector, kanji timer, more I'm forgetting.)
...
Originally committed to SVN as r1494.
2007-08-15 23:17:42 +00:00
Rodrigo Braz Monteiro
fcd9974772
Fixed #458 , along with other style manager/editor related issues.
...
Originally committed to SVN as r1444.
2007-07-27 06:14:38 +00:00
Rodrigo Braz Monteiro
1bd5869ac6
Fixed #480
...
Originally committed to SVN as r1443.
2007-07-27 05:58:55 +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
6087d6ec22
Added icons to all dialogs that have one for them.
...
Originally committed to SVN as r1360.
2007-07-04 23:09:40 +00:00
Rodrigo Braz Monteiro
c01bb02942
Redesigned the layout of the styles manager.
...
Originally committed to SVN as r1334.
2007-07-02 06:18:28 +00:00
Rodrigo Braz Monteiro
726305faff
Fixed some video display bugs and added overscan mask drawing (disabled for now).
...
Originally committed to SVN as r1308.
2007-06-28 20:29:56 +00:00
Rodrigo Braz Monteiro
b28eeabc47
Started adding non-functional help buttons to dialogs and replacing buttons with wxStdDialogButtonSizer.
...
Originally committed to SVN as r1297.
2007-06-23 07:27:09 +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
1c027dd44a
Two storages with the same name can no longer be created in the styles manager.
...
Originally committed to SVN as r1023.
2007-04-08 00:10:42 +00:00
Dan Donovan
4eb824ea16
Make the escape key work for more stuff in Style Manager
...
Originally committed to SVN as r950.
2007-03-18 02:18:25 +00:00
pomyk
12c1e6f498
fixed a crash when no subs selected
...
Originally committed to SVN as r941.
2007-02-25 18:08:19 +00:00
Rodrigo Braz Monteiro
63ad2baf5d
Fixed event handling in styles manager.
...
Originally committed to SVN as r930.
2007-02-07 16:39:05 +00:00
Dan Donovan
caea5872b4
Added copy+paste to style manager, ctrl+c/v only (so far, anyway)
...
Originally committed to SVN as r925.
2007-02-06 03:25:14 +00:00
Dan Donovan
56c7891baf
Added keyboard shortcuts escape and delete to style manager
...
Originally committed to SVN as r924.
2007-02-05 19:09:45 +00:00
Rodrigo Braz Monteiro
9a292d6091
Fixed styling manager, editor, and kanji timer.
...
Originally committed to SVN as r898.
2007-01-26 23:42:19 +00:00
Dan Donovan
4565a18369
Originally committed to SVN as r893.
2007-01-26 00:47:42 +00:00
Rodrigo Braz Monteiro
297dbd74b8
Fixed almost a hundred warning messages issued with /W4 in VC++ (with warning 4100 disabled)
...
Originally committed to SVN as r891.
2007-01-24 03:54:32 +00:00
Niels Martin Hansen
2d1fdcdfb9
Fixes for building with wx 2.8 without 2.6-compat mode. (Hopefully) more workyness for config dialogs in auto3.
...
Originally committed to SVN as r876.
2007-01-22 19:31:49 +00:00
Rodrigo Braz Monteiro
06cff2e2f2
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
...
Originally committed to SVN as r652.
2006-12-28 23:43:23 +00:00