2004-12-08 |
Juan Lang | Convert some registry calls from A to W. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Jacek Caban | - Implemented CreateAsyncBindCtx. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Michael Jung | Fixed linking issues. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Jon Griffiths | Param descriptions can be >1 lines. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Jon Griffiths | Unicode fixes. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Dmitry Timoshkov | Indicate that support for HCBT_SYSCOMMAND hooks is... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Alexandre Julliard | Added a bunch of tests for various behaviors of RedrawW... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Alexandre Julliard | Moved update region handling to the server. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Paul Millar | Check for features missing in mingw environment, allowi... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Juan Lang | Flush file in fputc when character is '\n'. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Mike Hearn | Rename the STUBMGR thread to more accurately reflect... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Huw Davies | Remove Invoke's dependence on the internal TLBFuncDesc... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Alexandre Julliard | Removed an unused function. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Robert Shearman | Implement handle tables and add tests for them. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Hans Leidekker | Move ICC profile handling into its own file. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Robert Shearman | Clean up devenum and properly implement DllCanUnloadNow... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Alexandre Julliard | Fixed compile error. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Jason Edmeades | Add BaseTexture class support, call from d3d9. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Filip Navara | - Don't use DrawEdge with NULL device context, it's... |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Alexander Yaworsky | Implemented RegisterServiceCtrlHandler, ControlService. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Tomas Vanek | Fixed no memory condition test in IDirectSoundImpl_Create. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Juan Lang | Use W calls rather than A in CreatePipe. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Christian Costa | Fixed enumeration of joysticks in DX8. |
commit | commitdiff | tree | snapshot |
2004-12-07 |
Huw Davies | GetFuncIndexOfMemId should respect invkind and return |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Alexandre Julliard | Authors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Eric Pouech | Another round of const correctness fixes. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Ivan Leo Puoti | Register the IME class when imm32.dll is loaded. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Stefan Leichter | Fix missing imports on NT4. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Robert Reif | Return the actual device interface name. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Jean-Michel... | Added another Canadian keyboard layout. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Alexandre Julliard | Fixed a leak in getsockname. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Alexandre Julliard | Use a direct getdents syscall on Linux to avoid relying on |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Eric Pouech | Another couple of missing static definitions. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Diego Pettenò | Updated the documentation telling to use the |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Dmitry Timoshkov | ShowWindow activates only a being maximized child windo... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Jeremy White | Properly respect a disassemble x,y command (prior behav... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Dmitry Timoshkov | Avoid crashes in ddraw.dll when loading it without... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Mike McCormack | Stub implementation for SetupDiOpenDeviceInterface. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Ulrich Czekalla | Set the out buffer count to zero on read error. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Mike McCormack | Fix transposition of 4 byte values when reading in... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Mike McCormack | Stub implementations for DecryptFile, EncryptFile and |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Eric Kohl | DrawStatusText() must not process prefix characters. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Juan Lang | Send EM_SETMODIFY after saving. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Juan Lang | Set st_mode bits in _fstati64. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Rémi Assailly | Added two missing styles. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Christian Costa | S/W vshader fixes (spotted by Eric Pouech). |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Filip Navara | Don't call SetScrollInfo with SB_BOTH bar type. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Filip Navara | Don't try to free pointer from union that isn't used. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Juan Lang | msvcrt_spawn should free STARTUPINFOA's lpReserved2... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Robert North | Set the values WTInfoA returns from screen size for... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Vincent Béron | Remove some unused tests. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Robert Shearman | Remove unnecessary WNDPROC casts. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Christian Costa | Better handling of errors in RenderFile. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Stefan Leichter | Fix missing imports of the test program on NT4. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Robert Shearman | Remove duplicate function declaration. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Robert Reif | Always create a property set for secondary buffers. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
James Hawkins | Remove c++-style comment. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Mike McCormack | Make sure to insert the proxy authentication header... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Stewart Allen | Added SAST (South African Standard Time), corrected... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Dmitry Timoshkov | Perform host name initialization if computer name can... |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Michael Jung | Added a missing break in encrypt_block_impl. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Alexander Yaworsky | Implemented SetServiceStatus, QueryServiceStatus. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
James Hawkins | Only call test_set_provider_ex() once. |
commit | commitdiff | tree | snapshot |
2004-12-06 |
Juan Lang | Revert shell32 version to Win2K SP4 level. |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Huw Davies | Allocate the TYPEATTR rather than copying it. |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Jon Griffiths | Spelling/grammar fixes. |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Jon Griffiths | Use mktemp if we don't have tempfile. |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Alexander Yaworsky | Basic implementation of service control dispatcher. |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Alexandre Julliard | Clean up temp files also when killed by a signal. |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Peter Chapman | Fix up several inline assembler blocks so that they... |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Eric Kohl | Implement SetupDiBuildClassInfoList(ExW), |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from... |
commit | commitdiff | tree | snapshot |
2004-12-02 |
James Hawkins | Fix cabextract memory leak. |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Alexandre Julliard | Release 20041201. wine-20041201 |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Dmitry Timoshkov | Always create a suspended thread in CreateThread and... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Michael Jung | Moved code specific to CPGenKey, CPDeriveKey or CPImpor... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Robert Shearman | - Add some function declarations to objbase.h. |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Filip Navara | - Check the return value from *_GETNUMDEVS message... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Alexander Yaworsky | Introduced service thread. |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Rémi Assailly | Add some mirroring defines. |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Bill Medland | If the buffer is no longer static the names should... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Mike McCormack | Added a stub implementation for GetCurrentHwProfileW. |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Ulrich Czekalla | Prevent the animation thread from waiting on itself... |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Ivan Leo Puoti | Implement task modal message boxes. |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Jacek Caban | - Added stub implementation of IInternetZoneManager... |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Hans Leidekker | Infrastructure for handling ICC profiles. |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Adam D. Moss | Fix compilation. |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Gerald Pfeifer | Again rename getkey() and setkey() for FreeBSD. |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Huw Davies | For a 15/16 bpp dib we send RGB triples to the printer... |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Michael Jung | Incorporated LibTomCrypt code into rsaenh to get rid... |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Jon Griffiths | Ensure DllCanUnloadNow is a truly void function, and... |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Jon Griffiths | Implement DllMain, DllCanUnloadNow, WrapProgress, |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Dmitry Timoshkov | - Pass infoPtr around in month calendar control. |
commit | commitdiff | tree | snapshot |
2004-11-30 |
James Hawkins | Fixed a few memory leaks. |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Alexander Yaworsky | Merge Unicode and ASCII versions of StartServiceCtrlDis... |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Robert Shearman | Store the new style before redrawing and repositioning... |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Jon Griffiths | Allow NCBRESET and NCBADDNAME to work even if there... |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Jon Griffiths | GetModuleHandleA->GetModuleHandleW. |
commit | commitdiff | tree | snapshot |
2004-11-30 |
Jon Griffiths | Use a FIXME style that will actually compile. |
commit | commitdiff | tree | snapshot |
next |