Nikolay Sivov
56173d4005
gdiplus: Added GdipGetTextContrast.
2008-11-10 11:07:26 +01:00
Christian Costa
48c4248d3a
d3dxof: Finish strings support.
2008-11-10 11:07:13 +01:00
Christian Costa
e4748c3ca3
d3dxof: Increase max childs/subobjects and check the limit is not overcome.
2008-11-10 11:07:03 +01:00
Christian Costa
b46b75170e
d3dxof: Close source file when releasing EnumObject.
2008-11-10 11:06:59 +01:00
Christian Costa
35cc5504eb
d3dxof: Allow template definitions in objects file.
2008-11-10 11:06:53 +01:00
Peter Dons Tychsen
e0b91a7aa7
winedos: Add support for decoding and displaying the 4 bit CGA framebuffer.
2008-11-10 11:06:48 +01:00
Damjan Jovanovic
f5b8bad2aa
winemenubuilder: Generate desktop files instead of wineshelllink.
2008-11-10 11:06:40 +01:00
Hans Leidekker
b65d768343
inetcomm: Send a notification when disconnecting.
2008-11-10 11:06:31 +01:00
Hans Leidekker
1f87ec3a3c
inetcomm: Support both forms of the UIDL and LIST commands.
2008-11-10 11:06:28 +01:00
Hans Leidekker
ba1ae62bd2
inetcomm: Add an implementation of IPOP3Transport::CommandTOP.
2008-11-10 11:06:23 +01:00
Hans Leidekker
46c5c1a93a
inetcomm: Add an implementation of IPOP3Transport::CommandRETR.
2008-11-10 11:06:19 +01:00
Hans Leidekker
dcbe1a4214
inetcomm: Add an implementation of IPOP3Transport::CommandRSET.
2008-11-10 11:06:15 +01:00
Hans Leidekker
05312014fe
inetcomm: Add an implementation of IPOP3Transport::CommandNOOP.
2008-11-10 11:06:11 +01:00
Hans Leidekker
e2b173f1a9
inetcomm: Add an implementation of IPOP3Transport::CommandDELE.
2008-11-10 11:06:07 +01:00
Hans Leidekker
550033d203
inetcomm: Flesh out the pop3 command parser.
2008-11-10 11:06:01 +01:00
Alexandre Julliard
1d612e03e0
Release 1.1.8.
2008-11-07 17:09:33 +01:00
Paul Vriens
47dddefbb2
winmm/tests: Fix a test failure on Vista and W2K8.
2008-11-07 13:56:08 +01:00
Paul Vriens
4f5460ffcf
user32/tests: Skip GetMenuItemInfo tests on NT4 and below.
2008-11-07 13:34:24 +01:00
Paul Vriens
80d3604947
user32/tests: Set last error if the menu item cannot be found.
2008-11-07 13:34:18 +01:00
Alexandre Julliard
adc09cc1b4
advapi32/tests: Avoid sizeof in traces.
2008-11-07 13:34:11 +01:00
Krzysztof Kotlenga
1c3e81bf5e
winex11: Make pens of width = 1 scalable.
2008-11-07 13:23:48 +01:00
Paul Bryan Roberts
6435a5ddab
server: Clone file_get_sd() and file_set_fd() for directories.
2008-11-07 12:01:51 +01:00
Paul Bryan Roberts
d87af3dfb2
server: Refactor server side implementation of GetFileSecurity().
2008-11-07 12:01:24 +01:00
Paul Bryan Roberts
2703721860
advapi32: Add TRACE to GetFileSecurity().
2008-11-07 12:01:18 +01:00
Paul Bryan Roberts
fa9c9f0e4c
advapi32/tests: Simple tests of GetFileSecurity()/SetFileSecurity().
2008-11-07 11:54:39 +01:00
Vincent Povirk
f54a8ab71b
rundll32: Build with -mwindows.
2008-11-07 11:50:34 +01:00
Tony Wasserka
edae5d545e
d3dx9: Implement ID3DXSprite_Draw.
2008-11-07 11:43:47 +01:00
Tony Wasserka
d0fd93ef92
d3dx9: Implement D3DXCreateSprite.
2008-11-07 11:43:07 +01:00
Nicolas Le Cam
5ddcedff18
cryptui/tests: Fix test failures on Win2k and below.
2008-11-07 11:27:28 +01:00
Nicolas Le Cam
ae0bddeb85
advapi32/tests: Run a test on more platforms.
2008-11-07 11:27:23 +01:00
Nicolas Le Cam
f714cf4bd1
advapi32/tests: test_enum_provider_types test cleanup.
2008-11-07 11:25:15 +01:00
Sergey Khodych
30a6f54dc9
comctl32/tests: Fix typo in toolbar todo test.
2008-11-07 11:17:56 +01:00
Alexandre Julliard
17ab587567
loader: Use a hidden function instead of an exported global variable to setup pthread functions.
2008-11-07 11:11:21 +01:00
Alexandre Julliard
912e4d4def
loader: Reserve some space for the virtual heap too.
2008-11-07 11:05:38 +01:00
Alexandre Julliard
66a39678e9
ntdll: Store correct values in the various limits on all platforms instead of using 0.
2008-11-07 11:04:07 +01:00
Paul Vriens
b8d468637e
user32/tests: Fix some test failures on Win9x.
2008-11-07 11:01:31 +01:00
Reece Dunn
9368972866
comctl32: Don't draw the theme background of the group box over it's content area.
...
Hi,
Some applications (e.g. Cepstral SwiftTalker) have dialogs that
contain controls that are ordered before the group box that contains
them. The current rendering of themed group boxes will draw it's
background over the content area, hiding any controls that have
already been drawn. XP with the default and other custom themes
correctly shows controls beneath the group box.
This patch excludes the group box content area from being drawn to, so
that any controls that have already been drawn do not get overridden.
- Reece
From 889e477bcb4561565b8caaf41c88c5fe7d83b8d2 Mon Sep 17 00:00:00 2001
From: Reece Dunn <msclrhd@gmail.com>
Date: Fri, 7 Nov 2008 00:11:52 +0000
Subject: [PATCH] comctl32: don't draw the theme background of the group box over it's content area.
2008-11-07 11:01:26 +01:00
Michael Stefaniuc
c48c5c8577
crypt32: Fix the aligning up to a DWORD_PTR boundary.
2008-11-07 11:01:21 +01:00
Michael Stefaniuc
c46a88a3c9
comctl32: Remove superfluous casts that crept in as well as some older ones.
2008-11-07 11:00:16 +01:00
Juan Lang
305c965276
crypt32: Implement CryptFormatObject for SPC_FINANCIAL_CRITERIA_OBJID.
2008-11-07 10:59:53 +01:00
Juan Lang
9fecf55753
crypt32: Implement CryptFormatObject for szOID_CRL_DIST_POINTS.
2008-11-07 10:59:47 +01:00
Juan Lang
c11aa873c5
crypt32: Implement CryptFormatObject for szOID_AUTHORITY_INFO_ACCESS.
2008-11-07 10:59:40 +01:00
Juan Lang
c6ec755469
crypt32: Implement CryptFormatObject for szOID_BASIC_CONSTRAINTS2.
2008-11-07 10:59:33 +01:00
Juan Lang
b5f6c34977
crypt32: Implement CryptFormatObject for szOID_ENHANCED_KEY_USAGE.
2008-11-07 10:59:28 +01:00
Juan Lang
426d13e5be
crypt32: Implement CryptFormatObject for szOID_AUTHORITY_KEY_IDENTIFIER2.
2008-11-07 10:59:21 +01:00
Juan Lang
ab81dc123e
crypt32: Make a global copy of crypt32's HINSTANCE.
2008-11-07 10:59:03 +01:00
Juan Lang
ba7705ea95
crypt32: Add base implementation of CryptFormatObject.
2008-11-07 10:58:56 +01:00
Juan Lang
14cb694ff8
crypt32: Add tests for CryptFormatObject.
2008-11-07 10:58:47 +01:00
Andrew Talbot
99ae980c0d
rpcrt4: Sign-compare warnings fix.
2008-11-07 10:56:48 +01:00
Nikolay Sivov
fa1e0313ee
gdiplus: Added TRACE(..) for Pen calls.
2008-11-07 10:56:41 +01:00