reactos.git
18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Mon, 12 Dec 2005 23:04:15 +0000 (23:04 +0000)]
Sync to Wine-0_9_3:
Francois Gouget <fgouget@free.fr>
- Better stick to the PSDK types and to the dsrole.h prototype.
  Update win32.api.
Paul Vriens <Paul.Vriens@xs4all.nl>
- Added some stubbed Ds-calls
  Start of conformance tests for these Ds-calls.
Ge van Geldorp <gvg@reactos.org>
- Match PSDK STATUS_* definitions.
Vincent Béron <vberon@mecano.gme.usherb.ca>
- Add a few missing #includes.
- Add some prototypes to include/ for already existing functions in
  netapi32.

svn path=/trunk/; revision=20134

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Mon, 12 Dec 2005 23:01:12 +0000 (23:01 +0000)]
Sync to Wine-0_9_3:
Huw Davies <huw@codeweavers.com>
- msi: Fix MsiProvideQualifiedComponentW spec file entry.
Christian Gmeiner <christian.gmeiner@students.fh-vorarlberg.ac.at>
- msi: Implemented DllCanUnloadNow.
Robert Shearman <rob@codeweavers.com>
- The buffer sizes in the documentation for MsiDecomposeDescriptorW don't
  include the NULL terminator, so fix this.
Mike McCormack <mike@codeweavers.com>
- If a source directory doesn't exist, use the install root instead.
- Make all source directories at the root of the install.
- Handle the ^ character in MaskEdit controls.

svn path=/trunk/; revision=20133

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Mon, 12 Dec 2005 22:57:45 +0000 (22:57 +0000)]
Sync to Wine-0_9_3:
Lionel Ulmer <lionel.ulmer@free.fr>
- Handle DInput8 interfaces in device QueryInterface.
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.

svn path=/trunk/; revision=20132

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Mon, 12 Dec 2005 22:56:08 +0000 (22:56 +0000)]
Sync to Wine-0_9_3:
Juan Lang <juan_lang@yahoo.com>
- Implement more OID support functions.
  Use the exported OID support functions internally.
  Move OID support functions and stubs to a separate file.
- Fix parameter count on some stubs (thanks to Marcus Meissner for
  spotting that.)  Add a few more stubs.
- Fix some memory leaks.
Stefan Leichter <Stefan.Leichter@camLine.com>
- Added stub for CryptVerifyMessageSignature.

svn path=/trunk/; revision=20131

18 years agoMinimize differences between UHCI and OHCI
Hervé Poussineau [Mon, 12 Dec 2005 22:52:16 +0000 (22:52 +0000)]
Minimize differences between UHCI and OHCI
No need to return an empty string in IRP_MN_QUERY_ID / BusQueryInstanceID ; a null string is enough

svn path=/trunk/; revision=20130

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Mon, 12 Dec 2005 22:44:46 +0000 (22:44 +0000)]
Sync to Wine-0_9_3:
Michael Jung <mjung@iss.tu-darmstadt.de>
- Initialize OLE instead of COM only in order to enable Drag and Drop.
Robert Shearman <rob@codeweavers.com>
- comdlg32: Don't worry if an HGLOBAL passed to printdlg is already locked.
YunSong Hwang <hys545@dreamwiz.com>
- Update Korean translations.
Milko Krachounov <milko@3mhz.net>
- Update the Bulgarian resources for commdlg and regedit.
Pavel Roskin <proski@gnu.org>
- Improve script selection combobox in the font selection dialog - set
  height to 90 (the old value of 10 could only fit a single line) and
  remove CBS_OWNERDRAWFIXED flag to trim excessive height from the list
  items.
Alexander N. Sørnes <alex@thehandofagony.com>
- Update Norwegian Bokmaal resources.

svn path=/trunk/; revision=20129

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Mon, 12 Dec 2005 22:24:42 +0000 (22:24 +0000)]
Sync to Wine-0_9_3:
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.
Alexandre Julliard <julliard@winehq.org>
- Enforce 16-byte stack alignment when returning from 16-bit code and
  when calling a register function.
- Preserve 16-byte stack alignment in 16-bit relays.
- Preserve 16-byte stack alignment in the various assembly
  functions. Needed for MacOSX.

svn path=/trunk/; revision=20128

18 years agoWorking work item library.
Art Yerkes [Mon, 12 Dec 2005 22:01:32 +0000 (22:01 +0000)]
Working work item library.
- Slightly changed semantics of ChewCreate: the work may be performed
  inline if we're in the right irql already.
- The user data is copied automatically if the call succeeds and a work
  item is created.
- The address of the work item is returned through an argument if it
  was allocated.

svn path=/trunk/; revision=20127

18 years agooleacc has a DllRegisterServer entry point
Gé van Geldorp [Mon, 12 Dec 2005 22:00:16 +0000 (22:00 +0000)]
oleacc has a DllRegisterServer entry point

svn path=/trunk/; revision=20126

18 years ago- Minimize the code differences between LoadIconImage and LoadCursorImage.
Filip Navara [Mon, 12 Dec 2005 21:55:36 +0000 (21:55 +0000)]
- Minimize the code differences between LoadIconImage and LoadCursorImage.
- Use ICs instead of DCs.
- Fix a DC leak.

svn path=/trunk/; revision=20125

18 years agoAdd oleacc to build
Gé van Geldorp [Mon, 12 Dec 2005 21:42:18 +0000 (21:42 +0000)]
Add oleacc to build

svn path=/trunk/; revision=20124

18 years agoReplace GetModuleHandle("user32.dll") with User32Instance.
Filip Navara [Mon, 12 Dec 2005 21:36:50 +0000 (21:36 +0000)]
Replace GetModuleHandle("user32.dll") with User32Instance.

svn path=/trunk/; revision=20123

18 years agoReplace GetModuleHandle("user32.dll") with User32Instance.
Filip Navara [Mon, 12 Dec 2005 21:34:32 +0000 (21:34 +0000)]
Replace GetModuleHandle("user32.dll") with User32Instance.

svn path=/trunk/; revision=20122

18 years ago- Make the file at least slightly readable (the mixed TABs and spaces were way too...
Filip Navara [Mon, 12 Dec 2005 21:31:19 +0000 (21:31 +0000)]
- Make the file at least slightly readable (the mixed TABs and spaces were way too annoying).
- Replace GetModuleHandleW(L"user32.dll") with User32Instance.
- Fix one more allocation check.

svn path=/trunk/; revision=20121

18 years agoRe-import imm32 from Wine
Gé van Geldorp [Mon, 12 Dec 2005 20:59:55 +0000 (20:59 +0000)]
Re-import imm32 from Wine

svn path=/trunk/; revision=20120

18 years agoRemove old imm32 in preparation of new import
Gé van Geldorp [Mon, 12 Dec 2005 20:57:16 +0000 (20:57 +0000)]
Remove old imm32 in preparation of new import

svn path=/trunk/; revision=20119

18 years agoCheck for failed allocations. Spotted by Martin Bealby.
Filip Navara [Mon, 12 Dec 2005 20:49:35 +0000 (20:49 +0000)]
Check for failed allocations. Spotted by Martin Bealby.

svn path=/trunk/; revision=20118

18 years agoCheck for failed allocations and fix some resource leaks.
Filip Navara [Mon, 12 Dec 2005 20:46:26 +0000 (20:46 +0000)]
Check for failed allocations and fix some resource leaks.

svn path=/trunk/; revision=20117

18 years agoImport oleacc from Wine. oleacc.xml provided by Christoph von Wittich
Gé van Geldorp [Mon, 12 Dec 2005 20:41:27 +0000 (20:41 +0000)]
Import oleacc from Wine. oleacc.xml provided by Christoph von Wittich

svn path=/trunk/; revision=20116

18 years agoCheck for failed allocations. Spotted by Martin Bealby.
Filip Navara [Mon, 12 Dec 2005 20:30:09 +0000 (20:30 +0000)]
Check for failed allocations. Spotted by Martin Bealby.

svn path=/trunk/; revision=20114

18 years agoReplace RtlNtStatusToDosError(STATUS_NO_MEMORY) with ERROR_OUTOFMEMORY.
Filip Navara [Mon, 12 Dec 2005 20:25:02 +0000 (20:25 +0000)]
Replace RtlNtStatusToDosError(STATUS_NO_MEMORY) with ERROR_OUTOFMEMORY.

svn path=/trunk/; revision=20112

18 years agoCheck for failed allocations. Spotted by Martin Bealby.
Filip Navara [Mon, 12 Dec 2005 20:24:20 +0000 (20:24 +0000)]
Check for failed allocations. Spotted by Martin Bealby.

svn path=/trunk/; revision=20111

18 years agoFix the USER32 DLL initialization and cleanup routines to prevent memory/resource...
Filip Navara [Mon, 12 Dec 2005 20:15:23 +0000 (20:15 +0000)]
Fix the USER32 DLL initialization and cleanup routines to prevent memory/resource leaks and check for allocation errors.

svn path=/trunk/; revision=20110

18 years agoMake start menu icons small until we have 24x24 icons.
Ged Murphy [Mon, 12 Dec 2005 19:50:59 +0000 (19:50 +0000)]
Make start menu icons small until we have 24x24 icons.
Thanks to Martin for pointing out this simple change

svn path=/trunk/; revision=20108

18 years agoImplement undocumented listbox messages LB_INSERTSTRING_UPPER, LB_INSERTSTRING_LOWER...
Filip Navara [Mon, 12 Dec 2005 19:49:08 +0000 (19:49 +0000)]
Implement undocumented listbox messages LB_INSERTSTRING_UPPER, LB_INSERTSTRING_LOWER, LB_ADDSTRING_UPPER, LB_ADDSTRING_LOWER and use them in combobox CB_ADDSTRING and CB_INSERTSTRING implementation.

svn path=/trunk/; revision=20107

18 years agoCheck for failed allocations. Spotted by Martin Bealby.
Filip Navara [Mon, 12 Dec 2005 19:23:52 +0000 (19:23 +0000)]
Check for failed allocations. Spotted by Martin Bealby.

svn path=/trunk/; revision=20106

18 years agoFRy2oo5 <fRy2oo5@gmail.com>
Gé van Geldorp [Mon, 12 Dec 2005 18:15:19 +0000 (18:15 +0000)]
FRy2oo5 <fRy2oo5@gmail.com>
German translation of getfirefox

svn path=/trunk/; revision=20105

18 years agoupdate translation hu from tally
Magnus Olsen [Mon, 12 Dec 2005 17:12:58 +0000 (17:12 +0000)]
update translation hu from tally

svn path=/trunk/; revision=20104

18 years agoFix the case when IRP_MN_QUERY_DEVICE_TEXT returns nothing
Hervé Poussineau [Mon, 12 Dec 2005 16:44:09 +0000 (16:44 +0000)]
Fix the case when IRP_MN_QUERY_DEVICE_TEXT returns nothing
Set DN_DRIVER_LOADED and DN_STARTED flags

svn path=/trunk/; revision=20103

18 years agoBenoit Plante <cmoibenlepro@hotmail.com>
Gé van Geldorp [Mon, 12 Dec 2005 09:06:40 +0000 (09:06 +0000)]
Benoit Plante <cmoibenlepro@hotmail.com>
French translations

svn path=/trunk/; revision=20102

18 years agosamwise52 <samcharly@hotmail.com>
Gé van Geldorp [Mon, 12 Dec 2005 08:58:57 +0000 (08:58 +0000)]
samwise52 <samcharly@hotmail.com>
Some spanish translation patches

svn path=/trunk/; revision=20101

18 years agoadded "generic floppy disk controller" (currently using NO_DRV)
Christoph von Wittich [Mon, 12 Dec 2005 08:41:02 +0000 (08:41 +0000)]
added "generic floppy disk controller" (currently using NO_DRV)

svn path=/trunk/; revision=20100

18 years ago - Replaced horribly broken implementation of CreateSymbolicLinkW with actual impleme...
KJK::Hyperion [Mon, 12 Dec 2005 02:05:54 +0000 (02:05 +0000)]
 - Replaced horribly broken implementation of CreateSymbolicLinkW with actual implementation.
 - Defined IO_REPARSE_TAG_SYMLINK and corrected REPARSE_DATA_BUFFER as per ntifs.h version 0145

svn path=/trunk/; revision=20098

18 years agocorrect implementation of VerLanguageNameA/W
Christoph von Wittich [Mon, 12 Dec 2005 00:36:31 +0000 (00:36 +0000)]
correct implementation of VerLanguageNameA/W

svn path=/trunk/; revision=20097

18 years agoAdd small utility to download/install Firefox
Gé van Geldorp [Mon, 12 Dec 2005 00:23:07 +0000 (00:23 +0000)]
Add small utility to download/install Firefox

svn path=/trunk/; revision=20096

18 years agobetter stubs for VerLanguageNameA/W (untested)
Christoph von Wittich [Mon, 12 Dec 2005 00:06:38 +0000 (00:06 +0000)]
better stubs for VerLanguageNameA/W (untested)

svn path=/trunk/; revision=20095

18 years agoNtGdiDdQueryDirectDrawObject do not setup wrong callback to struct members. Check...
Magnus Olsen [Sun, 11 Dec 2005 23:53:23 +0000 (23:53 +0000)]
NtGdiDdQueryDirectDrawObject do not setup wrong callback to struct members. Check for some NULL parama that can not be NULL.

svn path=/trunk/; revision=20094

18 years agobetter GetSystemPowerStatus stub
Christoph von Wittich [Sun, 11 Dec 2005 23:45:44 +0000 (23:45 +0000)]
better GetSystemPowerStatus stub

svn path=/trunk/; revision=20093

18 years agoCheck for failed allocations. Spotted by Martin Bealby.
Filip Navara [Sun, 11 Dec 2005 23:43:37 +0000 (23:43 +0000)]
Check for failed allocations. Spotted by Martin Bealby.

svn path=/trunk/; revision=20092

18 years agoset eol-style:native
Christoph von Wittich [Sun, 11 Dec 2005 23:01:45 +0000 (23:01 +0000)]
set eol-style:native

svn path=/trunk/; revision=20091

18 years agoRevert r20089, thanks SVN for not a nice conflict resolution!
Filip Navara [Sun, 11 Dec 2005 22:40:15 +0000 (22:40 +0000)]
Revert r20089, thanks SVN for not a nice conflict resolution!

svn path=/trunk/; revision=20090

18 years agoCheck for failed allocation in GetNamedPipeHandleStateA.
Filip Navara [Sun, 11 Dec 2005 22:36:20 +0000 (22:36 +0000)]
Check for failed allocation in GetNamedPipeHandleStateA.

svn path=/trunk/; revision=20089

18 years agofixed uninitialized variable warnings and possible buffer overflows when reading...
Thomas Bluemel [Sun, 11 Dec 2005 22:13:46 +0000 (22:13 +0000)]
fixed uninitialized variable warnings and possible buffer overflows when reading strings from the registry that aren't NULL-terminated

svn path=/trunk/; revision=20088

18 years agoPut back extra info if it was present
Gé van Geldorp [Sun, 11 Dec 2005 21:24:27 +0000 (21:24 +0000)]
Put back extra info if it was present

svn path=/trunk/; revision=20085

18 years agoadded polish resource by Kokodin <kuraxxl(at)wp.pl>
Sebastian Gasiorek [Sun, 11 Dec 2005 21:22:45 +0000 (21:22 +0000)]
added polish resource by Kokodin <kuraxxl(at)wp.pl>

svn path=/trunk/; revision=20084

18 years agoResolve chained CNAME records
Gé van Geldorp [Sun, 11 Dec 2005 21:17:58 +0000 (21:17 +0000)]
Resolve chained CNAME records

svn path=/trunk/; revision=20082

18 years agofixed some missing NULL checks, reported by M Bealby in bug #1110
Thomas Bluemel [Sun, 11 Dec 2005 21:12:22 +0000 (21:12 +0000)]
fixed some missing NULL checks, reported by M Bealby in bug #1110

svn path=/trunk/; revision=20081

18 years agofixed some missing NULL checks, reported by M Bealby in bug #1110
Thomas Bluemel [Sun, 11 Dec 2005 20:04:38 +0000 (20:04 +0000)]
fixed some missing NULL checks, reported by M Bealby in bug #1110

svn path=/trunk/; revision=20079

18 years agobugfix a bsod in DD_Cleanup
Magnus Olsen [Sun, 11 Dec 2005 19:42:08 +0000 (19:42 +0000)]
bugfix a bsod in DD_Cleanup

svn path=/trunk/; revision=20078

18 years agofixed converting the unicode string back to ansi in GetNamedPipeHandleStateA, also...
Thomas Bluemel [Sun, 11 Dec 2005 19:36:43 +0000 (19:36 +0000)]
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

18 years agodefine and use __w64 for MSVC (if not using PSDK/DDK)
Thomas Bluemel [Sun, 11 Dec 2005 19:21:18 +0000 (19:21 +0000)]
define and use __w64 for MSVC (if not using PSDK/DDK)

svn path=/trunk/; revision=20072

18 years agoRemove dot at the end of filename without extension
Sebastian Gasiorek [Sun, 11 Dec 2005 18:29:27 +0000 (18:29 +0000)]
Remove dot at the end of filename without extension

svn path=/trunk/; revision=20071

18 years agocomplete the sync with wine 0.9.2
Magnus Olsen [Sun, 11 Dec 2005 17:53:49 +0000 (17:53 +0000)]
complete the sync with wine 0.9.2

svn path=/trunk/; revision=20070

18 years agodshow header not completet. but egnuth be in use.
Magnus Olsen [Sun, 11 Dec 2005 17:51:36 +0000 (17:51 +0000)]
dshow header not completet. but egnuth be in use.

svn path=/trunk/; revision=20069

18 years agosolv one of dxdiagn sync problem part 3
Magnus Olsen [Sun, 11 Dec 2005 17:43:10 +0000 (17:43 +0000)]
solv one of dxdiagn sync problem part 3

svn path=/trunk/; revision=20068

18 years agoAllocate a tem buffer for the module names in LdrpQueryModuleInformation, because...
Hartmut Birr [Sun, 11 Dec 2005 17:02:07 +0000 (17:02 +0000)]
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

18 years agosync the header with wine 0.9.2 part 2 of 4
Magnus Olsen [Sun, 11 Dec 2005 16:46:40 +0000 (16:46 +0000)]
sync the header with wine 0.9.2 part 2 of 4

svn path=/trunk/; revision=20066

18 years agofind applet by name (fixes bug #1063)
Sebastian Gasiorek [Sun, 11 Dec 2005 15:18:39 +0000 (15:18 +0000)]
find applet by name (fixes bug #1063)

svn path=/trunk/; revision=20065

18 years agoSort drivers by rank + date, so best driver would be the most recent for the best...
Hervé Poussineau [Sun, 11 Dec 2005 11:27:08 +0000 (11:27 +0000)]
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

18 years agoUse links.reactos.org redirection script
Gé van Geldorp [Sun, 11 Dec 2005 11:26:20 +0000 (11:26 +0000)]
Use links.reactos.org redirection script

svn path=/trunk/; revision=20061

18 years agoRename mouse.inf to msmouse.inf to allow better compatibility with 3rd party mouse...
Hervé Poussineau [Sun, 11 Dec 2005 09:57:53 +0000 (09:57 +0000)]
Rename mouse.inf to msmouse.inf to allow better compatibility with 3rd party mouse drivers

svn path=/trunk/; revision=20060

18 years agoUsurp <petreolle@users.sourceforge.net>:
Gé van Geldorp [Sun, 11 Dec 2005 08:50:28 +0000 (08:50 +0000)]
Usurp <petreolle@users.sourceforge.net>:
- Add French translation

svn path=/trunk/; revision=20059

18 years agoRemove some debug output for USB drivers
Hervé Poussineau [Sun, 11 Dec 2005 08:29:03 +0000 (08:29 +0000)]
Remove some debug output for USB drivers

svn path=/trunk/; revision=20058

18 years agoDon't include useless files
Hervé Poussineau [Sun, 11 Dec 2005 08:27:35 +0000 (08:27 +0000)]
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

18 years agoAdded chew library.
Art Yerkes [Sun, 11 Dec 2005 08:27:12 +0000 (08:27 +0000)]
Added chew library.

svn path=/trunk/; revision=20056

18 years agoA little library for making it easier to get to PASSIVE_LEVEL. Just contains
Art Yerkes [Sun, 11 Dec 2005 08:26:16 +0000 (08:26 +0000)]
A little library for making it easier to get to PASSIVE_LEVEL.  Just contains
boilerplate for using work items.

svn path=/trunk/; revision=20055

18 years agoImplement SetupDiGetClassImageIndex, SetupDiGetClassImageList, SetupDiGetClassImageLi...
Hervé Poussineau [Sun, 11 Dec 2005 08:11:21 +0000 (08:11 +0000)]
Implement SetupDiGetClassImageIndex, SetupDiGetClassImageList, SetupDiGetClassImageListExA/W, SetupDiLoadClassIcon

svn path=/trunk/; revision=20054

18 years agoMake sure buffer isnt NULL. fixes bug 1102.
Brandon Turner [Sun, 11 Dec 2005 06:01:32 +0000 (06:01 +0000)]
Make sure buffer isnt NULL. fixes bug 1102.

svn path=/trunk/; revision=20053

18 years agoSpell it right. :rolleyes:
Brandon Turner [Sun, 11 Dec 2005 05:51:14 +0000 (05:51 +0000)]
Spell it right.  :rolleyes:

svn path=/trunk/; revision=20052

18 years agoCheck to make sure pointer isnt null after allocation. Fixes bug 1103.
Brandon Turner [Sun, 11 Dec 2005 05:49:02 +0000 (05:49 +0000)]
Check to make sure pointer isnt null after allocation. Fixes bug 1103.

svn path=/trunk/; revision=20051

18 years agoStop the footer from printing twice. fixes 1084.
Brandon Turner [Sun, 11 Dec 2005 05:34:11 +0000 (05:34 +0000)]
Stop the footer from printing twice.  fixes 1084.

svn path=/trunk/; revision=20050

18 years ago"Add" -> "Modify". Fixes bug 847.
Brandon Turner [Sun, 11 Dec 2005 04:55:19 +0000 (04:55 +0000)]
"Add" -> "Modify".  Fixes bug 847.

svn path=/trunk/; revision=20049

18 years agoWrite the new environment vars to the registry. Fixes 987.
Brandon Turner [Sun, 11 Dec 2005 04:37:18 +0000 (04:37 +0000)]
Write the new environment vars to the registry.  Fixes 987.

svn path=/trunk/; revision=20048

18 years agofix inserting menu by position in InsertMenuA/W
Sebastian Gasiorek [Sun, 11 Dec 2005 00:07:56 +0000 (00:07 +0000)]
fix inserting menu by position in InsertMenuA/W

svn path=/trunk/; revision=20047

18 years agoShut off some debug messages
Gé van Geldorp [Sat, 10 Dec 2005 22:24:51 +0000 (22:24 +0000)]
Shut off some debug messages

svn path=/trunk/; revision=20045

18 years agoMultiple interrupt status bits can be active at the same time, process them
Gé van Geldorp [Sat, 10 Dec 2005 22:21:28 +0000 (22:21 +0000)]
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

18 years agomerged changes from wine to edit control.
Sebastian Gasiorek [Sat, 10 Dec 2005 20:44:57 +0000 (20:44 +0000)]
merged changes from wine to edit control.

svn path=/trunk/; revision=20042

18 years agoFix for bug #932 (should go into 0.2.9 also)
Aleksey Bragin [Sat, 10 Dec 2005 19:22:43 +0000 (19:22 +0000)]
Fix for bug #932 (should go into 0.2.9 also)

svn path=/trunk/; revision=20041

18 years agofixed calls to NtDuplicateObject
Thomas Bluemel [Sat, 10 Dec 2005 17:09:35 +0000 (17:09 +0000)]
fixed calls to NtDuplicateObject

svn path=/trunk/; revision=20040

18 years agodon't touch the key handle in NtOpenKey in failure cases
Thomas Bluemel [Sat, 10 Dec 2005 17:00:54 +0000 (17:00 +0000)]
don't touch the key handle in NtOpenKey in failure cases

svn path=/trunk/; revision=20039

18 years ago- support for kernel handles
Thomas Bluemel [Sat, 10 Dec 2005 16:38:04 +0000 (16:38 +0000)]
- support for kernel handles
- attach to owning process before accessing the handle table if necessary

svn path=/trunk/; revision=20038

18 years agofixed compiling with -Wwrite-strings
Thomas Bluemel [Sat, 10 Dec 2005 15:53:27 +0000 (15:53 +0000)]
fixed compiling with -Wwrite-strings

svn path=/trunk/; revision=20037

18 years agoadd QueryServiceConfig2W stub to get ros-msconfig working again
Christoph von Wittich [Sat, 10 Dec 2005 15:40:52 +0000 (15:40 +0000)]
add QueryServiceConfig2W stub to get ros-msconfig working again

svn path=/trunk/; revision=20036

18 years agoUntil the kernel handle support is finished or bootvid support is rewritten not to...
Filip Navara [Sat, 10 Dec 2005 14:36:39 +0000 (14:36 +0000)]
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

18 years agoMove xbox's i2c support to a separate file, and add support of xbox's LEDs switching...
Aleksey Bragin [Sat, 10 Dec 2005 13:50:36 +0000 (13:50 +0000)]
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

18 years agoBug fix DD_Cleanup thx w3seek, Implement second check for DrvGetDrawInfo,
Magnus Olsen [Sat, 10 Dec 2005 00:28:41 +0000 (00:28 +0000)]
Bug fix DD_Cleanup thx w3seek, Implement second check for DrvGetDrawInfo,

svn path=/trunk/; revision=20033

18 years agomerged changes from wine to button and combobox code.
Sebastian Gasiorek [Sat, 10 Dec 2005 00:15:17 +0000 (00:15 +0000)]
merged changes from wine to button and combobox code.

svn path=/trunk/; revision=20032

18 years agofixed difference in signedness warning
Thomas Bluemel [Sat, 10 Dec 2005 00:07:40 +0000 (00:07 +0000)]
fixed difference in signedness warning

svn path=/trunk/; revision=20031

18 years agofix uninitialized variable warning
Christoph von Wittich [Sat, 10 Dec 2005 00:06:42 +0000 (00:06 +0000)]
fix uninitialized variable warning

svn path=/trunk/; revision=20030

18 years agoadd CertVerifyCertificateChainPolicy stub. now Genuine Check from MS reports "unsuppo...
Christoph von Wittich [Fri, 9 Dec 2005 22:58:14 +0000 (22:58 +0000)]
add CertVerifyCertificateChainPolicy stub. now Genuine Check from MS reports "unsupported operating system" instead of not running at all

svn path=/trunk/; revision=20029

18 years agoPrefer reactos.org over reactos.com
Gé van Geldorp [Fri, 9 Dec 2005 22:39:42 +0000 (22:39 +0000)]
Prefer reactos.org over reactos.com

svn path=/trunk/; revision=20028

18 years agoAdd prototypes needed for GDI_DEBUG.
Filip Navara [Fri, 9 Dec 2005 22:36:49 +0000 (22:36 +0000)]
Add prototypes needed for GDI_DEBUG.

svn path=/trunk/; revision=20027

18 years agoreactos.org is the preferred name these days
Gé van Geldorp [Fri, 9 Dec 2005 22:14:27 +0000 (22:14 +0000)]
reactos.org is the preferred name these days

svn path=/trunk/; revision=20026

18 years agoimplemented DeviceProblemTextA/W()
Thomas Bluemel [Fri, 9 Dec 2005 21:57:24 +0000 (21:57 +0000)]
implemented DeviceProblemTextA/W()

svn path=/trunk/; revision=20025

18 years agoWork around lack of MSG_PEEK
Gé van Geldorp [Fri, 9 Dec 2005 21:51:50 +0000 (21:51 +0000)]
Work around lack of MSG_PEEK

svn path=/trunk/; revision=20024

18 years agoRemove Wine-ism
Gé van Geldorp [Fri, 9 Dec 2005 21:50:10 +0000 (21:50 +0000)]
Remove Wine-ism

svn path=/trunk/; revision=20022

18 years agoTell shdocvw where to get the Mozilla control
Gé van Geldorp [Fri, 9 Dec 2005 21:39:50 +0000 (21:39 +0000)]
Tell shdocvw where to get the Mozilla control

svn path=/trunk/; revision=20020

18 years agotake care of NtGdiDdDeleteDirectDrawObject Attempted to lock object 0x8d1f9ad8 that...
Magnus Olsen [Fri, 9 Dec 2005 21:25:39 +0000 (21:25 +0000)]
take care of NtGdiDdDeleteDirectDrawObject Attempted to lock object 0x8d1f9ad8 that is deleted! problem.

svn path=/trunk/; revision=20019

18 years agoAdding more debug string on dx api that are being calling
Magnus Olsen [Fri, 9 Dec 2005 20:58:32 +0000 (20:58 +0000)]
Adding more debug string on dx api that are being calling

svn path=/trunk/; revision=20018

18 years agoTake care of one BSOD in NtGdiDdCreateDirectDrawObject, it is not correct fix, it...
Magnus Olsen [Fri, 9 Dec 2005 20:40:52 +0000 (20:40 +0000)]
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