2002-09-29 |
Greg Turner | Attempt at handling 'k' and 'B' symbols. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Guy Albertelli | - Eliminate extra background fills. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Alexandre Julliard | Fixed a couple of bugs in the debugger startup. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Alexandre Julliard | Don't build d3d8 if we don't have OpenGL support. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Alexandre Julliard | Added check for OpenGL. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
György 'Nog... | Added {G|S}etWindowLongPtr. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
György 'Nog... | Initial implementation of custom control header. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Jukka Heinonen | Use correct check to see if xserver supports xvidmode. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Dimitrie O... | - Cache GWL_STYLE, to avoid fetching in virtually every... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Ove Kaaven | Fix for soundcards that can't do 8-bit audio, only... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Christian Costa | execute: Activate the viewport passed as parameter... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Christian Costa | Implement IDirect3DViewport2_DeleteLight. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Jukka Heinonen | Functions sscanf and swscanf now expect strings to... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Bill Medland | Minor typo fix. |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Dimitrie O... | Remove item from the list, if we fail to initialize... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Jason Edmeades | Initial D3D8 implementation. |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Alexandre Julliard | Fixed nameless union/struct declaration. |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Bill Medland | Expanded the "Linux Libraries as Dlls" winelib section... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Francois Gouget | Updated the wrapper code to match the new naming execut... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Chris Morgan | Added stubs for HttpEndRequestA/W, InternetReadFileExA/W, |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Michael Stefaniuc | Moved some 16-bit functions from windows/cursoricon... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
György 'Nog... | Check for an empty string in DOSFS_FindNextEx to avoid... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Dimitrie O... | - Fix crashes in debug mode. |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Christian Costa | Remove wrong and useless transformation of z projected... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Christian Costa | Fix devices creation broken code. Now, the display... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
György 'Nog... | Split the 16-bit funcitons into a seperate file. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Alexandre Julliard | Fixed X11 error code mismatch and removed debugging... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Greg Turner | - fixed up some semantic misunderstandings using the... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Francois Gouget | Bring the naming of libraries and executable up to... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Christian Costa | Added desallocation of the viewport private data. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Christian Costa | Added allocation/desallocation of the light private... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Christian Costa | Enable creation of our OpenGL Direct3D device from... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Alexandre Julliard | Moved ts_xlib.c into x11drv and removed libwine_tsx11. |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Alexandre Julliard | Added missing WIN_ReleasePtr (spotted by Dmitry Timoshkov). |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Dimitrie O... | - Stop passing hwnd around when we're passing EDITSTATE. |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Paul Rupe | - Initialize memory to prevent crashes when -debugmsg... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Paul Rupe | Resize dynamic pointer array more carefully when adding... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Christian Costa | Added support for POINT, WIREFRAME and SOLID fill modes. |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Christian Costa | IDirect3DTexture2Impl_Load: when the surface is not... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Alexandre Julliard | Import wine_tsx11_lock/unlock directly from x11drv... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Alexandre Julliard | Fixed a number of bugs in the handling of window parent... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Dimitrie O... | By default, we should use our own dlls. |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Greg Turner | Accept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Alexandre Julliard | Removed some more TSX11 functions and files. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Patrik Stridvall | - Don't add standard headers for the dll separation... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Guy L. Albertelli | - Localize origin, location, and rectangle computation. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Dimitrie O... | Small cleanups, updated documentation. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Alexandre Julliard | Fixed #endif. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Alexandre Julliard | Removed a bunch of no longer used TSX wrappers. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Michael Stefaniuc | Convert HKEY to a void*. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Patrik Stridvall | - Added support for %struct16 (used by CLSID). |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Raul Dias | Added new "GlobalRegistryDir" option. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Patrick J.... | Removed the #undef of WS_DEFINE_SELECT so that select... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Patrick J.... | Added casts to all macros to avoid compiler warnings. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Dimitrie O... | Remove some more superfluous ZeroMemory calls, small... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Dimitrie O... | - Remove export of DRAG_QueryUpdate from USER. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Dimitrie O... | - Fix outputting of a text pointer in debug mode (by... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Patrik Stridvall | Cleaned up the code so it would be easier to parse... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Patrik Stridvall | - Made the new C parser handle the current Wine source. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Andriy Palamarchuk | Implemented NetQueryDisplayInformation, NetUserGetInfo... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Francois Gouget | Install notepad.exe in c:\windows too. |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Dmitry Timoshkov | Correct SIZE_T size according to MS SDK. |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Jason Edmeades | Added some definitions. |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Eric Pouech | Updated winedbg documentation. |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Dimitrie O... | Change confusing title. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Jon Griffiths | Reorganise/minor tidyup of ordinal functions. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Francois Gouget | Small updates to better match the format of current... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Dimitrie O... | Move the contents of documentation/psdrv.reg to winedef... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Dimitrie O... | Have USER deal with the caret when scrolling a window. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Andriy Palamarchuk | Added information about POSIX, Unix, X11 trademarks. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Jon Griffiths | Update output for current build process. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Jon Griffiths | Documentation update. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Alexandre Julliard | Avoid calling some kernel functions. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Alexandre Julliard | Updated a lot of obsolete stuff. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Alexandre Julliard | Only install the useful programs. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Alexandre Julliard | Added support for the take focus protocol. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Alexandre Julliard | Removed obsolete files. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Steven Edwards | Update for mingw/cygwin. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Martin Wilck | Make all target names lower case. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Dimitrie O... | Update debug channel usage in DEVELOPER-HINTS. |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Dimitrie O... | - Better implementation for GetTopindex/GetOrigin/SetIc... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Vincent Béron | Small update to keep in sync with README. |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Alexandre Julliard | Added testing.sgml. |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Alexandre Julliard | Remove clearing of the window menu id for now. This... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Francois Gouget | Explain why conformance tests are useful for ports... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Alexandre Julliard | Authors: Josef Meixner <Josef.Meixner@t-online.de>... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Martin Wilck | MSVCRT needs a public errno.h file. |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Martin Wilck | Fix "install" and "uninstall" targets: .exe -> .exe... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Andriy Palamarchuk | Make LsaOpenPolicy return success. |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Jan Kratochvil | Bug fix. |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Gyorgy 'Nog... | - Unicodeify control. |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Dimitrie O... | - Optimize the heck out of Report drawing. |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Dimitrie O... | Move the documentation for 'ShowDirSymlinks' where... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Francois Gouget | Remove references to PCVOID and LPUINT. |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Alexandre Julliard | Fixed import directory limits (spotted by Jan Kratochvil). |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Sander van... | Listview_ProcessLetterKeys: fixed never ending loop... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Jerry Jenkins | Modified volume_effect8 for taking unsigned data as... |
commit | commitdiff | tree | snapshot |
next |