Christoph von Wittich
1f121135ab
update riched20,ole32,oleaut32 to latest wine versions
...
disable ks,portcls,wdm because of broken ks.h
updated psdk,ddk headers
updated uuid and wine libs
implement IdlHeader handling in rbuild
added new idl files and removed the old header files
TODO: get rid of the WINELIB_NAME_AW macros, fix ks.h
svn path=/trunk/; revision=26428
2007-04-20 02:30:53 +00:00
Christoph von Wittich
dfb2099f2c
rename internal CreateToolBar function to avoid naming conflicts
...
svn path=/trunk/; revision=26427
2007-04-19 22:55:37 +00:00
Christoph von Wittich
0ed01d58fd
added some more defines (taken from wine)
...
svn path=/trunk/; revision=26426
2007-04-19 21:04:40 +00:00
James Tabor
b242b46662
Move name NtGdiGetObject to NtGdiExtGetObjectW, no code change.
...
svn path=/trunk/; revision=26425
2007-04-19 20:30:28 +00:00
Magnus Olsen
bd137f7767
put back right code for in NtGdiGetObject after all people have been mess around in it. please ask how it works before u thuch this code.
...
svn path=/trunk/; revision=26424
2007-04-19 18:55:25 +00:00
Dmitry Gorbachev
8961a9e5d5
Zhangbing's Solitaire translation (bug #2186 ).
...
svn path=/trunk/; revision=26423
2007-04-19 15:25:54 +00:00
Eric Kohl
1cefaa15f9
- Fix a bug in EnumerateCursorSchemes that caused the selection of the wrong cursor scheme upon page initialization.
...
- Remove obsolete global variables.
svn path=/trunk/; revision=26422
2007-04-19 15:00:56 +00:00
Ged Murphy
38945890be
revert base changes. The original test case was wrong
...
svn path=/trunk/; revision=26421
2007-04-19 09:33:53 +00:00
Eric Kohl
8d7099f9ac
Fix the tab order on the wheel page and replace generic CONTROL statements by RADIOBUTTON statements.
...
svn path=/trunk/; revision=26420
2007-04-19 08:37:27 +00:00
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