Commit graph

20 commits

Author SHA1 Message Date
Amar Takhar 91d73ec8ea SVN Transition Step 3/7
1. cd aegisub/
  2. svn mv *cpp *h src/
  3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \
     changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \
     mythes.hxx res.rc src/
  4. cd ..
  5. svn mv FFmpegSource2/ INSTALL Makefile.am README  acinclude.m4 \
     autogen.sh automation/ bin build configure.in desktop dummy.txt lib \
     libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/
  6. mkdir -p docs/wiki_convert
  7. svn add docs/wiki_convert
  8. cd docs
  9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/

* See r2749 for full description.

Originally committed to SVN as r2752.
2009-03-08 08:30:39 +00:00
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
Rodrigo Braz Monteiro fdc7d2fd93 Updated about dialog and options.
Originally committed to SVN as r2420.
2008-10-28 00:08:52 +00:00
Rodrigo Braz Monteiro f0e617634c Changed the about screen to use a text box, also added a few missing library credits.
Originally committed to SVN as r1838.
2008-01-25 21:44:55 +00:00
Rodrigo Braz Monteiro 7ab7eae5bd Another fix to about screen.
Originally committed to SVN as r1836.
2008-01-25 21:23:25 +00:00
Rodrigo Braz Monteiro bb6c7c042e Updated the about screen.
Originally committed to SVN as r1835.
2008-01-25 21:20:38 +00:00
Rodrigo Braz Monteiro ae641fec3d More translation-related updates
Originally committed to SVN as r1753.
2008-01-17 20:30:44 +00:00
Karl Blomster 5bb13493cd update copyright statements to 2008 in about dialog (el oh el)
Originally committed to SVN as r1667.
2008-01-09 02:01:48 +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
Niels Martin Hansen 93185b04aa Misc. changes to localisable text, part one.
Originally committed to SVN as r1374.
2007-07-05 15:23:31 +00:00
Niels Martin Hansen f9f65888d3 About-dialog is no longer on top.
Originally committed to SVN as r1164.
2007-05-04 01:56:17 +00:00
Rodrigo Braz Monteiro 4f1dc2c59d Made hunspell into a pluggable factory. This MIGHT cause issues with mythes if hunspell is not available...
Originally committed to SVN as r1108.
2007-04-22 02:03:40 +00:00
Rodrigo Braz Monteiro b91f1a0511 Replaced wxScintilla with the more sane (and standard) wxStyledTextCtrl.
Originally committed to SVN as r1104.
2007-04-21 23:16:38 +00:00
Rodrigo Braz Monteiro 98ce168b31 Merged opengl branch from 806 to 859
Originally committed to SVN as r860.
2007-01-21 06:30:19 +00:00
Rodrigo Braz Monteiro f470100ccd Dansolo's general tweaks and fixes to kanji timer and styling assistant
Originally committed to SVN as r784.
2007-01-13 07:04:12 +00:00
Rodrigo Braz Monteiro fce56dcfe1 Added a Normal/Reverse dropdown to collisions on Script Properties.
Originally committed to SVN as r714.
2007-01-04 22:16:39 +00:00
Rodrigo Braz Monteiro 4552e87ec7 Originally committed to SVN as r713. 2007-01-04 17:34:00 +00:00
Rodrigo Braz Monteiro d63848b36e Updated about dialog.
Originally committed to SVN as r712.
2007-01-04 17:24:16 +00:00
Rodrigo Braz Monteiro 0187620642 About screen updated
Originally committed to SVN as r711.
2007-01-04 05:04:31 +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
Renamed from core/dialog_about.cpp (Browse further)