- change the internal functions in windows/cursoricon.c to use 32bit
[wine] / dlls /
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-10  Ove KaavenIUnknown_[QAR]_Proxy implementations, VTbl construction...
2002-10-10  Steve LustbaderProvide a stub for GetComboBoxInfo.
2002-10-10  Uwe BonnesMore stubs.
2002-10-10  Ove KaavenStubby NdrClientCall2 & some header changes.
2002-10-10  Steve LustbaderProvide stub for SetupDiGetClassDevsW.
2002-10-10  Paul RupeScroll the listview when doing multiple selections.
2002-10-10  Ove KaavenImplemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcRecei...
2002-10-10  Alexandre JulliardFixed sign extension bug in EH_prolog, and made tryleve...
2002-10-10  Alexandre JulliardMake sure all Zw functions whose Nt equivalent is imple...
2002-10-10  Francois GougetThe NAS headers and libraries are sometimes stored...
2002-10-10  Eric PouechStarted putting all 16 bit code in separate files.
2002-10-10  Michael GünnewigPrevent some segfaults in msrle32.
2002-10-10  Dimitrie O. PaunNarrow down the items we iterate over in LIST, and...
2002-10-10  Dimitrie O. PaunDraw _only_ the items that are invalidated.
2002-10-10  Dimitrie O. PaunReimplement FindItem (cleaner, faster, more compliant...
2002-10-10  Dimitrie O. PaunRewrite HitTest to make it pretty, and very fast.
2002-10-10  Dimitrie O. PaunIntroduce the notion of item iterators, and use them...
2002-10-10  Dimitrie O. PaunSeparate range manipulation functions from selection...
2002-10-10  Dimitrie O. PaunFix large item label calculation when not focused.
2002-10-10  Dimitrie O. PaunFix focus handling when deleting items, or changing...
2002-10-10  Dimitrie O. PaunFix large item handling focus in ICON mode.
2002-10-10  Dimitrie O. PaunNo need to go through the heavy duty rect computation...
2002-10-10  Dimitrie O. PaunFactor out owner draw code, so that it works for all...
2002-10-10  Dimitrie O. PaunFactor out the computation of item position, so it...
2002-10-10  Dimitrie O. PaunUnify LISTVIEW_UpdateLargeItemLabelRect, and GetItemMea...
2002-10-10  Dimitrie O. PaunGet rid of 'goto's in GetItemMeasures.
2002-10-10  Dimitrie O. PaunFix braino in calculation of LVS_LIST origin.
2002-10-09  Eric PouechFixed some multi-sound card related bugs.
2002-10-09  Alexandre JulliardAvoid infinite SendMessage recursion, just like Windows...
2002-10-09  Alexandre JulliardFixed buffer size in _ultoa (spotted by Joerg Mayer).
2002-10-09  Alexandre JulliardFixed file descriptor corruption.
2002-10-09  Jeff SmithSpelling corrections.
2002-10-09  Michael StefaniucFix handle conversions.
2002-10-09  Patrik StridvallFixed test to not fail behind firewalls or without...
2002-10-08  Dimitrie O. PaunFixed bug that caused item texts to be empty.
2002-10-08  Michael GünnewigImplemented the MS RLE video codec.
2002-10-07  Dimitrie O. PaunFix nasty bug generated by UINT vs. INT (resulted in...
2002-10-07  Dimitrie O. PaunCleaned 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. PaunFix silly bug in SetItemPosition (we should set it...
2002-10-07  Dimitrie O. PaunMaintain the item position in {,SMALL}ICON mode separat...
2002-10-07  Dimitrie O. PaunCleanup the SetItemPosition interface.
2002-10-07  Dimitrie O. PaunRemove the COUNT_OF macro.
2002-10-07  Dimitrie O. PaunFixes bug which rendered virtual listboxes always empty.
2002-10-07  Dimitrie O. PaunCleanup, and clarify the handling of the various rectan...
2002-10-07  Dimitrie O. PaunCleanup of the way we maintain/lookup the item count.
2002-10-07  Dimitrie O. PaunFix focus handling for owner draw listviews.
2002-10-07  Dimitrie O. PaunFix 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 PouechMinor comments cleanups.
2002-10-07  Eric PouechFixed some NULL pointer handling errors.
2002-10-05  Dimitrie O. PaunReimplement GetSubItemRect, subitem setting optimizations.
2002-10-05  Dimitrie O. PaunFix bug in OWNERDATA selection handling.
2002-10-05  Dimitrie O. PaunFix onwer-draw REPORT for broken apps.
2002-10-05  Dimitrie O. PaunStreamline the GetItem usage.
2002-10-05  Dimitrie O. PaunFix condition so we actually store the state in virtual...
2002-10-05  Dimitrie O. Paun- Effective optimization in GetNextItem (speeds up...
2002-10-05  Dimitrie O. PaunRewrite the begin/end label edit procedures.
2002-10-04  Dimitrie O. PaunFixed large item focus handling for virtual listviews...
2002-10-04  Dimitrie O. PaunDo not blindly trust GetItem to succeed -- check the...
2002-10-04  Dimitrie O. PaunDo 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. Paun- 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' JeneyAbort with error if the app uses our api to subclass...
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. Paun- Reorganize DrawItem.
2002-10-02  György 'Nog' JeneyUse the new Subclassing API.
2002-10-02  Dimitrie O. PaunFancy/optimized EnsureVisible method that eliminates...
2002-10-02  György 'Nog' JeneyImplemented {G|S}etWindowSubClass, DefSubclassProc,
2002-10-02  Dimitrie O. Paun- Fix the subitem drawing code.
2002-10-02  Patrik StridvallAdded some more autogenerated tests.
2002-10-02  Dimitrie O. Paun- 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  Dimitrie O. Paun- 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  Patrik StridvallFixed some issues found by winapi_check.
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.
next