2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
tree | commitdiff |
2002-10-04 |
Dimitrie O. Paun | - Fix nasty bug in REPORT mode, when calculating the... |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Implemented UuidFromString[AW] based on CLSIDFromString |
tree | commitdiff |
2002-10-03 |
György 'Nog' Jeney | Abort with error if the app uses our api to subclass... |
tree | commitdiff |
2002-10-03 |
Ove Kaaven | Added UuidCreateNil, UuidEqual and UuidIsNil. |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Moved CreateBrushIndirect16 and CreateDIBPatternBrush16... |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Removed LPxxx handle types that don't exist under Windows. |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Removed error message that confuses users. |
tree | commitdiff |
2002-10-03 |
Alexandre Julliard | Build tests with -DSTRICT. |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Reorganize DrawItem. |
tree | commitdiff |
2002-10-02 |
György 'Nog' Jeney | Use the new Subclassing API. |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | Fancy/optimized EnsureVisible method that eliminates... |
tree | commitdiff |
2002-10-02 |
György 'Nog' Jeney | Implemented {G|S}etWindowSubClass, DefSubclassProc, |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Fix the subitem drawing code. |
tree | commitdiff |
2002-10-02 |
Patrik Stridvall | Added some more autogenerated tests. |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Fix the state icon handling. |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | except_handler3: Set correct %ebp when calling exceptio... |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Enable anti-aliasing for all font sizes. |
tree | commitdiff |
2002-10-02 |
Dimitrie O. Paun | - Rework the {Insert,Delete}Column functions. |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Make sure things still work if 16-bit dlls cannot be... |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Added --disable-win16 configure option. |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Fixed warnings. |
tree | commitdiff |
2002-10-02 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-10-01 |
Alexandre Julliard | Moved X flags and libraries out of Make.rules into... |
tree | commitdiff |
2002-10-01 |
Alexandre Julliard | Use correct 16-bit resources to avoid warnings. |
tree | commitdiff |
2002-10-01 |
Patrik Stridvall | Added new autogenerated test for data structure packing. |
tree | commitdiff |
2002-10-01 |
Dimitrie O. Paun | - Fix LIST mode, broken by previous changes. |
tree | commitdiff |
2002-09-30 |
Jeff Smith | PathIsExe: corrected and added executable types. |
tree | commitdiff |
2002-09-30 |
Paul Rupe | Prevent crash when listview trace logging is on. |
tree | commitdiff |
2002-09-30 |
Christian Costa | Implement SwapTextureHandles method. |
tree | commitdiff |
2002-09-29 |
Guy Albertelli | - Eliminate extra background fills. |
tree | commitdiff |
2002-09-29 |
Alexandre Julliard | Don't build d3d8 if we don't have OpenGL support. |
tree | commitdiff |
2002-09-29 |
Alexandre Julliard | Added check for OpenGL. |
tree | commitdiff |
2002-09-29 |
Jukka Heinonen | Use correct check to see if xserver supports xvidmode. |
tree | commitdiff |
2002-09-29 |
Dimitrie O. Paun | - Cache GWL_STYLE, to avoid fetching in virtually every... |
tree | commitdiff |
2002-09-29 |
Ove Kaaven | Fix for soundcards that can't do 8-bit audio, only... |
tree | commitdiff |
2002-09-29 |
Christian Costa | execute: Activate the viewport passed as parameter... |
tree | commitdiff |
2002-09-29 |
Christian Costa | Implement IDirect3DViewport2_DeleteLight. |
tree | commitdiff |
2002-09-29 |
Jukka Heinonen | Functions sscanf and swscanf now expect strings to... |
tree | commitdiff |
2002-09-27 |
Dimitrie O. Paun | Remove item from the list, if we fail to initialize... |
tree | commitdiff |
2002-09-27 |
Jason Edmeades | Initial D3D8 implementation. |
tree | commitdiff |
2002-09-27 |
Chris Morgan | Added stubs for HttpEndRequestA/W, InternetReadFileExA/W, |
tree | commitdiff |
2002-09-27 |
Michael Stefaniuc | Moved some 16-bit functions from windows/cursoricon... |
tree | commitdiff |
2002-09-27 |
Dimitrie O. Paun | - Fix crashes in debug mode. |
tree | commitdiff |
2002-09-27 |
Christian Costa | Remove wrong and useless transformation of z projected... |
tree | commitdiff |
2002-09-27 |
Christian Costa | Fix devices creation broken code. Now, the display... |
tree | commitdiff |
2002-09-27 |
György 'Nog' Jeney | Split the 16-bit funcitons into a seperate file. |
tree | commitdiff |
2002-09-26 |
Alexandre Julliard | Fixed X11 error code mismatch and removed debugging... |
tree | commitdiff |
2002-09-26 |
Greg Turner | - fixed up some semantic misunderstandings using the... |
tree | commitdiff |
2002-09-26 |
Christian Costa | Added desallocation of the viewport private data. |
tree | commitdiff |
2002-09-26 |
Christian Costa | Added allocation/desallocation of the light private... |
tree | commitdiff |
2002-09-26 |
Christian Costa | Enable creation of our OpenGL Direct3D device from... |
tree | commitdiff |
2002-09-25 |
Alexandre Julliard | Moved ts_xlib.c into x11drv and removed libwine_tsx11. |
tree | commitdiff |
2002-09-25 |
Paul Rupe | - Initialize memory to prevent crashes when -debugmsg... |
tree | commitdiff |
2002-09-25 |
Paul Rupe | Resize dynamic pointer array more carefully when adding... |
tree | commitdiff |
2002-09-25 |
Christian Costa | Added support for POINT, WIREFRAME and SOLID fill modes. |
tree | commitdiff |
2002-09-25 |
Christian Costa | IDirect3DTexture2Impl_Load: when the surface is not... |
tree | commitdiff |
2002-09-25 |
Alexandre Julliard | Import wine_tsx11_lock/unlock directly from x11drv... |
tree | commitdiff |
2002-09-25 |
Alexandre Julliard | Fixed a number of bugs in the handling of window parent... |
tree | commitdiff |
2002-09-25 |
Greg Turner | Accept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO... |
tree | commitdiff |
2002-09-24 |
Alexandre Julliard | Removed some more TSX11 functions and files. |
tree | commitdiff |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-24 |
Guy L. Albertelli | - Localize origin, location, and rectangle computation. |
tree | commitdiff |
2002-09-24 |
Dimitrie O. Paun | Small cleanups, updated documentation. |
tree | commitdiff |
2002-09-24 |
Alexandre Julliard | Fixed #endif. |
tree | commitdiff |
2002-09-24 |
Alexandre Julliard | Removed a bunch of no longer used TSX wrappers. |
tree | commitdiff |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-24 |
Michael Stefaniuc | Convert HKEY to a void*. |
tree | commitdiff |
2002-09-23 |
Dimitrie O. Paun | Remove some more superfluous ZeroMemory calls, small... |
tree | commitdiff |
2002-09-23 |
Dimitrie O. Paun | - Remove export of DRAG_QueryUpdate from USER. |
tree | commitdiff |
2002-09-23 |
Dimitrie O. Paun | - Fix outputting of a text pointer in debug mode (by... |
tree | commitdiff |
2002-09-23 |
Patrik Stridvall | Cleaned up the code so it would be easier to parse... |
tree | commitdiff |
2002-09-23 |
Andriy Palamarchuk | Implemented NetQueryDisplayInformation, NetUserGetInfo... |
tree | commitdiff |
2002-09-21 |
Dmitry Timoshkov | Correct SIZE_T size according to MS SDK. |
tree | commitdiff |
2002-09-20 |
Jon Griffiths | Reorganise/minor tidyup of ordinal functions. |
tree | commitdiff |
2002-09-20 |
Dimitrie O. Paun | Have USER deal with the caret when scrolling a window. |
tree | commitdiff |
2002-09-18 |
Alexandre Julliard | Avoid calling some kernel functions. |
tree | commitdiff |
2002-09-18 |
Alexandre Julliard | Added support for the take focus protocol. |
tree | commitdiff |
2002-09-18 |
Dimitrie O. Paun | - Better implementation for GetTopindex/GetOrigin/SetIc... |
tree | commitdiff |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
tree | commitdiff |
2002-09-17 |
Alexandre Julliard | Authors: Josef Meixner <Josef.Meixner@t-online.de>... |
tree | commitdiff |
2002-09-17 |
Martin Wilck | MSVCRT needs a public errno.h file. |
tree | commitdiff |
2002-09-17 |
Andriy Palamarchuk | Make LsaOpenPolicy return success. |
tree | commitdiff |
2002-09-17 |
Gyorgy 'Nog' Jeney | - Unicodeify control. |
tree | commitdiff |
2002-09-17 |
Dimitrie O. Paun | - Optimize the heck out of Report drawing. |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Remove references to PCVOID and LPUINT. |
tree | commitdiff |
2002-09-17 |
Sander van Leeuwen | Listview_ProcessLetterKeys: fixed never ending loop... |
tree | commitdiff |
2002-09-17 |
Jerry Jenkins | Modified volume_effect8 for taking unsigned data as... |
tree | commitdiff |
2002-09-17 |
Jerry Jenkins | Added waveOutSetVolume when opening sound driver. Other... |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Tests are regular Winelib applications and thus should... |
tree | commitdiff |
2002-09-17 |
Francois Gouget | IDI_APPLICATIONW does not exist on Windows. Use IDI_APP... |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Change the #include order so that these tests compile... |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Move all STATUS_* and RPC_NT_* to ntstatus.h as per... |
tree | commitdiff |
2002-09-16 |
Michael Stefaniuc | Convert HRSRC to a void*. |
tree | commitdiff |
2002-09-16 |
Francois Gouget | NetpGetComputerName, SHCopyKeyA and SHRegGetPathA don... |
tree | commitdiff |
2002-09-16 |
Martin Wilck | Fix MoveFileEx() flags in MSVCRT rename()/_wrename(). |
tree | commitdiff |
2002-09-16 |
Dimitrie O. Paun | - Reorganization and cleanup of selection code. |
tree | commitdiff |
2002-09-16 |
Alexandre Julliard | Implemented NtDuplicateObject. |
tree | commitdiff |
2002-09-16 |
Duane Clark | Wait for app to come up before attempting DDE connection. |
tree | commitdiff |
next |