Correct The HAL startup process thanks to Steffen Schulze to solv it He is working with close software
He have wrote complete MoComp to us but am waiting with to commit that interface. Rember all code he have done is being use in close source apps and thuse apps will stay close source. In his source code overlay surface is working fine. This is frist step to correct HAL. Now we need fix the CreateSurface process.
svn path=/trunk/; revision=21434
- migrated project files to Visual C++ 2005 Express - the latest, the best, for free
- converted to an Unicode application
svn path=/trunk/; revision=21432
*listview.c
- Mike McCormack <mike@codeweavers.com>
comctl32: Get rid of some incorrect casts.
- Peter ┼strand <astrand@cendio.se>
comctl32: LISTVIEW_InsertItemT should accept iItem < 0, when using sorted lists.
- Mike McCormack <mike@codeweavers.com>
comctl32: Fix some gcc 4.1 warnings caused by windowsx.h macros.
- Maarten Lankhorst <m.b.lankhorst@gmail.com>
comctl32: Restore listview font on CDRF_NEWFONT.
- Dmitry Timoshkov <dmitry@codeweavers.com>
comctl32: Make listview use standard wine_dbg_sprintf and wine_dbgstr_xxx.
- Vitaliy Margolen <wine-patch@kievinfo.com>
comctl32: Listview - allow selection toggle with ctrl+space.
*comctl32undoc.c
- Mike McCormack <mike@codeweavers.com>
comctl32: Having an MRU list without a compare function works in Windows.
- Thomas Weidenmueller <wine-patches@reactsoft.com>
comctrl32: ReAlloc should be able to move memory blocks if necessary.
*rebar.c
- Thomas Weidenmueller <wine-patches@reactsoft.com>
comctl32: Rebar size fix.
Rebars without any bands should have a height/width of 0.
- Phil Krylov <phil@newstar.rinet.ru>
comctl32: Fix rebar autosize behaviour.
Allow autoresizing rebar by PostMessage(hwndRebar, WM_SIZE, 0, 0) like
native does, taking as few rows as possible and using the parent
window client area size for the other dimension (width for horizontal
rebars or height for vertical ones).
*tab.c
- James Hawkins <truiken@gmail.com>
comctl32: A couple fixes for tab icon offsets.
Shift selected icons up and non-selected icons down.
Add the top or left draw rect to the vertical offset, because it may
not be zero.
- Tobias Loew <tobi@die-loews.de>
comctl32: Fix tab-control flickering.
*tooltips.c
- Rein Klazes <wijn@wanadoo.nl>
comctl32: Do not free LPSTR_TEXTCALLBACK tooltip texts.
svn path=/trunk/; revision=21403
- Add more languages to winnt.h (needed for further oleaut32 wine sync)
- Moved some languages out of wine/winnt.h and changing their value to those in windows headers
svn path=/trunk/; revision=21398
reactos\drivers\storage\disk (Unlocked):
- I've read over each function and there is nothing in here
which is reversed, besides it's not even compatible with
the windows counter-part.
- I state that this is clean.
svn path=/trunk/; revision=21397
- dll/rpcrt4 - if NdrSendReceive fails, don't produce um exception, but just print a warning - as it was before the Wine 0.9.10 merge (fixes TaskMgr regression, and probably other related things)
svn path=/trunk/; revision=21395
winlogon:
- One half of functions is UNIMPLEMENTED - thus clean
- The other functions are fully reactos-specific and not compatible with windows kernel at all - thus there was no need to reverse engineer.
- Changed one typo in comments in wlx.c
svn path=/trunk/; revision=21389