Francois Gouget <[email protected]>
- Assorted spelling and case fixes.
Dmitry Timoshkov <[email protected]>
- Add SHMenuIndexFromID and SHCoCreateInstanceAC.
Patrik Stridvall <[email protected]>
- Fixed some issues found by winapi_check.
Jon Griffiths <[email protected]>
- Stub the stopwatch API.
- Implement DoesStringRoundTripW,@371-3,@392.
- Move a couple of string functions into string.c
Robert Shearman <[email protected]>
- Add IntlStrEqWorkerA/W.
- StrCmp tests.
- Implement string functions in comctl32.
- Use CompareString in shlwapi wherever possible instead of ugly
helpers.
Kevin Koltzau <[email protected]>
- Fix UrlCanonicalize and add regression test.
- Prevent crash with invalid args in a few URL functions.
svn path=/trunk/; revision=8655
- If file logging is in use then dump the last messages from the ringbuffer
on a bugcheck so the user can see them if the system was in graphics mode
when it crashed.
svn path=/trunk/; revision=8653
Mike Hearn <[email protected]>
- To reduce debugging noise, make IMalloc32/IMallocSpy implementations
output to the new olemalloc debug channel.
Patrik Stridvall <[email protected]>
- Fixed some issues found by winapi_check.
Alexandre Julliard
- Sync some of the dll registrations with the contents of
winedefault.reg.
svn path=/trunk/; revision=8652
Robert Shearman <[email protected]>
- Implement the drag list control.
- Fix tabs in LBItemFromPt.
- Move string functions to separate file.
- Implement string functions in comctl32.
- Use CompareString in shlwapi wherever possible instead of ugly
helpers.
- Forward some wrapper functions since we don't care about compatibility
with Win98 in this case.
- Documentation update.
- Update common control function documentation.
- Don't allocate space for text when nMaxTextRows = 0.
- Support custom check background.
- Reduce number of parameters needed for DrawString function.
- Fix some traces.
- The TBM_GET*HOTLIST functions take imagelist ID in wParam.
- Implement TBM_GETSTRING{A,W}.
- Implement undocumented 0x462 message.
Alexandre Julliard
- Removed a couple of unneeded helper functions.
Maxime BellengT <[email protected]>
- Fix a regression in ImageList_Create when creating a dibsection.
Ulrich Czekalla <[email protected]>
- Use dibsections for the images.
Dimitrie O. Paun <[email protected]>
- LVN_BEGINRDRAG is implemented now. Fix typo.
Aric Stewart <[email protected]>
- Implemented LISTVIEW_ApproximateViewRect for LVS_REPORT.
Fabian Cenedese <[email protected]>
- ListView should behave in OWNERDRAW as in FULLROWSELECT. This allows
to select cells not in the first column in REPORT mode with OWNERDRAW
style set.
Matt Chapman <[email protected]>
- Fix a reentrancy issue in the property sheet implementation by not
caching a pointer that can change.
- REBAR_Layout should respect the minimum size of bands even when
RBBS_FIXEDSIZE is not set.
- REBAR_ShowBand needs to force layout of the rebar after a band is
hidden/unhidden.
Vitaliy Margolen <[email protected]>
- Adjust all dimensions to match native.
- Invalidate whole tab area when multi-line.
- In vertical tab placement go from top to bottom.
- Fix annoying visual artifacts.
Huw Davies <[email protected]>
- If TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate the area that
changes in a resize.
- Don't call SWP unless we're actually adjusting anything.
Christian Costa <[email protected]>
- Accept null module instance, Loadstring can handle it.
Steve Lustbader <[email protected]>
- Handle the firstVisible item being NULL in
Mike Hearn <[email protected]>
- Grow the treeview control expander button by 1px in each direction to
match the native look.
svn path=/trunk/; revision=8639
- Remove assert from CreateClose handler (still doesn't seem to get called
consistently though)
- Fixed an off-by-one bug for sector calculation
--> Medium-sized files transfer to/from disk now
svn path=/trunk/; revision=8636
ReactOS remains silent for now, but for anyone wishing to further work on the Sound Blaster driver and/or mmdrv.dll, this should help immensely :)
- Imported midimap from WINE
- Imported wavemap from WINE
- Imported msacm from WINE (32-bit only)
- Minor changes to mpu401
- Basic IRP_MJ_WRITE dispatch routine for sndblst.sys (receives buffers, does nothing else.)
- Added various WINE headers to include\wine
svn path=/trunk/; revision=8620
having compiler checks scattered all over the place.
- Added some disabled code to KiDumpTrapFrame that dumps every address
on the stack that could be a return address. This is quite handy for
debugging crashes in modules compiled with fpo.
svn path=/trunk/; revision=8615