45900 Commits

Author SHA1 Message Date
Alexandre Julliard
f0bd1ee70b winecfg: Allow to configure the desktop separately for each application. 2008-04-25 14:36:45 +02:00
Alexandre Julliard
ad5876734d winecfg: Add a couple of Unicode helper functions. 2008-04-25 14:36:25 +02:00
ByeongSik Jeon
86b0d5ecc9 imm32: Fix a typo. 2008-04-25 14:36:08 +02:00
ByeongSik Jeon
fab832df68 imm32: ImmGetVirtualKey return orignal virtual key value. 2008-04-25 14:36:02 +02:00
ByeongSik Jeon
7e341002d2 imm32: Reconstruct the ImmProcessKey, ImmTranslateMessage for the VK_PROCESSKEY. 2008-04-25 14:34:34 +02:00
Alexandre Julliard
1f99d80c06 winex11: Don't force tool windows to unmanaged mode.
The detection algorithm should be good enough for that case now.
2008-04-25 14:26:52 +02:00
Rob Shearman
242a8a02f5 widl: Move the func_declarator rule entirely into direct_declarator. 2008-04-25 12:10:42 +02:00
Rob Shearman
66fa9a714e widl: Create a statement object for import statements.
Move the writing of include directives into the generated header into 
header.c.
2008-04-25 12:10:34 +02:00
Rob Shearman
33c891e694 widl: Add support for string literals and wide-string literals in expressions. 2008-04-25 12:10:24 +02:00
Rob Shearman
957dd4b160 widl: Add support for declaring multiple fields of a structure in one statement. 2008-04-25 12:10:15 +02:00
Rob Shearman
14dd441c5b widl: Make the rules for parsing fields in structures, encapsulated unions and non-encapsulated unions more strict.
Move the rules in fields that handle empty union cases into separate 
union rules so that they can't erroneously be accepted for structures or 
other types of unions.
2008-04-25 12:10:04 +02:00
Rob Shearman
21cd6865c8 widl: Rename pident to declarator and parse the array declarations as part of declarators.
This allows arrays to be used in typedefs and const statements.
2008-04-25 12:09:56 +02:00
Rob Shearman
2f381f30a6 widl: Consolidate most of the inner loop of reg_typedefs into set_type. 2008-04-25 12:09:46 +02:00
Alexandre Julliard
c76de89885 oleaut32/tests: Store the test typelib in resources instead of depending on an external file. 2008-04-25 12:09:03 +02:00
Eric Pouech
046cfcfd22 richedit: Ensure wrapping is done all the time after inserting an RTF stream. 2008-04-25 11:44:00 +02:00
Eric Pouech
60234f8fc4 richedit: Properly handle the background in case of border in paragraph. 2008-04-25 11:43:54 +02:00
John Klehm
2c26ea609d winex11: Add support for IsXExtensionPointer tablet devices. 2008-04-25 11:43:41 +02:00
John Klehm
33d4117e1b winex11: Allow wizardpen to be detected as a stylus. 2008-04-25 11:40:31 +02:00
John Klehm
b95c091dbf winex11: Allow wintab devices with less than 5 axes. 2008-04-25 11:40:20 +02:00
Nikolay Sivov
8cf5608089 gdiplus: Implemented GdipDrawImageRect/GdipDrawImageRectI. 2008-04-25 11:38:24 +02:00
Nikolay Sivov
19cc99c333 gdiplus: Implemented GdipAddPathBezier. 2008-04-25 11:38:10 +02:00
Erik de Castro Lopo
ab2424710f dbghelp: Fix pointer cast. 2008-04-25 11:37:50 +02:00
Erik de Castro Lopo
eba704b8bb ntdll: Win64 fix for get_pointer_obfuscator. 2008-04-25 11:37:33 +02:00
Erik de Castro Lopo
0ef69ef9dd crypt32: Use LOWORD on LPCSTR type instead of casting to int. 2008-04-25 11:34:53 +02:00
Erik de Castro Lopo
56797f9c65 user32/tests: Use SetWindowLongPtr instead of SetWindowLong. 2008-04-25 11:34:49 +02:00
James Hawkins
4daec079c1 winmm: Remove a failing test that is driver-specific. 2008-04-25 11:33:59 +02:00
James Hawkins
1cf567ecc9 winspool.drv: Disable a test for capabilities not available on all printer drivers. 2008-04-25 11:33:56 +02:00
James Hawkins
b48118b472 gdi32: Remove a dependence on the amount of available memory. 2008-04-25 11:33:51 +02:00
James Hawkins
537c4babed d3d8: Fix a few test failures in win2k3. 2008-04-25 11:33:47 +02:00
James Hawkins
76dfff11a3 advapi32: Fix a test that fails in win2k3 SP2. 2008-04-25 11:33:43 +02:00
Robert Reif
fa9a26921c winmm: Fix a test failure on Windows with Terminal Server. 2008-04-25 11:28:57 +02:00
Andrew Talbot
49939ed544 secur32: Remove unused variables. 2008-04-25 11:28:43 +02:00
Andrew Talbot
362cd67d3b setupapi: Remove unused variables. 2008-04-25 11:28:40 +02:00
Andrew Talbot
f692f19531 shell32: Remove unused variables. 2008-04-25 11:28:37 +02:00
Andrew Talbot
649c7aeb7c rpcrt4: Remove unused variables. 2008-04-25 11:28:34 +02:00
Eric Pouech
5da401950c winhelp: Emit the proper RTF stream for a metafile to RichEdit. 2008-04-25 11:28:01 +02:00
Eric Pouech
5309ad1c8f winhelp: Emit proper RTF tokens for a bitmap. 2008-04-25 11:27:51 +02:00
Eric Pouech
666bf7b892 winhelp: Properly decode the keep bit in paragraph style. 2008-04-25 11:27:28 +02:00
Eric Pouech
3299f1b869 winhelp: Set the borders of a paragraph in richedit. 2008-04-25 11:27:21 +02:00
Eric Pouech
300fa96245 winhelp: Set the alignment of paragraph in richedit. 2008-04-25 11:27:13 +02:00
Eric Pouech
26de7ddcd4 winhelp: Added support for paragraph information. 2008-04-25 11:23:33 +02:00
Eric Pouech
523a5b3f31 winhelp: Added support for richedit tabs in paragraph format. 2008-04-25 11:23:26 +02:00
Alexandre Julliard
5f4f2c0b92 makedep: Don't try to open .tlb files. 2008-04-24 23:43:04 +02:00
Nikolay Sivov
59ef3c920d gdiplus: Implemented GdipSetLineColors. 2008-04-24 22:46:38 +02:00
Nikolay Sivov
b31f2250dd gdiplus: Implemented GdipGetLineColors. 2008-04-24 22:46:26 +02:00
Nikolay Sivov
3d274bc1cf gdiplus: Implemented GdipGetLineRect/GdipGetLineRectI. 2008-04-24 22:46:14 +02:00
Nikolay Sivov
2c059d7f52 gdiplus: Implemented GdipFillPieI. 2008-04-24 22:45:25 +02:00
Nikolay Sivov
4697593e85 gdiplus: Implemented GdipDrawPolygon/GdipDrawPolygonI. 2008-04-24 22:45:09 +02:00
Nikolay Sivov
3903ac6ee8 gdiplus: Implemented GdipDrawRectanglesI. 2008-04-24 22:44:53 +02:00
Nikolay Sivov
71931613f9 gdiplus: Implemented GdipDrawPieI. 2008-04-24 22:44:38 +02:00