2002-12-03 |
Alexandre Julliard | Merged font.h and path.h into gdi.h. Moved x11font... |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Ove Kaaven | Parse the NOT operator, the [idempotent] attribute... |
commit | commitdiff | tree | snapshot |
2002-12-03 |
Jukka Heinonen | Clean up int21 handling. Move error handling to winedos. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Jukka Heinonen | Move DPMI segments to winedos. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Lionel Ulmer | - only handle memory allocation for non-already loaded... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Alexandre Julliard | Authors: Greg Turner <gmturner007@ameritech.net>, Ove... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Christian Costa | Handle D3DLIGHTSTATE_COLORVERTEX to prevent SetLightSta... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Patrik Stridvall | Added FIXME:s in the stubs. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Lionel Ulmer | - implement the texturing the D3D3 way |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Ove Kaaven | Protect PALETTEENTRY and LOGPALETTE with #ifndefs. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Jukka Heinonen | Rename old DOS3Call as INT_Int21Handler and make new... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Jukka Heinonen | Move int13 handler to winedos. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Jeff Smith | Fix for MIDI Mapper. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Christian Costa | Add D3D capability. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | - actually use the VertexBuffer stubs |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | Beginning of support for D3D7 / D3DDevice7. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Alexandre Julliard | Removed some checklink rules made unnecessary by the... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | - some more code sharing between D3DDevice versions |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Dimitrie O... | Add a way to tell msvcrt to define wchar_t. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | - fixed D3DFVF_VERTEX case |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Vincent Béron | Change CRLF end of lines in LF only. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | - start of support for device locking / unlocking... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Hleb Valoska | Some fixes to Belarusian locale. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Patrik Stridvall | - Fixed bug caused by changes to Wine. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Francois Gouget | {Get,Set}ThreadPriorityBoost and SetThreadIdealProcesso... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Francois Gouget | GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Francois Gouget | SetEnvironmentVariableA(NULL, NULL) crashes on Win98... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Rolf Kalbermatter | Added stub implementation with correct prototypes for |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Uwe Bonnes | Make wcmd available from inside the source tree. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | Implemented GetRenderTarget. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | Added enumeration of ZBuffer format. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Tony Lambregts | Update the debugger documentation for current usage. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Alexandre Julliard | Partially implemented kernel/user times in GetThreadTim... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | Implement wglCreateLayerContext for layer 0. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | Do not forget to AddRef the returned Direct3D interface. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | Add DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Francois Gouget | Added declaration for SignalObjectAndWait. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Francois Gouget | Added constants for _set_error_mode(). |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Jeff Smith | Fixed 32 bit flag in midiOutShortMsg. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Christian Costa | Replace LPDDSURFACEDESC by LPDDSURFACEDESC2 in IDirectD... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Andreas Mohr | Fixed text mode value. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Francois Gouget | Add the 48 and 96kHz WAVE_FORMAT constants. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Ove Kaaven | Handle encapsulated unions in a cleaner (and less buggy... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Ove Kaaven | Added missing union names for some encapsulated unions. |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Lionel Ulmer | - fix caps filling to be more in line with what we... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Martin Wilck | Fixed some problems with asynchronous file IO. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Lionel Ulmer | - fix texture snooping (plus adds snoop for 1555 format) |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Steve Lustbader | Provide stubs for DnsHostnameToComputerNameA/W. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Alexandre Julliard | Added definitions for a couple of stub functions that... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Jukka Heinonen | Moved handlers for int25 and int26 to winedos. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Huw D M Davies | EnumFont16 should enumerate gdi fonts too. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Dimitrie O... | - Typesafe parameters from TREEVIEW_NotifyFormat. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Francois Gouget | Added SwitchToThread. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Vincent Béron | Fix for implicit declaration of abs. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Vincent Béron | Fix for deprecated use of label at the end of compound... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Bill Medland | Correct GetNumberFormatA for zero decimals and for... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Matthew Davison | Prevent Winhelp from crashing when it can't find the... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Christian Costa | Add some DDRAW and D3D definitions. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Patrik Stridvall | - API files update. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Alexandre Julliard | Release 20021125. wine-20021125 |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Patrik Stridvall | Fixed pthreads on FreeBSD (based on patch by Alexandre... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Alexandre Julliard | Added CS_DBLCLKS style to dialog window class. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Shachar Shemesh | Change some of the number seperators to "Neutral" rathe... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Steve Lustbader | Stubs for CreateTimerQueue and DeleteTimerQueueEx. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Steve Lustbader | Assorted Win2k/WinXP stubs. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Stefan Leichter | Converted implementation of _lseek to _lseeki64, implem... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Mike McCormack | Implemented registry change notifications. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Uwe Bonnes | X11DRV_DrawArc: Don't overwrite the ENDCAP style. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Uwe Bonnes | X11DRV_SelectPen(): Don't use a pen with half the width. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Andreas Mohr | Added the missing cx member to the MyDLGITEMTEMPLATEEX... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Stefan Leichter | Converted implementation of _stat and _fstat to _stati6... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Jason Edmeades | Add support for VarAnd between integers. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Lionel Ulmer | - Prevent the backbuffer to also have the frontbuffer... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Alexandre Julliard | Moved some GetThreadTimes tests out of the todo block. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Ryan Cumming | Partially implement GetThreadTimes. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Alexandre Julliard | Warnings fixes. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
György 'Nog... | - Move SetSystemTime, GetTimeZoneInformation and |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Aric Stewart | LVN_GETDISPINFO seems to always be Ansi. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Steve Lustbader | StretchDIBits: avoid crash on null pointers. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Robert Shearman | Add support for painting SBS_SIZEBOX style properly. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Jukka Heinonen | Moved handlers for int11, int15 and int5c to winedos. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Lionel Ulmer | - add implementation for FindDevice function |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Alexandre Julliard | Replace most PROFILE_GetWineIni calls by direct registr... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Alexandre Julliard | Added dist rule for building the distribution tarballs. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Alexandre Julliard | Added CS_DBLCLKS so that systray receives double clicks. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Jukka Heinonen | VGA text mode no longer flickers and it is much faster. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Bill Medland | Correct UnhookWindowsHook: clear the handle so that... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Christian Costa | Reenable OpenGL surface's flip method. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Jens Hoffmann | Pass correct instance in keyboard_hook setup. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Matthew Davison | Fix some unicode->ascii calls. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Gerald Pfeifer | Avoid using labels at the end of commpound statements. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Alexandre Julliard | Removed no longer needed PROFILE_LoadWineIni(). |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Jukka Heinonen | Move int2f handler to winedos. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Vincent Béron | The default behavior of "make everything" is now to... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Mike Hearn | Altered WM_MOUSEHOVER so the lParam and wParam fields... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Alexandre Julliard | Removed the WINE_NO_STRICT support. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Dimitrie O... | Allow apps to define __int{8,16,32,64} on the command... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Alexandre Julliard | Fixed use of HBMMENU_* in switch statements. |
commit | commitdiff | tree | snapshot |
next |