2002-12-11 |
György 'Nog' Jeney | - Implement RtlLocalTimeToSystemTime and RtlSystemTimeT... |
tree | commitdiff |
2002-12-11 |
Francois Gouget | '"' is an illegal character on Win9x so we cannot test it. |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | -DSTRICT is now the default behavior. |
tree | commitdiff |
2002-12-10 |
Alberto Massari | Added parameters to NtXxxPort functions prototypes. |
tree | commitdiff |
2002-12-10 |
Jukka Heinonen | Move int21 country information handling to winedos. |
tree | commitdiff |
2002-12-10 |
Vincent Béron | Suppress some signed/unsigned comparison warning. |
tree | commitdiff |
2002-12-10 |
Rolf Kalbermatter | Change the return value for ExtractIconEx from HICON... |
tree | commitdiff |
2002-12-10 |
Rolf Kalbermatter | - Modify ICO_ExtractIconExW to: |
tree | commitdiff |
2002-12-10 |
Dimitrie O. Paun | Get rid of generic notification support in comctrl32... |
tree | commitdiff |
2002-12-10 |
Dimitrie O. Paun | - Plug a bunch of memory leaks. |
tree | commitdiff |
2002-12-10 |
Chris Morgan | Reset the oss device before we try to close it. Fixes... |
tree | commitdiff |
2002-12-10 |
Jason Edmeades | VarAdd support for integers. |
tree | commitdiff |
2002-12-07 |
Alexandre Julliard | Don't build tests by default just yet. |
tree | commitdiff |
2002-12-07 |
Rolf Kalbermatter | Add SHDefExtractIcon{AW} function. |
tree | commitdiff |
2002-12-07 |
Rolf Kalbermatter | Fix signature of SHLWAPI_334 as its string parameter... |
tree | commitdiff |
2002-12-07 |
Jukka Heinonen | Move int08 stub and LOL to upper memory. |
tree | commitdiff |
2002-12-06 |
Alexandre Julliard | Check file header to differentiate between object files... |
tree | commitdiff |
2002-12-06 |
Alexandre Julliard | Fixed the list of accepted types passed to HttpOpenRequ... |
tree | commitdiff |
2002-12-06 |
Rolf Kalbermatter | Implement ParseFieldW function based on its ANSI sibling. |
tree | commitdiff |
2002-12-06 |
Alberto Massari | - When sending a request using HttpOpenRequest/HttpSen... |
tree | commitdiff |
2002-12-06 |
Francois Gouget | Define PSH_WIZARD97 (problem reported by jaymz@free... |
tree | commitdiff |
2002-12-06 |
Christoph Frick | Force (WS_)SO_REUSEADDR before binding to a socket... |
tree | commitdiff |
2002-12-06 |
Alexandre Julliard | Build test programs as part of the normal build. |
tree | commitdiff |
2002-12-06 |
Rolf Kalbermatter | Fix some parameter types. |
tree | commitdiff |
2002-12-05 |
Ove Kaaven | Make sure that no files except unknwn.h include wine... |
tree | commitdiff |
2002-12-05 |
Patrik Stridvall | Replace 0x%p with %p. |
tree | commitdiff |
2002-12-05 |
Peter Mladek | Added 2 more Czech keyboard layouts compatible with... |
tree | commitdiff |
2002-12-05 |
Alberto Massari | - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA... |
tree | commitdiff |
2002-12-05 |
Alexandre Julliard | Back out the aRts volume patch, this is not user-friend... |
tree | commitdiff |
2002-12-05 |
Francois Gouget | A simple test for IDirectSound.GetCaps. |
tree | commitdiff |
2002-12-05 |
Marcus Meissner | Marshal VT_R4 (4 byte float). |
tree | commitdiff |
2002-12-05 |
Lionel Ulmer | Have only one GUID for Wine's OpenGL D3D device. |
tree | commitdiff |
2002-12-05 |
Martin Wilck | Correct 2 bugs connected to asynchronous shutdown(): |
tree | commitdiff |
2002-12-05 |
Martin Wilck | Set the socket to overlapped mode. |
tree | commitdiff |
2002-12-05 |
Francois Gouget | Skip Unicode tests if there's no Unicode support. |
tree | commitdiff |
2002-12-05 |
Francois Gouget | Return an error if dwSize is not valid. |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
tree | commitdiff |
2002-12-03 |
Christian Costa | Add support for D3DBLEND_ONE for D3DRENDERSTATE_{DEST... |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Install ipexport.h and icmpapi.h with the other Windows... |
tree | commitdiff |
2002-12-03 |
Ove Kaaven | Added more types to wtypes.idl. |
tree | commitdiff |
2002-12-03 |
Martin Wilck | Fixed test to run fine (0 errors) on Win NT. |
tree | commitdiff |
2002-12-03 |
Alberto Massari | SHGetSetSettings has now the right signature and the... |
tree | commitdiff |
2002-12-03 |
Rolf Kalbermatter | Fix ANSI->Unicode calling for ExtractIconExA/W. |
tree | commitdiff |
2002-12-03 |
Rolf Kalbermatter | Modify PrivateExtractIcons{AW} to match better current... |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Merged font.h and path.h into gdi.h. Moved x11font... |
tree | commitdiff |
2002-12-03 |
Jukka Heinonen | Clean up int21 handling. Move error handling to winedos. |
tree | commitdiff |
2002-12-02 |
Jukka Heinonen | Move DPMI segments to winedos. |
tree | commitdiff |
2002-12-02 |
Lionel Ulmer | - only handle memory allocation for non-already loaded... |
tree | commitdiff |
2002-12-02 |
Alexandre Julliard | Authors: Greg Turner <gmturner007@ameritech.net>, Ove... |
tree | commitdiff |
2002-12-02 |
Christian Costa | Handle D3DLIGHTSTATE_COLORVERTEX to prevent SetLightSta... |
tree | commitdiff |
2002-12-02 |
Patrik Stridvall | Added FIXME:s in the stubs. |
tree | commitdiff |
2002-12-02 |
Lionel Ulmer | - implement the texturing the D3D3 way |
tree | commitdiff |
2002-12-02 |
Jukka Heinonen | Rename old DOS3Call as INT_Int21Handler and make new... |
tree | commitdiff |
2002-12-02 |
Jukka Heinonen | Move int13 handler to winedos. |
tree | commitdiff |
2002-12-02 |
Jeff Smith | Fix for MIDI Mapper. |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-30 |
Christian Costa | Add D3D capability. |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | - actually use the VertexBuffer stubs |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | Beginning of support for D3D7 / D3DDevice7. |
tree | commitdiff |
2002-11-30 |
Alexandre Julliard | Removed some checklink rules made unnecessary by the... |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | - some more code sharing between D3DDevice versions |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | - fixed D3DFVF_VERTEX case |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | - start of support for device locking / unlocking... |
tree | commitdiff |
2002-11-30 |
Hleb Valoska | Some fixes to Belarusian locale. |
tree | commitdiff |
2002-11-30 |
Francois Gouget | {Get,Set}ThreadPriorityBoost and SetThreadIdealProcesso... |
tree | commitdiff |
2002-11-30 |
Francois Gouget | GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed. |
tree | commitdiff |
2002-11-30 |
Francois Gouget | SetEnvironmentVariableA(NULL, NULL) crashes on Win98... |
tree | commitdiff |
2002-11-30 |
Rolf Kalbermatter | Added stub implementation with correct prototypes for |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | Implemented GetRenderTarget. |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | Added enumeration of ZBuffer format. |
tree | commitdiff |
2002-11-30 |
Alexandre Julliard | Partially implemented kernel/user times in GetThreadTim... |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | Implement wglCreateLayerContext for layer 0. |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | Do not forget to AddRef the returned Direct3D interface. |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | Add DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw... |
tree | commitdiff |
2002-11-30 |
Jeff Smith | Fixed 32 bit flag in midiOutShortMsg. |
tree | commitdiff |
2002-11-30 |
Andreas Mohr | Fixed text mode value. |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | - fix caps filling to be more in line with what we... |
tree | commitdiff |
2002-11-27 |
Lionel Ulmer | - fix texture snooping (plus adds snoop for 1555 format) |
tree | commitdiff |
2002-11-27 |
Steve Lustbader | Provide stubs for DnsHostnameToComputerNameA/W. |
tree | commitdiff |
2002-11-27 |
Alexandre Julliard | Added definitions for a couple of stub functions that... |
tree | commitdiff |
2002-11-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-11-27 |
Jukka Heinonen | Moved handlers for int25 and int26 to winedos. |
tree | commitdiff |
2002-11-27 |
Dimitrie O. Paun | - Typesafe parameters from TREEVIEW_NotifyFormat. |
tree | commitdiff |
2002-11-27 |
Vincent Béron | Fix for implicit declaration of abs. |
tree | commitdiff |
2002-11-27 |
Vincent Béron | Fix for deprecated use of label at the end of compound... |
tree | commitdiff |
2002-11-27 |
Bill Medland | Correct GetNumberFormatA for zero decimals and for... |
tree | commitdiff |
2002-11-25 |
Steve Lustbader | Stubs for CreateTimerQueue and DeleteTimerQueueEx. |
tree | commitdiff |
2002-11-25 |
Steve Lustbader | Assorted Win2k/WinXP stubs. |
tree | commitdiff |
2002-11-25 |
Stefan Leichter | Converted implementation of _lseek to _lseeki64, implem... |
tree | commitdiff |
2002-11-25 |
Mike McCormack | Implemented registry change notifications. |
tree | commitdiff |
2002-11-25 |
Andreas Mohr | Added the missing cx member to the MyDLGITEMTEMPLATEEX... |
tree | commitdiff |
2002-11-25 |
Stefan Leichter | Converted implementation of _stat and _fstat to _stati6... |
tree | commitdiff |
2002-11-25 |
Jason Edmeades | Add support for VarAnd between integers. |
tree | commitdiff |
2002-11-25 |
Lionel Ulmer | - Prevent the backbuffer to also have the frontbuffer... |
tree | commitdiff |
2002-11-25 |
Alexandre Julliard | Moved some GetThreadTimes tests out of the todo block. |
tree | commitdiff |
2002-11-25 |
György 'Nog' Jeney | - Move SetSystemTime, GetTimeZoneInformation and |
tree | commitdiff |
2002-11-25 |
Aric Stewart | LVN_GETDISPINFO seems to always be Ansi. |
tree | commitdiff |
2002-11-24 |
Jukka Heinonen | Moved handlers for int11, int15 and int5c to winedos. |
tree | commitdiff |
2002-11-24 |
Lionel Ulmer | - add implementation for FindDevice function |
tree | commitdiff |
next |