wine
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-10-11  Dimitrie O... Unify DrawLargeItem with DrawItem.
2002-10-11  Dimitrie O... Use GetItemMetrics instead of GetItemMeasures.
2002-10-11  Ove KaavenAdded NdrOleAllocate, NdrOleFree, NdrInterfacePointerBu...
2002-10-11  Dimitrie O... Be real tough on internal programming errors.
2002-10-11  Dimitrie O... Remove support for owner drawn listviews in non-REPORT...
2002-10-11  Dimitrie O... Use GetItemMetrics instead of GetItemMeasures when...
2002-10-11  Dimitrie O... Make use of the new GetItemMetrics in HitTest, to avoid...
2002-10-11  Dimitrie O... Separate item metrics computation from positioning
2002-10-11  Patrik Stridvall- Improved alignment and offset calculations.
2002-10-11  Ove KaavenReimplement several RpcServer.* methods in rpc_server.c.
2002-10-11  Greg TurnerAdded missing kernel32 import.
2002-10-11  Alexandre JulliardLVS_OWNERDRAWFIXED should only take effect in REPORT...
2002-10-10  Ove KaavenAdded NdrDllCanUnloadNow, NdrDllGetClassObject, NdrDllR...
2002-10-10  Michael Günnewig- Move the API into a new api.c file.
2002-10-10  Nerijus BaliunasBetter Lithuanian keyboard layout.
2002-10-10  Alexandre JulliardAvoid calling FindExecutable16.
2002-10-10  Eric PouechKeep on moving 16 bit code out of winmm.
2002-10-10  Christian CostaInitialize the DDCAPS structure of the DDRAW object...
2002-10-10  Christian CostaMain_DirectDrawSurface_QueryInterface: enable creation...
2002-10-10  Ove KaavenAdded NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyIn...
2002-10-10  Dimitrie O... Fix drawing bug introduced with the custom notification
2002-10-10  Dimitrie O... Simplify the report mode, and item drawing considerably.
2002-10-10  Dimitrie O... Handle custom draw notifications properly.
2002-10-10  Dimitrie O... Remove superfluous abstractions which make the code...
2002-10-10  Dimitrie O... Move the custom draw notifications into the Draw.*Item...
2002-10-10  Dimitrie O... Move the custom draw item notifications down into DrawL...
2002-10-10  Dimitrie O... Fix silly redraw bug introduced in previous patch.
2002-10-10  Dimitrie O... Implement WM_SETREDRAW properly.
2002-10-10  Dimitrie O... Rework the mouse click notifications
2002-10-10  Dimitrie O... Use (semi)standard HitTest, rather then our own little...
2002-10-10  Eric PouechMoved out 16 bit code.
2002-10-10  Eric PouechRemoved no longer needed list of instance data.
2002-10-10  Lionel UlmerAdded some TRACEs to the ddraw code.
2002-10-10  Ove KaavenImplement the CStdStubBuffer methods.
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  Andrew M. JohnstonMake info structure members lower case as elsewhere.
2002-10-10  Alexandre JulliardUpdated with autoconf 2.54.
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... Narrow down the items we iterate over in LIST, and...
2002-10-10  Dimitrie O... Draw _only_ the items that are invalidated.
2002-10-10  Dimitrie O... Reimplement FindItem (cleaner, faster, more compliant...
2002-10-10  Dimitrie O... Rewrite HitTest to make it pretty, and very fast.
2002-10-10  Dimitrie O... Introduce the notion of item iterators, and use them...
2002-10-10  Dimitrie O... Separate range manipulation functions from selection...
2002-10-10  Dimitrie O... Fix large item label calculation when not focused.
2002-10-10  Dimitrie O... Fix focus handling when deleting items, or changing...
2002-10-10  Dimitrie O... Fix large item handling focus in ICON mode.
2002-10-10  Dimitrie O... No need to go through the heavy duty rect computation...
2002-10-10  Dimitrie O... Factor out owner draw code, so that it works for all...
2002-10-10  Dimitrie O... Factor out the computation of item position, so it...
2002-10-10  Dimitrie O... Unify LISTVIEW_UpdateLargeItemLabelRect, and GetItemMea...
2002-10-10  Dimitrie O... Get rid of 'goto's in GetItemMeasures.
2002-10-10  Dimitrie O... Fix braino in calculation of LVS_LIST origin.
2002-10-09  Andrew M. JohnstonRemoved reference to SCROLL_SetNCSbState.
2002-10-09  Alexandre JulliardTry CreateProcess even if SHGetFileInfo fails so that...
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 JulliardDon't list register functions in the .def file.
2002-10-09  Alexandre JulliardFixed buffer size in _ultoa (spotted by Joerg Mayer).
2002-10-09  Alexandre JulliardTransmit the Windows PATH to child processes using...
2002-10-09  Alexandre JulliardFixed file descriptor corruption.
2002-10-09  Jeff SmithSpelling corrections.
2002-10-09  Huw DaviesAdded A3 paper size.
2002-10-09  Michael StefaniucFix handle conversions.
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...
next