Eric Frias
2067948c85
Fixed dialogex resource loading on sparc.
2004-11-21 15:36:05 +00:00
Jon Griffiths
da086d88c9
Search the whole table when creating solid brushes.
2004-11-21 15:35:15 +00:00
Alexander Yaworsky
ed92345c0b
Added NOVT timezone info.
2004-11-21 15:34:28 +00:00
Kevin Koltzau
a2101225fe
Fix clipping for DrawThemeParentBackground.
2004-11-21 15:33:36 +00:00
Gerald Pfeifer
a93fb4a0e9
Update FreeBSD info.
2004-11-21 15:33:00 +00:00
Rémi Assailly
101e1f20fa
Added some structure tags and error defines.
2004-11-21 15:32:31 +00:00
Eric Pouech
6d0712a375
Moved kernel32.DeleteFileW core implementation to ntdll.NtDeleteFile.
2004-11-21 15:29:44 +00:00
Alexandre Julliard
405568801e
Removed a couple of no longer needed entries.
2004-11-19 18:28:05 +00:00
Alexandre Julliard
fc92ecb2f8
Fix conflicting structure tag.
2004-11-19 18:26:20 +00:00
Robert Reif
24da756e68
One step closer to getting hardware accelerated capture working.
2004-11-19 18:25:03 +00:00
Huw Davies
9e4a58136c
Calculating the average width doesn't seem possible, so set it
...
manually instead.
Fix the copyright in wine_system.
2004-11-19 18:23:52 +00:00
Hans Leidekker
1233834ed0
Implement IsProfileValid.
...
Document all functions.
2004-11-19 18:22:20 +00:00
Stefan Leichter
e75f49209f
Fixed GetFileVersionInfoSizeA tests on NT.
2004-11-19 18:19:31 +00:00
Martin Fuchs
f00691ce71
Fix English menu text.
2004-11-19 18:18:27 +00:00
Christian Costa
8db6b0a514
Implemented IGraphBuilder methods: Connect, Render, RenderFile &
...
AddSourceFilter.
Fixed filter name generation in IGraphBuilder::AddFilter.
2004-11-19 18:17:27 +00:00
Robert Shearman
18988663c2
- Use more specific error codes than E_FAIL, where possible.
...
- Move vtable to end, give it the const modifier, and remove unneeded
function declarations.
2004-11-19 18:14:47 +00:00
James Hawkins
2515ff77fc
Added beginnings of RegQueryValueEx tests.
2004-11-19 18:13:30 +00:00
Andreas Mohr
02b690dbdb
Correct ordering of some defines.
2004-11-19 18:12:12 +00:00
Huw Davies
a90a60866c
Fallback to some sensible default values when underlining and striking
...
out bitmap fonts.
Rotate the strikeout line if the escapement is non-zero.
2004-11-19 18:10:47 +00:00
Zach Gorman
4b5a5868f1
Add the DT_NOPREFIX flag when calling DrawText() for single-line
...
listview controls.
2004-11-19 18:09:29 +00:00
Hans Leidekker
d5fc2b25c9
Add version information.
2004-11-19 18:06:41 +00:00
Christian Costa
0948ed709e
Fixed colorkey conversion.
...
Handle null surface pointer when creating surface.
2004-11-19 18:05:15 +00:00
Mike McCormack
fa4036eb79
Use interlocked functions for thread safety.
2004-11-19 18:03:56 +00:00
Christian Costa
c0b772dc51
Fixed IEnumPinsImpl_Next.
2004-11-19 18:03:19 +00:00
Eric Pouech
954a612c49
- implement SymUnDName and UndecorateSymbolName on top of
...
msvcrt.__unDName
- implement SYMOPT_UNDNAME support
2004-11-19 18:02:47 +00:00
Rémi Assailly
e21f7c2a21
Added some structure tags.
2004-11-19 18:01:29 +00:00
Jon Griffiths
21c8663f92
Use _WINNT_ as exclusion define for source compatibility.
2004-11-19 17:59:41 +00:00
Christian Costa
1d428e6a41
Mapped AVIStreamOpenFromFile to AVIStreamOpenFromFileA.
2004-11-19 17:58:18 +00:00
Robert Reif
aab3aa05b6
Remove trailing white space introduced in previous patch.
...
Fixed IDirectSoundCaptureBuffer_Stop to allow another Start to
succeed.
Removed OSS centric buffer recreation hack when doing hardware
acceleration.
Cleaned up error reporting and tracing.
2004-11-19 17:56:56 +00:00
James Hawkins
0bd19bb11d
Make four shreg tests pass on XP.
2004-11-19 17:56:08 +00:00
Christian Costa
1252259f6d
Added stub for SetQueryNetSessionCount.
2004-11-19 17:55:28 +00:00
Robert Shearman
b1e361a93e
Pass the address of the handle rather than just the handle to fix a
...
crash with IE.
2004-11-19 17:54:48 +00:00
Christian Costa
5102cb53af
Fixed some forwards.
2004-11-19 17:53:47 +00:00
Mike McCormack
674e237231
Improve the CertStore code a little.
2004-11-10 01:31:50 +00:00
Jason Edmeades
d80247ef67
- Stub SetServiceObjectSecurity to pretend to work (return true).
...
- Change QueryServiceObjectSecurity so it initializes the ACL with a
null DACL, and return as though it worked.
- Changed QueryServiceStatus to tell if the service is running by the
presence of some named shared storage - copied from StartService when
it checks to see if its already running.
2004-11-10 01:31:39 +00:00
James Hawkins
0fec65d6a7
Use SHDeleteKey to remove leftover keys from the shreg tests.
2004-11-10 01:30:59 +00:00
Robert Shearman
b98b7dd65d
- Set cache bitmap dimensions correctly when a 0x0 image list is used.
...
- Optimize WM_STYLECHANGED handler to only redraw when a CCS_* style
is changed, like native.
2004-11-10 01:30:47 +00:00
Michael Jung
5f06380b40
CPAcquireContext: Set last error to ERROR_SUCCESS in case of success.
2004-11-10 01:30:20 +00:00
Rein Klazes
7ff12568b8
Add a first AC_CHECK_HEADERS, forcing checking of the default includes
...
even when building wine without X11.
2004-11-09 20:16:35 +00:00
Hamish
630273d34a
Fix for async writes to comm ports.
2004-11-09 20:12:18 +00:00
Stefan Leichter
092c965444
Fixed tests of GetAcceptLanguagesA for platfoms 98,ME,NT4.
2004-11-09 20:11:18 +00:00
Stefan Leichter
79cf64681e
Fixed GetFileVersionInfoSizeA tests on NT4 platform.
2004-11-09 20:11:07 +00:00
Robert Reif
b46a106ab1
Remove redundant GUID check.
2004-11-09 20:10:46 +00:00
Dmitry Timoshkov
47361da574
- do not move updown control and buddy if an alignment was not requested
...
- in UDM_SETACCEL handler do not forget to update number of accelerators
- update arrows info in WM_LBUTTONDOWN as well as in WM_MOUSEMOVE
- use accelerators in WM_LBUTTONDOWN handler
2004-11-09 20:03:47 +00:00
Kevin Koltzau
33676ad347
Implementation of GetThemeBackgroundExtent.
...
Partial implementation of GetThemeBackgroundRegion.
Correct a few comments.
2004-11-09 20:03:25 +00:00
Kevin Koltzau
0e6408c408
Change AlphaBlend to use destination dimensions rather then source.
2004-11-09 20:02:57 +00:00
Kevin Koltzau
399842b136
Fix crash when no theme is set and application ignores errors.
2004-11-09 20:02:39 +00:00
Walt Ogburn
e5013299e0
In OlePictureImpl_Load, always use DIB_RGB_COLORS because no indexed
...
palette has been defined.
2004-11-09 20:02:25 +00:00
Robert Shearman
a9b1aa28b3
- bNtfUnicode is a dup' of bUnicode so remove it and fix the few
...
places where it was used.
- Remove a load of useless NULL infoPtr checks.
- Hardcode the default padding like native instead of using a wacky formula.
- Replace some tabs with spaces and remove NMHDR casts.
2004-11-08 22:17:02 +00:00
William Poetra Yoga H
a8b5d29f5f
Give the first menu item of a popup menu a distance of 1 pixel to the
...
top border.
2004-11-08 22:12:42 +00:00