wine
2002-10-09  Patrik StridvallFixed test to not fail behind firewalls or without...
2002-10-09  Patrik StridvallReorganized the code for better support of data structu...
2002-10-08  Alexandre JulliardRelease 20021007. wine-20021007
2002-10-08  Dimitrie O... Fixed bug that caused item texts to be empty.
2002-10-08  Michael GünnewigImplemented the MS RLE video codec.
2002-10-08  Jukka HeinonenAdd support for interrupts in 32-bit code.
2002-10-07  Dimitrie O... Fix nasty bug generated by UINT vs. INT (resulted in...
2002-10-07  Dimitrie O... Cleaned up the rectangle handling, and fixed numerous...
2002-10-07  Greg TurnerAdded skeleton for rpcrt4 unit test with some UUID...
2002-10-07  Greg TurnerImplemented UuidCompare.
2002-10-07  Ove KaavenImplemented RpcBindingInqObject, RpcBindingSetObject,
2002-10-07  Steve LustbaderProvide stubs for Create/DeleteTimerQueueTimer.
2002-10-07  Paul RupeFix inaccurate listview scrolling with PgUp/Down and...
2002-10-07  Stefan LeichterAdded stubs for capCreateCaptureWindowA/W to get freeVC...
2002-10-07  Dimitrie O... Fix silly bug in SetItemPosition (we should set it...
2002-10-07  Dimitrie O... Maintain the item position in {,SMALL}ICON mode separat...
2002-10-07  Dimitrie O... Cleanup the SetItemPosition interface.
2002-10-07  Dimitrie O... Remove the COUNT_OF macro.
2002-10-07  Dimitrie O... Fixes bug which rendered virtual listboxes always empty.
2002-10-07  Dimitrie O... Cleanup, and clarify the handling of the various rectan...
2002-10-07  Dimitrie O... Cleanup of the way we maintain/lookup the item count.
2002-10-07  Dimitrie O... Fix focus handling for owner draw listviews.
2002-10-07  Dimitrie O... Fix potential bug in RemoveAllItems.
2002-10-07  Steve LustbaderImplement GetUserDefaultUILanguage and GetSystemDefault...
2002-10-07  Jason EdmeadesVarious fixes, typos corrected and clarifying trace...
2002-10-07  Eric PouechAdded support for several soundcard.
2002-10-07  Eric PouechGot rid of recursion in sub device opening.
2002-10-07  Eric PouechLet wave(Out|In)Open call the wave mapper when the...
2002-10-07  Eric PouechFixed segv when incorrect command line arguments where...
2002-10-07  Eric PouechFixed IMA ACM definition.
2002-10-07  Eric PouechMinor comments cleanups.
2002-10-07  Eric PouechFixed some NULL pointer handling errors.
2002-10-05  Dimitrie O... Reimplement GetSubItemRect, subitem setting optimizations.
2002-10-05  Dimitrie O... Fix bug in OWNERDATA selection handling.
2002-10-05  Dimitrie O... Fix onwer-draw REPORT for broken apps.
2002-10-05  Dimitrie O... Streamline the GetItem usage.
2002-10-05  Dimitrie O... Fix condition so we actually store the state in virtual...
2002-10-05  Dimitrie O... - Effective optimization in GetNextItem (speeds up...
2002-10-05  Dimitrie O... Rewrite the begin/end label edit procedures.
2002-10-04  Dimitrie O... Fixed large item focus handling for virtual listviews...
2002-10-04  Dimitrie O... Do not blindly trust GetItem to succeed -- check the...
2002-10-04  Dimitrie O... Do not send uninitialized data in notification to appli...
2002-10-04  Dmitry TimoshkovFixed atom test to work on Windows.
2002-10-04  Dmitry TimoshkovAdded a prototype code page test. Fixed issue regarding...
2002-10-04  Alexandre JulliardFixed printf formats for -DSTRICT handles.
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-10-04  Dimitrie O... - Fix nasty bug in REPORT mode, when calculating the...
2002-10-04  Alexandre JulliardImplemented UuidFromString[AW] based on CLSIDFromString
2002-10-03  György 'Nog... Abort with error if the app uses our api to subclass...
2002-10-03  Steve LustbaderImplemented GetDateFormatW.
2002-10-03  Ove KaavenAdded UuidCreateNil, UuidEqual and UuidIsNil.
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.
next