Don't touch the This pointer after it has been freed.
[wine] / dlls /
2002-10-21  Dimitrie O. PaunReorganize header notifications.
2002-10-21  Dimitrie O. PaunCrash on internal NULL pointers, don't test all over...
2002-10-21  Dimitrie O. PaunWhen removing focus, no need to go through all elements.
2002-10-21  Dimitrie O. PaunFix colors for selected items in full row select mode.
2002-10-21  Dimitrie O. PaunFix computation of subitem box, when invalidating it.
2002-10-21  Dimitrie O. PaunAssert on inconsistent range list states.
2002-10-21  Dimitrie O. PaunDo not grow the item list to arbritary index: if reques...
2002-10-21  Dimitrie O. PaunSetColumnWidth rewrite: simpler, cleaner code. Bugs...
2002-10-21  Dimitrie O. PaunHandle generic column width changes.
2002-10-21  Dimitrie O. PaunAssert on internal invariants, rather than fail gracefully.
2002-10-21  Dimitrie O. PaunMore docs compliant alignment handling for subitems.
2002-10-21  Dimitrie O. PaunFix notification from header, on item changed.
2002-10-21  Duane ClarkSet the return value of the PD_PAGENUMS flag.
2002-10-21  Jason EdmeadesAdd the basic support for volume textures / volumes...
2002-10-21  Eric PouechKeep on moving 16 bit code out of winmm, now only using...
2002-10-21  Duane ClarkCorrect the behavior for disabled toolbar buttons.
2002-10-19  Dimitrie O. PaunDo not create a range list for an empty range.
2002-10-19  Dimitrie O. PaunStore the entire format bitmap in the column info.
2002-10-19  Dimitrie O. PaunColumn zero has the image enabled always, irrespective...
2002-10-19  Dimitrie O. PaunUnify {Insert,Set}ColumnT as much as possible.
2002-10-19  Dimitrie O. PaunFix function header documentation.
2002-10-19  Dimitrie O. PaunBetter report mode.
2002-10-19  Greg TurnerSuper-crude implementation for NdrClientCall2.
2002-10-19  Greg TurnerFix up RpcMgmtWaitServerListen to be less incorrect.
2002-10-19  Greg TurnerSome MIDL constants and structures (should eventually...
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-10-19  Lionel UlmerAdd 3D support at the User driver level.
2002-10-19  Malte StarostikFixed IWebBrowser::Navigate() parameter type.
2002-10-19  Dimitrie O. PaunWhen deleting an item, remove selection, don't add it!
2002-10-19  Michael StefaniucSilence some warnings due to casts between pointer...
2002-10-19  Michael StefaniucFix warnings when converting between an ATOM and a...
2002-10-19  Dimitrie O. PaunMore traces to help us make sense of the output.
2002-10-19  Dimitrie O. PaunFix ranges insertion bug (specify DPAS_SORTED when...
2002-10-19  Dimitrie O. PaunInspect style bits independently on style change.
2002-10-19  Dimitrie O. PaunRewrite StyleChanged procedure
2002-10-19  Dimitrie O. PaunKeep track of per-column information inside the listview.
2002-10-19  Dimitrie O. PaunDo not query items that are just being inserted.
2002-10-19  Dimitrie O. PaunReorganize things a bit so that we no longer need the...
2002-10-19  Michael Günnewig- Fixed loading of wave files.
2002-10-19  Michael GünnewigFixed very slow loading of index.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-18  Alexandre JulliardAdded FIXMEs for metafile and fullhwnd handle conversio...
2002-10-18  Alexandre JulliardMoved EnumObjects16, LineDDA16 and associated glue...
2002-10-18  Alexandre JulliardSplit out some 16-bit GDI code.
2002-10-18  Alexandre JulliardStore the original GDI palette functions in pfnSelectPa...
2002-10-18  Greg Turner- (try to) implement RpcMgmtWaitServerListen
2002-10-18  Alexandre JulliardConverted PlayMetaFileRecord and related functions...
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-10-18  Michael Günnewig- Add wavefile handler.
2002-10-18  Stefan LeichterBuildCommDCBAndTimeoutsA: Made the argument parsing...
2002-10-18  Martin FuchspszText is stored as Unicode, so call DrawTextW() inste...
2002-10-17  Dimitrie O. PaunInstrument SetItemT to change only _one_ item at a...
2002-10-17  Dimitrie O. PaunUnify set_{owner,main}_item functions.
2002-10-17  Dimitrie O. PaunMore, better tracing to help nail down some crashes.
2002-10-17  Dimitrie O. PaunDeal with sparsely populated listviews.
2002-10-17  Dimitrie O. PaunAdd ability to create an iterator over a range list.
2002-10-17  Dimitrie O. PaunChange the definition of ranges to exclude the upper...
2002-10-17  Dimitrie O. PaunHandle range tracing in a consistent fashion.
2002-10-17  Dimitrie O. PaunRemove dated comments.
2002-10-17  Dimitrie O. PaunBetter encapsulation of the ranges concept.
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-10-17  Alexandre JulliardFixed compilation for non-i386.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-17  Jason Edmeades- Dont set lighting during draw primitive, rely on...
2002-10-17  Christian CostaImplement OpenGL overriding of surface's flip method.
2002-10-17  Dimitrie O. PaunNotification code cleanup, more traces, etc.
2002-10-17  Malte StarostikInitialize winearts's volume level to full, so applicat...
2002-10-17  Jerry JenkinsAdded missing RemoveProp calls.
2002-10-16  Dimitrie O. PaunWe need to provide focus info always in ICON mode ...
2002-10-16  Mike McCormackDuplicate selected items list in LISTVIEW_RemoveAllSele...
2002-10-16  Dimitrie O. PaunRemember the global colors in custom draw mode.
2002-10-16  Dimitrie O. PaunCompute only the old state that we're gonna look at.
2002-10-16  Dimitrie O. PaunInstrument SetItemT to avoid repainting if nothing...
2002-10-16  Dimitrie O. PaunFix bug in edit label when sending the text to the...
2002-10-16  Dimitrie O. PaunEdit label cleanup.
2002-10-16  Dimitrie O. PaunFix bug in ranges_shift which was corrupting selections.
2002-10-16  Alexandre JulliardImplemented _seh_longjmp_unwind.
2002-10-16  Christian CostaAssociate texture to the device when GetHandle is calle...
2002-10-16  Dimitrie O. PaunAdd 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-15  Dimitrie O. PaunFix iterator creation for LVS_LIST mode.
2002-10-15  Dimitrie O. PaunNo longer compute the ill-defined bounds in GetItemMetrics.
2002-10-15  Dimitrie O. PaunTeach GetItemMetrics to deal with subitems in report...
2002-10-15  Dimitrie O. PaunFix iterator creation for LVS_LIST mode.
2002-10-15  Dimitrie O. PaunFix iterators to properly deal with LVS_{,SMALL}ICON...
2002-10-15  Dimitrie O. PaunIterator updates:
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
2002-10-15  György 'Nog' JeneyImplement [ format specifier.
2002-10-15  Steve LustbaderFix off-by-one error in determining number of arguments.
2002-10-15  Dimitrie O. PaunDo 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  Michael GünnewigFixed division by zero, when range is 0.
2002-10-13  Uwe BonnesAdd function to get size of in-memory resource and...
2002-10-13  Jason Edmeades- ClipPlanes work better.
2002-10-13  CarlosAvoid crashes when ofnW->lpstrFile is null.
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
next