Rein Klazes
3430bc2cb2
X11DRV_ScrollDC should not have a WINAPI attribute.
2004-09-20 19:10:55 +00:00
Robert Shearman
3c8fb21807
Document status of control against v6.0 of native version.
2004-09-20 19:10:43 +00:00
Robert Shearman
ed517f3a8b
InternetSetStatusCallback can be used on any handle and callbacks are
...
inherited by derived handles.
2004-09-20 19:10:31 +00:00
Robert Shearman
56b9d3c739
- Fix some TRACEs
...
- More A->W conversions missed by previous patch.
- Fix off-by-one error in validating drag-n-drop from available
buttons list box to actual buttons list box.
- Unicode flag should be based on the notification window.
2004-09-20 19:10:05 +00:00
Alexandre Julliard
807fe07417
Don't bother to return partial region data in get_window_region and
...
get_visible_region, return STATUS_BUFFER_OVERFLOW instead.
2004-09-17 18:20:11 +00:00
Filip Navara
e1db054315
Implement A_SHA* functions present in Windows XP and later systems.
2004-09-17 18:15:28 +00:00
Robert Shearman
dce07c4040
Make sure paths end with a slash before concatenating file names.
2004-09-17 18:11:14 +00:00
Robert Reif
8a8ee786ee
Cleanup reference counting.
...
AddRef and Release return ULONG.
2004-09-17 18:10:59 +00:00
Robert Reif
873e5bfe29
Use InterlockedIncrement/InterlockedDecrement for reference counting.
...
Fix bug in effect enumeration that crashed dxcapsviewer.
2004-09-17 18:10:41 +00:00
Robert Shearman
f0509667e9
Use Unicode window messages.
2004-09-17 18:10:13 +00:00
Alexandre Julliard
cfef4ade07
TransGaming
...
Add a Marlett replacement font.
2004-09-16 20:37:07 +00:00
Alexandre Julliard
60a8fcf4b0
Avoid using socklen_t.
2004-09-16 20:34:27 +00:00
Huw Davies
daf776fdde
When we blit with a monochrome dibsection as the source we should use
...
the colour table of that dib.
Added a test for this.
2004-09-16 20:29:25 +00:00
Ulrich Czekalla
4543c27822
Handle painting the border if WS_EX_CLIENTEDGE is not set.
2004-09-16 20:28:10 +00:00
Juan Lang
bd0e74253c
- correct ConvertStringSidToSidW and ConvertSidToStringSidW, with
...
tests
- add ConvertStringSidToSidA
- add missing exports for ConvertStringSidToSidA/W
2004-09-16 20:27:52 +00:00
Alexander Yaworsky
6a36f28f2a
Pass argv[0] (service name) to the service program.
2004-09-16 20:27:31 +00:00
Huw Davies
530e789d7e
It's important to keep the original dib colour table and not just the
...
colour mapping associated with a dib section - it's this table that
GetDIBColorTable should retrieve.
Added some GetDIBColorTable tests.
2004-09-16 19:10:14 +00:00
Dmitry Timoshkov
9c2dcb255e
Add a test case for WM_KEY* to WM_SYSKEY* message conversion.
2004-09-16 19:09:44 +00:00
Dmitry Timoshkov
30db053f2a
Accept WM_SYSCHAR message for processsing in TranslateAcceleratorW.
2004-09-16 19:09:30 +00:00
Alexander Yaworsky
81dfe73ef8
Added stubs for MD4, MD5 and SHA functions.
2004-09-16 19:09:13 +00:00
Mike McCormack
e988fea468
Fix some -Wsigned-compare warnings.
2004-09-16 19:08:50 +00:00
James Hawkins
2d044dd64b
Use InterlockedDecrement and InterlockedIncrement instead of ++/--.
2004-09-16 19:08:23 +00:00
Robert Reif
b970aeb4b7
Cleanup reference counting.
2004-09-16 19:08:04 +00:00
Alex Villacís Lasso
6df12bb338
Add de-interleaving for GIF images.
2004-09-16 19:07:42 +00:00
Robert Shearman
6a4d392670
- Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot
...
button; use plain mouse capture instead like native.
- Return only HTTRANSPARENT/HTCLIENT from WM_NCHITTEST and remove
associated hacks of WM_SETCURSOR, WM_NCLBUTTONDOWN and
WM_NCLBUTTONUP.
- Refactor state change code so that state changes don't happen as
side effects from messages such as WM_NCCALCSIZE, instead only from
user input messages like WM_MOUSEMOVE.
2004-09-16 19:06:36 +00:00
Robert Shearman
defcfc85db
Use Unicode window messages.
2004-09-16 19:06:12 +00:00
Jacek Caban
900c0e58ce
Added htmlhelp.h.
2004-09-16 19:05:49 +00:00
Dimitrie O. Paun
630dc0f5a9
Use the W version of the function were we can.
2004-09-15 18:04:07 +00:00
Vincent Béron
63cf3e2c4e
Use the preferred FT_ENCODING values rather than ft_encoding.
2004-09-15 18:03:32 +00:00
Dmitry Timoshkov
ca27b29f92
Remove a stray 'else' left by a previous patch.
2004-09-15 18:03:15 +00:00
Mike McCormack
79418b45f0
Return CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
2004-09-15 18:03:02 +00:00
Mike McCormack
d80eb97b29
Use FILE_SHARE_DELETE when loading modules, as running an exe that's
...
going to be deleted should work.
2004-09-15 18:02:49 +00:00
Alexandre Julliard
8087fca344
Release 20040914.
2004-09-14 22:11:36 +00:00
Jens Collin
9e679d3675
Added lookup of environment vars in SHELL_ArgifyW.
2004-09-14 20:14:09 +00:00
Alexander Yaworsky
8484d3fbae
Proper finalization in StartServiceW.
2004-09-14 19:39:19 +00:00
Robert Shearman
0e74f851e8
Don't let applications add Connection header to request.
2004-09-14 19:38:59 +00:00
Francois Gouget
c27db9b07c
Assorted spelling fixes.
2004-09-14 19:31:22 +00:00
Steven Edwards
f7fb4d2b50
Added stub for NtShutdownSystem.
2004-09-14 19:30:36 +00:00
Steven Edwards
4d563e0195
Added stub for SwitchDesktop.
2004-09-14 19:29:11 +00:00
Mike McCormack
1a77ea567c
Determine RPC struct types more exactly.
2004-09-14 19:28:12 +00:00
Marcus Meissner
00cf13a6e1
Autodetect libgif so extension and try to load it.
2004-09-14 19:27:58 +00:00
Mike McCormack
7d3431ed1d
Stub implementation for QueryServiceObjectSecurity.
2004-09-14 19:25:35 +00:00
Huw Davies
51eccdc4d0
Add cp1250 glyphs to Wine Courier.
2004-09-14 17:44:56 +00:00
Juan Lang
a78b4981ca
Added support for DLLVERSIONINFO2 in DllGetVersion.
2004-09-14 17:44:40 +00:00
Mike McCormack
f024a838f7
Added missing rpc type.
2004-09-14 17:44:25 +00:00
Mike McCormack
ec72244849
Use Interlocked* functions in AddRef and Release.
2004-09-14 17:44:14 +00:00
Mike McCormack
8ea4fffb98
Make sure not to interfere with the lasterror value returned by the
...
CSP in CryptAcquireContextA.
2004-09-14 17:43:41 +00:00
Mike McCormack
91207428fb
Add dev hint line for itss (part of html help).
2004-09-14 17:43:24 +00:00
Vincent Béron
2919a9a7a8
Implement BeginUpdateResource and UpdateResource.
...
Stub out a bit more of EndUpdateResource.
2004-09-14 01:06:54 +00:00
Filip Navara
99423d4e48
Status update.
2004-09-14 01:06:44 +00:00