2004-12-08 |
Alexandre Julliard | Revert previous change since it causes a crash in desktop...
|
commit | commitdiff | tree |
2004-12-08 |
Rein Klazes | GetUpdateRect can be called with a NULL rect.
|
commit | commitdiff | tree |
2004-12-08 |
Mike McCormack | Stub implementation for GetLastInputInfo.
|
commit | commitdiff | tree |
2004-12-08 |
Thomas Weidenmüller | Free allocated font handles when control is destroyed.
|
commit | commitdiff | tree |
2004-12-08 |
Christian Costa | Allocate the proper size for the SystemClock object.
|
commit | commitdiff | tree |
2004-12-08 |
Huw Davies | GetTypeAttr should deep copy the typedesc.
|
commit | commitdiff | tree |
2004-12-08 |
Alexandre Julliard | Moved private USER definitions to a new user_private...
|
commit | commitdiff | tree |
2004-12-08 |
Robert Shearman | - Make the wine_marshal_id structure more like the...
|
commit | commitdiff | tree |
2004-12-08 |
Huw Davies | Fix return value of GetVarIndexOfMemId.
|
commit | commitdiff | tree |
2004-12-08 |
Alexandre Julliard | Moved some more 16-bit USER functions to the corresponding...
|
commit | commitdiff | tree |
2004-12-08 |
Alexandre Julliard | Moved palette functions to user_main.c and removed
|
commit | commitdiff | tree |
2004-12-08 |
Gerald Pfeifer | Avoid a warning on FreeBSD.
|
commit | commitdiff | tree |
2004-12-08 |
Mike McCormack | Stub implementations for Lsa(Store/Retrieve)PrivateData.
|
commit | commitdiff | tree |
2004-12-08 |
Alexander Yaworsky | Notify StartService when service control dispatcher...
|
commit | commitdiff | tree |
2004-12-08 |
Robert Shearman | Make the DECIMAL_SETZERO macro take a DECIMAL instead...
|
commit | commitdiff | tree |
2004-12-08 |
Ge van Geldorp | Match PSDK definitions for LPCWAVEFORMATEX.
|
commit | commitdiff | tree |
2004-12-08 |
Stefan Leichter | Fixed tests of GetAcceptLanguagesA for win9x/ME.
|
commit | commitdiff | tree |
2004-12-08 |
Juan Lang | Convert some registry calls from A to W.
|
commit | commitdiff | tree |
2004-12-08 |
Jacek Caban | - Implemented CreateAsyncBindCtx.
|
commit | commitdiff | tree |
2004-12-08 |
Michael Jung | Fixed linking issues.
|
commit | commitdiff | tree |
2004-12-08 |
Jon Griffiths | Param descriptions can be >1 lines.
|
commit | commitdiff | tree |
2004-12-08 |
Jon Griffiths | Unicode fixes.
|
commit | commitdiff | tree |
2004-12-08 |
Dmitry Timoshkov | Indicate that support for HCBT_SYSCOMMAND hooks is...
|
commit | commitdiff | tree |
2004-12-07 |
Alexandre Julliard | Added a bunch of tests for various behaviors of RedrawWindow.
|
commit | commitdiff | tree |
2004-12-07 |
Alexandre Julliard | Moved update region handling to the server.
|
commit | commitdiff | tree |
2004-12-07 |
Paul Millar | Check for features missing in mingw environment, allowing...
|
commit | commitdiff | tree |
2004-12-07 |
Juan Lang | Flush file in fputc when character is '\n'.
|
commit | commitdiff | tree |
2004-12-07 |
Mike Hearn | Rename the STUBMGR thread to more accurately reflect...
|
commit | commitdiff | tree |
2004-12-07 |
Huw Davies | Remove Invoke's dependence on the internal TLBFuncDesc...
|
commit | commitdiff | tree |
2004-12-07 |
Alexandre Julliard | Removed an unused function.
|
commit | commitdiff | tree |
2004-12-07 |
Robert Shearman | Implement handle tables and add tests for them.
|
commit | commitdiff | tree |
2004-12-07 |
Hans Leidekker | Move ICC profile handling into its own file.
|
commit | commitdiff | tree |
2004-12-07 |
Robert Shearman | Clean up devenum and properly implement DllCanUnloadNow...
|
commit | commitdiff | tree |
2004-12-07 |
Alexandre Julliard | Fixed compile error.
|
commit | commitdiff | tree |
2004-12-07 |
Jason Edmeades | Add BaseTexture class support, call from d3d9.
|
commit | commitdiff | tree |
2004-12-07 |
Filip Navara | - Don't use DrawEdge with NULL device context, it's...
|
commit | commitdiff | tree |
2004-12-07 |
Alexander Yaworsky | Implemented RegisterServiceCtrlHandler, ControlService.
|
commit | commitdiff | tree |
2004-12-07 |
Tomas Vanek | Fixed no memory condition test in IDirectSoundImpl_Create.
|
commit | commitdiff | tree |
2004-12-07 |
Juan Lang | Use W calls rather than A in CreatePipe.
|
commit | commitdiff | tree |
2004-12-07 |
Christian Costa | Fixed enumeration of joysticks in DX8.
|
commit | commitdiff | tree |
2004-12-07 |
Huw Davies | GetFuncIndexOfMemId should respect invkind and return
|
commit | commitdiff | tree |
2004-12-06 |
Alexandre Julliard | Authors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
|
commit | commitdiff | tree |
2004-12-06 |
Eric Pouech | Another round of const correctness fixes.
|
commit | commitdiff | tree |
2004-12-06 |
Ivan Leo Puoti | Register the IME class when imm32.dll is loaded.
|
commit | commitdiff | tree |
2004-12-06 |
Stefan Leichter | Fix missing imports on NT4.
|
commit | commitdiff | tree |
2004-12-06 |
Robert Reif | Return the actual device interface name.
|
commit | commitdiff | tree |
2004-12-06 |
Jean-Michel Dault | Added another Canadian keyboard layout.
|
commit | commitdiff | tree |
2004-12-06 |
Alexandre Julliard | Fixed a leak in getsockname.
|
commit | commitdiff | tree |
2004-12-06 |
Alexandre Julliard | Use a direct getdents syscall on Linux to avoid relying on
|
commit | commitdiff | tree |
2004-12-06 |
Eric Pouech | Another couple of missing static definitions.
|
commit | commitdiff | tree |
2004-12-06 |
Diego Pettenò | Updated the documentation telling to use the
|
commit | commitdiff | tree |
2004-12-06 |
Dmitry Timoshkov | ShowWindow activates only a being maximized child window...
|
commit | commitdiff | tree |
2004-12-06 |
Jeremy White | Properly respect a disassemble x,y command (prior behavior...
|
commit | commitdiff | tree |
2004-12-06 |
Dmitry Timoshkov | Avoid crashes in ddraw.dll when loading it without...
|
commit | commitdiff | tree |
2004-12-06 |
Mike McCormack | Stub implementation for SetupDiOpenDeviceInterface.
|
commit | commitdiff | tree |
2004-12-06 |
Ulrich Czekalla | Set the out buffer count to zero on read error.
|
commit | commitdiff | tree |
2004-12-06 |
Mike McCormack | Fix transposition of 4 byte values when reading in...
|
commit | commitdiff | tree |
2004-12-06 |
Mike McCormack | Stub implementations for DecryptFile, EncryptFile and
|
commit | commitdiff | tree |
2004-12-06 |
Eric Kohl | DrawStatusText() must not process prefix characters.
|
commit | commitdiff | tree |
2004-12-06 |
Juan Lang | Send EM_SETMODIFY after saving.
|
commit | commitdiff | tree |
2004-12-06 |
Juan Lang | Set st_mode bits in _fstati64.
|
commit | commitdiff | tree |
2004-12-06 |
Rémi Assailly | Added two missing styles.
|
commit | commitdiff | tree |
2004-12-06 |
Christian Costa | S/W vshader fixes (spotted by Eric Pouech).
|
commit | commitdiff | tree |
2004-12-06 |
Filip Navara | Don't call SetScrollInfo with SB_BOTH bar type.
|
commit | commitdiff | tree |
2004-12-06 |
Filip Navara | Don't try to free pointer from union that isn't used.
|
commit | commitdiff | tree |
2004-12-06 |
Juan Lang | msvcrt_spawn should free STARTUPINFOA's lpReserved2...
|
commit | commitdiff | tree |
2004-12-06 |
Robert North | Set the values WTInfoA returns from screen size for...
|
commit | commitdiff | tree |
2004-12-06 |
Vincent Béron | Remove some unused tests.
|
commit | commitdiff | tree |
2004-12-06 |
Robert Shearman | Remove unnecessary WNDPROC casts.
|
commit | commitdiff | tree |
2004-12-06 |
Christian Costa | Better handling of errors in RenderFile.
|
commit | commitdiff | tree |
2004-12-06 |
Stefan Leichter | Fix missing imports of the test program on NT4.
|
commit | commitdiff | tree |
2004-12-06 |
Robert Shearman | Remove duplicate function declaration.
|
commit | commitdiff | tree |
2004-12-06 |
Robert Reif | Always create a property set for secondary buffers.
|
commit | commitdiff | tree |
2004-12-06 |
James Hawkins | Remove c++-style comment.
|
commit | commitdiff | tree |
2004-12-06 |
Mike McCormack | Make sure to insert the proxy authentication header...
|
commit | commitdiff | tree |
2004-12-06 |
Stewart Allen | Added SAST (South African Standard Time), corrected...
|
commit | commitdiff | tree |
2004-12-06 |
Dmitry Timoshkov | Perform host name initialization if computer name can...
|
commit | commitdiff | tree |
2004-12-06 |
Michael Jung | Added a missing break in encrypt_block_impl.
|
commit | commitdiff | tree |
2004-12-06 |
Alexander Yaworsky | Implemented SetServiceStatus, QueryServiceStatus.
|
commit | commitdiff | tree |
2004-12-06 |
James Hawkins | Only call test_set_provider_ex() once.
|
commit | commitdiff | tree |
2004-12-06 |
Juan Lang | Revert shell32 version to Win2K SP4 level.
|
commit | commitdiff | tree |
2004-12-02 |
Huw Davies | Allocate the TYPEATTR rather than copying it.
|
commit | commitdiff | tree |
2004-12-02 |
Jon Griffiths | Spelling/grammar fixes.
|
commit | commitdiff | tree |
2004-12-02 |
Jon Griffiths | Use mktemp if we don't have tempfile.
|
commit | commitdiff | tree |
2004-12-02 |
Alexander Yaworsky | Basic implementation of service control dispatcher.
|
commit | commitdiff | tree |
2004-12-02 |
Alexandre Julliard | Clean up temp files also when killed by a signal.
|
commit | commitdiff | tree |
2004-12-02 |
Peter Chapman | Fix up several inline assembler blocks so that they...
|
commit | commitdiff | tree |
2004-12-02 |
Eric Kohl | Implement SetupDiBuildClassInfoList(ExW),
|
commit | commitdiff | tree |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from...
|
commit | commitdiff | tree |
2004-12-02 |
James Hawkins | Fix cabextract memory leak.
|
commit | commitdiff | tree |
2004-12-01 |
Alexandre Julliard | Release 20041201.
|
commit | commitdiff | tree |
2004-12-01 |
Dmitry Timoshkov | Always create a suspended thread in CreateThread and...
|
commit | commitdiff | tree |
2004-12-01 |
Michael Jung | Moved code specific to CPGenKey, CPDeriveKey or CPImportKey...
|
commit | commitdiff | tree |
2004-12-01 |
Robert Shearman | - Add some function declarations to objbase.h.
|
commit | commitdiff | tree |
2004-12-01 |
Filip Navara | - Check the return value from *_GETNUMDEVS message...
|
commit | commitdiff | tree |
2004-12-01 |
Alexander Yaworsky | Introduced service thread.
|
commit | commitdiff | tree |
2004-12-01 |
Rémi Assailly | Add some mirroring defines.
|
commit | commitdiff | tree |
2004-12-01 |
Bill Medland | If the buffer is no longer static the names should...
|
commit | commitdiff | tree |
2004-12-01 |
Mike McCormack | Added a stub implementation for GetCurrentHwProfileW.
|
commit | commitdiff | tree |
2004-12-01 |
Ulrich Czekalla | Prevent the animation thread from waiting on itself...
|
commit | commitdiff | tree |