Commit graph

20410 commits

Author SHA1 Message Date
Christoph von Wittich 8929ea7829 fixed bug 1407
svn path=/trunk/; revision=21646
2006-04-18 12:52:18 +00:00
Magnus Olsen f29eac23ec Fix the xlate bug in 24dib correct fix more buttom showing right in firefox now
svn path=/trunk/; revision=21645
2006-04-18 09:47:51 +00:00
Magnus Olsen f0c7bff035 fix 16 to 16 soyrce dest why the hell does th 16bitmap surface calls into this
svn path=/trunk/; revision=21644
2006-04-17 21:28:02 +00:00
Maarten Bosma e495c66834 sort alphabetically
svn path=/trunk/; revision=21643
2006-04-17 19:12:49 +00:00
Aleksey Bragin 473cb1c0c6 - Update Wine-sync related doc
svn path=/trunk/; revision=21642
2006-04-17 18:11:17 +00:00
Maarten Bosma c727e592a6 Open .ini and .inf with notepad
svn path=/trunk/; revision=21641
2006-04-17 17:54:45 +00:00
Ged Murphy 85800c3f71 remove a few wineisms, they are in out main header now.
svn path=/trunk/; revision=21640
2006-04-17 17:47:39 +00:00
Maarten Bosma ac88573f07 Comment out the line which sets the default folder. Looks like our shell32 can not handle it. Now folders got a folder icon again. Thanks to EmuandCo for regression testing.
svn path=/trunk/; revision=21639
2006-04-17 17:39:11 +00:00
Ged Murphy a6b77e1696 put cursor back into the text box if you skip too far.
This always used to catch me out when rushing an install .... alas, it shall bug me no more :)

svn path=/trunk/; revision=21638
2006-04-17 17:11:51 +00:00
Ged Murphy ff0d599914 remove redefined values.
svn path=/trunk/; revision=21637
2006-04-17 14:07:43 +00:00
Magnus Olsen 7b4a231767 Bug 1363 : patch accpect with small change, review by me and hpoussin
svn path=/trunk/; revision=21636
2006-04-17 14:05:19 +00:00
Ged Murphy e2ba765506 Bit of fun. Add a built-in coded message for the first time the screensaver is run.
If removed, it will not reappear.

svn path=/trunk/; revision=21635
2006-04-17 13:35:40 +00:00
Hervé Poussineau dbcd6ec20e Fix VMware display driver installation
svn path=/trunk/; revision=21634
2006-04-17 12:18:47 +00:00
Hervé Poussineau 17ff6b4adf [AUDIT]
No suspicious code detected in vmwinst

svn path=/trunk/; revision=21633
2006-04-17 12:16:54 +00:00
Magnus Olsen 2bca0c0fcc Fix for ReactOS build system
Fixing all warings in the code it will make gcc queit
Remove pargma they should have been set in the project file not hard code it.

svn path=/trunk/; revision=21632
2006-04-17 11:26:50 +00:00
Peter Ward 8d75625cdb - Fix indentation (spaces -> TABs).
svn path=/trunk/; revision=21631
2006-04-17 11:13:48 +00:00
Magnus Olsen 659c768c6e import matrix screensaver secon try
svn path=/trunk/; revision=21629
2006-04-17 10:56:11 +00:00
Magnus Olsen f31166fa5c delete matrix I did someting wrong with the import
svn path=/trunk/; revision=21628
2006-04-17 10:54:14 +00:00
Magnus Olsen dc66a10877 import matrix screen saver
svn path=/trunk/; revision=21627
2006-04-17 10:50:25 +00:00
Magnus Olsen dd384ab95e prepare for import of matrix screensavers (break the build for short while)
svn path=/trunk/; revision=21626
2006-04-17 10:47:01 +00:00
Magnus Olsen 47ff3fad63 prepare for screensaver : Adding win32scr as target it genrate a .scr file instead for a win32gui
svn path=/trunk/; revision=21624
2006-04-17 10:08:35 +00:00
Ged Murphy 8c37aa119a add some commctrl.h definitions
svn path=/trunk/; revision=21623
2006-04-17 09:21:11 +00:00
Aleksey Bragin b59203d3a1 Sync to Wine-0_9_9:
Francois Gouget <fgouget@free.fr>
- mapi: Add some missing MAPI prototypes.
  Add some missing MAPI prototypes to mapi.h (spotted by winapi_check)
  and include it where they are implemented.
  Make mapi.h and mapix.h compatible. gcc does not like macros and
  prototypes to be redefined so this involved protecting against
  multiple definitions.
  Fix the MAPISendMail() implementation prototype.

Sync to Wine-0_9_8:
Hans Leidekker <hans@it.vu.nl>
- mapi32: Implementation for MAPISendMail.
  Implement MAPISendMail, stub MAPILogoff and make the stubs for
  MAPIInitialize, MAPILogon{,Ex} and MAPILogoff return success.
- mapi32: Prevent freeing non-allocated memory.

svn path=/trunk/; revision=21622
2006-04-17 07:45:48 +00:00
Aleksey Bragin fb6d030c7c - Fix build (by adding needed temporary file)
svn path=/trunk/; revision=21621
2006-04-17 07:21:25 +00:00
Aleksey Bragin 83e8c1a2f3 - Comment an error-setting line since we don't have get_sock_error() function
- Something different should be used here
- This change fixes building of the component

svn path=/trunk/; revision=21620
2006-04-16 20:10:12 +00:00
Aleksey Bragin 9434974968 Please pay attention this code includes a hack by me to have inet_ntop() function implementation just for this dll.
Sync to Wine-0_9_10:
Andrбs Kovбcs <andras@csevego.net>
- wininet: Added Hungarian translation.
Robert Shearman <rob@codeweavers.com>
- wininet: Don't continue to connect to a secure server without SSL support since it won't work.
- wininet: Implement setting of send and receive timeouts.

Sync to Wine-0_9_8:
Robert Shearman <rob@codeweavers.com>
- wininet: Documentation fixes.
Petr Tesarik <hat@tesarici.cz>
- wininet: Czech language resources encoding fix.
Fatih Ac <fasici@linux-sevenler.org>
- wininet: Turkish translation.

Sync to Wine-0_9_7:
Aric Stewart <aric@codeweavers.com>
- wininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT work.
  Beginning of framework to implement handling of InternetQueryOption
  for INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT.

Sync to Wine-0_9_6:
Jacek Caban <jacek@codeweavers.com>
- wininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
  INTERNET_STATUS_CONNECTING_TO_SERVER and
  INTERNET_STATUS_CONNECTED_TO_SERVER should be strings, not
  sockaddr_in.

svn path=/trunk/; revision=21619
2006-04-16 20:07:09 +00:00
Aleksey Bragin 8b7ae92cc7 SVN Maintenance (eol-style: native)
svn path=/trunk/; revision=21618
2006-04-16 19:15:04 +00:00
Aleksey Bragin 41f90c8fd7 Sync to Wine-0_9_10:
Juan Lang <juan_lang@yahoo.com>
- crypt32: Move context properties to a separate file.
- crypt32: Move serialization functions to serialize.c.
- crypt32: Implement CertGetValidUsages.
- crypt32: Implement CertDuplicateStore.

Sync to Wine-0_9_9:
Juan Lang <juan_lang@yahoo.com>
- crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
- implement CryptEnumOIDInfo and CryptFindOIDInfo
- implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo
- crypt32: Move certificate store functions to their own file.
- crypt32: More encoding/decoding.
  Add support for encoding/decoding basic constraints and enhanced key
  usage, with tests.
- crypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
- crypt32: Correct compile problem on gcc 2.95.
- crypt32: Partially implement CertGetNameString.
Henning Gerhardt <henning.gerhardt@web.de>
- crypt32: Add German resource file.
YunSong Hwang <hys545@dreamwiz.com>
- crypt32: Add Korean translation.
Alexander N. Sшrnes <alex@thehandofagony.com>
- Updated/new Norwegian Bokmеl resources.
Eric Pouech <eric.pouech@wanadoo.fr>
- crypt32: Don't access a blob after freeing it.
Sync to Wine-0_9_8:
Juan Lang <juan_lang@yahoo.com>
- crypt32: Fix a fixme, and remove an old comment.
- crypt32: Output string type in trace.
Alexandre Julliard <julliard@winehq.org>
- Include wine/port.h in files that use exceptions.

Sync to Wine-0_9_7:
Juan Lang <juan@codeweavers.com>
- crypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests.
- crypt32: Correct X509_NAME decoding, and more stringent tests.
- crypt32: Implement CertRDNValueToStrW and CertNameToStrW, with tests.

svn path=/trunk/; revision=21617
2006-04-16 19:12:28 +00:00
Aleksey Bragin e4af2a5bf8 - Update wincrypt.h to correspond to Wine-0.9.10
svn path=/trunk/; revision=21616
2006-04-16 18:44:08 +00:00
Aleksey Bragin 8acabff6ea Sync to Wine-0_9_9:
Juan Lang <juan_lang@yahoo.com>
- wintrust: Add some stubs.

svn path=/trunk/; revision=21615
2006-04-16 18:24:52 +00:00
Aleksey Bragin a592154d29 Sync to Wine-0_9_10:
Francois Gouget <fgouget@free.fr>
- Fix compatibility with native advpack dlls.

Sync to Wine-0_9_7:
Dmitry Timoshkov <dmitry@codeweavers.com>
- Make more arrays const.

Sync to Wine-0_9_6:
Jacek Caban <jacek@codeweavers.com>
- urlmon: Pass FORMATETC to OnDataAvailable.
- urlmon: Added implementation of protocol stream.
- urlmon: Added implementation of QueryService and stub implementation
  of IHttpNegotiate2 interface.
- urlmon: Query service provider for IInternetProtocol.
- urlmon: Added GetBindInfoString implementation.
- urlmon: Reimplement CoInternetCombineUrl to use pluggable protocol.
- urlmon: Use CoInternetCombineUrl in URLMonikerImpl_Construct.
- urlmon: Fix ref counting.
Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
- urlmon: Fix a LARGE_INTEGER truncation.

svn path=/trunk/; revision=21614
2006-04-16 17:34:25 +00:00
Aleksey Bragin b54888e17e Sync to Wine-0_9_8:
Mike McCormack <mike@codeweavers.com>
- imm32: Remove FIXME messages from some implemented functions.

svn path=/trunk/; revision=21613
2006-04-16 17:04:45 +00:00
Magnus Olsen 5df0cb61bf audlt lock
svn path=/trunk/; revision=21612
2006-04-16 16:16:09 +00:00
Magnus Olsen 913bde9808 kjk_hyperion : "Breaking auditing lock for a temporary fix: allow ExEnterCriticalRegionAndAcquireFastMutexUnsafe and ExReleaseFastMutexUnsafeAndLeaveCriticalRegion to be called from any thread; fixes UserEnterShared, UserEnterExclusive and UserLeave in win32k"
svn path=/trunk/; revision=21611
2006-04-16 16:04:28 +00:00
Aleksey Bragin 2122478f7b Sync to Wine-0_9_9:
Gerold J. Wucherpfennig <gjwucherpfennig@gmx.net>
- cabinet: Set proper error information on failures.

Sync to Wine-0_9_6:
James Hawkins <truiken@gmail.com>
- cabinet: Implement Extract on top of FDI.
- cabinet: Clean up the documentation for Extract.
- cabinet: Fix the second parameter name of Extract.
- cabinet: Add documentation for FDITruncateCabinet.
- cabinet: Store the cab file handle before extracting files so we can
  close the cab file even if no files are extracted.
- cabinet: Move the remaining cabextract.c functions to fdi.c.
- cabinet: Add initial tests for Extract.
- cabinet: Add the two flags used by Extract to cabinet.h.
- cabinet: Define the flags member of the EXTRACTdest structure.

svn path=/trunk/; revision=21610
2006-04-16 15:49:02 +00:00
Magnus Olsen 1888104b32 Implement screensaver setting and preiw of screen setting working in windows not tested in reactos
svn path=/trunk/; revision=21609
2006-04-16 13:56:57 +00:00
Aleksey Bragin 11c44d0243 [AUDIT]
dll/win32/advapi32/sec

- Very small functions are clean
- Functions doing basic initialization stuff are clean (their name suggests the actions the function performs)
- Functions publically documented in google
- Stubs / unimplemented functions
- Wine's code is clean too

svn path=/trunk/; revision=21608
2006-04-16 12:49:19 +00:00
Ged Murphy b93335e12d [AUDIT]
finger
BSD derived code

svn path=/trunk/; revision=21607
2006-04-16 12:30:40 +00:00
Ged Murphy d84ea94c72 [AUDIT]
whois
BSD derived code

svn path=/trunk/; revision=21606
2006-04-16 12:28:10 +00:00
Ged Murphy 93ec8b0b82 [AUDIT]
ping
modular code and obviously clean.

svn path=/trunk/; revision=21605
2006-04-16 12:25:54 +00:00
Magnus Olsen 200298ace6 [AUDIT]
clean from http://www.catch22.net shall not this be in vendoer drop ??

svn path=/trunk/; revision=21604
2006-04-16 10:40:43 +00:00
Magnus Olsen 1341cc0a8a [AUDIT]
clean : winemine icon/bmp from wine. 

svn path=/trunk/; revision=21603
2006-04-16 10:33:54 +00:00
Maarten Bosma 429ccf839a Flat toolbar buttons for ibrowser
svn path=/trunk/; revision=21602
2006-04-16 10:24:11 +00:00
Ged Murphy 125ddcb3bf [AUDIT]
ibrowser
obviously clean, this is not a derivative of an MS product.

svn path=/trunk/; revision=21601
2006-04-16 10:23:20 +00:00
Ged Murphy 010ef3a277 [AUDIT]
Network tools
Unlock code I am the author of. Code was produced using clean methods

svn path=/trunk/; revision=21600
2006-04-16 10:18:54 +00:00
Hervé Poussineau 31dc05f5f1 kbdclass and mouclass:
- Better synchronization of code between kbdclass and mouclass
- Better cleanup in ClassAddDevice in case of error
- Better support of legacy devices
kbdclass only:
- Send IOCTLs to lower device

svn path=/trunk/; revision=21599
2006-04-16 07:17:34 +00:00
Hervé Poussineau 286a4f2f82 [AUDIT]
No suspicious code detected in kbdclass and mouclass.
The code is quite understandable and have comments for harder parts + they share most of their code

svn path=/trunk/; revision=21598
2006-04-16 07:11:56 +00:00
Magnus Olsen 299c670648 Bug 1393 : Patch from w3seek Fix moving class objects between desktop heaps and the shared heaps
svn path=/trunk/; revision=21596
2006-04-15 10:41:58 +00:00
Andrew Munger 88699130d7 Send in the list of DHCP options we would like to get back, some servers are not as forthcoming as others.
This allows those of you running Windows Server 2003 as your DHCP server to get a domainname and default route.
This commit is dedicated to Jaix Bly.

svn path=/trunk/; revision=21595
2006-04-15 01:25:55 +00:00
Magnus Olsen 88a9cc78ba Bug 1390 : patch from W3seek : Don't use BOOL for 1 bit members in bitfields
svn path=/trunk/; revision=21594
2006-04-14 18:28:15 +00:00