wine
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-10-03  Alexandre JulliardMoved CreateBrushIndirect16 and CreateDIBPatternBrush16...
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-10-03  Alexandre JulliardRemoved error message that confuses users.
2002-10-03  Alexandre JulliardBuild tests with -DSTRICT.
2002-10-02  Dimitrie O... - Reorganize DrawItem.
2002-10-02  Alexandre JulliardAdded support for multiple object namespaces, and a...
2002-10-02  Alexandre JulliardFixed GDI heap selector handling broken by previous...
2002-10-02  György 'Nog... Use the new Subclassing API.
2002-10-02  Dimitrie O... Fancy/optimized EnsureVisible method that eliminates...
2002-10-02  György 'Nog... Implemented {G|S}etWindowSubClass, DefSubclassProc,
2002-10-02  Dimitrie O... - Fix the subitem drawing code.
2002-10-02  Patrik StridvallAdded some more autogenerated tests.
2002-10-02  Patrik Stridvall- Minor improvements.
2002-10-02  György 'Nog... Added a couple of defines.
2002-10-02  Dimitrie O... Fix Validate{Rect,Rgn} prototypes.
2002-10-02  Alexandre JulliardPreliminary support for dumping NE binaries.
2002-10-02  Dimitrie O... - Fix the state icon handling.
2002-10-02  Alexandre Julliardexcept_handler3: Set correct %ebp when calling exceptio...
2002-10-02  Alexandre JulliardEnable anti-aliasing for all font sizes.
2002-10-02  Greg TurnerCreateDC: handle (nil, <string>, ...) gracefully if...
2002-10-02  Dimitrie O... - Rework the {Insert,Delete}Column functions.
2002-10-02  Alexandre JulliardMake sure things still work if 16-bit dlls cannot be...
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-10-02  Alexandre JulliardFixed warnings.
2002-10-02  Alexandre JulliardAdded EUC-JP encoding as codepage 20932 (with the help...
2002-10-02  Patrik StridvallFixed some issues found by winapi_check.
2002-10-02  Patrik Stridvall- API file update.
2002-10-02  Patrik StridvallAdded some more useful macros.
2002-10-01  Alexandre JulliardMoved X flags and libraries out of Make.rules into...
2002-10-01  Alexandre JulliardUse correct 16-bit resources to avoid warnings.
2002-10-01  Francois GougetUpdate documentation of how to invoke winedbg.
2002-10-01  Patrik StridvallAdded new autogenerated test for data structure packing.
2002-10-01  Patrik Stridvall- Added a new tool winapi_test for generating tests.
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-10-01  Dimitrie O... - Fix LIST mode, broken by previous changes.
2002-09-30  Jeff SmithPathIsExe: corrected and added executable types.
2002-09-30  Guy L. Albertelli- The TTM_ message needed to be in correct order.
2002-09-30  Paul RupePrevent crash when listview trace logging is on.
2002-09-30  Christian CostaImplement SwapTextureHandles method.
2002-09-30  György 'Nog... Define SNDMSG.
2002-09-29  Greg TurnerAttempt at handling 'k' and 'B' symbols.
2002-09-29  Guy Albertelli- Eliminate extra background fills.
2002-09-29  Alexandre JulliardFixed a couple of bugs in the debugger startup.
2002-09-29  Alexandre JulliardDon't build d3d8 if we don't have OpenGL support.
2002-09-29  Alexandre JulliardAdded check for OpenGL.
2002-09-29  György 'Nog... Added {G|S}etWindowLongPtr.
2002-09-29  György 'Nog... Initial implementation of custom control header.
2002-09-29  Jukka HeinonenUse correct check to see if xserver supports xvidmode.
2002-09-29  Dimitrie O... - Cache GWL_STYLE, to avoid fetching in virtually every...
2002-09-29  Ove KaavenFix for soundcards that can't do 8-bit audio, only...
2002-09-29  Christian Costaexecute: Activate the viewport passed as parameter...
2002-09-29  Christian CostaImplement IDirect3DViewport2_DeleteLight.
2002-09-29  Jukka HeinonenFunctions sscanf and swscanf now expect strings to...
2002-09-29  Bill MedlandMinor typo fix.
2002-09-27  Dimitrie O... Remove item from the list, if we fail to initialize...
2002-09-27  Jason EdmeadesInitial D3D8 implementation.
2002-09-27  Alexandre JulliardFixed nameless union/struct declaration.
2002-09-27  Bill MedlandExpanded the "Linux Libraries as Dlls" winelib section...
2002-09-27  Francois GougetUpdated the wrapper code to match the new naming execut...
2002-09-27  Chris MorganAdded stubs for HttpEndRequestA/W, InternetReadFileExA/W,
2002-09-27  Michael StefaniucMoved some 16-bit functions from windows/cursoricon...
2002-09-27  György 'Nog... Check for an empty string in DOSFS_FindNextEx to avoid...
2002-09-27  Dimitrie O... - Fix crashes in debug mode.
2002-09-27  Christian CostaRemove wrong and useless transformation of z projected...
2002-09-27  Christian CostaFix devices creation broken code. Now, the display...
2002-09-27  György 'Nog... Split the 16-bit funcitons into a seperate file.
2002-09-26  Alexandre JulliardFixed X11 error code mismatch and removed debugging...
2002-09-26  Greg Turner- fixed up some semantic misunderstandings using the...
2002-09-26  Francois GougetBring the naming of libraries and executable up to...
2002-09-26  Christian CostaAdded desallocation of the viewport private data.
2002-09-26  Christian CostaAdded allocation/desallocation of the light private...
2002-09-26  Christian CostaEnable creation of our OpenGL Direct3D device from...
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-25  Alexandre JulliardAdded missing WIN_ReleasePtr (spotted by Dmitry Timoshkov).
2002-09-25  Dimitrie O... - Stop passing hwnd around when we're passing EDITSTATE.
2002-09-25  Paul Rupe- Initialize memory to prevent crashes when -debugmsg...
2002-09-25  Paul RupeResize dynamic pointer array more carefully when adding...
2002-09-25  Christian CostaAdded support for POINT, WIREFRAME and SOLID fill modes.
2002-09-25  Christian CostaIDirect3DTexture2Impl_Load: when the surface is not...
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-25  Dimitrie O... By default, we should use our own dlls.
2002-09-25  Greg TurnerAccept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO...
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-24  Patrik Stridvall- Don't add standard headers for the dll separation...
2002-09-24  Guy L. Albertelli- Localize origin, location, and rectangle computation.
2002-09-24  Dimitrie O... Small cleanups, updated documentation.
2002-09-24  Alexandre JulliardFixed #endif.
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-24  Michael StefaniucConvert HKEY to a void*.
2002-09-24  Patrik Stridvall- Added support for %struct16 (used by CLSID).
2002-09-24  Raul DiasAdded new "GlobalRegistryDir" option.
2002-09-24  Patrick J.... Removed the #undef of WS_DEFINE_SELECT so that select...
2002-09-24  Patrick J.... Added casts to all macros to avoid compiler warnings.
2002-09-23  Dimitrie O... Remove some more superfluous ZeroMemory calls, small...
2002-09-23  Dimitrie O... - Remove export of DRAG_QueryUpdate from USER.
2002-09-23  Dimitrie O... - Fix outputting of a text pointer in debug mode (by...
next