reactos.git
18 years agoj_anderw@sbox.tugraz.at
Ged Murphy [Wed, 14 Dec 2005 22:50:25 +0000 (22:50 +0000)]
j_anderw@sbox.tugraz.at
list resource files in the correct directory within msvc

svn path=/trunk/; revision=20180

18 years agoMake property sheet fit in 640x480. Fixes bug 1099
Gé van Geldorp [Wed, 14 Dec 2005 21:36:15 +0000 (21:36 +0000)]
Make property sheet fit in 640x480. Fixes bug 1099

svn path=/trunk/; revision=20176

18 years agoUpdate status
Gé van Geldorp [Wed, 14 Dec 2005 19:47:05 +0000 (19:47 +0000)]
Update status

svn path=/trunk/; revision=20172

18 years agodelete a folder. that does not belong to trunk it was accented commited when I did...
Magnus Olsen [Wed, 14 Dec 2005 19:45:16 +0000 (19:45 +0000)]
delete a folder. that does not belong to trunk it was accented commited when I did resive a big patch from hu translations team. thx Brezenbak to notice it. and the translations have been move to right folder.

svn path=/trunk/; revision=20171

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Wed, 14 Dec 2005 19:42:38 +0000 (19:42 +0000)]
Sync to Wine-0_9_3:
Jacek Caban <jacek@codeweavers.com>
- Return S_OK in [On|Can]InPlaceActivate.
  Handle IOleDocumentSite in QueryInterface.
- Added IOleDocumentSite implementation.
- Sync the WebBrowser's window size with document's window.
- Sync window sizes.
- Use sink in navigate_complete instead of ClientSite's IDispatch.
- Added implementation of OLEIVERB_SHOW in DoVerb.
- Activate document object.
- Added IOleInPlaceActiveObject stub implementation.
- Added GetOverrideKeyPath and GetOptionKeyPath implementation.
- Added SetObjectRects implementation.
- Better windows handling.
- shdocvw: Added get_Document implementation.
- Added implementation of IConnectionPoint::Advise and Unadvise.
- Don't crash when parameters of Navigate2 are NULL.
- Added implementation of GetWindowContext.
  Added stub implementation of IOleInPlaceFrame interface.

svn path=/trunk/; revision=20170

18 years agomove the shlwapi_Hu.rc from wrong folder that will be delete thx Brezenbak to note it
Magnus Olsen [Wed, 14 Dec 2005 19:41:46 +0000 (19:41 +0000)]
move the shlwapi_Hu.rc from wrong folder that will be delete thx Brezenbak to note it

svn path=/trunk/; revision=20169

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Wed, 14 Dec 2005 19:09:44 +0000 (19:09 +0000)]
Sync to Wine-0_9_3:
Michael Jung <mjung@iss.tu-darmstadt.de>
- Use the ANSI codepage in IShellFolder::GetDisplayNameOf.
- Implemented scrolling during drag&drop for the shellview class.
- Use GetUIObjectOf instead of BindToObject to get a IDropTarget object.
- Register the shell view itself as the drop target, not it's parent folder.
  Forward drag&drop method calls to the folder currently under the cursor.
- Initialize OLE instead of just COM, in order to enable Drag & Drop.
- Modified KeyStateToDropEffect macro to match native shellview's
  behaviour.
- Also scan HKEY_CURRENT_USER for shell namespace extensions in Desktop
  folder.
  Fixed a handle leak in case of failing AddToEnumList call.
- Also scan HKEY_CURRENT_USER for shell namespace extensions in
  MyComputer.
- Enhanced UnixFolder's IDropTarget implementation.
  Use STATIC_CAST macro more consistently.
- Initial stubbed implementation of UnixFolder's IDropTarget interface.
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.
Ge van Geldorp <gvg@reactos.org>
- Load shortcut icon by resource id instead of by icon index.
- Other code in shlexec.c (e.g. the extension handling code in
  ShellExecute_GetClassKey) expects sei->lpFile to not be enclosed in
  quotes.
Martin Fuchs <martin-fuchs@gmx.net>
- Correctly call HCR_GetFolderAttributes() in SHELL32_GetItemAttributes().
  Directly return the correct "My Computer" attributes in
  ISF_Desktop_fnGetAttributesOf().
  Remove "todo_wine" from the "My Computer" attributes test case.
  Add test case for retrieving the file system path from the
  CSIDL_PROGRAM_FILES PIDL using SHGetPathFromIDListW().
- Fix context menu handling for more than one entry in order to repair
  .lnk-file execution: Don't break at the first non-matching entry.
Markus Gömmel <m.goemmel@compulab.de>
- Added CSIDL_MYVIDEO|MYPICTURES|MYMUSIC to _SHRegisterUserShellFolders.

svn path=/trunk/; revision=20168

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Wed, 14 Dec 2005 19:02:42 +0000 (19:02 +0000)]
Sync to Wine-0_9_3:
Robert Shearman <rob@codeweavers.com>
- Return the correct error code from NdrProxyErrorHandler.
- Add a function to retrieve the MIDL_SERVER_INFO struct from an object.
- Make sure to fill out the MIDL_STUB_MESSAGE structure in
  NdrSendReceive like we do in NdrProxySendReceive.
- Fix the overflow check to not depend on pStubMsg->BufferStart and
  pStubMsg->BufferEnd being valid, because they aren't filled in when
  using MIDL-generated server stubs.
- Don't set the pointer to NULL on unmarshaling because we may want to
  unmarshal the value to an existing pointer instead of allocating a new
  one.
- Raise exceptions on failures.
  Replace references of pStubMsg->BufferEnd with RpcMsg->Buffer +
  pStubMsg->BufferLength.
- Fix buffer calculation when no interface data is marshaled to the
  stream.
- Implement conformant varying array functions.
- Implement conformant struct functions.
- Implement FC_STRUCTPAD2 for complex types.
- Add functions for marshaling base types (ints, floats, etc.).
- Extend conformance computation function to also compute variances.
  MSDN suggests that conformance and variance are pretty much the same,
  but there may be some subtleties to it.
- Fix NdrConformantArrayBufferSize to include the size of the
  conformance value.
  Make NdrConformantArrayMemorySize do something more useful, like
  actually return the required memory.
  Conformance offset can be negative and should only be two bytes.
- We should always allocate in NdrConformantStringUnmarshal if the
  memory pointer is NULL.
- The CLSID can be substituted by an IID present in one of the proxy
  file infos in NdrDllGetClassObject.
Ge van Geldorp <gvg@reactos.org>
- Match PSDK STATUS_* definitions.

svn path=/trunk/; revision=20167

18 years agoreactos.com -> reactos.org
Casper Hornstrup [Wed, 14 Dec 2005 18:55:57 +0000 (18:55 +0000)]
reactos.com -> reactos.org

svn path=/trunk/; revision=20166

18 years agoImplement "!bug <number>" command.
Filip Navara [Wed, 14 Dec 2005 18:13:05 +0000 (18:13 +0000)]
Implement "!bug <number>" command.

svn path=/trunk/; revision=20165

18 years ago- Add support for "!wm <value>" and "!wm <name>" commands.
Filip Navara [Wed, 14 Dec 2005 17:34:00 +0000 (17:34 +0000)]
- Add support for "!wm <value>" and "!wm <name>" commands.
- Update the #develop project file.
- Add list of window message values. Thanks to Royce3.

svn path=/trunk/; revision=20164

18 years agoRemove my changes to pagefile creation because they cause a hang for some people.
Brandon Turner [Wed, 14 Dec 2005 12:41:38 +0000 (12:41 +0000)]
Remove my changes to pagefile creation because they cause a hang for some people.

svn path=/trunk/; revision=20163

18 years agoupdate translation hu from talley
Magnus Olsen [Wed, 14 Dec 2005 09:26:52 +0000 (09:26 +0000)]
update translation hu from talley

svn path=/trunk/; revision=20161

18 years agoupdate translation hu from talley
Magnus Olsen [Wed, 14 Dec 2005 09:23:58 +0000 (09:23 +0000)]
update translation hu from talley

svn path=/trunk/; revision=20160

18 years agoMove static keyword to the right place
Hervé Poussineau [Wed, 14 Dec 2005 08:33:43 +0000 (08:33 +0000)]
Move static keyword to the right place

svn path=/trunk/; revision=20159

18 years agoInclude main .rc file in format.xml, so that strings will actually print.
Andrew Munger [Wed, 14 Dec 2005 03:30:22 +0000 (03:30 +0000)]
Include main .rc file in format.xml, so that strings will actually print.
Disabled Ja.rc due to Unterminated Line Ending error, needs attention.
This makes format.exe 100% more useful, but still does not format.

svn path=/trunk/; revision=20158

18 years agoImplement system handling of page file creation sizes. Thanks to arty and insulanus...
Brandon Turner [Wed, 14 Dec 2005 01:59:19 +0000 (01:59 +0000)]
Implement system handling of page file creation sizes. Thanks to arty and insulanus for helping me along the way.

svn path=/trunk/; revision=20157

18 years agoFix the path translation in FormatEx (depends on unimplemented GetVolumeNameForVolume...
Filip Navara [Tue, 13 Dec 2005 23:10:34 +0000 (23:10 +0000)]
Fix the path translation in FormatEx (depends on unimplemented GetVolumeNameForVolumeMountPointW function).

svn path=/trunk/; revision=20156

18 years agoIt's a modal dialog not a window. Close it correctly.
Ged Murphy [Tue, 13 Dec 2005 22:23:08 +0000 (22:23 +0000)]
It's a modal dialog not a window. Close it correctly.

svn path=/trunk/; revision=20154

18 years agoMissed a tab / space format. Looked ugly in diff
Ged Murphy [Tue, 13 Dec 2005 22:12:01 +0000 (22:12 +0000)]
Missed a tab / space format. Looked ugly in diff

svn path=/trunk/; revision=20153

18 years ago- Close dialog if user clicks cancel or close button is pressed
Ged Murphy [Tue, 13 Dec 2005 22:02:43 +0000 (22:02 +0000)]
- Close dialog if user clicks cancel or close button is pressed
- Fixes bug 1126

svn path=/trunk/; revision=20152

18 years agoAdd stubs for status indication handlers. Fixes bug #187.
Filip Navara [Tue, 13 Dec 2005 21:48:57 +0000 (21:48 +0000)]
Add stubs for status indication handlers. Fixes bug #187.

svn path=/trunk/; revision=20151

18 years agoimplemented GetKeyboardLayoutNameW
Christoph von Wittich [Tue, 13 Dec 2005 21:26:25 +0000 (21:26 +0000)]
implemented GetKeyboardLayoutNameW
fixed declaration of NtUserGetKeyboardLayoutName

svn path=/trunk/; revision=20150

18 years agoPatch to fix bugcheck at exit for various TCP wielding apps. This puts in
Art Yerkes [Tue, 13 Dec 2005 20:17:25 +0000 (20:17 +0000)]
Patch to fix bugcheck at exit for various TCP wielding apps.  This puts in
a work item for socket shutdown that decouples the IRP cancel from the actual
(PASSIVE_LEVEL) tcp accounting chores.

Uses the CHEW static lib that I put in to gather workitem code into one nice
sane happy place.

It seems like doing the same to loopback.c is detrimental and I suspect that
it's due to nasty reentrancy issues in our code.  I'll likely adapt chew lib
so we can use it there too.

svn path=/trunk/; revision=20149

18 years agoUnify the icon and cursor loading code for LoadImage.
Filip Navara [Tue, 13 Dec 2005 19:07:08 +0000 (19:07 +0000)]
Unify the icon and cursor loading code for LoadImage.

svn path=/trunk/; revision=20147

18 years agoHandle access denied scenario
Casper Hornstrup [Tue, 13 Dec 2005 18:56:49 +0000 (18:56 +0000)]
Handle access denied scenario

svn path=/trunk/; revision=20146

18 years agoModifyMenuA/W, I guess it is done. Remove UNIMPLEMENTED.
James Tabor [Tue, 13 Dec 2005 03:23:31 +0000 (03:23 +0000)]
ModifyMenuA/W, I guess it is done. Remove UNIMPLEMENTED.

svn path=/trunk/; revision=20143

18 years agoRemove obsolete definitions.
Filip Navara [Tue, 13 Dec 2005 00:30:09 +0000 (00:30 +0000)]
Remove obsolete definitions.

svn path=/trunk/; revision=20142

18 years agoRemove obsolete definitions.
Filip Navara [Tue, 13 Dec 2005 00:28:51 +0000 (00:28 +0000)]
Remove obsolete definitions.

svn path=/trunk/; revision=20141

18 years agoRemove comment about commented out #define. :)
Filip Navara [Tue, 13 Dec 2005 00:26:41 +0000 (00:26 +0000)]
Remove comment about commented out #define. :)

svn path=/trunk/; revision=20140

18 years agoAdd check for VbeModeInfo->PhysBasePtr != 0.
Filip Navara [Tue, 13 Dec 2005 00:17:08 +0000 (00:17 +0000)]
Add check for VbeModeInfo->PhysBasePtr != 0.

svn path=/trunk/; revision=20139

18 years agoUnfuck up the formatting and remove broken check.
Filip Navara [Tue, 13 Dec 2005 00:02:07 +0000 (00:02 +0000)]
Unfuck up the formatting and remove broken check.

svn path=/trunk/; revision=20138

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Mon, 12 Dec 2005 23:56:24 +0000 (23:56 +0000)]
Sync to Wine-0_9_3:
Cihan Altinay <cihan@uq.edu.au>
- riched20: register ListBox & ComboBox classes
  Partially implement REExtendedRegisterClass() to register missing
  window classes so that applications relying on them don't get
  confused.

svn path=/trunk/; revision=20137

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Mon, 12 Dec 2005 23:54:50 +0000 (23:54 +0000)]
Sync to Wine-0_9_3:
Robert Shearman <rob@codeweavers.com>
- Make dump functions const.
- OLE: Implement undocumented behaviour in DispCallFunc.
  Fix DispCallFunc to work with MSDN-undocumented behaviour used by
  Office 2003 and document the function.
- OLE: Implement ITypeInfo_AddressOfMember.
- OLE: Update the type of the oVft parameter for DispCallFunc.
- OLE: ITypeInfo_Invoke parameter naming change.
  Rename the dwFlags parameter of ITypeInfo_Invoke since it is not a
  DWORD, but an unsigned short.
- OLE: Support HREFTYPEs For ITypeInfos
  Add support for reading the hreftype of a typeinfo, return it to the
  application in ITypeComp_Bind for the DESKIND_APPOBJECT case and
  support referencing it in ITypeInfo_GetRefTypeInfo.
- OLE: fix function name loading
  Correctly get the name of the second function of a propget/propput
  pair in MSFT typelibs when the name offset is set to -1.
- OLE: fix invoking dispinterface functions
  Fix invoking dispinterface functions by using the internal
  representation of the function, not the one returned to applications.
- OLE: Move the dispinterface return value handling to functions that
  return the FUNCDESC to the user.
- OLE: fix handling of INVOKE_PROPERTYGET flag in ITypeComp_fnBind.
- OLE: Fix brokenness in typelib marshaller caused by dispinterface retval fix.
- Fix more fallout from dispinterface retval patch: make typelib
  marshaler use the internal function description so that it calls
  dispinterface functions with the correct number of parameters again.
- Also fixes some memory leaks caused by the fact that a corresponding
  ReleaseXDesc function has to be called for each GetXDesc.
Michael Stefaniuc <mstefani@redhat.de>
- Fix VarBstrCmp for NULL input BSTRs (MSDN is wrong).

svn path=/trunk/; revision=20136

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Mon, 12 Dec 2005 23:53:06 +0000 (23:53 +0000)]
Sync to Wine-0_9_3:
Michael Jung <mjung@iss.tu-darmstadt.de>
- Made the Drag&Drop cursors' rubber band visible on a white background.
- Correct the hot spot position of the drag&drop 'move' and 'link' cursors.
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.
Robert Shearman <rob@codeweavers.com>
- Delegate advises to the remote object to enable the client to receive
  data change notifications.
- Implement IOleObject_DoVerb function by running the object and then
  delegating to the remote IOleObject_DoVerb function.
- Call DefaultHandler_Stop if we fail to start the server running
  correctly and a few formatting fixes.
- Call the equivalent delegate function for all of the simple
  functions.
- OLE: Fix a typo where brackets were missing.
- Implement some user marshal functions and add tests.

svn path=/trunk/; revision=20135

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