André Hentschel
|
1cee3235bc
|
winedump: Fix sym mode.
|
2009-12-28 15:23:16 +01:00 |
Andrew Nguyen
|
101d72f83c
|
wineboot: Generate the HKCU\Volatile Environment registry key.
|
2009-12-28 14:23:27 +01:00 |
Gerald Pfeifer
|
8b73b131de
|
comctl32: Remove obsolete comment on RB_SETPALETTE from REBAR_WindowProc().
|
2009-12-28 14:22:28 +01:00 |
Alexandre Julliard
|
91fde2494c
|
ole2: Reimplement OleMetafilePictFromIconAndLabel16 on top of the 32-bit version.
|
2009-12-28 14:20:37 +01:00 |
Alexandre Julliard
|
55f024afe1
|
wordpad: Use the main module instance instead of getting it from the window.
|
2009-12-28 14:20:37 +01:00 |
Vincent Povirk
|
6bb300fa41
|
gdiplus: Implement GdipBitmapSetResolution.
|
2009-12-28 12:57:43 +01:00 |
Vincent Povirk
|
1aea88cac1
|
gdiplus: Implement GdipGetImage*Resolution.
|
2009-12-28 12:57:37 +01:00 |
Vincent Povirk
|
f71cb580a4
|
gdiplus: Add test for image resolution functions.
|
2009-12-28 12:57:31 +01:00 |
Vincent Povirk
|
c38d334266
|
gdiplus: Fix typo in GdipCreateMetafileFromWmf.
|
2009-12-28 12:57:23 +01:00 |
Vincent Povirk
|
53a3307983
|
gdiplus: Add test for GdipCreateMetafileFromWmf.
|
2009-12-28 12:57:17 +01:00 |
Vincent Povirk
|
27480405da
|
gdiplus: Add test for size of metafiles loaded from streams.
|
2009-12-28 12:57:12 +01:00 |
Vincent Povirk
|
f87039103f
|
gdiplus: Test the ability to load WMF images.
|
2009-12-28 12:57:04 +01:00 |
Alexandre Julliard
|
eb4477120a
|
kernel32: Make GMEM_DDESHARE blocks owned by the calling module.
|
2009-12-28 12:27:17 +01:00 |
Alexandre Julliard
|
1346740a57
|
shell32: Don't use the instance of the owner window for the autocomplete listbox.
|
2009-12-28 12:27:17 +01:00 |
Alexandre Julliard
|
82016c19ef
|
comdlg32: Don't use the instance of the owner window for dialog boxes.
|
2009-12-28 12:27:16 +01:00 |
Alexandre Julliard
|
0e00a61a38
|
comdlg32: Get rid of the 16-bit callback support.
|
2009-12-28 12:27:16 +01:00 |
Alexandre Julliard
|
6cb6862806
|
comdlg32: Store the open file name A structure directly instead of using a private pointer.
|
2009-12-28 12:27:16 +01:00 |
Gerald Pfeifer
|
f2d18c1c26
|
winedbg: Use #elif defined(...) instead of plain #elif in main().
|
2009-12-28 12:27:16 +01:00 |
Gerald Pfeifer
|
e8d387fd45
|
ntdll: Use #ifdef instead of #if to check for _DARWIN_FEATURE_64_BIT_INODE.
|
2009-12-28 12:27:15 +01:00 |
Michael Stefaniuc
|
6f36945f2b
|
shell32: Remove some superfluous LPARAM/WPARAM casts.
|
2009-12-28 12:27:15 +01:00 |
Michael Stefaniuc
|
9c15472a3b
|
comctl32: The return value of notify_with_scroll() is never used.
So don't bother returning something from that function.
|
2009-12-28 12:27:15 +01:00 |
Michael Stefaniuc
|
cdaba88592
|
wordpad: Remove some explicit LPARAM/WPARAM casts.
|
2009-12-28 12:27:14 +01:00 |
Michael Stefaniuc
|
3fae3f3666
|
winecfg: Remove some explicit WPARAM casts.
|
2009-12-28 12:27:14 +01:00 |
Michael Stefaniuc
|
db4fab9fc0
|
comdlg32: Remove some explicit LPARAM/WPARAM casts.
|
2009-12-28 12:27:14 +01:00 |
Michael Stefaniuc
|
610fba7519
|
oledlg: Remove some explicit WPARAM casts.
|
2009-12-28 12:27:14 +01:00 |
Michael Stefaniuc
|
9dd502a332
|
comctl32: Remove some explicit LPARAM/WPARAM casts.
|
2009-12-28 12:27:14 +01:00 |
Michael Stefaniuc
|
92e4e63353
|
comctl32/tests: Remove some superfluous casts around SendMessage().
|
2009-12-28 12:27:14 +01:00 |
Nikolay Sivov
|
f897a91247
|
comctl32/updown: Fix formatting for hex mode.
|
2009-12-28 12:27:14 +01:00 |
Nikolay Sivov
|
46194d39f6
|
comctl32/rebar: Check for null handles before invalidation.
This prevents all windows invalidation.
|
2009-12-28 12:27:14 +01:00 |
Henri Verbeet
|
9c0bf89ed0
|
wined3d: Let "SetupForBlit()" figure out the target's width and height on its own.
|
2009-12-28 12:27:14 +01:00 |
Henri Verbeet
|
57ff4b4dea
|
wined3d: Let "FindContext()" figure out the thread id on its own.
It doesn't work with anything other than the current thread anyway.
|
2009-12-28 12:27:13 +01:00 |
Henri Verbeet
|
9295de9b84
|
wined3d: Introduce "context_apply_state()" to setup a context for a specific usage.
|
2009-12-28 12:27:13 +01:00 |
Henri Verbeet
|
f30999f193
|
wined3d: Recognize "VMware, Inc." as VENDOR_MESA.
|
2009-12-28 12:27:13 +01:00 |
Henri Verbeet
|
7160e56ab1
|
wined3d: Properly check for glBlitFramebuffer().
ARB_framebuffer_object can also provide this entry point.
|
2009-12-28 12:27:13 +01:00 |
Michael Stefaniuc
|
6f3b494463
|
user32: Remove some explicit LPARAM/WPARAM casts.
|
2009-12-28 12:27:13 +01:00 |
Michael Stefaniuc
|
425cc7e033
|
winex11.drv: Remove some explicit LPARAM/WPARAM casts.
|
2009-12-28 12:27:13 +01:00 |
Michael Stefaniuc
|
7e2b624896
|
user32/tests: Remove some explicit LPARAM/WPARAM casts.
|
2009-12-28 12:27:13 +01:00 |
Michael Stefaniuc
|
3b45ababfb
|
riched20: Remove some explicit LPARAM/WPARAM casts.
|
2009-12-28 12:27:13 +01:00 |
Jacek Caban
|
221b0979b7
|
mshtml: Fixed nsIDOMNSHTMLElement declaration.
|
2009-12-28 12:27:13 +01:00 |
Jacek Caban
|
672f021e2b
|
wininet: Test also InternetCrackUrlW in test_crack_url.
|
2009-12-28 11:57:47 +01:00 |
Jacek Caban
|
170b2da260
|
mshtml: Added better default bgColor test and code clean up.
|
2009-12-28 11:57:38 +01:00 |
Jacek Caban
|
90a4eb7d18
|
mshtml: Use nscolor_to_str in IHTMLBodyElement::get_text implementation.
|
2009-12-28 11:57:33 +01:00 |
Jacek Caban
|
0f0cb60592
|
mshtml: Correctly parse color strings.
|
2009-12-28 11:57:28 +01:00 |
Jacek Caban
|
9a264e546c
|
mshtml: Store known colors as RGB.
|
2009-12-28 11:57:24 +01:00 |
Jacek Caban
|
bbd925ddfe
|
mshtml: Added better error handling to nscolor_to_str.
|
2009-12-28 11:57:19 +01:00 |
Nikolay Sivov
|
2e1aa43ab1
|
comctl32/tests: Skip test on <5.8x systems.
|
2009-12-28 11:55:39 +01:00 |
Vincent Povirk
|
d87b1d4980
|
gdiplus: Implement GdipImageGetFrameDimensionsList.
|
2009-12-28 11:55:20 +01:00 |
Vincent Povirk
|
7d62e1f776
|
gdiplus: Remove fixme from GdipImageGetFrameDimensionsCount.
|
2009-12-28 11:55:11 +01:00 |
Vincent Povirk
|
d41f68fdb8
|
gdiplus: Add tests for multi-frame GIF images.
|
2009-12-28 11:55:06 +01:00 |
Vincent Povirk
|
00e1e5ddd5
|
gdiplus: Fix memory leak in GdipSetStringFormatMeasurableCharacterRanges.
|
2009-12-28 11:54:55 +01:00 |