wine
2002-10-16  Dimitrie O... Remember the global colors in custom draw mode.
2002-10-16  Dimitrie O... Compute only the old state that we're gonna look at.
2002-10-16  Dimitrie O... Instrument SetItemT to avoid repainting if nothing...
2002-10-16  Dimitrie O... Fix bug in edit label when sending the text to the...
2002-10-16  Dimitrie O... Edit label cleanup.
2002-10-16  Dimitrie O... Fix bug in ranges_shift which was corrupting selections.
2002-10-16  Bill MedlandAdd a section on using ODBC.
2002-10-16  Alexandre JulliardImplemented _seh_longjmp_unwind.
2002-10-16  Huw D M DaviesFix the ofn flags setup.
2002-10-16  Christian CostaAssociate texture to the device when GetHandle is calle...
2002-10-16  Dimitrie O... Add comment on what is known about the current state...
2002-10-16  Greg TurnerUse the msvc way to return a struct, fixing wierd problems.
2002-10-16  Martin FuchsImplemented program launching by double click.
2002-10-15  Dimitrie O... Fix iterator creation for LVS_LIST mode.
2002-10-15  Dimitrie O... No longer compute the ill-defined bounds in GetItemMetrics.
2002-10-15  Dimitrie O... Teach GetItemMetrics to deal with subitems in report...
2002-10-15  Dimitrie O... Fix iterator creation for LVS_LIST mode.
2002-10-15  Dimitrie O... Fix iterators to properly deal with LVS_{,SMALL}ICON...
2002-10-15  Dimitrie O... Iterator updates:
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
2002-10-15  Alexandre JulliardFixed reference count handling to support LoadLibrary...
2002-10-15  Martin Fuchs- Fixed building unter native WIN32.
2002-10-15  György 'Nog... Implement [ format specifier.
2002-10-15  Gerald PfeiferSilence warning in hex_from0().
2002-10-15  David HammertonGet descriptor should return correct segment limit.
2002-10-15  Steve LustbaderFix off-by-one error in determining number of arguments.
2002-10-15  Patrik Stridvall- Fixed broken winapi_extract options --{pseudo-,}stub...
2002-10-15  Dimitrie O... Do not merge image with garbage background. Based on...
2002-10-15  Christian NeumairStub for the CryptRegisterOIDFunction function.
2002-10-15  Patrik StridvallUpdated the generated tests.
2002-10-15  Patrik StridvallDon't use a special header file for macros used in...
2002-10-15  Michael GünnewigFixed division by zero, when range is 0.
2002-10-15  Vincent BéronActually compile Wine even if not installing as root.
2002-10-13  Roderick ColenbranderSet DirectX version to 8.1.
2002-10-13  Uwe BonnesAdd function to get size of in-memory resource and...
2002-10-13  Vincent BéronAllow wineinstall to be run from tools/ or from the...
2002-10-13  Jason Edmeades- ClipPlanes work better.
2002-10-13  CarlosAvoid crashes when ofnW->lpstrFile is null.
2002-10-12  Alexandre JulliardRemove no longer used PERQUEUEDATA structure and functions.
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-12  Alexandre JulliardReimplemented GetLastActivePopup to get the information...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Dimitrie O... Rename GetItemHeight to CalculateMaxHeight, for consistency
2002-10-11  Dimitrie O... Use the item box rather than the bounds when invalidating.
2002-10-11  Jason EdmeadesSignificantly improve the lighting code.
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...
next