Casper Hornstrup [Wed, 14 Dec 2005 18:55:57 +0000 (18:55 +0000)]
reactos.com -> reactos.org
svn path=/trunk/; revision=20166
Filip Navara [Wed, 14 Dec 2005 18:13:05 +0000 (18:13 +0000)]
Implement "!bug <number>" command.
svn path=/trunk/; revision=20165
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
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
Magnus Olsen [Wed, 14 Dec 2005 09:26:52 +0000 (09:26 +0000)]
update translation hu from talley
svn path=/trunk/; revision=20161
Magnus Olsen [Wed, 14 Dec 2005 09:23:58 +0000 (09:23 +0000)]
update translation hu from talley
svn path=/trunk/; revision=20160
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
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
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
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
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
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
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
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
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
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
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
Casper Hornstrup [Tue, 13 Dec 2005 18:56:49 +0000 (18:56 +0000)]
Handle access denied scenario
svn path=/trunk/; revision=20146
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
Filip Navara [Tue, 13 Dec 2005 00:30:09 +0000 (00:30 +0000)]
Remove obsolete definitions.
svn path=/trunk/; revision=20142
Filip Navara [Tue, 13 Dec 2005 00:28:51 +0000 (00:28 +0000)]
Remove obsolete definitions.
svn path=/trunk/; revision=20141
Filip Navara [Tue, 13 Dec 2005 00:26:41 +0000 (00:26 +0000)]
Remove comment about commented out #define. :)
svn path=/trunk/; revision=20140
Filip Navara [Tue, 13 Dec 2005 00:17:08 +0000 (00:17 +0000)]
Add check for VbeModeInfo->PhysBasePtr != 0.
svn path=/trunk/; revision=20139
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Gé van Geldorp [Mon, 12 Dec 2005 21:42:18 +0000 (21:42 +0000)]
Add oleacc to build
svn path=/trunk/; revision=20124
Filip Navara [Mon, 12 Dec 2005 21:36:50 +0000 (21:36 +0000)]
Replace GetModuleHandle("user32.dll") with User32Instance.
svn path=/trunk/; revision=20123
Filip Navara [Mon, 12 Dec 2005 21:34:32 +0000 (21:34 +0000)]
Replace GetModuleHandle("user32.dll") with User32Instance.
svn path=/trunk/; revision=20122
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
Gé van Geldorp [Mon, 12 Dec 2005 20:59:55 +0000 (20:59 +0000)]
Re-import imm32 from Wine
svn path=/trunk/; revision=20120
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
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
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
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
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
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
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
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
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
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
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
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
Magnus Olsen [Mon, 12 Dec 2005 17:12:58 +0000 (17:12 +0000)]
update translation hu from tally
svn path=/trunk/; revision=20104
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
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
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
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
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
Christoph von Wittich [Mon, 12 Dec 2005 00:36:31 +0000 (00:36 +0000)]
correct implementation of VerLanguageNameA/W
svn path=/trunk/; revision=20097
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
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
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
Christoph von Wittich [Sun, 11 Dec 2005 23:45:44 +0000 (23:45 +0000)]
better GetSystemPowerStatus stub
svn path=/trunk/; revision=20093
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
Christoph von Wittich [Sun, 11 Dec 2005 23:01:45 +0000 (23:01 +0000)]
set eol-style:native
svn path=/trunk/; revision=20091
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
Filip Navara [Sun, 11 Dec 2005 22:36:20 +0000 (22:36 +0000)]
Check for failed allocation in GetNamedPipeHandleStateA.
svn path=/trunk/; revision=20089
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
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
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
Gé van Geldorp [Sun, 11 Dec 2005 21:17:58 +0000 (21:17 +0000)]
Resolve chained CNAME records
svn path=/trunk/; revision=20082
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
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
Magnus Olsen [Sun, 11 Dec 2005 19:42:08 +0000 (19:42 +0000)]
bugfix a bsod in DD_Cleanup
svn path=/trunk/; revision=20078
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Art Yerkes [Sun, 11 Dec 2005 08:27:12 +0000 (08:27 +0000)]
Added chew library.
svn path=/trunk/; revision=20056
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
Hervé Poussineau [Sun, 11 Dec 2005 08:11:21 +0000 (08:11 +0000)]
Implement SetupDiGetClassImageIndex, SetupDiGetClassImageList, SetupDiGetClassImageListExA/W, SetupDiLoadClassIcon
svn path=/trunk/; revision=20054
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
Brandon Turner [Sun, 11 Dec 2005 05:51:14 +0000 (05:51 +0000)]
Spell it right. :rolleyes:
svn path=/trunk/; revision=20052
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
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
Brandon Turner [Sun, 11 Dec 2005 04:55:19 +0000 (04:55 +0000)]
"Add" -> "Modify". Fixes bug 847.
svn path=/trunk/; revision=20049
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