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
Dmitry Gorbachev
cd86e748b8
Do not change reserved ELCR bits.
...
svn path=/trunk/; revision=26365
2007-04-16 23:02:54 +00:00
Magnus Olsen
0606c5e1f9
Wrote two new header this morning compatible with dxsdk 2004 dec release.
...
svn path=/trunk/; revision=26363
2007-04-16 06:46:25 +00:00
Magnus Olsen
dba1a7a382
Find some older works, dxsdk header compatible with dxsdk 2004 dec release. I will clean up sdk so dx thuse dx header belong to dxsdk will be here. later.
...
In this folder will contain all header that is compatible with dxsdk 2004 dec. later I will upgrade this folder file to more resent dxsdk headers.
svn path=/trunk/; revision=26362
2007-04-15 17:29:40 +00:00
Magnus Olsen
db1bac44f0
Find some older works, dxsdk header compatible with dxsdk 2004 dec release. I will clean up sdk so dx thuse dx header belong to dxsdk will be here. later.
...
In this folder will contain all header that is compatible with dxsdk 2004 dec. later I will upgrade this folder file to more resent dxsdk headers.
svn path=/trunk/; revision=26361
2007-04-15 15:28:57 +00:00
Magnus Olsen
ca8c6fb877
Find some older works, dxsdk header compatible with dxsdk 2004 dec release. I will clean up sdk so dx thuse dx header belong to dxsdk will be here. later.
...
In this folder will contain all header that is compatible with dxsdk 2004 dec. later I will upgrade this folder file to more resent dxsdk headers.
svn path=/trunk/; revision=26360
2007-04-15 14:39:23 +00:00
Magnus Olsen
b3bd2cb8be
Find some older works, dxsdk header compatible with dxsdk 2004 dec release. I will clean up sdk so dx thuse dx header belong to dxsdk will be here. later.
...
In this folder will contain all header that is compatible with dxsdk 2004 dec. later I will upgrade this folder file to more resent dxsdk headers.
svn path=/trunk/; revision=26359
2007-04-15 14:08:04 +00:00
Magnus Olsen
ab23b32e3d
Find some older works, dxsdk header compatible with dxsdk 2004 dec release. I will clean up sdk so dx thuse dx header belong to dxsdk will be here. later.
...
In this folder will contain all header that is compatible with dxsdk 2004 dec. later I will upgrade this folder file to more resent dxsdk headers.
svn path=/trunk/; revision=26358
2007-04-15 13:49:34 +00:00
Magnus Olsen
cbbad16d0f
Find some older works, dxsdk header compatible with dxsdk 2004 dec release. I will clean up sdk so dx thuse dx header belong to dxsdk will be here. later.
...
In this folder will contain all header that is compatible with dxsdk 2004 dec. later I will upgrade this folder file to more resent dxsdk headers.
svn path=/trunk/; revision=26357
2007-04-15 13:14:42 +00:00
Magnus Olsen
b665d86cf0
Find some older works, dxsdk header compatible with dxsdk 2004 dec release. I will clean up sdk so dx thuse dx header belong to dxsdk will be here. later.
...
In this folder will contain all header that is compatible with dxsdk 2004 dec. later I will upgrade this folder file to more resent dxsdk headers.
svn path=/trunk/; revision=26356
2007-04-15 12:37:11 +00:00
Eric Kohl
f9dd8597e1
Change pointer shadow setting on-the-fly.
...
svn path=/trunk/; revision=26355
2007-04-15 10:56:51 +00:00
Magnus Olsen
82fec2b2ca
Find some older works, dxsdk header compatible with dxsdk 2004 dec release. I will clean up sdk so dx thuse dx header belong to dxsdk will be here. later.
...
In this folder will contain all header that is compatible with dxsdk 2004 dec. later I will upgrade this folder file to more resent dxsdk headers.
svn path=/trunk/; revision=26354
2007-04-15 10:17:27 +00:00
Magnus Olsen
00da39c2a7
Find some older works, dxsdk header compatible with dxsdk 2004 dec release. I will clean up sdk so dx thuse dx header belong to dxsdk will be here. later.
...
In this folder will contain all header that is compatible with dxsdk 2004 dec. later I will upgrade this folder file to more resent dxsdk headers.
svn path=/trunk/; revision=26353
2007-04-15 09:31:28 +00:00