Commit graph

18936 commits

Author SHA1 Message Date
Magnus Olsen d17306c301 bugfix a bsod in DD_Cleanup
svn path=/trunk/; revision=20078
2005-12-11 19:42:08 +00:00
Thomas Bluemel f4d98daa91 fixed converting the unicode string back to ansi in GetNamedPipeHandleStateA, also check if memory allocation failed (reported by M Bealby in bug #1110)
svn path=/trunk/; revision=20077
2005-12-11 19:36:43 +00:00
Thomas Bluemel d33dc74f17 define and use __w64 for MSVC (if not using PSDK/DDK)
svn path=/trunk/; revision=20072
2005-12-11 19:21:18 +00:00
Sebastian Gasiorek 5b288afe1a Remove dot at the end of filename without extension
svn path=/trunk/; revision=20071
2005-12-11 18:29:27 +00:00
Magnus Olsen 3785710133 complete the sync with wine 0.9.2
svn path=/trunk/; revision=20070
2005-12-11 17:53:49 +00:00
Magnus Olsen 1d9fad1184 dshow header not completet. but egnuth be in use.
svn path=/trunk/; revision=20069
2005-12-11 17:51:36 +00:00
Magnus Olsen 5cfb66eb75 solv one of dxdiagn sync problem part 3
svn path=/trunk/; revision=20068
2005-12-11 17:43:10 +00:00
Hartmut Birr fa63ad2bee Allocate a tem buffer for the module names in LdrpQueryModuleInformation, because it isn't possible to call RtlUnicodeStringToAnsiString if the irql is raised to DPC_LEVEL.
svn path=/trunk/; revision=20067
2005-12-11 17:02:07 +00:00
Magnus Olsen e58e498be4 sync the header with wine 0.9.2 part 2 of 4
svn path=/trunk/; revision=20066
2005-12-11 16:46:40 +00:00
Sebastian Gasiorek 00f0f539a7 find applet by name (fixes bug #1063)
svn path=/trunk/; revision=20065
2005-12-11 15:18:39 +00:00
Hervé Poussineau 9c9cb57a39 Sort drivers by rank + date, so best driver would be the most recent for the best rank
Parse version field in .inf files
Replace [0] in structures definition by [ANYSIZE_ARRAY], and use FIELD_OFFSET macro
Remove some useless spaces

svn path=/trunk/; revision=20063
2005-12-11 11:27:08 +00:00
Gé van Geldorp 86d5edc3cf Use links.reactos.org redirection script
svn path=/trunk/; revision=20061
2005-12-11 11:26:20 +00:00
Hervé Poussineau d0e9c71218 Rename mouse.inf to msmouse.inf to allow better compatibility with 3rd party mouse drivers
svn path=/trunk/; revision=20060
2005-12-11 09:57:53 +00:00
Gé van Geldorp 5cef9caba1 Usurp <petreolle@users.sourceforge.net>:
- Add French translation

svn path=/trunk/; revision=20059
2005-12-11 08:50:28 +00:00
Hervé Poussineau 57ff3eb4ca Remove some debug output for USB drivers
svn path=/trunk/; revision=20058
2005-12-11 08:29:03 +00:00
Hervé Poussineau dea3952cfc Don't include useless files
xboxvmp.c: use functions provided by videoprt instead of hal ones
xboxvmp.c: replace DPRINT(1) by VideoPortDebugPrint

svn path=/trunk/; revision=20057
2005-12-11 08:27:35 +00:00
Art Yerkes 5eb9a955e7 Added chew library.
svn path=/trunk/; revision=20056
2005-12-11 08:27:12 +00:00
Art Yerkes 00dd460140 A little library for making it easier to get to PASSIVE_LEVEL. Just contains
boilerplate for using work items.

svn path=/trunk/; revision=20055
2005-12-11 08:26:16 +00:00
Hervé Poussineau f8818e5c0a Implement SetupDiGetClassImageIndex, SetupDiGetClassImageList, SetupDiGetClassImageListExA/W, SetupDiLoadClassIcon
svn path=/trunk/; revision=20054
2005-12-11 08:11:21 +00:00
Brandon Turner 84d4551234 Make sure buffer isnt NULL. fixes bug 1102.
svn path=/trunk/; revision=20053
2005-12-11 06:01:32 +00:00
Brandon Turner c1582f3868 Spell it right. :rolleyes:
svn path=/trunk/; revision=20052
2005-12-11 05:51:14 +00:00
Brandon Turner 13d4bad908 Check to make sure pointer isnt null after allocation. Fixes bug 1103.
svn path=/trunk/; revision=20051
2005-12-11 05:49:02 +00:00
Brandon Turner 937a0515a6 Stop the footer from printing twice. fixes 1084.
svn path=/trunk/; revision=20050
2005-12-11 05:34:11 +00:00
Brandon Turner ff142af4a5 "Add" -> "Modify". Fixes bug 847.
svn path=/trunk/; revision=20049
2005-12-11 04:55:19 +00:00
Brandon Turner d77da9c722 Write the new environment vars to the registry. Fixes 987.
svn path=/trunk/; revision=20048
2005-12-11 04:37:18 +00:00
Sebastian Gasiorek 38507bbda5 fix inserting menu by position in InsertMenuA/W
svn path=/trunk/; revision=20047
2005-12-11 00:07:56 +00:00
Gé van Geldorp bb724032cb Shut off some debug messages
svn path=/trunk/; revision=20045
2005-12-10 22:24:51 +00:00
Gé van Geldorp c20dd5efa7 Multiple interrupt status bits can be active at the same time, process them
all instead of just one and ignoring the rest.
On an active network card, this would eventually cause all transmit buffers
to be marked "in use", blocking all transmits. Sinds no TCP acks would go out,
it would block TCP receives too.

svn path=/trunk/; revision=20043
2005-12-10 22:21:28 +00:00
Sebastian Gasiorek 22da8ae308 merged changes from wine to edit control.
svn path=/trunk/; revision=20042
2005-12-10 20:44:57 +00:00
Aleksey Bragin e1624c6a81 Fix for bug #932 (should go into 0.2.9 also)
svn path=/trunk/; revision=20041
2005-12-10 19:22:43 +00:00
Thomas Bluemel b1a1d2bbbb fixed calls to NtDuplicateObject
svn path=/trunk/; revision=20040
2005-12-10 17:09:35 +00:00
Thomas Bluemel 1f7f1f3fe5 don't touch the key handle in NtOpenKey in failure cases
svn path=/trunk/; revision=20039
2005-12-10 17:00:54 +00:00
Thomas Bluemel 656411d9b8 - support for kernel handles
- attach to owning process before accessing the handle table if necessary

svn path=/trunk/; revision=20038
2005-12-10 16:38:04 +00:00
Thomas Bluemel 1c08d2c447 fixed compiling with -Wwrite-strings
svn path=/trunk/; revision=20037
2005-12-10 15:53:27 +00:00
Christoph von Wittich d9fe039238 add QueryServiceConfig2W stub to get ros-msconfig working again
svn path=/trunk/; revision=20036
2005-12-10 15:40:52 +00:00
Filip Navara 6cdc65dae1 Until the kernel handle support is finished or bootvid support is rewritten not to use driver objects open & close the handle every time (in the correct context).
svn path=/trunk/; revision=20035
2005-12-10 14:36:39 +00:00
Aleksey Bragin b2a69d9d5e Move xbox's i2c support to a separate file, and add support of xbox's LEDs switching. Currently it initializes leds to red, and immediately after base init is done (means video has been initialized) they are turned to orange (good for debugging).
svn path=/trunk/; revision=20034
2005-12-10 13:50:36 +00:00
Magnus Olsen 9c79acf7f8 Bug fix DD_Cleanup thx w3seek, Implement second check for DrvGetDrawInfo,
svn path=/trunk/; revision=20033
2005-12-10 00:28:41 +00:00
Sebastian Gasiorek 87c69dc1fe merged changes from wine to button and combobox code.
svn path=/trunk/; revision=20032
2005-12-10 00:15:17 +00:00
Thomas Bluemel 711bd1e8ae fixed difference in signedness warning
svn path=/trunk/; revision=20031
2005-12-10 00:07:40 +00:00
Christoph von Wittich af69de1b67 fix uninitialized variable warning
svn path=/trunk/; revision=20030
2005-12-10 00:06:42 +00:00
Christoph von Wittich 7df88f7230 add CertVerifyCertificateChainPolicy stub. now Genuine Check from MS reports "unsupported operating system" instead of not running at all
svn path=/trunk/; revision=20029
2005-12-09 22:58:14 +00:00
Gé van Geldorp 6ee5d41a66 Prefer reactos.org over reactos.com
svn path=/trunk/; revision=20028
2005-12-09 22:39:42 +00:00
Filip Navara 8b3e341aaa Add prototypes needed for GDI_DEBUG.
svn path=/trunk/; revision=20027
2005-12-09 22:36:49 +00:00
Gé van Geldorp 9d4e6ac04f reactos.org is the preferred name these days
svn path=/trunk/; revision=20026
2005-12-09 22:14:27 +00:00
Thomas Bluemel 3b82b7735b implemented DeviceProblemTextA/W()
svn path=/trunk/; revision=20025
2005-12-09 21:57:24 +00:00
Gé van Geldorp 9492c63876 Work around lack of MSG_PEEK
svn path=/trunk/; revision=20024
2005-12-09 21:51:50 +00:00
Gé van Geldorp 4f147d70ec Remove Wine-ism
svn path=/trunk/; revision=20022
2005-12-09 21:50:10 +00:00
Gé van Geldorp 39d9a25f05 Tell shdocvw where to get the Mozilla control
svn path=/trunk/; revision=20020
2005-12-09 21:39:50 +00:00
Magnus Olsen c83173ced9 take care of NtGdiDdDeleteDirectDrawObject Attempted to lock object 0x8d1f9ad8 that is deleted! problem.
svn path=/trunk/; revision=20019
2005-12-09 21:25:39 +00:00