reactos.git
14 years ago- [User32] Fix timer crash when calling proc.
James Tabor [Tue, 9 Mar 2010 03:48:05 +0000 (03:48 +0000)]
- [User32] Fix timer crash when calling proc.

svn path=/trunk/; revision=46025

14 years ago[SETUPLDR]: Fix build breakage caused by hpoussin, by linking minihal into setupldr...
Sir Richard [Tue, 9 Mar 2010 02:29:25 +0000 (02:29 +0000)]
[SETUPLDR]: Fix build breakage caused by hpoussin, by linking minihal into setupldr as well.

svn path=/trunk/; revision=46023

14 years ago[freeldr] Load an additional SCSI driver if present (NTBOOTSYS.SYS on boot partition...
Hervé Poussineau [Mon, 8 Mar 2010 22:04:38 +0000 (22:04 +0000)]
[freeldr] Load an additional SCSI driver if present (NTBOOTSYS.SYS on boot partition), to increase number of known storage devices.
Works only with very simple miniport drivers.

svn path=/trunk/; revision=46017

14 years ago[headers] Fix type of PRTL_HEAP_PARAMETERS in ifssupp.h. Will be required soon
Hervé Poussineau [Mon, 8 Mar 2010 21:42:18 +0000 (21:42 +0000)]
[headers] Fix type of PRTL_HEAP_PARAMETERS in ifssupp.h. Will be required soon

svn path=/trunk/; revision=46016

14 years agoFix include directories
Hervé Poussineau [Mon, 8 Mar 2010 21:40:29 +0000 (21:40 +0000)]
Fix include directories

svn path=/trunk/; revision=46015

14 years ago[User32]
James Tabor [Mon, 8 Mar 2010 21:24:47 +0000 (21:24 +0000)]
[User32]
- David Hedberg Fix return value for EDIT_EM_Scroll and case where EM_SCROLL with page down results in trying to scroll up past the beginning. Sync to wine 1.1.40.

svn path=/trunk/; revision=46013

14 years ago- [User32_winetest]
James Tabor [Mon, 8 Mar 2010 21:20:18 +0000 (21:20 +0000)]
- [User32_winetest]
- Msg : Remove more tests from service. test_timers crashed on a callback which passed months ago. The rest are related to TrackMouseEvent and capture.

svn path=/trunk/; revision=46012

14 years ago[CMBATT]
Cameron Gutman [Mon, 8 Mar 2010 21:09:25 +0000 (21:09 +0000)]
[CMBATT]
 - Add initial cmbatt driver which mostly stubs
 - All it does right now is register a battery device with the battc driver
[BATTC]
 - Add a nearly complete battc driver (the only stuff missing is WMI)
 - Tested with our stubbed cmbatt driver but testing on Windows would be nice too
[BATTERY.INF]
 - Added battery.inf to install battery devices
[MISC]
 - Add cmbatt.sys, battc.sys, and battery.inf to bootcd
 - We still need to implement compbatt.sys
 - PS: Janderwald, you stole my commit number ;)

svn path=/trunk/; revision=46011

14 years agoPolish translation update by Maciej Bialas.
Daniel Reimer [Mon, 8 Mar 2010 21:08:20 +0000 (21:08 +0000)]
Polish translation update by Maciej Bialas.

svn path=/trunk/; revision=46010

14 years ago- Fix a crash in user32 winetest msg.
James Tabor [Mon, 8 Mar 2010 21:04:00 +0000 (21:04 +0000)]
- Fix a crash in user32 winetest msg.

svn path=/trunk/; revision=46009

14 years ago[User32]
James Tabor [Mon, 8 Mar 2010 20:57:24 +0000 (20:57 +0000)]
[User32]
- Andrew Nguyen : Ensure That WM_INITDIALOG passes the first tabstop control handle to the dialog procedure.
- Henri Verbeet : Also show dialogs right after a WM_TIMER message.

svn path=/trunk/; revision=46007

14 years ago- [User32_winetest]
James Tabor [Mon, 8 Mar 2010 20:52:04 +0000 (20:52 +0000)]
- [User32_winetest]
- Win : Remove test_capture from service. This is related to TrackMouseEvent issues which use SetCapture.

svn path=/trunk/; revision=46006

14 years ago[PSDK]
Aleksey Bragin [Mon, 8 Mar 2010 20:51:33 +0000 (20:51 +0000)]
[PSDK]
- Update all IDLs to Wine-1.1.40. If you feel some of your change was lost, it wasn't needed for building. Please recommit if you still think it's of a high value.

svn path=/trunk/; revision=46005

14 years ago[NTOS]: Have I/O Manager Volume Device Objects register with the Power Manager so...
Sir Richard [Mon, 8 Mar 2010 20:47:10 +0000 (20:47 +0000)]
[NTOS]: Have I/O Manager Volume Device Objects register with the Power Manager so that they can receive dope.
[NTOS]: Reimplement NtShutdownSystem.
[NTOS]: Implement NtSetSystemPowerState for the shutdown/reboot cases.
[NTOS]: Use the dope from the volume device objects to flush all writeable (non-floppy) devices. Pending hard-disk changes are now flushed to disks before shutdown.
[NTOS]: Flush \\REGISTRY during shutdown. This flushes all pending changes.
[NTOS]: Call into Cc to flush lazy writer during shutdown.
[NTOS]: Stop killing processes on shutdown. The kernel should not be doing this.
[NTOS]: Don't only shutdown disk file systems, but also cdrom and tape.
[NTOS]: Don't only notify drivers of first-chance shutdown -- also parse the last-change shutdown list.
[NTOS]: Reference drivers registering for shutdown notifications so that they remain loaded for them to get the notification at shutdown.
[NTOS]: Notify drivers that have registered/opened the Power State callback.
[NTOS]: A lot of the Po* power state code is highly simplified, but provides a good roadmap to anyone interested in this functionality long-term.

svn path=/trunk/; revision=46004

14 years ago[CMLIB]: Just use UNIMPLEMENTED.
Sir Richard [Mon, 8 Mar 2010 20:46:53 +0000 (20:46 +0000)]
[CMLIB]: Just use UNIMPLEMENTED.

svn path=/trunk/; revision=46003

14 years agoSEH-Protect the call to RSetServiceStatus in SetServiceStatus. This keeps services...
Eric Kohl [Mon, 8 Mar 2010 20:42:48 +0000 (20:42 +0000)]
SEH-Protect the call to RSetServiceStatus in SetServiceStatus. This keeps services from crashing when the connection to the service manager fails.

svn path=/trunk/; revision=46002

14 years ago[NTOS]: Implement CmSetLazyFlushState to disable lazy writing in the Cm.
Sir Richard [Mon, 8 Mar 2010 20:37:24 +0000 (20:37 +0000)]
[NTOS]: Implement CmSetLazyFlushState to disable lazy writing in the Cm.
[NTOS]: Implement ExSwapInWorkerThreads to in-swap any worker threads when needed.
[NTOS]: Add HAL stubs for HalEndOfBoot and HalSetWakeEnable since most HALs set this to NULL.
[DDK]: Add some missing definitions.

svn path=/trunk/; revision=46001

14 years ago- Silent traces
Johannes Anderwald [Mon, 8 Mar 2010 20:30:51 +0000 (20:30 +0000)]
- Silent traces

svn path=/trunk/; revision=46000

14 years ago- [User32] Sync Mdi to wine 1.1.40.
James Tabor [Sun, 7 Mar 2010 21:18:52 +0000 (21:18 +0000)]
- [User32] Sync Mdi to wine 1.1.40.

svn path=/trunk/; revision=45995

14 years ago[freeldr] Add SCSIPORT category to debug messages
Hervé Poussineau [Sun, 7 Mar 2010 20:12:28 +0000 (20:12 +0000)]
[freeldr] Add SCSIPORT category to debug messages
Add missing PELOADER entry + fix one debug message

svn path=/trunk/; revision=45994

14 years agoUpdate reg and msiexec to Wine 1.1.40.
Daniel Reimer [Sun, 7 Mar 2010 14:59:15 +0000 (14:59 +0000)]
Update reg and msiexec to Wine 1.1.40.

svn path=/trunk/; revision=45992

14 years ago[HHCTRL.OCX]
Sylvain Petreolle [Sun, 7 Mar 2010 13:26:27 +0000 (13:26 +0000)]
[HHCTRL.OCX]
fix build

svn path=/trunk/; revision=45991

14 years ago[HHCTRL.OCX]
Christoph von Wittich [Sun, 7 Mar 2010 12:48:05 +0000 (12:48 +0000)]
[HHCTRL.OCX]
sync hhctrl.ocx to wine 1.1.40

svn path=/trunk/; revision=45990

14 years agoPolish translation update by Maciej Bialas.
Daniel Reimer [Sun, 7 Mar 2010 11:51:02 +0000 (11:51 +0000)]
Polish translation update by Maciej Bialas.

svn path=/trunk/; revision=45988

14 years ago[IMM32]
Christoph von Wittich [Sun, 7 Mar 2010 11:27:14 +0000 (11:27 +0000)]
[IMM32]
sync imm32 to wine 1.1.40

svn path=/trunk/; revision=45987

14 years ago[ITIRCL]
Christoph von Wittich [Sun, 7 Mar 2010 11:21:31 +0000 (11:21 +0000)]
[ITIRCL]
sync itircl to wine 1.1.40

svn path=/trunk/; revision=45986

14 years ago[ICCVID]
Christoph von Wittich [Sun, 7 Mar 2010 11:20:29 +0000 (11:20 +0000)]
[ICCVID]
sync iccvid to wine 1.1.40

svn path=/trunk/; revision=45985

14 years ago[CLUSAPI]
Christoph von Wittich [Sun, 7 Mar 2010 11:15:16 +0000 (11:15 +0000)]
[CLUSAPI]
sync clusapi to wine 1.1.40

svn path=/trunk/; revision=45984

14 years ago[PSDK]
Christoph von Wittich [Sun, 7 Mar 2010 11:10:18 +0000 (11:10 +0000)]
[PSDK]
sync xmldom.idl to wine 1.1.40

svn path=/trunk/; revision=45983

14 years ago[MSCTF]
Christoph von Wittich [Sun, 7 Mar 2010 09:48:42 +0000 (09:48 +0000)]
[MSCTF]
sync msctf to wine 1.1.40

svn path=/trunk/; revision=45982

14 years ago[PSAPI_WINETEST]
Christoph von Wittich [Sun, 7 Mar 2010 09:34:40 +0000 (09:34 +0000)]
[PSAPI_WINETEST]
sync psapi_winetest to wine 1.1.40

svn path=/trunk/; revision=45980

14 years ago[ITSS]
Christoph von Wittich [Sun, 7 Mar 2010 09:32:58 +0000 (09:32 +0000)]
[ITSS]
sync itss to wine 1.1.40

svn path=/trunk/; revision=45979

14 years ago[OBJSEL]
Christoph von Wittich [Sun, 7 Mar 2010 09:29:02 +0000 (09:29 +0000)]
[OBJSEL]
sync objsel to wine 1.1.40

svn path=/trunk/; revision=45978

14 years ago[SHELL32_WINETEST]
Christoph von Wittich [Sun, 7 Mar 2010 07:34:02 +0000 (07:34 +0000)]
[SHELL32_WINETEST]
sync shell32_winetest to wine 1.1.40

svn path=/trunk/; revision=45977

14 years ago[USER32_WINETEST]
Christoph von Wittich [Sun, 7 Mar 2010 07:32:14 +0000 (07:32 +0000)]
[USER32_WINETEST]
sync user32_winetest to wine 1.1.40

svn path=/trunk/; revision=45976

14 years ago[GDI32_WINETEST]
Christoph von Wittich [Sun, 7 Mar 2010 07:29:40 +0000 (07:29 +0000)]
[GDI32_WINETEST]
sync gdi32_winetest to wine 1.1.40

svn path=/trunk/; revision=45975

14 years ago[ADVAPI32_WINETEST]
Christoph von Wittich [Sun, 7 Mar 2010 07:27:57 +0000 (07:27 +0000)]
[ADVAPI32_WINETEST]
sync advapi32_winetest to wine 1.1.40

svn path=/trunk/; revision=45974

14 years agoStubplement WTSQueryUserToken.
Sylvain Petreolle [Sat, 6 Mar 2010 23:14:36 +0000 (23:14 +0000)]
Stubplement WTSQueryUserToken.
Patch by Olaf Siejka.

svn path=/trunk/; revision=45969

14 years agoMake the shutdown with ACPI enabled actually work.
Sylvain Petreolle [Sat, 6 Mar 2010 22:22:28 +0000 (22:22 +0000)]
Make the shutdown with ACPI enabled actually work.
Patch by Samuel Serapion.

svn path=/trunk/; revision=45967

14 years ago- fix palette index for the progress bar
Matthias Kupfer [Sat, 6 Mar 2010 22:14:46 +0000 (22:14 +0000)]
- fix palette index for the progress bar

svn path=/trunk/; revision=45966

14 years ago - Add a stub for GetOwnerModuleFromTcpEntry
Cameron Gutman [Sat, 6 Mar 2010 18:30:55 +0000 (18:30 +0000)]
 - Add a stub for GetOwnerModuleFromTcpEntry
 - Patch by Olaf Siejka

svn path=/trunk/; revision=45960

14 years ago - Call acpi_bus_set_power instead of acpi_power_transition
Cameron Gutman [Sat, 6 Mar 2010 18:15:56 +0000 (18:15 +0000)]
 - Call acpi_bus_set_power instead of acpi_power_transition
 - Make sure the device has power management capabilities before calling acpi_bus_set_power
 - Report the new power state with PoSetPowerState
 - Initialize PDOs with the correct device power state (Patch by Samuel Serapion)
 - Initialze PDOs with the correct system power state

svn path=/trunk/; revision=45959

14 years agoadd dsound_winetest to bootcd
Christoph von Wittich [Sat, 6 Mar 2010 16:27:51 +0000 (16:27 +0000)]
add dsound_winetest to bootcd

svn path=/trunk/; revision=45958

14 years ago[GDIPLUS_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 16:24:37 +0000 (16:24 +0000)]
[GDIPLUS_WINETEST]
sync gdiplus_winetest to wine 1.1.40

svn path=/trunk/; revision=45957

14 years agosync RtlCreateActivationContext with wine 1.1.40
Christoph von Wittich [Sat, 6 Mar 2010 16:19:07 +0000 (16:19 +0000)]
sync RtlCreateActivationContext with wine 1.1.40

svn path=/trunk/; revision=45956

14 years agoAdd extrac32 from Wine 1.1.40
Daniel Reimer [Sat, 6 Mar 2010 16:18:09 +0000 (16:18 +0000)]
Add extrac32 from Wine 1.1.40

svn path=/trunk/; revision=45955

14 years agoSync xcopy, winhlp32, wordpad, write and d3dx9_36 to Wine 1.1.40
Daniel Reimer [Sat, 6 Mar 2010 16:04:27 +0000 (16:04 +0000)]
Sync xcopy, winhlp32, wordpad, write and d3dx9_36 to Wine 1.1.40

svn path=/trunk/; revision=45954

14 years agoSync Winfile to Wine 1.1.40
Daniel Reimer [Sat, 6 Mar 2010 16:00:22 +0000 (16:00 +0000)]
Sync Winfile to Wine 1.1.40

svn path=/trunk/; revision=45953

14 years ago[CRT]
Christoph von Wittich [Sat, 6 Mar 2010 15:51:12 +0000 (15:51 +0000)]
[CRT]
sync fseek with wine 1.1.40 (all msvcrt file tests pass now)

svn path=/trunk/; revision=45952

14 years ago- revert the last wined3d.idl changes
Kamil Hornicek [Sat, 6 Mar 2010 15:28:23 +0000 (15:28 +0000)]
- revert the last wined3d.idl changes

svn path=/trunk/; revision=45951

14 years ago- fix build
Kamil Hornicek [Sat, 6 Mar 2010 15:10:46 +0000 (15:10 +0000)]
- fix build

svn path=/trunk/; revision=45950

14 years ago[CRT]
Christoph von Wittich [Sat, 6 Mar 2010 14:53:55 +0000 (14:53 +0000)]
[CRT]
sync read_i with wine 1.1.40

svn path=/trunk/; revision=45948

14 years ago- sync wined3d, ddraw, d3d8 and d3d9 with Wine 1.1.40
Kamil Hornicek [Sat, 6 Mar 2010 14:49:14 +0000 (14:49 +0000)]
- sync wined3d, ddraw, d3d8 and d3d9 with Wine 1.1.40

svn path=/trunk/; revision=45947

14 years ago[CRT]
Christoph von Wittich [Sat, 6 Mar 2010 14:40:19 +0000 (14:40 +0000)]
[CRT]
add TrailBytes-info for codepage 1361
<david dot hedberg at gmail dot com>

svn path=/trunk/; revision=45946

14 years ago[RTL]
Christoph von Wittich [Sat, 6 Mar 2010 14:29:56 +0000 (14:29 +0000)]
[RTL]
sync find_query_actctx with wine 1.1.40

svn path=/trunk/; revision=45945

14 years agoadd xmllite_winetest to bootcd
Christoph von Wittich [Sat, 6 Mar 2010 14:18:56 +0000 (14:18 +0000)]
add xmllite_winetest to bootcd

svn path=/trunk/; revision=45944

14 years ago[XMLLITE_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 14:12:31 +0000 (14:12 +0000)]
[XMLLITE_WINETEST]
add xmllite_winetest from wine 1.1.40

svn path=/trunk/; revision=45943

14 years ago[WINTRUST]
Christoph von Wittich [Sat, 6 Mar 2010 14:06:19 +0000 (14:06 +0000)]
[WINTRUST]
sync wintrust to wine 1.1.40

svn path=/trunk/; revision=45942

14 years ago[framebuf_new]
Sylvain Petreolle [Sat, 6 Mar 2010 14:06:08 +0000 (14:06 +0000)]
[framebuf_new]
Attempt to fix release build.

svn path=/trunk/; revision=45941

14 years ago[WINDOWSCODECS]
Christoph von Wittich [Sat, 6 Mar 2010 14:04:11 +0000 (14:04 +0000)]
[WINDOWSCODECS]
sync windowscodecs to wine 1.1.40

svn path=/trunk/; revision=45940

14 years ago[MPR]
Christoph von Wittich [Sat, 6 Mar 2010 13:42:21 +0000 (13:42 +0000)]
[MPR]
partial sync to wine 1.1.40

svn path=/trunk/; revision=45939

14 years ago[KERNEL32_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 13:36:22 +0000 (13:36 +0000)]
[KERNEL32_WINETEST]
sync kernel32_winetest to wine 1.1.40

svn path=/trunk/; revision=45938

14 years ago[SHDOCLC]
Christoph von Wittich [Sat, 6 Mar 2010 13:32:24 +0000 (13:32 +0000)]
[SHDOCLC]
reduce diff to wine

svn path=/trunk/; revision=45937

14 years ago[QUERY]
Christoph von Wittich [Sat, 6 Mar 2010 13:27:36 +0000 (13:27 +0000)]
[QUERY]
sync query to wine 1.1.40

svn path=/trunk/; revision=45936

14 years ago[OLEACC]
Christoph von Wittich [Sat, 6 Mar 2010 13:26:12 +0000 (13:26 +0000)]
[OLEACC]
sync oleacc to wine 1.1.40

svn path=/trunk/; revision=45935

14 years ago[MSXML3_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 13:22:03 +0000 (13:22 +0000)]
[MSXML3_WINETEST]
sync msxml3_winetest to wine 1.1.40

svn path=/trunk/; revision=45934

14 years ago[MSVCRT_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 13:20:39 +0000 (13:20 +0000)]
[MSVCRT_WINETEST]
sync msvcrt_winetest to wine 1.1.40

svn path=/trunk/; revision=45933

14 years ago[UXTHEME]
Christoph von Wittich [Sat, 6 Mar 2010 12:53:36 +0000 (12:53 +0000)]
[UXTHEME]
sync uxtheme to wine 1.1.40

svn path=/trunk/; revision=45932

14 years ago[WIDL]
Christoph von Wittich [Sat, 6 Mar 2010 12:53:26 +0000 (12:53 +0000)]
[WIDL]
sync widl to wine 1.1.40

svn path=/trunk/; revision=45931

14 years ago[URLMON]
Christoph von Wittich [Sat, 6 Mar 2010 12:48:13 +0000 (12:48 +0000)]
[URLMON]
sync urlmon to wine 1.1.40

svn path=/trunk/; revision=45930

14 years ago[TAPI32]
Christoph von Wittich [Sat, 6 Mar 2010 12:46:57 +0000 (12:46 +0000)]
[TAPI32]
sync tapi32 to wine 1.1.40

svn path=/trunk/; revision=45929

14 years ago[MCIWAVE]
Christoph von Wittich [Sat, 6 Mar 2010 12:31:57 +0000 (12:31 +0000)]
[MCIWAVE]
sync mciwave to wine 1.1.40

svn path=/trunk/; revision=45928

14 years ago[HLINK_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 12:27:21 +0000 (12:27 +0000)]
[HLINK_WINETEST]
sync hlink_winetest to wine 1.1.40

svn path=/trunk/; revision=45927

14 years ago[CABINET_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 12:26:31 +0000 (12:26 +0000)]
[CABINET_WINETEST]
sync cabinet_winetest to wine 1.1.40

svn path=/trunk/; revision=45926

14 years ago[AMSTREAM]
Christoph von Wittich [Sat, 6 Mar 2010 12:23:59 +0000 (12:23 +0000)]
[AMSTREAM]
sync amstream to wine 1.1.40

svn path=/trunk/; revision=45925

14 years ago[GDIPLUS]
Christoph von Wittich [Sat, 6 Mar 2010 12:15:38 +0000 (12:15 +0000)]
[GDIPLUS]
sync gdiplus to wine 1.1.40

svn path=/trunk/; revision=45924

14 years ago[SHLWAPI]
Christoph von Wittich [Sat, 6 Mar 2010 12:08:51 +0000 (12:08 +0000)]
[SHLWAPI]
sync shlwapi to wine 1.1.40

svn path=/trunk/; revision=45923

14 years ago[ACTXPRXY]
Christoph von Wittich [Sat, 6 Mar 2010 12:05:00 +0000 (12:05 +0000)]
[ACTXPRXY]
partially sync actxprxy to wine 1.1.40
(shlobjidl.idl needs fixing!!!)

svn path=/trunk/; revision=45922

14 years ago[PSTOREC]
Christoph von Wittich [Sat, 6 Mar 2010 11:53:27 +0000 (11:53 +0000)]
[PSTOREC]
sync pstorec to wine 1.1.40

svn path=/trunk/; revision=45921

14 years ago[SHDOCVW]
Christoph von Wittich [Sat, 6 Mar 2010 11:44:48 +0000 (11:44 +0000)]
[SHDOCVW]
sync shdocvw to wine 1.1.40

svn path=/trunk/; revision=45920

14 years ago[MSHTML_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 11:43:08 +0000 (11:43 +0000)]
[MSHTML_WINETEST]
sync mshtml_winetest to wine 1.1.40

svn path=/trunk/; revision=45919

14 years ago[MSHTML]
Christoph von Wittich [Sat, 6 Mar 2010 11:42:03 +0000 (11:42 +0000)]
[MSHTML]
sync mshtml to wine 1.1.40

svn path=/trunk/; revision=45918

14 years ago[OLEDLG]
Christoph von Wittich [Sat, 6 Mar 2010 11:21:01 +0000 (11:21 +0000)]
[OLEDLG]
sync oledlg to wine 1.1.40

svn path=/trunk/; revision=45917

14 years ago[OLEPRO32]
Christoph von Wittich [Sat, 6 Mar 2010 11:15:39 +0000 (11:15 +0000)]
[OLEPRO32]
sync olepro32 to wine 1.1.40

svn path=/trunk/; revision=45916

14 years ago[ATL]
Christoph von Wittich [Sat, 6 Mar 2010 11:14:00 +0000 (11:14 +0000)]
[ATL]
sync atl to wine 1.1.40

svn path=/trunk/; revision=45915

14 years ago[QUARTZ]
Christoph von Wittich [Sat, 6 Mar 2010 11:12:11 +0000 (11:12 +0000)]
[QUARTZ]
sync quartz to wine 1.1.40

svn path=/trunk/; revision=45914

14 years ago[QEDIT]
Christoph von Wittich [Sat, 6 Mar 2010 11:10:27 +0000 (11:10 +0000)]
[QEDIT]
sync qedit to wine 1.1.40

svn path=/trunk/; revision=45913

14 years ago[DWMAPI]
Christoph von Wittich [Sat, 6 Mar 2010 11:08:56 +0000 (11:08 +0000)]
[DWMAPI]
sync dwmapi to wine 1.1.40

svn path=/trunk/; revision=45912

14 years ago[CRYPT32]
Christoph von Wittich [Sat, 6 Mar 2010 11:06:56 +0000 (11:06 +0000)]
[CRYPT32]
sync crypt32 to wine 1.1.40

svn path=/trunk/; revision=45911

14 years ago[MSI]
Christoph von Wittich [Sat, 6 Mar 2010 09:05:09 +0000 (09:05 +0000)]
[MSI]
sync msi to wine 1.1.40

svn path=/trunk/; revision=45909

14 years ago[MSXML3]
Christoph von Wittich [Sat, 6 Mar 2010 08:56:21 +0000 (08:56 +0000)]
[MSXML3]
sync msxml3 to wine 1.1.40

svn path=/trunk/; revision=45908

14 years ago - Transition the physical device into D0 state when we receive IRP_MN_START_DEVICE
Cameron Gutman [Sat, 6 Mar 2010 06:03:04 +0000 (06:03 +0000)]
 - Transition the physical device into D0 state when we receive IRP_MN_START_DEVICE
 - Actually do the power state transtion when a PDO receives IRP_MN_SET_POWER for DevicePowerState
 - Fill the DEVICE_CHARACTERISTICS struct based on values in the acpi_device struct
 - Lots of unhacking

svn path=/trunk/; revision=45907

14 years ago- [User32 Wine Test] Disable cancel mode test.
James Tabor [Sat, 6 Mar 2010 02:52:25 +0000 (02:52 +0000)]
- [User32 Wine Test] Disable cancel mode test.

svn path=/trunk/; revision=45906

14 years ago- [Win32k] Fix DrawMenuBar.
James Tabor [Fri, 5 Mar 2010 23:10:16 +0000 (23:10 +0000)]
- [Win32k] Fix DrawMenuBar.

svn path=/trunk/; revision=45901

14 years agoObvious one, add back framebuff as well.
Sylvain Petreolle [Fri, 5 Mar 2010 20:37:34 +0000 (20:37 +0000)]
Obvious one, add back framebuff as well.

svn path=/trunk/; revision=45893

14 years agoAdd back vgaddi to the build.
Sylvain Petreolle [Fri, 5 Mar 2010 20:12:37 +0000 (20:12 +0000)]
Add back vgaddi to the build.

svn path=/trunk/; revision=45892

14 years agoAttempt to fix build of bootcd, by adding back vga and vbe miniport drivers.
Timo Kreuzer [Fri, 5 Mar 2010 19:57:53 +0000 (19:57 +0000)]
Attempt to fix build of bootcd, by adding back vga and vbe miniport drivers.

svn path=/trunk/; revision=45891

14 years ago[KERNEL32_WINETEST]
Christoph von Wittich [Fri, 5 Mar 2010 19:01:21 +0000 (19:01 +0000)]
[KERNEL32_WINETEST]
sync kernel32_winetest to wine 1.1.39

svn path=/trunk/; revision=45889

14 years ago[RICHED32_WINETEST]
Christoph von Wittich [Fri, 5 Mar 2010 18:50:02 +0000 (18:50 +0000)]
[RICHED32_WINETEST]
sync riched32_winetest to wine 1.1.39

svn path=/trunk/; revision=45887

14 years ago[RICHED20_WINETEST]
Christoph von Wittich [Fri, 5 Mar 2010 18:49:06 +0000 (18:49 +0000)]
[RICHED20_WINETEST]
sync riched20_winetest to wine 1.1.39

svn path=/trunk/; revision=45886