goma /
wine /
0d33e5e32dafe31c3258acf2625ed5c826998e39 - 0d33e5e Added proper support for switching file APIs between ANSI and OEM by Alexandre Julliard · 21 years ago
- eee90c2 waveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or by Robert Reif · 21 years ago
- ad32951 Update to version 9. by Ivan Leo Murray-Smith · 21 years ago
- a465c95 Accept EMR_EXTTEXTOUT records with emrtext.offDx set to 0. by Dmitry Timoshkov · 21 years ago
- c5da9b2 Add new dlls and fix alphabetical location of a couple dlls. by Tom Wickline · 21 years ago
- c00b0b0 Remove trailing spaces from the filename in RtlGetFullPathName_U. by Alexandre Julliard · 21 years ago
- beaa084 - Fewer FIXMEs. by Raphael Junqueira · 21 years ago
- d40edb0 Some updates to the faq. by Tom Wickline · 21 years ago
- 231946c Free up the original buffer pointer instead of the one we advanced. by Chris Morgan · 21 years ago
- 917df92 Prevent memory leak and superfluous status notifications. by Kevin Koltzau · 21 years ago
- adc86dc Fixed copy/paste bug in previous change. by Alexandre Julliard · 21 years ago
- 72c8037 dmloader: complete rewrite and full implementation. by Rok Mandeljc · 21 years ago
- f174ac3 IDirectMusicBand loading. by Raphael Junqueira · 21 years ago
- 0effd76 Pass crypt provider and type to CPAcquireContext. by Mike McCormack · 21 years ago
- 8f7c2bc Fixed the prototypes of the _adj_fdiv_* functions. by Alexandre Julliard · 21 years ago
- 43def08 - Segment loading fix (correct FOURCC_RIFF tracks handling). by Raphael Junqueira · 21 years ago
- 4227ed1 Added version info. by Tom Wickline · 21 years ago
- 8c75ba8 The PostScript clip operator doesn't clear the current path, so after by Huw Davies · 21 years ago
- 7c46a5e Add DT_END_ELLIPSIS as defaut style for text. by Maxime Bellengé · 21 years ago
- 9debc40 Properly retrieve and release handles. by Kevin Koltzau · 21 years ago
- bcc2a5c - rewrote the file code so that streams manage low level file desc by Eric Pouech · 21 years ago
- 4b2a99b Support lpstrCustomFilter and return nFilterIndex in file dialog. by Wolfgang Schwotzer · 21 years ago
- 10df346 Adds msg711 winemp3 to list of codecs. by Robert Reif · 21 years ago
- a421533 - Typo fix in dmusicf.h. by Raphael Junqueira · 21 years ago
- fd941d4 Implement ImageEnumerateCertificates and ImageGetCertificateHeader. by Mike McCormack · 21 years ago
- 89525a1 Fix Croatian keyboard layout to better match the XFree86 one. by Dmitry Timoshkov · 21 years ago
- f745168 - Add a test for GetWindowInfo, it should not check cbSize member of by Dmitry Timoshkov · 21 years ago
- fc9be6a Handle case where iterator range contains 0 elements. by Ulrich Czekalla · 21 years ago
- 04869eb Initial support for automatically creating the ~/.wine directory on startup. by Alexandre Julliard · 21 years ago
- d053539 Several of the registry keys for system colors and system metrics were by Jake Hamby · 21 years ago
- 4a78783 Add an interface name to wineoss, winealsa, winearts and winejack. by Robert Reif · 21 years ago
- ee51a0c - Many IDirectMusicSegment fixes (loading). by Raphael Junqueira · 21 years ago
- fd98f1c Add some documentation on how threading is implemented in Wine. by Mike Hearn · 21 years ago
- 6ddfba1 Fixed buffer size handling in GetUserNameA (reported by Hannu Valtonen). by Alexandre Julliard · 21 years ago
- d19e264 Implemented PSH_WIZARD97_OLD and PSH_WIZARD97_NEW property sheet styles. by Maxime Bellengé · 21 years ago
- a967e77 Fixed W buffer handling. by Christian Costa · 21 years ago
- 4e10f0e Fix clipboard regression. by Ulrich Czekalla · 21 years ago
- 683ea2f Add more ShowWindow/SetWindowPos tests. by Dmitry Timoshkov · 21 years ago
- 3397230 Cleanup conversion from A->W. by Kevin Koltzau · 21 years ago
- 64af08e Better have internal & external TEB definitions have the same size. by Eric Pouech · 21 years ago
- 9ff652d Fixed a missing typedef. by Eric Pouech · 21 years ago
- 0f7b0a0 Implemented pixel shaders using ARB_fragment_program extension. by Christian Costa · 21 years ago
- 321189a More parameter checking fixes with tests. by Robert Reif · 21 years ago
- 426b023 Correctly create the byte array of gif images to match what by Maxime Bellengé · 21 years ago
- c77788b - Release DSBuffer on AudioPath destruction. by Raphael Junqueira · 21 years ago
- 9e8d507 IMessageFilter::HandleInComingCall() should be HandleIncomingCall(). by Jake Hamby · 21 years ago
- db30361 Implementation of lineGetTranslateCaps. by Rein Klazes · 21 years ago
- 4943881 Encoding fixes in Ukrainian translation. by Ilya Korniyko · 21 years ago
- c07ce05 Moved loading of the home registry files to the server, there's no by Alexandre Julliard · 21 years ago
- c4effa3 Use the Unix codepage to convert the user name to Unicode. by Alexandre Julliard · 21 years ago
- b37eab4 WNetGetConnection(): use QueryDosDevice to return a fake remote name by Krishna Murthy · 21 years ago
- 57f7a2c Implemented IsAsyncMoniker. by Kevin Koltzau · 21 years ago
- 80422fb Make WM_GETMINMAXINFO default behaviour more like the Windows one. by Dmitry Timoshkov · 21 years ago
- 2e2f666 Update spec file. by Matthew Davison · 21 years ago
- a7c3107 EM_UNDO should always return TRUE for single line edit. by Krishna Murthy · 21 years ago
- f950d97 Remove the last remaining wine options when running programs. by Dimitrie O. Paun · 21 years ago
- 329aa74 Fixed crash when selecting the drive letter combo box. by Alexandre Julliard · 21 years ago
- 7e9757c Removed handling of special root keys, this is done by the client now. by Alexandre Julliard · 21 years ago
- f4a535d In get_buffer_space() function, HeapReAlloc() will not allocate memory by Andrey Panov · 21 years ago
- b41466b Allow applications, under certain conditions, to set data into the by Ulrich Czekalla · 21 years ago
- 56193ec It's OK to have dwNumEntries == 0 if there is no network connection. by Dmitry Timoshkov · 21 years ago
- faf1b08 - PMsg processing thread (currently only Notifications handling) by Raphael Junqueira · 21 years ago
- 311e034 Release 20040505. by Alexandre Julliard · 21 years ago wine-20040505
- 54984ea Keep the translated READMEs in sync with the English one. by Vincent Béron · 21 years ago
- 0359eaa Implemented SystemClock (IReferenceClock by dshow). by Raphael Junqueira · 21 years ago
- eed647d Remove bitmaps that were only used for the 3.1 look. by Alexandre Julliard · 21 years ago
- bce73e4 Update OFN_READONLY flag when closing file dialog. by Wolfgang Schwotzer · 21 years ago
- 5f27ca2 Added options to update an existing WINEPREFIX directory and to run by Alexandre Julliard · 21 years ago
- 0a19a07 Set additional environment variables at startup from by Alexandre Julliard · 21 years ago
- 0040ba9 Updated to the new alsa api. by James Courtier-Dutton · 21 years ago
- 900492a A couple of changes to avoid some failures on XP. by Alexandre Julliard · 21 years ago
- 4113217 Added support for DIRID_USERPROFILE. by Alexandre Julliard · 21 years ago
- 55954f2 Remove unused header. by Steven Edwards · 21 years ago
- 70cd740 The msacm directory is special. by Ferenc Wagner · 21 years ago
- 0d1b423 Trace the system and user locales upon startup. by Jon Griffiths · 21 years ago
- 7be996e - fix cRef Leak (init to 1, should be 0) of IDMPerformance by Raphael Junqueira · 21 years ago
- ae42aad Initialize ntdll debugging earlier on so that we can trace the server by Alexandre Julliard · 21 years ago
- ab92cfe Replaced LPINPUT_RECORD by PINPUT_RECORD. by Alexandre Julliard · 21 years ago
- 26fe914 Minor documentation updates. by Steven Edwards · 21 years ago
- 048b3ac Fixed RtlSetEnvironmentVariable to deal properly with Unicode strings by Alexandre Julliard · 21 years ago
- 4e5b9ef We should not make deststring static since we count on it being fresh by Francois Gouget · 21 years ago
- bc8007f Add trailing '\n's to ok() calls. by Francois Gouget · 21 years ago
- 1afbcd7 - fix DirectSound Creation by dmusic (fix recent Unreal2 regression) by Raphael Junqueira · 21 years ago
- 4dc686d Make IDirectMusicScriptImpl_IDirectMusicScript_CallRoutine return S_OK by Raphael Junqueira · 21 years ago
- f0b47e2 Implemented CoInternetCombineUrl and CoInternetCompareUrl. by Kevin Koltzau · 21 years ago
- 9f1aea2 Assorted spelling fixes. by Francois Gouget · 21 years ago
- 3d38e72 Windows 95 has no StrRetToBSTR, add dynamic lookup to avoid blocking dialog. by Jakob Eriksson · 21 years ago
- 9e19e3f Prevent Windows 95 from blocking on linking issue. by Jakob Eriksson · 21 years ago
- df4409f winejack.drv only supports 16bit sound so we can simplify the sound by Francois Gouget · 21 years ago
- 91c2507 If ARTS_WaveInit() failed then transmit the failure upstream in by Francois Gouget · 21 years ago
- 127b25d Added msacm32 to the tests. by Robert Reif · 21 years ago
- bf75c5c Taking into account wavemap and midimap there can be up to 8 output by Francois Gouget · 21 years ago
- 319fa1c Some more tests for focus behavior when hiding/showing windows. by Alexandre Julliard · 21 years ago
- cfc3943 Make our ascii strings static const. by Francois Gouget · 21 years ago
- ff39b87 Fixed strict aliasing issues in dlls/ole32. by Marcus Meissner · 21 years ago
- 9f986f9 Don't close the current thread display on process exit, we don't close by Alexandre Julliard · 21 years ago
- 49f0dd3 Implemented an array of 26 drives and interface functions for adding, by Chris Morgan · 21 years ago
- b2d8cd3 - F2 is now an accelerator for rename by Krzysztof Foltman · 21 years ago
- 088db8b Delegates messages directly to the edit control window proc instead of by Ulrich Czekalla · 21 years ago
- 7507ad2 Add NM_RCLICK notification support for toolbars. by Maxime Bellengé · 21 years ago