Commit graph

18932 commits

Author SHA1 Message Date
Gé van Geldorp 6ff9c7396b 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
2005-12-12 22:57:45 +00:00
Gé van Geldorp dfa67df83f 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
2005-12-12 22:56:08 +00:00
Hervé Poussineau ad18ef445e 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
2005-12-12 22:52:16 +00:00
Gé van Geldorp 4ae7fa84ae 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
2005-12-12 22:44:46 +00:00
Gé van Geldorp d6570df796 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
2005-12-12 22:24:42 +00:00
Art Yerkes 9b271017a5 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
2005-12-12 22:01:32 +00:00
Gé van Geldorp 0e5dec753d oleacc has a DllRegisterServer entry point
svn path=/trunk/; revision=20126
2005-12-12 22:00:16 +00:00
Filip Navara 871ffa8654 - Minimize the code differences between LoadIconImage and LoadCursorImage.
- Use ICs instead of DCs.
- Fix a DC leak.

svn path=/trunk/; revision=20125
2005-12-12 21:55:36 +00:00
Gé van Geldorp 46d3caa73e Add oleacc to build
svn path=/trunk/; revision=20124
2005-12-12 21:42:18 +00:00
Filip Navara c6406b106d Replace GetModuleHandle("user32.dll") with User32Instance.
svn path=/trunk/; revision=20123
2005-12-12 21:36:50 +00:00
Filip Navara 26846ce596 Replace GetModuleHandle("user32.dll") with User32Instance.
svn path=/trunk/; revision=20122
2005-12-12 21:34:32 +00:00
Filip Navara fca11cd62d - 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
2005-12-12 21:31:19 +00:00
Gé van Geldorp e5b6313286 Re-import imm32 from Wine
svn path=/trunk/; revision=20120
2005-12-12 20:59:55 +00:00
Gé van Geldorp 716930cb61 Remove old imm32 in preparation of new import
svn path=/trunk/; revision=20119
2005-12-12 20:57:16 +00:00
Filip Navara d85330a92a Check for failed allocations. Spotted by Martin Bealby.
svn path=/trunk/; revision=20118
2005-12-12 20:49:35 +00:00
Filip Navara f59f8f34e3 Check for failed allocations and fix some resource leaks.
svn path=/trunk/; revision=20117
2005-12-12 20:46:26 +00:00
Gé van Geldorp 4612bb691c Import oleacc from Wine. oleacc.xml provided by Christoph von Wittich
svn path=/trunk/; revision=20116
2005-12-12 20:41:27 +00:00
Filip Navara 2e9c3ff97c Check for failed allocations. Spotted by Martin Bealby.
svn path=/trunk/; revision=20114
2005-12-12 20:30:09 +00:00
Filip Navara bf0b38b9fd Replace RtlNtStatusToDosError(STATUS_NO_MEMORY) with ERROR_OUTOFMEMORY.
svn path=/trunk/; revision=20112
2005-12-12 20:25:02 +00:00
Filip Navara f215fea4ab Check for failed allocations. Spotted by Martin Bealby.
svn path=/trunk/; revision=20111
2005-12-12 20:24:20 +00:00
Filip Navara edda3b622f Fix the USER32 DLL initialization and cleanup routines to prevent memory/resource leaks and check for allocation errors.
svn path=/trunk/; revision=20110
2005-12-12 20:15:23 +00:00
Ged Murphy 8462e43fb5 Make start menu icons small until we have 24x24 icons.
Thanks to Martin for pointing out this simple change

svn path=/trunk/; revision=20108
2005-12-12 19:50:59 +00:00
Filip Navara 8f10c7915c 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
2005-12-12 19:49:08 +00:00
Filip Navara 8464f35250 Check for failed allocations. Spotted by Martin Bealby.
svn path=/trunk/; revision=20106
2005-12-12 19:23:52 +00:00
Gé van Geldorp 0a9b99479d FRy2oo5 <fRy2oo5@gmail.com>
German translation of getfirefox

svn path=/trunk/; revision=20105
2005-12-12 18:15:19 +00:00
Magnus Olsen 9354d3dce4 update translation hu from tally
svn path=/trunk/; revision=20104
2005-12-12 17:12:58 +00:00
Hervé Poussineau f4b9f76ed2 Fix the case when IRP_MN_QUERY_DEVICE_TEXT returns nothing
Set DN_DRIVER_LOADED and DN_STARTED flags

svn path=/trunk/; revision=20103
2005-12-12 16:44:09 +00:00
Gé van Geldorp dae7608137 Benoit Plante <cmoibenlepro@hotmail.com>
French translations

svn path=/trunk/; revision=20102
2005-12-12 09:06:40 +00:00
Gé van Geldorp 698a626564 samwise52 <samcharly@hotmail.com>
Some spanish translation patches

svn path=/trunk/; revision=20101
2005-12-12 08:58:57 +00:00
Christoph von Wittich 2a4094cc09 added "generic floppy disk controller" (currently using NO_DRV)
svn path=/trunk/; revision=20100
2005-12-12 08:41:02 +00:00
KJK::Hyperion 6b611c45ba - 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
2005-12-12 02:05:54 +00:00
Christoph von Wittich 84560b15bb correct implementation of VerLanguageNameA/W
svn path=/trunk/; revision=20097
2005-12-12 00:36:31 +00:00
Gé van Geldorp 507a9d518e Add small utility to download/install Firefox
svn path=/trunk/; revision=20096
2005-12-12 00:23:07 +00:00
Christoph von Wittich 32ae60b9b2 better stubs for VerLanguageNameA/W (untested)
svn path=/trunk/; revision=20095
2005-12-12 00:06:38 +00:00
Magnus Olsen bc678f34f4 NtGdiDdQueryDirectDrawObject do not setup wrong callback to struct members. Check for some NULL parama that can not be NULL.
svn path=/trunk/; revision=20094
2005-12-11 23:53:23 +00:00
Christoph von Wittich e49fe0bdeb better GetSystemPowerStatus stub
svn path=/trunk/; revision=20093
2005-12-11 23:45:44 +00:00
Filip Navara 10177cfd7f Check for failed allocations. Spotted by Martin Bealby.
svn path=/trunk/; revision=20092
2005-12-11 23:43:37 +00:00
Christoph von Wittich 592fc91d75 set eol-style:native
svn path=/trunk/; revision=20091
2005-12-11 23:01:45 +00:00
Filip Navara 54efe2c985 Revert r20089, thanks SVN for not a nice conflict resolution!
svn path=/trunk/; revision=20090
2005-12-11 22:40:15 +00:00
Filip Navara d97f75d5ed Check for failed allocation in GetNamedPipeHandleStateA.
svn path=/trunk/; revision=20089
2005-12-11 22:36:20 +00:00
Thomas Bluemel 408fa486e3 fixed uninitialized variable warnings and possible buffer overflows when reading strings from the registry that aren't NULL-terminated
svn path=/trunk/; revision=20088
2005-12-11 22:13:46 +00:00
Gé van Geldorp 38b91bdab0 Put back extra info if it was present
svn path=/trunk/; revision=20085
2005-12-11 21:24:27 +00:00
Sebastian Gasiorek bd3c3047e0 added polish resource by Kokodin <kuraxxl(at)wp.pl>
svn path=/trunk/; revision=20084
2005-12-11 21:22:45 +00:00
Gé van Geldorp 0c0ecd45ea Resolve chained CNAME records
svn path=/trunk/; revision=20082
2005-12-11 21:17:58 +00:00
Thomas Bluemel fc95df91f3 fixed some missing NULL checks, reported by M Bealby in bug #1110
svn path=/trunk/; revision=20081
2005-12-11 21:12:22 +00:00
Thomas Bluemel 7b4feab0a3 fixed some missing NULL checks, reported by M Bealby in bug #1110
svn path=/trunk/; revision=20079
2005-12-11 20:04:38 +00:00
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