2004-12-17 |
Huw Davies | Fix comment to reflect reality and indeed the code. |
tree | commitdiff |
2004-12-17 |
Robert Shearman | Implement SS_CENTERIMAGE for static control. |
tree | commitdiff |
2004-12-17 |
Robert Shearman | - Add code for hot tracking. |
tree | commitdiff |
2004-12-17 |
Robert Shearman | - Implement WM_ENABLE handler to update cached control... |
tree | commitdiff |
2004-12-17 |
Dmitry Timoshkov | Add a mouse input test case, make the test pass under... |
tree | commitdiff |
2004-12-16 |
Ivan Leo Puoti | Better EXE version check in VERSION_GetLinkedDllVersion. |
tree | commitdiff |
2004-12-16 |
Alexandre Julliard | Added a few functions that are now implemented. |
tree | commitdiff |
2004-12-16 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-16 |
Juan Lang | In Netbios(), |
tree | commitdiff |
2004-12-16 |
Stefan Leichter | Fixed tests of GetFileVersionInfoSizeA for win2k3. |
tree | commitdiff |
2004-12-16 |
Aric Stewart | Let negative number be parsed correctly. Needed for... |
tree | commitdiff |
2004-12-16 |
Vitaly Lipatov | Add ScreenX, ScreenY, ColorBits installer properties. |
tree | commitdiff |
2004-12-16 |
Vitaly Lipatov | Add description for MsiGetMode, MSIRUNMODE constants. |
tree | commitdiff |
2004-12-16 |
Christian Costa | Many fixes to the system clock implementation. |
tree | commitdiff |
2004-12-16 |
Ge van Geldorp | Allocate correct amount of memory. |
tree | commitdiff |
2004-12-15 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-15 |
Alexandre Julliard | It makes no sense to export the dll entry point as... |
tree | commitdiff |
2004-12-15 |
Stefan Leichter | Fixed tests of GetAcceptLanguagesA for win98. |
tree | commitdiff |
2004-12-15 |
Jon Griffiths | Use the A version of calls when passing ASCII strings. |
tree | commitdiff |
2004-12-15 |
Jon Griffiths | Include shlwapi.h to get prototypes, and correct 2... |
tree | commitdiff |
2004-12-15 |
Jon Griffiths | Documentation fixes. |
tree | commitdiff |
2004-12-15 |
Rein Klazes | A starting process must obey the STARTF_USESTDHANDLES... |
tree | commitdiff |
2004-12-15 |
Dmitry Timoshkov | Add Russian translations. |
tree | commitdiff |
2004-12-14 |
Alexandre Julliard | Generate stub entries on the fly for missing entry... |
tree | commitdiff |
2004-12-14 |
Ken Belleau | Implemented EnumCalendarInfo(A/W/ExA/ExW). |
tree | commitdiff |
2004-12-14 |
Robert Shearman | - Add documentation to several functions. |
tree | commitdiff |
2004-12-14 |
Robert Shearman | Remove unneeded includes and the unused COMPOBJ_hInstan... |
tree | commitdiff |
2004-12-14 |
James Hawkins | Minor documentation addition. |
tree | commitdiff |
2004-12-14 |
James Hawkins | Cleanup some documentation. |
tree | commitdiff |
2004-12-14 |
Robert Shearman | Use OBJREF on the wire for generic marshaling functions. |
tree | commitdiff |
2004-12-14 |
Juan Lang | Implement _popen and _pclose, and use debugstr_a to... |
tree | commitdiff |
2004-12-14 |
Juan Lang | Use debugstr_a to avoid crash tracing long command... |
tree | commitdiff |
2004-12-14 |
Juan Lang | - make file functions (mostly) thread-safe |
tree | commitdiff |
2004-12-14 |
Jason Edmeades | Add Clear, Present and EndScene support and fix a bug... |
tree | commitdiff |
2004-12-14 |
Robert Reif | Fix a typo that didn't allow pcm to mulaw conversions. |
tree | commitdiff |
2004-12-14 |
Robert Shearman | Implement RPC_E_DISCONNECTED in proxies. |
tree | commitdiff |
2004-12-14 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-12-14 |
Michael Stefaniuc | Missing HeapFree's + 1 LocalFree (found by smatch). |
tree | commitdiff |
2004-12-14 |
Robert Shearman | Fixed incorrect unsigned test. |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
tree | commitdiff |
2004-12-13 |
Robert Shearman | Implement NtQueryTimer. |
tree | commitdiff |
2004-12-13 |
Jason Edmeades | Add {G,S}etRenderState and {G,S}etTextureStageState... |
tree | commitdiff |
2004-12-13 |
Robert Reif | Make the PCM conversion routines of msacm produce ident... |
tree | commitdiff |
2004-12-13 |
Hans Leidekker | Fix compilation with GCC 4. |
tree | commitdiff |
2004-12-13 |
Michael Jung | Implemented CPSignHash and CPVerifySignature. |
tree | commitdiff |
2004-12-13 |
Hans Leidekker | Test and implement SetColorProfileElement. |
tree | commitdiff |
2004-12-13 |
Juan Lang | - use Heap functions rather than libc for mem allocation |
tree | commitdiff |
2004-12-13 |
Gerald Pfeifer | Use proper type for fourth parameter to VerQueryValueW(). |
tree | commitdiff |
2004-12-13 |
Christian Costa | Handle device class in DX8 enumeration (found by Robert... |
tree | commitdiff |
2004-12-13 |
Huw Davies | Fix always false test. Spotted by Eric Pouech. |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed copy&paste error. |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed array index overflow. |
tree | commitdiff |
2004-12-10 |
Jon Griffiths | Implement the remaining MRU functions, fix a couple... |
tree | commitdiff |
2004-12-10 |
Rein Klazes | - implement __pioinfo, __badioinfo and _adjust_fdiv |
tree | commitdiff |
2004-12-10 |
Michael Stefaniuc | Add missing HeapFree's (found by smatch). |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Added some sanity checks on window dimensions. |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Fixed read_directory_getdents for large directories... |
tree | commitdiff |
2004-12-09 |
Alexander Yaworsky | Check service database name in OpenSCManager(). |
tree | commitdiff |
2004-12-09 |
Juan Lang | - implement _dup, _dup2, and _pipe |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Merged system metrics support into sysparams.c, and... |
tree | commitdiff |
2004-12-09 |
James Hawkins | Properly implement DllCanUnloadNow ref counting. |
tree | commitdiff |
2004-12-09 |
José Manuel Ferrer... | Added some Spanish translations. |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Remove a few no longer needed 16-bit exports from gdi32. |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Use an escape mechanism similar to the x11drv one to... |
tree | commitdiff |
2004-12-09 |
Jason Edmeades | Add {G,S}etIndices, {G,S}Viewport and enable the basic... |
tree | commitdiff |
2004-12-09 |
Klemens Friedl | More Windows-like About dialog. |
tree | commitdiff |
2004-12-09 |
Walt Ogburn | Added some tests for win-format metafiles. |
tree | commitdiff |
2004-12-09 |
Christian Costa | Initialize the hkey member when creating the propery... |
tree | commitdiff |
2004-12-09 |
Huw Davies | Remove the remaining dependencies on internal structure... |
tree | commitdiff |
2004-12-08 |
Alexandre Julliard | Revert previous change since it causes a crash in deskt... |
tree | commitdiff |
2004-12-08 |
Rein Klazes | GetUpdateRect can be called with a NULL rect. |
tree | commitdiff |
2004-12-08 |
Mike McCormack | Stub implementation for GetLastInputInfo. |
tree | commitdiff |
2004-12-08 |
Thomas Weidenmüller | Free allocated font handles when control is destroyed. |
tree | commitdiff |
2004-12-08 |
Christian Costa | Allocate the proper size for the SystemClock object. |
tree | commitdiff |
2004-12-08 |
Huw Davies | GetTypeAttr should deep copy the typedesc. |
tree | commitdiff |
2004-12-08 |
Alexandre Julliard | Moved private USER definitions to a new user_private... |
tree | commitdiff |
2004-12-08 |
Robert Shearman | - Make the wine_marshal_id structure more like the... |
tree | commitdiff |
2004-12-08 |
Huw Davies | Fix return value of GetVarIndexOfMemId. |
tree | commitdiff |
2004-12-08 |
Alexandre Julliard | Moved some more 16-bit USER functions to the correspond... |
tree | commitdiff |
2004-12-08 |
Alexandre Julliard | Moved palette functions to user_main.c and removed |
tree | commitdiff |
2004-12-08 |
Gerald Pfeifer | Avoid a warning on FreeBSD. |
tree | commitdiff |
2004-12-08 |
Mike McCormack | Stub implementations for Lsa(Store/Retrieve)PrivateData. |
tree | commitdiff |
2004-12-08 |
Alexander Yaworsky | Notify StartService when service control dispatcher... |
tree | commitdiff |
2004-12-08 |
Robert Shearman | Make the DECIMAL_SETZERO macro take a DECIMAL instead... |
tree | commitdiff |
2004-12-08 |
Ge van Geldorp | Match PSDK definitions for LPCWAVEFORMATEX. |
tree | commitdiff |
2004-12-08 |
Stefan Leichter | Fixed tests of GetAcceptLanguagesA for win9x/ME. |
tree | commitdiff |
2004-12-08 |
Juan Lang | Convert some registry calls from A to W. |
tree | commitdiff |
2004-12-08 |
Jacek Caban | - Implemented CreateAsyncBindCtx. |
tree | commitdiff |
2004-12-08 |
Michael Jung | Fixed linking issues. |
tree | commitdiff |
2004-12-08 |
Dmitry Timoshkov | Indicate that support for HCBT_SYSCOMMAND hooks is... |
tree | commitdiff |
2004-12-07 |
Alexandre Julliard | Added a bunch of tests for various behaviors of RedrawW... |
tree | commitdiff |
2004-12-07 |
Alexandre Julliard | Moved update region handling to the server. |
tree | commitdiff |
2004-12-07 |
Juan Lang | Flush file in fputc when character is '\n'. |
tree | commitdiff |
2004-12-07 |
Mike Hearn | Rename the STUBMGR thread to more accurately reflect... |
tree | commitdiff |
2004-12-07 |
Huw Davies | Remove Invoke's dependence on the internal TLBFuncDesc... |
tree | commitdiff |
2004-12-07 |
Robert Shearman | Implement handle tables and add tests for them. |
tree | commitdiff |
2004-12-07 |
Hans Leidekker | Move ICC profile handling into its own file. |
tree | commitdiff |
2004-12-07 |
Robert Shearman | Clean up devenum and properly implement DllCanUnloadNow... |
tree | commitdiff |
2004-12-07 |
Alexandre Julliard | Fixed compile error. |
tree | commitdiff |
next |