Commit graph

24602 commits

Author SHA1 Message Date
Eric Kohl b7e4d48a47 Update indentation, no code changes.
svn path=/trunk/; revision=26419
2007-04-19 07:10:37 +00:00
The Wine Synchronizer 627d3f8c10 Autosyncing with Wine HEAD
svn path=/trunk/; revision=26418
2007-04-19 07:10:09 +00:00
Hervé Poussineau df36abec77 Prepare autosync of Wine wldap32 dll
svn path=/trunk/; revision=26417
2007-04-19 07:09:34 +00:00
Magnus Olsen df581d7e3c Wrote one new header this morning compatible with dxsdk 2004 dec release.
svn path=/trunk/; revision=26416
2007-04-19 06:42:57 +00:00
Dmitry Gorbachev cfccfd2a06 Fix Ukrainian translation.
svn path=/trunk/; revision=26414
2007-04-19 00:31:15 +00:00
Dmitry Gorbachev 08cc46e1f1 Use separate directory for language-specific files.
svn path=/trunk/; revision=26413
2007-04-19 00:31:01 +00:00
Christoph von Wittich e005356583 add wldap32.rbuild
svn path=/trunk/; revision=26412
2007-04-18 23:57:15 +00:00
Christoph von Wittich b67e2c97a8 Copied remotely
svn path=/trunk/; revision=26411
2007-04-18 23:49:02 +00:00
Christoph von Wittich 196301c5c4 Removed file/folder
svn path=/trunk/; revision=26410
2007-04-18 23:48:22 +00:00
Christoph von Wittich 67f8b0225f Removed file/folder
svn path=/trunk/; revision=26409
2007-04-18 23:45:10 +00:00
Christoph von Wittich 814fee4797 add rbuild files for wldap32 and add it to bootcd
svn path=/trunk/; revision=26408
2007-04-18 23:42:27 +00:00
Christoph von Wittich 96e23d17f6 Copied remotely
svn path=/trunk/; revision=26407
2007-04-18 23:41:42 +00:00
James Tabor 2317af487c Correct pointer in LDC.
svn path=/trunk/; revision=26405
2007-04-18 19:52:40 +00:00
James Tabor 7eca5e510f Correct statment for NtGdiGetObject.
svn path=/trunk/; revision=26404
2007-04-18 19:51:33 +00:00
Christoph von Wittich dd05afbec1 fix a bug and some warnings in ddraw
svn path=/trunk/; revision=26403
2007-04-18 19:51:21 +00:00
Christoph von Wittich f90ddf0d29 disable IntEngGradientFillTriangle because of an endless loop and add a FIXME
svn path=/trunk/; revision=26402
2007-04-18 19:07:11 +00:00
Christoph von Wittich fb3ba4445f fix build of d3d8.dll and add it to bootcd (needed by Trillian)
svn path=/trunk/; revision=26401
2007-04-18 18:19:26 +00:00
Christoph von Wittich 9b77e5185f implemented SPI_GETKEYBOARDCUES (hardcoded to TRUE)
svn path=/trunk/; revision=26400
2007-04-18 16:45:09 +00:00
Eric Kohl 68e9e8da8f - Show the current cursor scheme upon page initialization.
- Update the cursor list and the cursor preview when a new cursor scheme is selected.
- Update the cursor preview when another cursor is selected.

svn path=/trunk/; revision=26399
2007-04-18 15:42:13 +00:00
Christoph von Wittich 8288717157 revert the translation patches for wine-autosynced modules
svn path=/trunk/; revision=26398
2007-04-18 15:30:04 +00:00
Christoph von Wittich 6029bc5beb polish translation from the polish translation team
See issue #2181 for more details.

svn path=/trunk/; revision=26397
2007-04-18 15:21:29 +00:00
Timo Kreuzer 81e62c37bf NtGdiGetObject:
- return 0 if buffer != 0 and count == 0
- don't write beyond umode buffer size (max count bytes!)
- use SEH only once
- No need for Ret & RetCount, use only RetCount
- document the function

svn path=/trunk/; revision=26396
2007-04-18 13:46:11 +00:00
Christoph von Wittich c52d16c759 use the correct index in Module32Next
svn path=/trunk/; revision=26395
2007-04-18 13:39:26 +00:00
Christoph von Wittich 1b8f5cd0bb fix formatting
svn path=/trunk/; revision=26394
2007-04-18 12:50:21 +00:00
Christoph von Wittich 99163e450a fix some bugs in CreateActCtxA
svn path=/trunk/; revision=26393
2007-04-18 12:31:39 +00:00
Dmitry Gorbachev 285ed6ed7e Chinese translations by Zhangbing (bugs 2179, 2180).
svn path=/trunk/; revision=26392
2007-04-18 08:53:15 +00:00
Christoph von Wittich 3a413e53d1 forgot to commit this file
svn path=/trunk/; revision=26390
2007-04-18 02:50:29 +00:00
Christoph von Wittich 951839f487 fix build of d3d9.dll and add it to bootcd
svn path=/trunk/; revision=26389
2007-04-18 02:40:09 +00:00
Christoph von Wittich a8e41c3f8f include npfs.h before debug.h - this fixes compilation with MSVC
svn path=/trunk/; revision=26388
2007-04-18 01:51:27 +00:00
Christoph von Wittich 90441d106e fix formatting (no code changes)
svn path=/trunk/; revision=26387
2007-04-18 01:25:28 +00:00
Christoph von Wittich 4f58b4d38e don't cast HBITMAP to HICON in when type is IMAGE_BITMAP
svn path=/trunk/; revision=26386
2007-04-18 00:55:04 +00:00
Christoph von Wittich 1f00c50b85 take care of DIB_PAL_COLORS in NtGdiStretchDIBits
svn path=/trunk/; revision=26385
2007-04-18 00:38:36 +00:00
Christoph von Wittich d2796783e0 fix console font
svn path=/trunk/; revision=26384
2007-04-17 23:38:39 +00:00
Ged Murphy 96b61f6b0b - fix GetObject call for bitmaps
- Windows returns the number of bytes copied, not the size of the struct.
- fix NtGdiGetObject, 'count' is now irrelevant
- this breaks CopyImage, but it's broken anyway so it can wait until tomorrow.

svn path=/trunk/; revision=26383
2007-04-17 22:58:34 +00:00
Dmitry Gorbachev d5d519547c Simplified Chinese translation by zhangbing (bug #2175).
svn path=/trunk/; revision=26382
2007-04-17 20:38:03 +00:00
Christoph von Wittich 2ac5f48e47 change the condition in NtGdiGetObject to if ((RetCount) && (count)) (patch by GreatLord)
svn path=/trunk/; revision=26381
2007-04-17 20:26:49 +00:00
Christoph von Wittich 0751108eaf add cryptui.dll to bootcd
svn path=/trunk/; revision=26380
2007-04-17 20:06:00 +00:00
Christoph von Wittich c35151ce3d fix crash in VerQueryValueA/W
svn path=/trunk/; revision=26379
2007-04-17 18:58:58 +00:00
Christoph von Wittich da377e0f0b implemented NtUserDrawCaptionTemp (doesn't support all flags yet but enough to get the desk.cpl working)
svn path=/trunk/; revision=26378
2007-04-17 17:15:33 +00:00
Dmitry Gorbachev ee9ffb6236 Finnish translation (see bug #1781).
svn path=/trunk/; revision=26377
2007-04-17 17:00:20 +00:00
Thomas Bluemel 0cfc87c00c Revert r26375 partly, being able to select multiple applications *does* make sense (e.g. to minimize/restore them)!
svn path=/trunk/; revision=26376
2007-04-17 16:48:32 +00:00
Dmitry Gorbachev aec5ef496c Taskmgr patch from Heis Spiter (bug #2085).
svn path=/trunk/; revision=26375
2007-04-17 15:53:59 +00:00
Dmitry Gorbachev c47c4021ba Update French translations (bug #2120).
svn path=/trunk/; revision=26374
2007-04-17 15:45:00 +00:00
Dmitry Gorbachev dbaad8acc7 Update Norwegian translation (bug #1756).
svn path=/trunk/; revision=26373
2007-04-17 15:13:46 +00:00
Christoph von Wittich aa3af33258 fix "FIXME"-text
svn path=/trunk/; revision=26372
2007-04-17 13:59:54 +00:00
Christoph von Wittich 2a7a36c6bf add cryptui.dll (stubbed) needed by SmartFTP
svn path=/trunk/; revision=26371
2007-04-17 13:02:53 +00:00
Christoph von Wittich 0c39bba15b implemented DrawCaptionTempA/W
(NtUserDrawCaptionTemp is still missing)

svn path=/trunk/; revision=26370
2007-04-17 11:27:42 +00:00
Eric Kohl 64a7ff0759 - Replace the listview control on the pointer page by an ownerdrawn listbox and add necessary code changes.
- Add missing "Horizontal Resize" string resource.
- Make the cursor preview work for the system cursors.

svn path=/trunk/; revision=26368
2007-04-17 10:41:07 +00:00
Christoph von Wittich 5012d502e3 display the icons again - but something is still wrong
svn path=/trunk/; revision=26367
2007-04-17 01:15:24 +00:00
Dmitry Gorbachev 6784ecd342 Detect i8042 IRQs by edge. This should fix endless loop in i8042 driver on
machines with VIA and ALI chipsets. (See bug report #2159.) Thanks Peter K. 
and other testers for help.

svn path=/trunk/; revision=26366
2007-04-16 23:03:41 +00:00