Don't reapply all the texture states if the texture we are replacing
[wine] / misc / options.c
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced -dosver and -winver options by config file...
2002-05-23  Dimitrie O. PaunRemove the --managed option, and make wine use the...
2002-04-14  Alexandre JulliardFixed inheriting command-line options from parent process.
2002-04-11  Alexandre JulliardUpdated configure to take advantage of new autoconf...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-14  Alexandre Julliardversion.h is now in include/wine directory.
2002-01-21  Francois GougetMake the Wine trace facilities accessible from Winelib...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-06  Francois GougetAdd versions for WinME and WinXP.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-20  Alexandre Julliard- Added support for app-specific dll overrides using
2001-02-12  Rein KlazesAdded support for the Malayan language.
2001-01-10  Alexandre JulliardRemoved all traces of the --config option.
2001-01-04  Guy L. AlbertelliReimplemented "relay=" and "snoop=" suboptions.
2000-12-18  Morten Welinder(parse_options): Allow GNU-like option arguments like
2000-12-15  Andreas MohrImproved usage message.
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-06  Michael VekslerAdd basic NLS information needed for Hebrew.
2000-11-27  Andreas Mohr- added winver settings nt2k, win30 and win20 (yes...
2000-11-09  Alexandre JulliardAdded __wine_get_main_args to retrieve command-line...
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-07-15  Alexandre JulliardMade --language behave the same as setting the LANGUAGE...
2000-06-07  Alexandre JulliardFixed off-by-one error in string allocation.
2000-05-30  Alexandre JulliardMake child processes inherit command-line options throu...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-13  Eric PouechGot rid of -debug wine's option (wine now requires...
2000-04-04  Alexandre JulliardAdded a per-drive FailReadOnly flag, and removed the...
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.