goma /
wine /
d62d41cdf21b1a4fc3afe7daf3e7979afea25f75 - d62d41c Converted HACMSTREAM, HACMDRIVERID and HACMDRIVER to void*. by Vincent Béron · 23 years ago
- 847dda4 Changes some handle definitions to the proper type. by Vincent Béron · 23 years ago
- cf5bfc4 wodOpen() should return MMSYSERR_ALLOCATED if the device is already by Chris Morgan · 23 years ago
- ace56c6 Dsound will now try as many devices as are available when trying to by Chris Morgan · 23 years ago
- 5a82fa1 Added missing header. by Marcus Meissner · 23 years ago
- ced71ed Added support for driver-specific escapes in the x11drv to retrieve by Alexandre Julliard · 23 years ago
- 65dbf4f - API file update. - Missing API file entries now only reported once. by Patrik Stridvall · 23 years ago
- f89d4a8 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
- 6db8aba Removed service thread support. by Alexandre Julliard · 23 years ago
- 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
- 0307f6d Implemented an IMA driver. by Hidenori Takeshima · 23 years ago
- be9268a Wineconsole is now able to handle non raster fonts (vector, true type). by Eric Pouech · 23 years ago
- 15979fd Fixed handling of timer callback routines when the thread owning the by Alexandre Julliard · 23 years ago
- ac0e137 Create threads to manage timers instead of using the service thread. by Alexandre Julliard · 23 years ago
- 8d1550d Export the FILE_GetUnixHandle functionality from ntdll. by Alexandre Julliard · 23 years ago
- ead2212 Started implementing event reduction. by Eric Pouech · 23 years ago
- 7e00f87 Fixed some issues in resources definition. by Eric Pouech · 23 years ago
- 630cde9 Changed fixed fonts family name. by Eric Pouech · 23 years ago
- 3a0b3bb Fixed VxD call tracing. by Eric Pouech · 23 years ago
- 2e4f9ed Added support for C++ identifier syntax. by Tijs van Bakel · 23 years ago
- a92e397 Rewrote some headers from scratch based on publicly available by Alexandre Julliard · 23 years ago
- 4887da5 Removed some code because of concerns over the Microsoft DirectX SDK by Hidenori Takeshima · 23 years ago
- bcb9c46 Implemented G711 codec driver. by Hidenori Takeshima · 23 years ago
- 2cb7c3a - Implement CCM_{GET|SET}COLORSCHEME. by Guy L. Albertelli · 23 years ago
- 66eda93 Reanalyze button status during NCCalcSize processing because size of by Guy L. Albertelli · 23 years ago
- fb23e10 We cannot ignore NotifyNonlinear focus events. by Alexandre Julliard · 23 years ago
- 55ce53d Properly handle loadorder specifications containing a .dll extension. by Alexandre Julliard · 23 years ago
- 77002ff Fixed rule for test program. by Alexandre Julliard · 23 years ago
- 4145a7a Added tests for GetSystemDirectoryA/W and GetWindowsDirectoryA/W. by Dmitry Timoshkov · 23 years ago
- 58ed1f1 Add trace function (same as in the perl framework). by Francois Gouget · 23 years ago
- d677edf Implemented EnumProcesses and EnumProcessModules. by Hidenori Takeshima · 23 years ago
- aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
- cc9e3cc Fix range in aRts 8bit volume code. by Chris Morgan · 23 years ago
- 2162eb8 Initialise a stack variable. by Bill Medland · 23 years ago
- 003b20d Fixed linking of wine target. by Alexandre Julliard · 23 years ago
- 6b0720f Started TWAIN implementation. by Shi Quan He · 23 years ago
- 1cefed8 Make warnings quiet by default and added -w option. by Alexandre Julliard · 23 years ago
- 9b0ba7c Added aRts driver. by Chris Morgan · 23 years ago
- cc7c1c0 Added some stubs. by Michael Cardenas · 23 years ago
- 7dbce65 Changed registry handling in RegOpenKeyExA to behave like windows95 by Michael Cardenas · 23 years ago
- 8c45390 Added check to fwrite for size == 0. by Andriy Palamarchuk · 23 years ago
- b2fffef Fixed rules for main module spec file. by Alexandre Julliard · 23 years ago
- d5d1881 Added some stubs. Started implementing MPEG parser. by Hidenori Takeshima · 23 years ago
- 5f5a05f Added a missing header. by Hidenori Takeshima · 23 years ago
- eaa8df6 Made notepad uses NLS properly. by Sylvain Petreolle · 23 years ago
- 716ffc5 Connect the msvcrt file byte locking up to ntdll. by Bill Medland · 23 years ago
- f12f4d7 No need for the fixme on a simple TBSTYLE_SEP. by Bill Medland · 23 years ago
- 6676006 Added some missing GUIDs. by Hidenori Takeshima · 23 years ago
- c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
- c90aa7b Update shell xxxAW wrapper prototypes for fixed SHLWAPI functions. by Jon Griffiths · 23 years ago
- 4e75d12 Document, implement/fix and test 110+ Path functions. by Jon Griffiths · 23 years ago
- f9340ff On WM_GETTEXT, terminate the lparam buffer even if string is empty. by Duane Clark · 23 years ago
- b4994d1 - Preliminary implementation of TVS_NOSCROLL and TVS_NOHSCROLL by Guy L. Albertelli · 23 years ago
- 94e9a6f Added German 105 keys keyboard. by Matthias Fechner · 23 years ago
- e747da4 Implemented the basic COM framework. Fixed all IUnknown of shdocvw.dll. by Hidenori Takeshima · 23 years ago
- 89894ff Fixed license text. by Martin Garton · 23 years ago
- c4a336a Authors: Charles Vaughn <charlesv@mfos.org>, Lionel Ulmer <lionel.ulmer@free.fr> by Alexandre Julliard · 23 years ago
- e00aca0 Added InternetOpenURLA implementation. by Bernhard Rosenkraenzer · 23 years ago
- 1ec2839 Hook back into the correct MSVCRT__tolower/upper. by Bill Medland · 23 years ago
- 3a4512b Beginnings of the code that should allow DOS programs to set their by Admiral Coeyman · 23 years ago
- b7d8199 Add LVS_NOSORTHEADER support. by Duane Clark · 23 years ago
- 44f1a98 Added default stock objects for known non-US charsets. by Hidenori Takeshima · 23 years ago
- 4e69776 Implemented some APIs. Added some stubs. by Hidenori Takeshima · 23 years ago
- c90e543 Added FilterData of DirectShow filters (FilterData should be by Hidenori Takeshima · 23 years ago
- bf73d90 - Reimplement functions 350, 351, 352 to use appropriate W functions by Guy L. Albertelli · 23 years ago
- 6db25fa - Correct RBN_CHILDSIZE rect value for CCS_VERT rebar. by Guy L. Albertelli · 23 years ago
- a558562 Fixed some bugs. Fixed audio renderer. Implemented seeking. Added some stubs. by Hidenori Takeshima · 23 years ago
- 39bcf9d Added some stubs. by Leo van den Berg · 23 years ago
- b637d8a Added a missing CLSID. by Hidenori Takeshima · 23 years ago
- 7029646 Ordinal 342 is really named SHInterlockedCompareExchange. by Sergei Turchanov · 23 years ago
- 874e14c TOOLBAR_LButtonUp should work even if ReleaseCapture was already called. by Duane Clark · 23 years ago
- 5b3855b Fixed WARRANTY inclusion. by Jeremy Newman · 23 years ago
- a52d75d Added some missing enums. by Hidenori Takeshima · 23 years ago
- 4df7882 Added stubs. by Hidenori Takeshima · 23 years ago
- c8764e4 Add missing #includes for FreeBSD and Solaris. by Gerald Pfeifer · 23 years ago
- a65ef56 Console mode DOS programs now receive mouse events. by Jukka Heinonen · 23 years ago
- 5333872 - fix complete listbox messup by only updating in case it needs by Andreas Mohr · 23 years ago
- 902540c Don't show the window. by Francois Gouget · 23 years ago
- 3826f77 Small fixes. by Francois Gouget · 23 years ago
- fc93261 Begin to make wine an SMB client. by Mike McCormack · 23 years ago
- ae6075c Added some missing headers. by Hidenori Takeshima · 23 years ago
- 32521ab Finish any pending WaitCommEvents if the event mask is set to 0. by Mike McCormack · 23 years ago
- c4fdd2e pDst was advanced too much when decoding DELTA blocks. by Michael Karcher · 23 years ago
- b7beb72 Added option SW_FORCEMINIMIZE to ShowWindow. by Jukka Heinonen · 23 years ago
- 235da79 Made winebuild (almost) compile and work on Windows. by Patrik Stridvall · 23 years ago
- 136fae5 - Better handling when settimeofday is not available. by Patrik Stridvall · 23 years ago
- 81ecb52 Added some optional headers and functions for compiling on Windows with MSVC. by Patrik Stridvall · 23 years ago
- 302208f Fixed inter-process packing of CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT by Alexandre Julliard · 23 years ago
- ffd4d33 Fixed Unicode conversion for CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT by Mehmet Yasar · 23 years ago
- 75315fa Implemented stdio buffering and ungetc. Misc stdio fixes. by Waldek Hebisch · 23 years ago
- b6c28ff Add support for report mode text justification. by Duane Clark · 23 years ago
- 4a6b990 Set an overlapped hEvent before calling any APCs. by Mike McCormack · 23 years ago
- c2503b5 Added some stubs. by Hidenori Takeshima · 23 years ago
- 0670207 Added some CLSIDs. by Hidenori Takeshima · 23 years ago
- ee7c86f Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
- eb8a93c - Minor API update. - Minor bug fixes. by Patrik Stridvall · 23 years ago
- e4745cb Added and fixed some Japanese resources. by Hidenori Takeshima · 23 years ago
- 8a8457e Add support for WM_WINDOWPOSCHANGED to save new origin of window. by Guy L. Albertelli · 23 years ago
- 7d983d2 Pass information through arguments instead of static variables. by Bill Medland · 23 years ago
- 78f41ae Prevent setup from crashing if a section in the INF is empty (no by Mehmet Yasar · 23 years ago