Francois Gouget
|
56aab13ecc
|
gdi32: Include config.h before using HAVE_XXX.
|
2008-07-28 11:34:23 +02:00 |
Francois Gouget
|
4627e86046
|
appwiz.cpl: Fix the CPlApplet() prototype.
|
2008-07-28 11:34:18 +02:00 |
Francois Gouget
|
a5ef61e0d3
|
appwiz.cpl: Fix compilation on systems that don't support nameless unions.
|
2008-07-28 11:34:15 +02:00 |
Francois Gouget
|
fe1ce0e341
|
gdiplus: Add a trailing '\n' to a Wine trace.
|
2008-07-28 11:34:12 +02:00 |
Nikolay Sivov
|
ce2aee4859
|
gdiplus: Implemented GdipGetCustomLineCapWidthScale with some tests.
|
2008-07-28 11:34:05 +02:00 |
Nikolay Sivov
|
6c6e8f489e
|
gdiplus: Implemented GdipGetCustomLineCapBaseInset + test.
|
2008-07-28 11:33:59 +02:00 |
Nikolay Sivov
|
5038845cf2
|
gdiplus: Implemented GdipSetCustomLineCapStrokeJoin + tests.
|
2008-07-28 11:33:52 +02:00 |
Nikolay Sivov
|
2848100e82
|
gdiplus: Implemented GdipGetCustomLineCapStrokeJoin with basic test.
|
2008-07-28 11:33:45 +02:00 |
Nikolay Sivov
|
92c440c633
|
gdiplus: Added testfile for customlinecap + constr./destr. tests.
|
2008-07-28 11:33:36 +02:00 |
Stefan Leichter
|
548abf369d
|
rasapi32: Skip RasEnumDevicesA tests on configuration problems.
|
2008-07-28 11:33:20 +02:00 |
Stefan Leichter
|
cc494c48af
|
rasapi32: Fix building the tests with MSVC (based on a patch by Reece Dunn).
|
2008-07-28 11:32:55 +02:00 |
Dan Hipschman
|
2b287a4489
|
ntdll: Fix a small timer-queue bug whereby a deleted timer may still expire.
|
2008-07-28 11:32:21 +02:00 |
Vitaliy Margolen
|
a0abf988ac
|
dinput: Implement saturation property for evdev joystick driver.
|
2008-07-28 11:32:16 +02:00 |
Juan Lang
|
87c3df1578
|
shlwapi: Use CharNextA to iterate through characters in PathAddBackslashA. Fixes problems with MBCS paths.
|
2008-07-28 11:32:08 +02:00 |
Detlef Riekenberg
|
8ed31e2c38
|
appwiz.cpl: Do not access memory after HeapFree in FreeAppInfo.
|
2008-07-25 16:51:41 +02:00 |
Mikołaj Zalewski
|
352d857059
|
advapi32: tests: Make WOW64 test pass under Win2k, fix a flag.
|
2008-07-25 14:17:02 +02:00 |
Dan Hipschman
|
4c64d0cdfa
|
ntdll: Implement RtlDeleteTimer for kernel32's DeleteTimerQueueTimer.
|
2008-07-25 14:09:15 +02:00 |
Dan Hipschman
|
396e47ef5c
|
ntdll: Implement RtlUpdateTimer for kernel32's ChangeTimerQueueTimer.
|
2008-07-25 14:09:15 +02:00 |
Dan Hipschman
|
5ef54c4cec
|
ntdll: Implement the timer queue thread.
|
2008-07-25 14:09:15 +02:00 |
Philip Nilsson
|
6de5bdb0f7
|
d3dx9: Use UINT instead of unsigned int where appropriate.
|
2008-07-25 14:09:15 +02:00 |
Philip Nilsson
|
d36df763c7
|
d3dx9: Implement D3DXPlaneTransformArray.
|
2008-07-25 14:09:15 +02:00 |
Philip Nilsson
|
ae45f70c57
|
d3dx8: Allow input and output parameters pointing to the same place.
|
2008-07-25 14:09:15 +02:00 |
David Adam
|
6629708081
|
d3dx8: Implement D3DXSphereBoundProbe.
|
2008-07-25 14:09:15 +02:00 |
Cesar Eduardo Barros
|
fee6b384e1
|
kernel32: Add stub for CreateHardLink.
|
2008-07-25 13:21:23 +02:00 |
Adam Petaccia
|
b4a77bcd53
|
gdiplus: Stub GdipIsStyleAvailable.
|
2008-07-25 12:41:38 +02:00 |
Adam Petaccia
|
430ce86ae9
|
gdiplus: Implement GdipGetRegionDataSize.
|
2008-07-25 12:39:39 +02:00 |
Adam Petaccia
|
2e0869984f
|
gdiplus: Implement GdipSetInfinite.
|
2008-07-25 12:39:22 +02:00 |
Adam Petaccia
|
dd1f9a39cf
|
gdiplus: Implement GdipSetEmpty.
|
2008-07-25 12:39:07 +02:00 |
Adam Petaccia
|
8a9438d560
|
gdiplus: Implement GdipDeleteRegion.
|
2008-07-25 12:38:55 +02:00 |
Adam Petaccia
|
889bc31197
|
gdiplus: Implement GdipCreateRegion and mark the tests todo_wine instead of skipping over them all.
|
2008-07-25 12:38:46 +02:00 |
Owen Rudge
|
d508a58caf
|
appwiz.cpl: Add basic Support Information dialog.
|
2008-07-25 12:36:56 +02:00 |
Owen Rudge
|
eece76b8b3
|
appwiz.cpl: Add uninstall routine for applications.
|
2008-07-25 12:35:58 +02:00 |
Owen Rudge
|
0215b55ce6
|
appwiz.cpl: Add applications to list, remove on window close.
|
2008-07-25 12:35:41 +02:00 |
Owen Rudge
|
c16aeaf8e5
|
appwiz.cpl: Read installed application information from registry.
|
2008-07-25 12:35:27 +02:00 |
Owen Rudge
|
d8d725f73f
|
appwiz.cpl: Check to see if buttons should be enabled.
|
2008-07-25 12:35:09 +02:00 |
Owen Rudge
|
76518c0883
|
appwiz.cpl: Add imagelist for listview.
|
2008-07-25 12:35:00 +02:00 |
Owen Rudge
|
2812a9ecef
|
appwiz.cpl: Add column headers to listview.
|
2008-07-25 12:31:29 +02:00 |
Owen Rudge
|
6d4f3d5d3a
|
appwiz.cpl: Display Add/Remove Programs dialog.
|
2008-07-25 12:30:29 +02:00 |
Owen Rudge
|
f4e6489edb
|
appwiz.cpl: Add skeleton Add/Remove Programs control panel.
|
2008-07-25 12:29:22 +02:00 |
Owen Rudge
|
5800539bb6
|
shell32: Add status bar to control panel.
|
2008-07-25 12:27:44 +02:00 |
Owen Rudge
|
238cdf715d
|
shell32: Use a listview for the control panel.
|
2008-07-25 12:27:31 +02:00 |
John Reiser
|
adda485933
|
ntdll: Tell valgrind to load the .pdb debugging info for the module that was just loaded.
|
2008-07-25 12:16:11 +02:00 |
John Reiser
|
d6f4691106
|
ntdll: When tracking allocated blocks, RtlDestroyHeap must notify that all the blocks are being freed.
|
2008-07-25 11:52:43 +02:00 |
Reece Dunn
|
e22e480f16
|
oleaut32: Fix the SafeArrayGetVartype tests on Vista and use that behaviour.
|
2008-07-25 11:29:42 +02:00 |
Reece Dunn
|
f46a42d66f
|
crypt32/tests: fix the protectdata tests on Vista.
|
2008-07-25 11:29:33 +02:00 |
Detlef Riekenberg
|
be5db33c30
|
cryptnet/tests: Make the tests usable on win9x.
|
2008-07-25 11:29:15 +02:00 |
Ulrich Hecht
|
335dec27b7
|
dsound: Fix notification order.
|
2008-07-25 11:29:04 +02:00 |
Francois Gouget
|
289ea33803
|
configure: Use cups-config to probe for cups support.
|
2008-07-25 11:28:53 +02:00 |
Mikołaj Zalewski
|
daafda22f8
|
advapi32: Remove access checks from advapi32 (makes KEY_WOW64_* work).
|
2008-07-24 13:03:40 +02:00 |
Mikołaj Zalewski
|
763018e176
|
shell32: autocomplete: Don't pass NULL pceltFetched to IEnumString_Next.
|
2008-07-24 13:03:30 +02:00 |