2004-12-22 |
Alexandre Julliard | Revert previous patch, that's not a leak.
|
commit | commitdiff | tree |
2004-12-22 |
Alexandre Julliard | Fixed prototypes of a couple of ntdll functions.
|
commit | commitdiff | tree |
2004-12-22 |
Mike McCormack | Remove more fixed length buffers, rewrite functions...
|
commit | commitdiff | tree |
2004-12-22 |
Mike McCormack | Fix selecting string columns and matching against a...
|
commit | commitdiff | tree |
2004-12-22 |
Francois Gouget | Remove unneeded NULL casts.
|
commit | commitdiff | tree |
2004-12-22 |
Mike McCormack | Remove a lot of fixed length buffers.
|
commit | commitdiff | tree |
2004-12-22 |
Francois Gouget | Spelling fixes.
|
commit | commitdiff | tree |
2004-12-22 |
Dmitry Timoshkov | Replace 'All xxx pages' text in common print dialog...
|
commit | commitdiff | tree |
2004-12-22 |
Dmitry Timoshkov | Perform case insensitive comparison with cached ini...
|
commit | commitdiff | tree |
2004-12-22 |
Dmitry Timoshkov | Uncomment call to FlushConsoleInputBuffer in FlushFileBuffers.
|
commit | commitdiff | tree |
2004-12-22 |
Jakob Eriksson | Add a check if we are running on a visible desktop...
|
commit | commitdiff | tree |
2004-12-21 |
Hans Leidekker | Stub implementations for AdjustTokenGroups, AreAllAccessesGr...
|
commit | commitdiff | tree |
2004-12-21 |
Dmitry Timoshkov | Postpone creation disposition check in CreateFile until...
|
commit | commitdiff | tree |
2004-12-21 |
Ivan Leo Puoti | In OpenSCManagerW() allow lpDatabaseName to be an empty...
|
commit | commitdiff | tree |
2004-12-21 |
Peter Berg Larsen | Added D3DERR_COLORKEYATTACHED and DDGDI_GETHOSTIDENTIFIER.
|
commit | commitdiff | tree |
2004-12-21 |
Ulrich Czekalla | If a dialog with the DS_CONTROL style is not visible...
|
commit | commitdiff | tree |
2004-12-21 |
Robert Shearman | Add tests for moniker and marshaling functions.
|
commit | commitdiff | tree |
2004-12-21 |
Mike McCormack | Check values passed in to SetWinMetaFileBits, not our...
|
commit | commitdiff | tree |
2004-12-21 |
Mike McCormack | Output EMR_POLYGON16 records when possible.
|
commit | commitdiff | tree |
2004-12-21 |
Crestez Leonard | Check for malformed source rect in DIB_DirectDrawSurfact_Blt...
|
commit | commitdiff | tree |
2004-12-21 |
Dmitry Timoshkov | Fully initialize NEWTEXTMETRICEXW structure for bitmap...
|
commit | commitdiff | tree |
2004-12-21 |
Michael Stefaniuc | Do not check for non NULL pointer before HeepFree'ing...
|
commit | commitdiff | tree |
2004-12-21 |
Jakob Eriksson | There may be no default MAPI malloc installed.
|
commit | commitdiff | tree |
2004-12-21 |
Rein Klazes | You can make an invisible window the active window.
|
commit | commitdiff | tree |
2004-12-21 |
Michael Jung | Respect the sDescription parameter in CryptSignHash and
|
commit | commitdiff | tree |
2004-12-20 |
Francois Gouget | Assorted spelling fixes.
|
commit | commitdiff | tree |
2004-12-20 |
Robert Reif | A driver does not have to support all formats.
|
commit | commitdiff | tree |
2004-12-20 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds.
|
commit | commitdiff | tree |
2004-12-20 |
Jacek Caban | - Added test of BindToStorage.
|
commit | commitdiff | tree |
2004-12-20 |
Alexandre Julliard | Fix long standing regression in the building of the...
|
commit | commitdiff | tree |
2004-12-20 |
Michael Jung | ixed calculation of buffer size in CRYPT_ANSIToUnicode and
|
commit | commitdiff | tree |
2004-12-20 |
Steven Edwards | MSVC porting fixes.
|
commit | commitdiff | tree |
2004-12-20 |
Robert Reif | Return actual result on error.
|
commit | commitdiff | tree |
2004-12-20 |
Christian Costa | Enable creation of the RGB device.
|
commit | commitdiff | tree |
2004-12-20 |
Christian Costa | Fixed MediaSample passing. This is the upstream filter...
|
commit | commitdiff | tree |
2004-12-20 |
Bill Medland | Fully initialise the structure to prevent ill-defined...
|
commit | commitdiff | tree |
2004-12-20 |
Hans Leidekker | Stub implementations for all documented functions.
|
commit | commitdiff | tree |
2004-12-20 |
Michael Jung | Respect sDescription parameter in CPSignHash and CPVerifySig...
|
commit | commitdiff | tree |
2004-12-20 |
Robert Shearman | - Make the month calendar child window auto-size instead...
|
commit | commitdiff | tree |
2004-12-20 |
Rein Klazes | - make sure that tests marked as todo_wine and actually...
|
commit | commitdiff | tree |
2004-12-20 |
Ulrich Czekalla | Add partial handler for WM_PRINTCLIENT.
|
commit | commitdiff | tree |
2004-12-20 |
Peter Berg Larsen | Remove compiler warnings for the # not being at the...
|
commit | commitdiff | tree |
2004-12-20 |
Peter Berg Larsen | Allow several -I parameters to be given - currently...
|
commit | commitdiff | tree |
2004-12-20 |
Peter Berg Larsen | Warzone 2100 has in a header a definition that ends...
|
commit | commitdiff | tree |
2004-12-17 |
Rémi Assailly | - removed unused tagPALETTEOBJ and tagWINDOWPOS
|
commit | commitdiff | tree |
2004-12-17 |
Alexandre Julliard | Remove some no longer needed AW functions.
|
commit | commitdiff | tree |
2004-12-17 |
Alexandre Julliard | Expand the COPYTEST macro to avoid trouble with 64...
|
commit | commitdiff | tree |
2004-12-17 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds.
|
commit | commitdiff | tree |
2004-12-17 |
Raphael Junqueira | Fixed build problem with GL_VERSION_1_2.
|
commit | commitdiff | tree |
2004-12-17 |
Vincent Béron | Better detect a dll's Windows version.
|
commit | commitdiff | tree |
2004-12-17 |
Rein Klazes | ShellExecuteEx, ExtractIconEx, SHFileOperation, SHGetFileInfo,
|
commit | commitdiff | tree |
2004-12-17 |
Robert Reif | Return flag for DRVM_MAPPER_PREFERRED_GET.
|
commit | commitdiff | tree |
2004-12-17 |
Robert Reif | Added a missing define.
|
commit | commitdiff | tree |
2004-12-17 |
Andreas Mohr | Fixed a typo.
|
commit | commitdiff | tree |
2004-12-17 |
Andreas Mohr | GetTempPath*() uses DWORD parameters instead of UINT.
|
commit | commitdiff | tree |
2004-12-17 |
Huw Davies | Fix comment to reflect reality and indeed the code.
|
commit | commitdiff | tree |
2004-12-17 |
Serge S. Spiridonoff | IMessageFilter::HandleIncomingCall must be HandleInComingCal...
|
commit | commitdiff | tree |
2004-12-17 |
Robert Shearman | Implement SS_CENTERIMAGE for static control.
|
commit | commitdiff | tree |
2004-12-17 |
Robert Shearman | - Add code for hot tracking.
|
commit | commitdiff | tree |
2004-12-17 |
Robert Shearman | - Implement WM_ENABLE handler to update cached control...
|
commit | commitdiff | tree |
2004-12-17 |
Dmitry Timoshkov | Add a mouse input test case, make the test pass under...
|
commit | commitdiff | tree |
2004-12-16 |
Ivan Leo Puoti | Better EXE version check in VERSION_GetLinkedDllVersion.
|
commit | commitdiff | tree |
2004-12-16 |
Alexandre Julliard | Added a few functions that are now implemented.
|
commit | commitdiff | tree |
2004-12-16 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds.
|
commit | commitdiff | tree |
2004-12-16 |
Vincent Béron | Update FreeBSD infos.
|
commit | commitdiff | tree |
2004-12-16 |
Juan Lang | In Netbios(),
|
commit | commitdiff | tree |
2004-12-16 |
Stefan Leichter | Fixed tests of GetFileVersionInfoSizeA for win2k3.
|
commit | commitdiff | tree |
2004-12-16 |
Aric Stewart | Let negative number be parsed correctly. Needed for...
|
commit | commitdiff | tree |
2004-12-16 |
Vitaly Lipatov | Add ScreenX, ScreenY, ColorBits installer properties.
|
commit | commitdiff | tree |
2004-12-16 |
Vitaly Lipatov | Add description for MsiGetMode, MSIRUNMODE constants.
|
commit | commitdiff | tree |
2004-12-16 |
Christian Costa | Many fixes to the system clock implementation.
|
commit | commitdiff | tree |
2004-12-16 |
Ge van Geldorp | Allocate correct amount of memory.
|
commit | commitdiff | tree |
2004-12-16 |
Dmitry Timoshkov | Allow wineprefixcreate to run to the end when configuring...
|
commit | commitdiff | tree |
2004-12-15 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds.
|
commit | commitdiff | tree |
2004-12-15 |
Alexandre Julliard | It makes no sense to export the dll entry point as...
|
commit | commitdiff | tree |
2004-12-15 |
Gerald Pfeifer | Make us work on FreeBSD again by working around their...
|
commit | commitdiff | tree |
2004-12-15 |
Stefan Leichter | Fixed tests of GetAcceptLanguagesA for win98.
|
commit | commitdiff | tree |
2004-12-15 |
Jon Griffiths | Use the A version of calls when passing ASCII strings.
|
commit | commitdiff | tree |
2004-12-15 |
Rémi Assailly | PC_SYS_MAPPED is unused, remove it.
|
commit | commitdiff | tree |
2004-12-15 |
Jon Griffiths | Include shlwapi.h to get prototypes, and correct 2...
|
commit | commitdiff | tree |
2004-12-15 |
Jon Griffiths | Documentation fixes.
|
commit | commitdiff | tree |
2004-12-15 |
Rein Klazes | A starting process must obey the STARTF_USESTDHANDLES...
|
commit | commitdiff | tree |
2004-12-15 |
Dmitry Timoshkov | Add Russian translations.
|
commit | commitdiff | tree |
2004-12-14 |
Alexandre Julliard | Generate stub entries on the fly for missing entry...
|
commit | commitdiff | tree |
2004-12-14 |
Ken Belleau | Implemented EnumCalendarInfo(A/W/ExA/ExW).
|
commit | commitdiff | tree |
2004-12-14 |
Robert Shearman | - Add documentation to several functions.
|
commit | commitdiff | tree |
2004-12-14 |
Robert Shearman | Remove unneeded includes and the unused COMPOBJ_hInstance32...
|
commit | commitdiff | tree |
2004-12-14 |
James Hawkins | Minor documentation addition.
|
commit | commitdiff | tree |
2004-12-14 |
James Hawkins | Cleanup some documentation.
|
commit | commitdiff | tree |
2004-12-14 |
Robert Shearman | Use OBJREF on the wire for generic marshaling functions.
|
commit | commitdiff | tree |
2004-12-14 |
Juan Lang | Implement _popen and _pclose, and use debugstr_a to...
|
commit | commitdiff | tree |
2004-12-14 |
Juan Lang | Use debugstr_a to avoid crash tracing long command...
|
commit | commitdiff | tree |
2004-12-14 |
Juan Lang | - make file functions (mostly) thread-safe
|
commit | commitdiff | tree |
2004-12-14 |
Jason Edmeades | Add Clear, Present and EndScene support and fix a bug...
|
commit | commitdiff | tree |
2004-12-14 |
Thomas Weidenmueller | MessageBoxIndirectA() should check whether the MB_USERICON...
|
commit | commitdiff | tree |
2004-12-14 |
Robert Reif | Fix a typo that didn't allow pcm to mulaw conversions.
|
commit | commitdiff | tree |
2004-12-14 |
Robert Shearman | Implement RPC_E_DISCONNECTED in proxies.
|
commit | commitdiff | tree |
2004-12-14 |
Piotr Caban | Fixed display bug.
|
commit | commitdiff | tree |
2004-12-14 |
Francois Gouget | Remove references to ./configure and Makefile.in files.
|
commit | commitdiff | tree |
2004-12-14 |
Francois Gouget | Add trailing '\n's to ok() calls.
|
commit | commitdiff | tree |