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
7342c2b617
Fix search/replace deleting part of line following the last match on that line. Also a minor optimisation.
...
Originally committed to SVN as r2280.
2008-07-23 16:09:27 +00:00
Alysson Souza
79cb1f1bd9
Applied Harukalover's patch - Added an effect field to find and search and replace dialogs
...
Originally committed to SVN as r2211.
2008-06-24 03:22:46 +00:00
Niels Martin Hansen
59a5e8f3b3
Fix #684 , I hope. Redid the case-insensitive Replace All algorithm to replace from a Right side into a Left side, also avoiding use of wx 1.x compatibility functions and doing proper case-insensitive compares rather than searching a lowercased string for a lowercased substring.
...
Originally committed to SVN as r2204.
2008-06-15 17:56:05 +00:00
Alysson Souza
c93d6d57b2
Fixed #688 , related to "Replace All" always being case sensitive
...
Originally committed to SVN as r1952.
2008-03-07 05:34:01 +00:00
Rodrigo Braz Monteiro
d23733da21
Hopefully fixed crash on search dialog.
...
Originally committed to SVN as r1861.
2008-02-15 21:47:09 +00:00
Rodrigo Braz Monteiro
d4d4c864db
Fixed #399
...
Originally committed to SVN as r1607.
2007-10-18 03:18:39 +00:00
Niels Martin Hansen
808f56d294
Fix heights of search for/replace with fields
...
Originally committed to SVN as r1578.
2007-09-22 03:50:05 +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
Rodrigo Braz Monteiro
97d996f995
Fixed all warnings while building on Linux, except for the ones on MatroskaParser.c and the ones about image conversion. Poke equinox for the later.
...
Originally committed to SVN as r1008.
2007-04-04 20:42:44 +00:00
Rodrigo Braz Monteiro
ee3178a8e1
Fixed replace bug ( #338 ) and cleaned search and replace code up a bit.
...
Originally committed to SVN as r957.
2007-03-28 01:11:52 +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
Rodrigo Braz Monteiro
23e73cb505
Fixed a few dialogs and added the early medusa shortcuts stuff
...
Originally committed to SVN as r661.
2006-12-30 20:58:24 +00:00
Rodrigo Braz Monteiro
fcdf986f81
Tweaks to the find dialogue
...
Originally committed to SVN as r657.
2006-12-29 22:58:09 +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