Make ChooseFontW use ChooseFontA.
[wine] / tools /
2001-06-13  Patrik Stridvall- New common code for the winapi tools.
2001-06-11  Patrik Stridvall- Minor API files update.
2001-06-08  Bob GoodwinMask out garbage in the upper half of stack pointer.
2001-06-08  Marcus MeissnerImplemented glu32.dll as libGLU.so forwarder.
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-06-07  Donn MillerCase insensitive search for win.ini.
2001-06-06  Francois GougetWrc no longer needs to parse C code. Remove c-junk...
2001-06-04  Maciek KaliszewskiAdded support for RCINCLUDE directive. Now wrc ignores...
2001-06-04  Francois GougetFix the conversion of MS style '#line' directives to...
2001-06-04  Francois GougetINSTALL_LIBRARY does not exist, use INSTALL_PROGRAM...
2001-05-29  Maciek KaliszewskiAdded better GCC-style #line directive handling.
2001-05-29  Francois Gougetconfigure.in: Remove unnecessary AC_PROG_RANLIB check
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-05-10  Francois GougetDon't start applications in the background to avoid...
2001-05-09  Francois GougetRenamed 'operator_compliment' to 'operator_complement'.
2001-05-07  Francois GougetRemove the anonymous function parameter from generate_l...
2001-05-07  Francois Gouget-l/-L were not renamed to -t/-T in the usage messages.
2001-04-25  Patrik Stridvall- Minor API files update
2001-04-23  Francois GougetFiles with special characters may not have been renamed...
2001-04-20  Andreas MohrSpelling fixes.
2001-04-20  Francois GougetFix file lossage in subdirectories of an 'include'...
2001-04-18  Francois GougetEnhanced the pragma pack handling.
2001-04-09  Andreas MohrAdded uninstall hints.
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-03-23  Francois GougetAdded handling of .hpp files (another extension for...
2001-03-21  Jeff GarzikAdded some inclusions of string.h where necessary.
2001-03-19  Satsuki FujishimaUse INSTALL_SCRIPT instead of INSTALL_PROGRAM for scripts.
2001-03-16  Marcus MeissnerReplaced one .kde with .kde2 in KDE2 menu code.
2001-03-16  Francois GougetSet LD_LIBRARY_PATH if necessary before calling wrc...
2001-03-10  Francois GougetAdded missing extension for 'ole32.dll'.
2001-03-08  Andreas MohrAdded a perl script to check many aspects of Wine confi...
2001-03-08  Marcus MeissnerAdded SHELL linking of KDE2 desktop/menu entries.
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-03-04  Francois GougetIf a target has C++ sources, then use g++ to link it...
2001-03-03  Francois GougetAdd files found in an 'include' directory, to the ...
2001-03-01  Francois GougetReenable the wrapper support.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-26  Ove KaavenHandle filenames with spaces.
2001-02-23  Ove KaavenMade the winelauncher support winelib app invocations...
2001-02-16  Jon Griffiths- Create entries for ordinal only exports, use ordinals...
2001-02-15  Alexandre JulliardAdded support for backslash escaping of special characters.
2001-02-14  Morten WelinderOutput the right number of backslashes in values.
2001-02-13  Patrik Stridvall- Minor API files fixes
2001-02-13  Jon GriffithsImplement a bunch of shlwapi functions, add some new...
2001-02-13  Josh DuBoisMore portable .align directive.
2001-02-12  Andreas Mohr- TRACE opened registry handles
2001-02-12  Rein KlazesAdded support for the Malayan language.
2001-02-12  Patrik Stridvall- Addded support for API:s implemented with __ASM_GLOBA...
2001-02-12  François GougetMake sure all files are terminated with a '\n'.
2001-02-12  Andreas Mohr- fix wineconf to generate new config file format
2001-02-12  Jon GriffithsRemove xmalloc/xrealloc limits for large binary resources.
2001-01-28  Jon GriffithsImprove name demangling, add 'demangle symbol' option.
2001-01-26  Jeremy WhiteRemove the keyword 'function', as requested by Robert...
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-25  Patrik StridvallMinor bugfixes.
2001-01-22  Francois GougetTypo fixes in comments.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-20  Patrik Stridvall- Minor API files update.
2001-01-18  Chris MorganSwitched from wine.config back to wine.conf, no need...
2001-01-17  Jeremy WhiteRevised wineshelllink to wake up KDE 1.x so that applic...
2001-01-17  Alexandre JulliardFixed tmpfile buffer size.
2001-01-17  Jeremy WhiteMake winelauncher test for xmessage and warn the user...
2001-01-11  Nathan NeulingerRenamed struct option to avoid conflicts with getopt.h.
2001-01-11  Chris MorganUpdate for the new config format and location of the...
2001-01-11  François GougetCreate the main_target in single-target mode.
2001-01-10  François GougetRequire that the user specify a work directory. This...
2001-01-09  François Gouget(configure) Look for the headers in $WINE_ROOT/include...
2001-01-07  Leonard NorrgårdReference $(SRCDIR) when installing the perl script...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2001-01-04  Jon GriffithsAdded spec generation tool specmaker.
2001-01-02  Ulrich WeigandDelayed import thunks for Sparc.
2001-01-02  Ulrich Weigand- Fixed a byteorder conversion problem with message...
2000-12-29  Ulrich WeigandFixed builtin imports broken by latest change.
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-29  Jon GriffithsAllow stubs for exports that are not legal C identifiers.
2000-12-27  Alexandre JulliardRenamed libuuid.a to libwine_uuid.a
2000-12-26  Eric PouechAdded ability to delay loading of an imported DLL until...
2000-12-21  Patrik Stridvall- Minor API file update.
2000-12-19  Jon Griffiths- Add several mbcs and CP 932 functions, fix some exist...
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-18  Patrik StridvallSolaris fixes.
2000-12-16  Patrik Stridvall- Minor API file update.
2000-12-15  Alexandre JulliardAllocate entry points dynamically to allow for a larger...
2000-12-15  Francois GougetAlways link with uuid.
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-14  Jon GriffithsAdded "ignore" directive for skipping individual symbol...
2000-12-14  Andreas MohrFixed an unquoted string.
2000-12-13  Eric PouechFixed path resolution for a/b.c source files.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-11  Alexandre JulliardOutput the exports table in assembly code to make it...
2000-12-07  Francois GougetAdded a prototype for closesocket.
2000-12-06  Alexandre JulliardDon't make the spec file constructors static so that...
2000-12-06  Michael VekslerAdd basic NLS information needed for Hebrew.
2000-12-06  Eric PouechNow prints line number for 'x.dll imported but no symbo...
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-06  Alexandre JulliardBuild tsx11 layer as a separate shared library.
2000-12-05  Nerijus BaliunasFixed Serbian language code page.
2000-12-05  Dimitrie O. Paun- overwrite (rather than append) the output file if...
2000-12-05  Andreas Mohrwineinstall didn't create the default no-windows direct...
2000-12-02  Patrik StridvallMinor API files update.
next