wine
21 years agoAdded support for BTrees in file header reading.
Eric Pouech [Sat, 19 Oct 2002 00:12:42 +0000 (00:12 +0000)] 
Added support for BTrees in file header reading.
Fixed bogus palette length computation while reading bitmap.
Fixed rendering while starting a page with a bitmap.

21 years ago- Fixed loading of wave files.
Michael Günnewig [Sat, 19 Oct 2002 00:12:06 +0000 (00:12 +0000)] 
- Fixed loading of wave files.
- Corrected AVIFILEINFOW structure updates.
- Implemented saving of wave files.

21 years agoFixed very slow loading of index.
Michael Günnewig [Sat, 19 Oct 2002 00:11:32 +0000 (00:11 +0000)] 
Fixed very slow loading of index.

21 years agoFixed warnings caused by conversion to -DSTRICT.
Alexandre Julliard [Fri, 18 Oct 2002 23:48:57 +0000 (23:48 +0000)] 
Fixed warnings caused by conversion to -DSTRICT.

21 years agoAdded support for building certain dlls with -DSTRICT.
Alexandre Julliard [Fri, 18 Oct 2002 23:46:28 +0000 (23:46 +0000)] 
Added support for building certain dlls with -DSTRICT.
Added -DWINE_NO_STRICT flag to dlls that don't support STRICT yet.

21 years agoAdded FIXMEs for metafile and fullhwnd handle conversions that aren't
Alexandre Julliard [Fri, 18 Oct 2002 23:35:24 +0000 (23:35 +0000)] 
Added FIXMEs for metafile and fullhwnd handle conversions that aren't
supported properly yet.

21 years agoMoved EnumObjects16, LineDDA16 and associated glue code to gdi16.c.
Alexandre Julliard [Fri, 18 Oct 2002 23:33:41 +0000 (23:33 +0000)] 
Moved EnumObjects16, LineDDA16 and associated glue code to gdi16.c.

21 years agoSplit out some 16-bit GDI code.
Alexandre Julliard [Fri, 18 Oct 2002 04:06:47 +0000 (04:06 +0000)] 
Split out some 16-bit GDI code.

21 years agoStore the original GDI palette functions in pfnSelectPalette and
Alexandre Julliard [Fri, 18 Oct 2002 04:05:49 +0000 (04:05 +0000)] 
Store the original GDI palette functions in pfnSelectPalette and
pfnRealizePalette so that USER doesn't have to import them.

21 years ago- (try to) implement RpcMgmtWaitServerListen
Greg Turner [Fri, 18 Oct 2002 03:56:56 +0000 (03:56 +0000)] 
- (try to) implement RpcMgmtWaitServerListen
- remove duplicate RpcServerListen declaration in rpcdce.h
- some TRACEs

21 years agoConverted PlayMetaFileRecord and related functions to 32-bit.
Alexandre Julliard [Fri, 18 Oct 2002 03:33:37 +0000 (03:33 +0000)] 
Converted PlayMetaFileRecord and related functions to 32-bit.

21 years agoMerged wine_call_to_16_long and wine_call_to_16_short into a single
Alexandre Julliard [Fri, 18 Oct 2002 00:29:32 +0000 (00:29 +0000)] 
Merged wine_call_to_16_long and wine_call_to_16_short into a single
function.

21 years agoAdded wine_memcpy_unaligned function to avoid gcc memcpy
Alexandre Julliard [Fri, 18 Oct 2002 00:27:38 +0000 (00:27 +0000)] 
Added wine_memcpy_unaligned function to avoid gcc memcpy
optimizations.

21 years ago- Add FIND_* constants.
Michael Günnewig [Fri, 18 Oct 2002 00:25:19 +0000 (00:25 +0000)] 
- Add FIND_* constants.
- Add AVISAVECALLBACK declaration.
- Add declaration for some AVI functions.
- Add some AVI macros.

21 years ago- Add wavefile handler.
Michael Günnewig [Fri, 18 Oct 2002 00:24:41 +0000 (00:24 +0000)] 
- Add wavefile handler.
- Add implementation for IGetFrame.
- Implemented loading and writing of AVIs.
- Add some more stubs for some API functions.
- Add resources to avifil32.dll.
- Implemented AVISaveOptionsFree.
- Declared IID_* as extern in avifil32.spec (avoids linker problem).

21 years agoFixed memory leak (release AVI stream).
Michael Günnewig [Fri, 18 Oct 2002 00:22:24 +0000 (00:22 +0000)] 
Fixed memory leak (release AVI stream).

21 years agoBuildCommDCBAndTimeoutsA: Made the argument parsing case insensitive.
Stefan Leichter [Fri, 18 Oct 2002 00:21:39 +0000 (00:21 +0000)] 
BuildCommDCBAndTimeoutsA: Made the argument parsing case insensitive.

21 years ago- Better .dsp file generation for .exe outputs
Patrik Stridvall [Fri, 18 Oct 2002 00:20:58 +0000 (00:20 +0000)] 
- Better .dsp file generation for .exe outputs
- Added generation of winetest.dsw for building wine tests under
  Windows (currently very kludgy, but it works to some extent).

21 years agoRemoved warning "SetWindowText(0, ...)" when opening new windows.
Martin Fuchs [Fri, 18 Oct 2002 00:20:25 +0000 (00:20 +0000)] 
Removed warning "SetWindowText(0, ...)" when opening new windows.

21 years agopszText is stored as Unicode, so call DrawTextW() instead of
Martin Fuchs [Fri, 18 Oct 2002 00:20:04 +0000 (00:20 +0000)] 
pszText is stored as Unicode, so call DrawTextW() instead of
DrawTextA().

21 years agoInstrument SetItemT to change only _one_ item at a time. That is, if
Dimitrie O. Paun [Thu, 17 Oct 2002 21:55:41 +0000 (21:55 +0000)] 
Instrument SetItemT to change only _one_ item at a time. That is, if
we have to change focus, we call it recursively to first remove the
focus from the item that has it. This allows simpler, and more correct
invalidation handling.

21 years agoUnify set_{owner,main}_item functions.
Dimitrie O. Paun [Thu, 17 Oct 2002 21:54:57 +0000 (21:54 +0000)] 
Unify set_{owner,main}_item functions.
Fix {old,new}state and lParam reporting in LVN_ITEMCHANG{ING,ED}.
Fix sanity check conditions for LVS_OWNERDATA.

21 years agoMore, better tracing to help nail down some crashes.
Dimitrie O. Paun [Thu, 17 Oct 2002 21:53:56 +0000 (21:53 +0000)] 
More, better tracing to help nail down some crashes.
Fix typo in GetItemT (found, and fixed by Huw Davies).
Exit right away from GetItemT if nothing is asked (mask == 0).
Assorted code cleanups.

21 years agoDeal with sparsely populated listviews.
Dimitrie O. Paun [Thu, 17 Oct 2002 21:38:21 +0000 (21:38 +0000)] 
Deal with sparsely populated listviews.
Crash on internal corruption.

21 years agoAdd ability to create an iterator over a range list.
Dimitrie O. Paun [Thu, 17 Oct 2002 21:37:24 +0000 (21:37 +0000)] 
Add ability to create an iterator over a range list.
Fix memory leak when destroying ranges.
Add function that will to a 'deep' clone of a range list.
Add function that will subtract a range list from another.
Do not crash on NULL ranges (similar in spirit to HDPAs).
Fancy deselection routines uses the above infrastructure to deselect
the minimum possible.
Modify SetGroupSelection to take advantage of all this new
infrastructure, to avoid flicker on selection extension.

21 years agoChange the definition of ranges to exclude the upper bound.
Dimitrie O. Paun [Thu, 17 Oct 2002 21:36:29 +0000 (21:36 +0000)] 
Change the definition of ranges to exclude the upper bound.

21 years agoHandle range tracing in a consistent fashion.
Dimitrie O. Paun [Thu, 17 Oct 2002 21:35:47 +0000 (21:35 +0000)] 
Handle range tracing in a consistent fashion.

21 years agoRemove dated comments.
Dimitrie O. Paun [Thu, 17 Oct 2002 21:35:08 +0000 (21:35 +0000)] 
Remove dated comments.

21 years agoBetter encapsulation of the ranges concept.
Dimitrie O. Paun [Thu, 17 Oct 2002 21:34:15 +0000 (21:34 +0000)] 
Better encapsulation of the ranges concept.

21 years agoUse the WOWHandle functions to convert between task handle and thread
Alexandre Julliard [Thu, 17 Oct 2002 18:26:53 +0000 (18:26 +0000)] 
Use the WOWHandle functions to convert between task handle and thread
id. Stop exporting TASK_GetPtr and THREAD_IdToTEB from kernel.

21 years agoBuild a default command-line if the one we received is an empty
Alexandre Julliard [Thu, 17 Oct 2002 18:24:36 +0000 (18:24 +0000)] 
Build a default command-line if the one we received is an empty
string.

21 years agoFixed typo in EnumThreadWindows.
Alexandre Julliard [Thu, 17 Oct 2002 18:21:29 +0000 (18:21 +0000)] 
Fixed typo in EnumThreadWindows.

21 years agoFixed compilation for non-i386.
Alexandre Julliard [Thu, 17 Oct 2002 16:45:24 +0000 (16:45 +0000)] 
Fixed compilation for non-i386.

21 years agoFixed wownt32.h to make it usable from inside Wine, and use it to
Alexandre Julliard [Thu, 17 Oct 2002 16:43:42 +0000 (16:43 +0000)] 
Fixed wownt32.h to make it usable from inside Wine, and use it to
avoid some duplication of the handle conversion macros.

21 years agoRewrote caret implementation to store the information in the server.
Alexandre Julliard [Thu, 17 Oct 2002 01:24:33 +0000 (01:24 +0000)] 
Rewrote caret implementation to store the information in the server.

21 years agoAdded progress messages while building font metrics.
Malte Starostik [Thu, 17 Oct 2002 01:22:56 +0000 (01:22 +0000)] 
Added progress messages while building font metrics.

21 years ago- Dont set lighting during draw primitive, rely on the render state.
Jason Edmeades [Thu, 17 Oct 2002 01:21:43 +0000 (01:21 +0000)] 
- Dont set lighting during draw primitive, rely on the render state.
- Small fix for alpha testing.
- Add support to enable/disable clipping as a whole.
- Allow D3DRS_TEXTUREFACTOR to be changed once texture stage arg set
  up.
- D3DTOP_DISABLE initial implementation.

21 years agoImplement OpenGL overriding of surface's flip method.
Christian Costa [Thu, 17 Oct 2002 01:20:52 +0000 (01:20 +0000)] 
Implement OpenGL overriding of surface's flip method.
Remove broken code.

21 years agoNotification code cleanup, more traces, etc.
Dimitrie O. Paun [Thu, 17 Oct 2002 01:20:18 +0000 (01:20 +0000)] 
Notification code cleanup, more traces, etc.

21 years agoAdd/update the listview structures to version 6.0.
Dimitrie O. Paun [Thu, 17 Oct 2002 01:19:45 +0000 (01:19 +0000)] 
Add/update the listview structures to version 6.0.

21 years agoInitialize winearts's volume level to full, so applications that don't
Malte Starostik [Thu, 17 Oct 2002 01:19:22 +0000 (01:19 +0000)] 
Initialize winearts's volume level to full, so applications that don't
set the volume are audible.

21 years agoAdded missing RemoveProp calls.
Jerry Jenkins [Thu, 17 Oct 2002 01:18:52 +0000 (01:18 +0000)] 
Added missing RemoveProp calls.

21 years agoCorrect initial display of file listing.
Martin Fuchs [Thu, 17 Oct 2002 01:18:20 +0000 (01:18 +0000)] 
Correct initial display of file listing.

21 years agoWe need to provide focus info always in ICON mode (spotted by Huw
Dimitrie O. Paun [Wed, 16 Oct 2002 19:57:31 +0000 (19:57 +0000)] 
We need to provide focus info always in ICON mode (spotted by Huw
Davies).

21 years agoDuplicate selected items list in LISTVIEW_RemoveAllSelections to
Mike McCormack [Wed, 16 Oct 2002 19:56:06 +0000 (19:56 +0000)] 
Duplicate selected items list in LISTVIEW_RemoveAllSelections to
prevent infinite loops.

21 years agoRemember the global colors in custom draw mode.
Dimitrie O. Paun [Wed, 16 Oct 2002 19:05:43 +0000 (19:05 +0000)] 
Remember the global colors in custom draw mode.

21 years agoCompute only the old state that we're gonna look at.
Dimitrie O. Paun [Wed, 16 Oct 2002 19:05:02 +0000 (19:05 +0000)] 
Compute only the old state that we're gonna look at.

21 years agoInstrument SetItemT to avoid repainting if nothing changed.
Dimitrie O. Paun [Wed, 16 Oct 2002 19:04:07 +0000 (19:04 +0000)] 
Instrument SetItemT to avoid repainting if nothing changed.
Teach RemoveAllSelections to skip an item, so we can eliminate the
flicker when we click on a selected item.

21 years agoFix bug in edit label when sending the text to the app.
Dimitrie O. Paun [Wed, 16 Oct 2002 19:03:25 +0000 (19:03 +0000)] 
Fix bug in edit label when sending the text to the app.
Cleanup the handling of nEditLabelItem.

21 years agoEdit label cleanup.
Dimitrie O. Paun [Wed, 16 Oct 2002 19:02:32 +0000 (19:02 +0000)] 
Edit label cleanup.

21 years agoFix bug in ranges_shift which was corrupting selections.
Dimitrie O. Paun [Wed, 16 Oct 2002 19:01:38 +0000 (19:01 +0000)] 
Fix bug in ranges_shift which was corrupting selections.
Fix click notification (found and fixed by Alexandre Julliard).
Fix bug in setting item's state (some selection changes were lost).
Simplify selection code substantially.
Add a lot of debug tracing.

21 years agoAdd a section on using ODBC.
Bill Medland [Wed, 16 Oct 2002 19:00:10 +0000 (19:00 +0000)] 
Add a section on using ODBC.

21 years agoImplemented _seh_longjmp_unwind.
Alexandre Julliard [Wed, 16 Oct 2002 18:59:38 +0000 (18:59 +0000)] 
Implemented _seh_longjmp_unwind.

21 years agoFix the ofn flags setup.
Huw D M Davies [Wed, 16 Oct 2002 18:58:21 +0000 (18:58 +0000)] 
Fix the ofn flags setup.

21 years agoAssociate texture to the device when GetHandle is called and perform
Christian Costa [Wed, 16 Oct 2002 18:57:52 +0000 (18:57 +0000)] 
Associate texture to the device when GetHandle is called and perform
the appropriate AddRef/Release.
Fix 3_3_2 pixel format.
Move some ENTER_GL() calls to the right place.
Fix some FIXME/TRACE calls.

21 years agoAdd comment on what is known about the current state of the controls
Dimitrie O. Paun [Wed, 16 Oct 2002 18:57:14 +0000 (18:57 +0000)] 
Add comment on what is known about the current state of the controls
relative to comctl32.dll version 6.0.

21 years agoUse the msvc way to return a struct, fixing wierd problems.
Greg Turner [Wed, 16 Oct 2002 18:51:11 +0000 (18:51 +0000)] 
Use the msvc way to return a struct, fixing wierd problems.

21 years agoImplemented program launching by double click.
Martin Fuchs [Wed, 16 Oct 2002 18:50:38 +0000 (18:50 +0000)] 
Implemented program launching by double click.

21 years agoFix iterator creation for LVS_LIST mode.
Dimitrie O. Paun [Tue, 15 Oct 2002 21:08:09 +0000 (21:08 +0000)] 
Fix iterator creation for LVS_LIST mode.
Do not update the infoPtr->nItemWidth in set_main_item.
Better handling of text bk colour in custom draw.
Rename GetItemListOrigin to GetItemOrigin.
A bunch of code cleanups, simplifications, etc.

21 years agoNo longer compute the ill-defined bounds in GetItemMetrics.
Dimitrie O. Paun [Tue, 15 Oct 2002 21:07:01 +0000 (21:07 +0000)] 
No longer compute the ill-defined bounds in GetItemMetrics.
Fix a bunch of bug in subitem metrics computation.
Properly implement GetSubItemRect in terms of GetItemMetrics.
Documentation updates, and code cleanups.

21 years agoTeach GetItemMetrics to deal with subitems in report mode as well.
Dimitrie O. Paun [Tue, 15 Oct 2002 21:06:14 +0000 (21:06 +0000)] 
Teach GetItemMetrics to deal with subitems in report mode as well.
Unify Draw{,Sub}Item, simplify RefreshReport.

21 years agoFix iterator creation for LVS_LIST mode.
Dimitrie O. Paun [Tue, 15 Oct 2002 21:05:29 +0000 (21:05 +0000)] 
Fix iterator creation for LVS_LIST mode.
Use assert() instead of hand-made hack.

21 years agoFix iterators to properly deal with LVS_{,SMALL}ICON modes.
Dimitrie O. Paun [Tue, 15 Oct 2002 21:03:10 +0000 (21:03 +0000)] 
Fix iterators to properly deal with LVS_{,SMALL}ICON modes.
Unify the Refresh{List,Icon} functions.
Simplify HitTest to make full use of the iterators.
Fix selection bounds in HitTest.
Avoid empty default to silence warning in gcc 3.2.

21 years agoIterator updates:
Dimitrie O. Paun [Tue, 15 Oct 2002 21:01:57 +0000 (21:01 +0000)] 
Iterator updates:
   Add the notion of a special item which sits at the start of the
   list.
   Add the ability to iterate in both directions through the list.
   Document the iterator interface.
   Remove iterator_visibleitems.
   Rename iterator_clippeditems to iterator_visibleitems for
   consistency.
Use the new bidirectionality to paint the items in decreasing order.

21 years agoCompile fix when all handles are converted to a void*.
Michael Stefaniuc [Tue, 15 Oct 2002 21:00:05 +0000 (21:00 +0000)] 
Compile fix when all handles are converted to a void*.

21 years agoFixed reference count handling to support LoadLibrary during a process
Alexandre Julliard [Tue, 15 Oct 2002 02:25:19 +0000 (02:25 +0000)] 
Fixed reference count handling to support LoadLibrary during a process
attach.

21 years ago- Fixed building unter native WIN32.
Martin Fuchs [Tue, 15 Oct 2002 02:21:08 +0000 (02:21 +0000)] 
- Fixed building unter native WIN32.
- Fixed display of filenames in tree pane.

21 years agoImplement [ format specifier.
György 'Nog' Jeney [Tue, 15 Oct 2002 02:20:07 +0000 (02:20 +0000)] 
Implement [ format specifier.

21 years agoSilence warning in hex_from0().
Gerald Pfeifer [Tue, 15 Oct 2002 02:19:06 +0000 (02:19 +0000)] 
Silence warning in hex_from0().

21 years agoGet descriptor should return correct segment limit.
David Hammerton [Tue, 15 Oct 2002 02:18:24 +0000 (02:18 +0000)] 
Get descriptor should return correct segment limit.

21 years agoFix off-by-one error in determining number of arguments.
Steve Lustbader [Tue, 15 Oct 2002 02:17:55 +0000 (02:17 +0000)] 
Fix off-by-one error in determining number of arguments.

21 years ago- Fixed broken winapi_extract options --{pseudo-,}stub-statistics.
Patrik Stridvall [Tue, 15 Oct 2002 02:15:35 +0000 (02:15 +0000)] 
- Fixed broken winapi_extract options --{pseudo-,}stub-statistics.
- Added new winapi_extract options --{pseudo-,}implemented.

21 years agoDo not merge image with garbage background. Based on a patch by Carlos
Dimitrie O. Paun [Tue, 15 Oct 2002 02:15:09 +0000 (02:15 +0000)] 
Do not merge image with garbage background. Based on a patch by Carlos
<clozano@andago.com>.

21 years agoStub for the CryptRegisterOIDFunction function.
Christian Neumair [Tue, 15 Oct 2002 02:14:30 +0000 (02:14 +0000)] 
Stub for the CryptRegisterOIDFunction function.

21 years agoUpdated the generated tests.
Patrik Stridvall [Tue, 15 Oct 2002 01:53:45 +0000 (01:53 +0000)] 
Updated the generated tests.

21 years agoDon't use a special header file for macros used in generated tests.
Patrik Stridvall [Tue, 15 Oct 2002 01:24:03 +0000 (01:24 +0000)] 
Don't use a special header file for macros used in generated tests.
Have a copy in each generated file instead.

21 years agoFixed division by zero, when range is 0.
Michael Günnewig [Tue, 15 Oct 2002 01:20:51 +0000 (01:20 +0000)] 
Fixed division by zero, when range is 0.

21 years agoActually compile Wine even if not installing as root.
Vincent Béron [Tue, 15 Oct 2002 01:19:46 +0000 (01:19 +0000)] 
Actually compile Wine even if not installing as root.

21 years agoSet DirectX version to 8.1.
Roderick Colenbrander [Sun, 13 Oct 2002 17:56:34 +0000 (17:56 +0000)] 
Set DirectX version to 8.1.

21 years agoAdd function to get size of in-memory resource and used this function
Uwe Bonnes [Sun, 13 Oct 2002 17:54:48 +0000 (17:54 +0000)] 
Add function to get size of in-memory resource and used this function
to copy resource to writable memory.

21 years agoAllow wineinstall to be run from tools/ or from the main Wine
Vincent Béron [Sun, 13 Oct 2002 17:53:47 +0000 (17:53 +0000)] 
Allow wineinstall to be run from tools/ or from the main Wine
directory.

21 years ago- ClipPlanes work better.
Jason Edmeades [Sun, 13 Oct 2002 17:53:15 +0000 (17:53 +0000)] 
- ClipPlanes work better.
- Culling now configures itself properly.

21 years agoAvoid crashes when ofnW->lpstrFile is null.
Carlos [Sun, 13 Oct 2002 17:52:32 +0000 (17:52 +0000)] 
Avoid crashes when ofnW->lpstrFile is null.

21 years agoRemove no longer used PERQUEUEDATA structure and functions.
Alexandre Julliard [Sat, 12 Oct 2002 01:25:15 +0000 (01:25 +0000)] 
Remove no longer used PERQUEUEDATA structure and functions.

21 years agoMoved mouse capture handling into the server.
Alexandre Julliard [Sat, 12 Oct 2002 01:24:37 +0000 (01:24 +0000)] 
Moved mouse capture handling into the server.

21 years agoReimplemented GetLastActivePopup to get the information from the
Alexandre Julliard [Sat, 12 Oct 2002 01:23:05 +0000 (01:23 +0000)] 
Reimplemented GetLastActivePopup to get the information from the
server.

21 years agoReimplemented Get/SetActiveWindow, Get/SetFocus and
Alexandre Julliard [Fri, 11 Oct 2002 23:41:06 +0000 (23:41 +0000)] 
Reimplemented Get/SetActiveWindow, Get/SetFocus and
Get/SetForegroundWindow by storing the information in the
server. Implemented correct inter-process window activation.

21 years agoRename GetItemHeight to CalculateMaxHeight, for consistency
Dimitrie O. Paun [Fri, 11 Oct 2002 23:34:32 +0000 (23:34 +0000)] 
Rename GetItemHeight to CalculateMaxHeight, for consistency
Fix usage of nItemWidth vs. iconSpacing.cx
Misc cleanups.

21 years agoUse the item box rather than the bounds when invalidating.
Dimitrie O. Paun [Fri, 11 Oct 2002 23:33:25 +0000 (23:33 +0000)] 
Use the item box rather than the bounds when invalidating.
Implement 'bPartial' in EnsureVisible.

21 years agoSignificantly improve the lighting code.
Jason Edmeades [Fri, 11 Oct 2002 23:31:07 +0000 (23:31 +0000)] 
Significantly improve the lighting code.

21 years agoAdded server-side infrastructure for the thread input structure.
Alexandre Julliard [Fri, 11 Oct 2002 18:50:15 +0000 (18:50 +0000)] 
Added server-side infrastructure for the thread input structure.
Reimplemented AttachThreadInput() and added GetGUIThreadInfo().

21 years agoUnify DrawLargeItem with DrawItem.
Dimitrie O. Paun [Fri, 11 Oct 2002 18:47:03 +0000 (18:47 +0000)] 
Unify DrawLargeItem with DrawItem.

21 years agoUse GetItemMetrics instead of GetItemMeasures.
Dimitrie O. Paun [Fri, 11 Oct 2002 18:46:21 +0000 (18:46 +0000)] 
Use GetItemMetrics instead of GetItemMeasures.
Remove GetItemMeasures.
Add GetItemBox which only returns the boundary of the item.

21 years agoAdded NdrOleAllocate, NdrOleFree, NdrInterfacePointerBufferSize,
Ove Kaaven [Fri, 11 Oct 2002 18:45:02 +0000 (18:45 +0000)] 
Added NdrOleAllocate, NdrOleFree, NdrInterfacePointerBufferSize,
NdrInterfacePointerFree, NdrInterfacePointerMarshall,
NdrInterfacePointerMemorySize, NdrInterfacePointerUnmarshall.

21 years agoBe real tough on internal programming errors.
Dimitrie O. Paun [Fri, 11 Oct 2002 18:00:28 +0000 (18:00 +0000)] 
Be real tough on internal programming errors.

21 years agoRemove support for owner drawn listviews in non-REPORT mode. We need
Dimitrie O. Paun [Fri, 11 Oct 2002 17:59:39 +0000 (17:59 +0000)] 
Remove support for owner drawn listviews in non-REPORT mode.  We need
to do this since Windows supports owner draw *only* in report mode,
and hence apps are not prepared to handle drawing in other modes.

21 years agoUse GetItemMetrics instead of GetItemMeasures when drawing.
Dimitrie O. Paun [Fri, 11 Oct 2002 17:58:56 +0000 (17:58 +0000)] 
Use GetItemMetrics instead of GetItemMeasures when drawing.

21 years agoMake use of the new GetItemMetrics in HitTest, to avoid code
Dimitrie O. Paun [Fri, 11 Oct 2002 17:58:11 +0000 (17:58 +0000)] 
Make use of the new GetItemMetrics in HitTest, to avoid code
duplication.

21 years agoSeparate item metrics computation from positioning
Dimitrie O. Paun [Fri, 11 Oct 2002 17:57:27 +0000 (17:57 +0000)] 
Separate item metrics computation from positioning
Add support for computing state icon metrics.

21 years ago- Improved alignment and offset calculations.
Patrik Stridvall [Fri, 11 Oct 2002 17:53:13 +0000 (17:53 +0000)] 
- Improved alignment and offset calculations.
- Reorganized and improved enum/union/struct parsing.