Commit graph

18723 commits

Author SHA1 Message Date
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
Magnus Olsen c5218fae18 Adding more debug string on dx api that are being calling
svn path=/trunk/; revision=20018
2005-12-09 20:58:32 +00:00
Magnus Olsen c05565862c Take care of one BSOD in NtGdiDdCreateDirectDrawObject, it is not correct fix, it is a work around, the HDC can be NULL. it prevent some bsod for my new test apps for directx
svn path=/trunk/; revision=20017
2005-12-09 20:40:52 +00:00
Aleksey Bragin 3390cf5cda DPRINT->DPRINT1 in key places (when something fails we shouldn't keep silence).
svn path=/trunk/; revision=20016
2005-12-09 19:28:04 +00:00
Filip Navara 1c93c8782a Do not revoke the display ownership until the bootvid thread is terminated.
svn path=/trunk/; revision=20015
2005-12-09 19:00:13 +00:00
Christoph von Wittich 873e87742a move declaration of IntGdiExtSelectClipRgn to a win32k header
fix compile problem with path.c

svn path=/trunk/; revision=20014
2005-12-09 18:42:27 +00:00
Sebastian Gasiorek 2d6db118c9 convert strings to lower case in CharLowerA.
fixes loading of plugins in FAR.

svn path=/trunk/; revision=20013
2005-12-09 18:36:53 +00:00
Christoph von Wittich e01c928700 implemented NtGdiSelectClipPath and PATH_FillPath
svn path=/trunk/; revision=20012
2005-12-09 18:06:19 +00:00
Gé van Geldorp d224b2b02f Never allocate 0 bytes. Fixes bug 1082.
svn path=/trunk/; revision=20010
2005-12-09 17:56:26 +00:00
Filip Navara 188a82d7eb Fix a Mach-O magic check. Spotted by mbealby@gmail.com.
svn path=/trunk/; revision=20009
2005-12-09 17:11:20 +00:00
Filip Navara b596e807a6 Fix a buffer overflow in OutputDebugStringA. Spotted by mbealby@gmail.com.
svn path=/trunk/; revision=20008
2005-12-09 17:06:02 +00:00
Thomas Bluemel 4ee0dcb186 Patch by FRy2oo5 <fRy2oo5@gmail.com>:
- Updated German translation of devmgr.dll

svn path=/trunk/; revision=20007
2005-12-09 14:59:10 +00:00
Gé van Geldorp 4a5c2d8537 Synthesize FILE_ATTRIBUTE_NORMAL on NetworkOpenInformation query too.
This fixes the final problem with the Firefox installer.

svn path=/trunk/; revision=20005
2005-12-09 13:23:33 +00:00
Steven Edwards 3b5049b3a5 remove another unused folder
svn path=/trunk/; revision=20004
2005-12-09 09:22:29 +00:00