Fix thinko that slipped in with the prev patch (reenables refresh).
[wine] / dlls /
2002-10-23  Dimitrie O. PaunFix thinko that slipped in with the prev patch (reenabl...
2002-10-23  Dimitrie O. PaunDo not invalidate the window before the first paint...
2002-10-23  Dimitrie O. PaunUse InvalidateItem instead of explicit InvalidateRect...
2002-10-23  Dimitrie O. PaunTransform the invalidation macros to proper functions.
2002-10-23  Dimitrie O. PaunDelay some size computations until after first paint.
2002-10-23  Rein KlazesReorganize the item size calculation (a bit simpler...
2002-10-23  Rein KlazesSearch through all items when LISTVIEW_FindItemW is...
2002-10-23  Dimitrie O. PaunDelete the items if we actually own them.
2002-10-23  Dimitrie O. PaunDo not callback to the parent for lParam when in LVS_OW...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-10-23  Michael StefaniucCompile the dplayx dll with STRICT defined.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd casts to compile with -DSTRICT.
2002-10-23  Dimitrie O. PaunDo not crash if callback text is not filled (behave...
2002-10-23  Dimitrie O. PaunCollect all bugs, missing features, etc in the header...
2002-10-23  Dimitrie O. PaunDo not autoarrange if we insert/delete from the end...
2002-10-23  Dimitrie O. PaunRework SetItemPosition, bunch of bugs squashed in the...
2002-10-23  Dimitrie O. PaunRename LISTVIEW_ITEM to ITEM_INFO for consistency.
2002-10-23  Alexandre JulliardMoved network.c to 16-bit sources.
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-23  Patrik StridvallFix for platforms not supporting DOS mode.
2002-10-23  Alexandre JulliardStore thread id instead of queue handle in timer structure.
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-23  Michael GünnewigAdded dialog for AVISaveOptions.
2002-10-23  Michael GünnewigImplemented AVIBuildFilterW and AVISaveOptions.
2002-10-23  Michael GünnewigFixed bug that prevented ICCompressorChoose from working.
2002-10-23  Patrik StridvallUpdated the generated tests.
2002-10-23  Stefan LeichterDo not break quoted strings in Control_DoLaunch.
2002-10-23  Christian NeumairCollect all bugs, missing features, etc in the header...
2002-10-22  Michael StefaniucCompile the winspool dll with STRICT defined.
2002-10-22  Michael StefaniucCompile the tapi32 dll with STRICT defined.
2002-10-22  Michael StefaniucCompile the psapi dll with STRICT defined.
2002-10-22  Michael StefaniucCompile the msacm dll with STRICT defined.
2002-10-22  Michael StefaniucCompile the mpr dll with STRICT defined.
2002-10-22  Michael StefaniucCompile the imagehlp dll with STRICT defined.
2002-10-22  Michael StefaniucCompile the imm32 dll with STRICT defined.
2002-10-22  Dmitry TimoshkovRestore setting of caption "Error".
2002-10-22  Jason EdmeadesBeginnings of Stencil support.
2002-10-22  Dimitrie O. PaunBring header's height more inline with native's.
2002-10-22  Greg Turner- Use Ove-style macros for NdrConformantStringMarshall...
2002-10-22  Greg Turner- ClientCall2 still deserves a FIXME.
2002-10-21  Greg TurnerFix return types of NdrConformantStringMarshall, NdrGet...
2002-10-21  Greg TurnerStubs for RpcServerUseProtseqA, RpcServerUseProtseqW.
2002-10-21  Michael GünnewigNew AVI streamhandlers for audio and video streams.
2002-10-21  Michael Günnewig- Fixed usage of handler instead of type in AVIMakeComp...
2002-10-21  Michael Günnewig- Fixed many bugs which prevents writing.
2002-10-21  Dimitrie O. PaunDPAs can't have more than 0x8000 elements (fixed with...
2002-10-21  Dimitrie O. PaunNo need to increment item size, it's already adjusted...
2002-10-21  Dimitrie O. PaunDo not rely on HeapReAlloc to allocate a NULL pointer.
2002-10-21  Dimitrie O. PaunRewrite DPA_InsertPtr in terms on DPA_SetPtr, so that...
2002-10-21  Dimitrie O. PaunDo not send uninitialized lParams on notification msgs...
2002-10-21  Dimitrie O. PaunComplete rewrite of the rcView implementation.
2002-10-21  Dimitrie O. PaunSplit ranges_destroy in ranges_clear, and ranges_destroy.
2002-10-21  Dimitrie O. PaunUpdated header documentation to the latest, and greatest.
2002-10-21  Dimitrie O. PaunOptimize invalidation on insert.
2002-10-21  Dimitrie O. PaunRewrite DeleteItemT: cleaner, a lot faster.
2002-10-21  Dimitrie O. PaunImplement most of LVM_ARRANGE.
2002-10-21  Dimitrie O. PaunProper (type wise) return types.
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.
next