Vincent Béron
21e3ba8cd1
Correct mismatches between spec files and comments about export
...
number.
2005-08-10 09:53:47 +00:00
Vincent Béron
56da0c33fb
Use #include "foo.h" for including Windows headers in dlls/, use
...
#include <bar.h> for including Windows headers in include/.
2005-08-10 09:51:40 +00:00
Troy Rollo
b1d96713ed
Browse to the directory if a directory name is typed into the edit box
...
of a file dialog and the confirmation button (or Enter key) is hit.
Return any file name in the edit box if OFN_NOVALIDATE is set and
OFN_FILEMUSTEXIST is not, even if that file name includes a path name
or is the name of a folder.
2005-08-10 09:50:29 +00:00
Vincent Béron
bea21461ec
Use HAVE_LDAP_H when checking if ldap.h is available.
2005-08-10 09:49:11 +00:00
Mike McCormack
98520ef499
gcc 4.0 warning fixes.
2005-08-10 09:48:58 +00:00
Vincent Béron
d32610fabe
Remove local declarations already in included public headers.
2005-08-10 09:48:15 +00:00
Alexandre Julliard
78340756f3
Use ERR instead of DPRINTF in dump_pidl_hex.
2005-08-09 20:48:17 +00:00
Jacek Caban
0cdb3c9765
- Beginning implementation of true IPersistMoniker::Load.
...
- THIS macros cleanup.
2005-08-09 20:46:05 +00:00
Alexandre Julliard
31dd4af57d
Don't call process attach notification during process shutdown.
...
Make sure we don't insert a module in the same list twice.
2005-08-09 20:45:46 +00:00
Jacek Caban
388b9c6dcc
Report BINDSTATUS_MIMETYPEAVAILABLE in AboutProtocol::Start.
2005-08-09 20:35:36 +00:00
Hans Leidekker
45e671e23c
Implement ldap_{get,set}_option{A,W}.
2005-08-09 20:35:17 +00:00
Huw Davies
88a8ff027a
_CreateAllAccessSecurityAttributes takes three parameters.
2005-08-09 20:34:57 +00:00
Alexandre Julliard
475f2336cc
Specify a base address for kernel and ntdll.
2005-08-09 11:19:01 +00:00
Mike McCormack
86a47c4dbd
Initialize and clean up libxml2 in DllMain.
2005-08-09 11:17:47 +00:00
Alexandre Julliard
9f32a5c865
Added a VIRTUAL_alloc_teb function to allocate TEBs while making sure
...
they don't end up above the address space limit.
2005-08-09 10:43:47 +00:00
Alexandre Julliard
b8d0f4cd10
Get rid of the almost empty tmarshal.h file.
2005-08-09 10:38:54 +00:00
Alexandre Julliard
095fb5b061
Moved a number of definitions that are not needed in other files into
...
vartype.c
2005-08-09 10:34:21 +00:00
Alexandre Julliard
d4bea314d0
itss doesn't need an import library.
2005-08-09 10:32:27 +00:00
Alexandre Julliard
a152470a68
Mark DllMain and similar exports as private.
2005-08-09 10:31:35 +00:00
Dmitry Timoshkov
4ffc11ad0e
Make CreateWindow with invalid menu handle test pass on Wine.
2005-08-09 10:22:45 +00:00
Mike McCormack
1766483e4c
Fix gcc 4.0 warnings.
2005-08-09 10:22:03 +00:00
Huw Davies
34f36f662b
Implement and add tests for the FDSA functions.
2005-08-09 10:21:35 +00:00
Michael Kaufmann
0f2c2b8426
Fix for BI_BITFIELDS: The color masks are at the same position in all
...
the bitmap headers that support this flag (BITMAPINFO: The first color
mask is in bmiColors[0], that's the same position as bV4RedMask in
BITMAPV4HEADER).
2005-08-08 18:40:14 +00:00
Mike McCormack
a04b77ddc2
gcc 4.0 warning fixes.
2005-08-08 18:38:29 +00:00
Mike McCormack
8a43775e2d
Use xmlParseMemory instead of xmlReadIO.
2005-08-08 18:34:24 +00:00
Alexandre Julliard
3c312f46f9
riched32 doesn't need an import library.
2005-08-08 18:22:25 +00:00
Alexandre Julliard
13f2d21d26
Fixed DllGetClassObject spec entries.
2005-08-08 18:21:33 +00:00
Saulius Krasuckas
c3760e7de1
Remove trailing backslash.
2005-08-08 18:03:47 +00:00
Jacek Caban
0c206b940c
Fixed msxml compilation when libxml2 is not available.
2005-08-08 18:01:52 +00:00
Gerald Pfeifer
7eb982a48d
Fix autoconf-related #ifdefs in Comm_CheckEvents().
2005-08-08 18:01:42 +00:00
Oliver Stieber
bbc4f86aeb
Fix stateblock loop errors.
2005-08-08 17:59:02 +00:00
Huw Davies
c14dbc5c1c
IUnknown_SetSite calls IObjectWithSite_SetSite or
...
IInternetSecurityManager_SetSecuritySite.
2005-08-08 17:58:31 +00:00
Saulius Krasuckas
7782e72322
Comment out VarDateFromStr() calls that generate exceptions on WinME.
2005-08-08 17:58:14 +00:00
Alexandre Julliard
94defee579
Don't prefix the functions DllInstall and DllGetVersion with the dll
...
name so that the compiler can check the prototypes.
2005-08-08 17:43:51 +00:00
Alexandre Julliard
d37f0abf07
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
...
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
2005-08-08 17:35:28 +00:00
Alexandre Julliard
66868e532b
Removed some unnecessary macros, and make some functions static.
2005-08-08 15:08:22 +00:00
Francois Gouget
65f2082108
Add missing WINAPI to MSXML_DllGetClassObject().
...
Standardize the DllGetClassObject() prototypes so they match the MSDN
definition.
2005-08-08 15:04:53 +00:00
Mike McCormack
67630657fe
Implement the IXMLDOMNamedNodeMap interface.
2005-08-08 15:04:00 +00:00
Mike McCormack
98beaff2c5
Warning fixes for gcc 4.0.
2005-08-08 15:03:42 +00:00
Huw Davies
adc317c5cc
Forward ordinals 457,458 to GetLongPathNameW,A.
2005-08-08 12:14:09 +00:00
Jacek Caban
049e9b6718
Fixed msxml compilation when libxml is not available.
2005-08-08 12:13:31 +00:00
Dmitry Timoshkov
950a23e849
Added Russian resources to wldap32.
2005-08-08 12:13:15 +00:00
Francois Gouget
dbd7ee3c1f
CreateWindow(parent=NULL, ctlid!=0) should fail.
2005-08-08 12:13:08 +00:00
Alexandre Julliard
82776020da
Removed some unused or redundant configure checks.
...
A few cleanups in configure.ac.
2005-08-08 11:17:25 +00:00
Jacek Caban
b31fedcd39
Added hlink.idl.
2005-08-08 11:08:27 +00:00
Jacek Caban
9f077e5546
Added stub implementation of IOleControl.
2005-08-08 11:07:48 +00:00
Dmitry Timoshkov
02ad6e7233
Add a test showing that Windows doesn't tie GDI objects to a
...
particular thread.
2005-08-08 11:07:25 +00:00
Yuri Kozlov
934c6fa93f
Remove duplicate declaration of MSI_SetPropertyW.
2005-08-08 11:07:10 +00:00
Stefan Leichter
4663d5d129
Basic implementation of AtlModuleUpdateRegistryFromResourceD.
2005-08-08 11:06:42 +00:00
Phil Krylov
bd10348ec9
Fixed UTF-8 RTF parsing.
2005-08-08 11:05:36 +00:00
Marcus Meissner
170470ee0b
Implemented ILockBytes16 (memorystream) support for the 16bit compound
...
storage implementation.
Added ReadClassStg, OleDoAutoConvert, GetConvertStg
implementations/stubs.
2005-08-08 11:05:06 +00:00
Saulius Krasuckas
843314ed9a
Wine and NT4 returns E_FAIL on failure.
2005-08-08 11:04:30 +00:00
Robert Shearman
a30b6a91a1
Revert to previous behaviour of detecting names with non-alphanumeric
...
characters as ones with offsets, but add in a special case for an
empty name.
2005-08-08 11:04:20 +00:00
Hans Leidekker
ea9c5f7928
Add Dutch resource translation.
...
Small fix for the German translation.
2005-08-08 11:03:53 +00:00
Hans Leidekker
1bccd28843
Add helpers for converting (arrays of) LDAPSortKey, LDAPAPIInfo, and
...
LDAPAPIFeatureInfo structures into different encodings.
2005-08-08 11:03:40 +00:00
Francois Gouget
ae7a646f8e
The listbox test shows that the control id must be stored in WPARAM
...
for the WM_DRAWITEM message.
Fix the listbox test so CreateWindow() does not fail on Windows.
2005-08-08 11:02:54 +00:00
Tobias Gruetzmacher
cdd75bd413
Reverse the direction of raw SCSI commands.
2005-08-08 11:02:32 +00:00
Huw Davies
91358d76c3
Fix call to GetMenuItemInfo and unicodify while we're at it.
2005-08-08 11:02:16 +00:00
Mike McCormack
bcd8fa3c78
Handle loading strings over 64k from the string table.
2005-08-08 11:01:56 +00:00
Henning Gerhardt
bf0cb12bbc
Update German resource file.
2005-08-08 11:01:40 +00:00
James Hawkins
87ba2ef310
- Don't keep track of the number of TB buttons.
...
- Call the W version of SetWindowLongPtr.
2005-08-08 11:01:31 +00:00
Oliver Stieber
4e0f6a4501
Allow the WINED3DSBT_IMPL to be applied so that states can be synced
...
between render target contexts.
2005-08-08 11:01:17 +00:00
Oliver Stieber
ec72ef14b5
Remove dxguid dependency.
2005-08-08 11:00:56 +00:00
Jacek Caban
ff72104cbf
Fix comment about hack.
2005-08-03 21:27:03 +00:00
Jacek Caban
7d0de94185
Added IOleCommandTarget::Exec implementation.
2005-08-03 21:26:40 +00:00
Alexandre Julliard
49b7fdcfc0
Removed the broken mmap64 configure check, and moved the
...
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.
2005-08-03 21:25:10 +00:00
Oliver Stieber
6b91f5b31c
Set the apha channel to opaque when locking X8R8G8B8 backbuffers.
2005-08-03 21:17:08 +00:00
Frank Richter
70442d5eb0
Implement DrawThemeEdge().
2005-08-03 21:16:45 +00:00
Oliver Stieber
e31bc6cea4
Moved support for non power 2 texture to hardware.
...
Fix for the texture state separation patches, ApplyTextureStates is
now called instead of being commented out.
2005-08-03 19:49:05 +00:00
Frank Richter
aab700d16e
Set some default values for truesize sizing that seem closer to
...
Windows.
2005-08-03 19:47:51 +00:00
Alexandre Julliard
734821444e
Merged some of the header checks to reduce the size of the generated
...
configure script a bit.
2005-08-03 19:21:04 +00:00
Alexandre Julliard
a02c5f8334
Call the USER driver directly to check for X events on RDW_UPDATENOW
...
instead of calling MsgWaitForMultipleObjects.
2005-08-03 19:16:01 +00:00
Oliver Stieber
1f05577395
Improve on a fixup for the difference between opengl and directx pixel
...
centering of vertexes.
2005-08-03 19:14:19 +00:00
Alex Villacís Lasso
5577cc739d
Correction to earlier assertion patch to allow for buf_mixpos ==
...
buflen in non-looping case, fixes looping of one-off mixed samples
introduced by previous patch.
2005-08-03 19:13:58 +00:00
Robert Shearman
b1722b7ad7
As per MSDN, INTERNET_OPTION_CONNECTED_STATE should take a DWORD
...
instead of the INTERNET_CONNECTED_INFO structure.
2005-08-03 19:13:27 +00:00
Frank Richter
30fffdaef0
The default image layout is HORIZONTAL, not VERTICAL.
2005-08-03 19:13:01 +00:00
Alexandre Julliard
5e787ba521
Hack to make the main heap critical section have a proper debug info
...
structure.
2005-08-03 16:03:15 +00:00
Peter Åstrand
7a15eb9318
Implemented an Esound driver.
2005-08-03 15:53:26 +00:00
Alexandre Julliard
4fa411fa07
Don't call WaitForMultipleObjectsEx if we are just polling for pending
...
X events.
2005-08-03 15:47:30 +00:00
Uwe Bonnes
bd127b0338
More comm tests.
2005-08-03 15:43:46 +00:00
Uwe Bonnes
867f66ffe8
Implement WaitCommEvent by polling the appropriate data sources.
2005-08-03 15:43:17 +00:00
Frank Richter
635135ba3d
Another fix to use magenta as the default transparent color.
2005-08-03 15:42:43 +00:00
Robert Shearman
037bbdaf24
Add stubs for NdrMapCommAndFaultStatus, conformant string marshaling
...
and context handle functions.
2005-08-03 14:55:57 +00:00
Robert Shearman
c9e4ef73d2
Don't free previous buffer in NdrGetBuffer.
2005-08-03 14:55:05 +00:00
Frank Richter
46c31adab2
Add support for horizontal & vertical alignment when doing truesize
...
sizing.
2005-08-03 14:54:28 +00:00
Kai Blin
84fb7913f9
Set up tests for secur32.
2005-08-03 13:08:49 +00:00
James Hawkins
6672d2680c
Free the allocated command line string.
2005-08-03 12:34:03 +00:00
Frank Richter
1979ab3c2b
Add support for the BT_NONE background type.
2005-08-03 12:32:59 +00:00
James Hawkins
90bb481c0c
Add a tab control to the navigation pane.
2005-08-03 11:46:52 +00:00
Frank Richter
07f8690718
Add hottracking support for the header control.
2005-08-03 11:45:19 +00:00
Frank Richter
50cd0e0232
Implement GetThemeBackgroundExtent().
2005-08-03 11:45:02 +00:00
Alexandre Julliard
2bacc4631c
Don't convert the return value on failure in VerQueryValueA/W.
2005-08-03 11:04:13 +00:00
Mike McCormack
bc4a576a06
gcc 4.0 RegSetValueEx warning fixes.
2005-08-03 11:03:44 +00:00
Mike McCormack
50a6d970f5
gcc 4.0 warning fixes for Interlocked* functions.
2005-08-03 11:03:05 +00:00
Oliver Stieber
d708acd979
Back out the previous stencil patch and slightly improve on the old
...
functionality.
2005-08-03 11:01:15 +00:00
Oliver Stieber
bb6f9b022b
Move the setting of states from device to basetexture, states that
...
relate to the opengl texture object will only be updated when they are
out of sync, this reduces the number of texture object state changes
during game play in Axis and allies from several hundreds to 0 or 1.
2005-08-03 11:00:28 +00:00
Mike McCormack
3b5c2221cc
Implemented the IXMLDOMElement interface.
2005-08-03 10:58:47 +00:00
Hans Leidekker
2be395db76
Implement LdapUnicodeToUTF8, LdapUTF8ToUnicode,
...
ldap_dn2ufn*, ldap_explode_dn*, ldap_get_dn*,
ldap_memfree*, ldap_ufn2dn* and ldap_value_free*.
2005-08-03 10:58:14 +00:00
Henning Gerhardt
9332f2bb56
Add German resourced for hhctrl.ocx.
2005-08-03 10:57:28 +00:00
James Hawkins
eece303c9a
- Add the HH Child window class.
...
- Create the Navigation and HTML panes as HH Child windows.
2005-08-03 10:56:55 +00:00
Steven Edwards
cbec713615
Add real stub for MsiConfigureFeatureW.
2005-08-03 10:56:43 +00:00
Jacek Caban
f193c26554
Added about protocol implementation.
2005-08-03 10:56:26 +00:00
Frank Richter
db5b331f3a
Remove unneeded theming check.
2005-08-03 10:56:14 +00:00
Frank Richter
59e5ce9d87
Implement support for the ST_TILE background stretching mode.
2005-08-03 10:55:40 +00:00
Vitaliy Margolen
fa9c730cf6
Implement IOCTL_SCSI_GET_INQUIRY_DATA.
2005-08-03 10:55:12 +00:00
Alexandre Julliard
dab980e0fc
Implemented Get/SetDllDirectory.
2005-08-02 14:56:53 +00:00
James Hawkins
3e00dec827
- Add the toolbar to the viewer window.
...
- Load the toolbar button text from the resource file.
2005-08-02 14:55:11 +00:00
Alexandre Julliard
760ff4338d
Removed a noisy trace.
2005-08-02 14:42:51 +00:00
Hans Leidekker
810a5b0fa0
Use WLDAP32_LDAP_NO_MEMORY instead of LDAP_NO_MEMORY.
2005-08-02 14:42:10 +00:00
Saulius Krasuckas
60f2d44e1f
Added test for IShellFolder_ParseDisplayName.
2005-08-02 14:41:51 +00:00
Robert Shearman
078201608a
Move TESTLIST from EXTRA_SRCS to C_SRCS in test makefiles to free up
...
EXTRA_SRCS for other purposes.
2005-08-02 14:36:13 +00:00
James Hawkins
7f66a3dc7f
Implement DllMain and store the Dll hinstance.
2005-08-02 14:35:56 +00:00
Alexandre Julliard
55ad6cc520
Implemented a few trivial ntdll functions that have been added in
...
recent Windows versions.
2005-08-02 11:38:51 +00:00
Mike McCormack
dcc2d6c254
Initial implementation of msxml3 based on libxml2.
2005-08-02 11:29:04 +00:00
Alexandre Julliard
57cd2df559
Fixed white space handling on the last line (reported by Jeremy
...
White).
Avoid parsing the same line twice when it contains trailing spaces.
2005-08-02 10:00:32 +00:00
Lauri Tulmin
99889b846a
Add tests for repainting windows with CS_PARENTDC class style.
2005-08-02 09:56:25 +00:00
Alexandre Julliard
4de75b5a6f
Use the new RtlExitUserThread function instead of exporting
...
wine_server_exit_thread.
2005-08-02 09:55:40 +00:00
Jacek Caban
0a93f42b80
Added QueryStatus implementation.
2005-08-02 09:50:19 +00:00
Hans Leidekker
fa043b06ba
Don't rely on ldap structure when headers are not available.
2005-08-02 09:49:41 +00:00
Henning Gerhardt
c3cd80949a
Add German resource file for WLDAP32.
2005-08-02 09:49:27 +00:00
Jacek Caban
2f93763e24
Added DllCanUnloadNow implementation.
2005-08-02 09:49:06 +00:00
Alex Villacís Lasso
7840becd3f
Prevent dsb->buf_mixpos from ever remaining past dsb->buflen even if
...
not in DSBPLAY_LOOPING case, to prevent assertion failure in
DSOUND_MixInBuffer.
2005-08-02 09:47:32 +00:00
Vitaly Lipatov
2af4200877
Use STATEIMAGEINDEX / INDEXTOSTATEIMAGEMASK instead of bit
...
operations.
2005-08-02 09:47:18 +00:00
Alexandre Julliard
7be607f7c0
Added commented out stubs for a bunch of new functions.
2005-08-01 14:59:26 +00:00
Alexandre Julliard
1f9a5d348b
Fixed the build without make depend.
2005-08-01 14:52:37 +00:00
Alexandre Julliard
525d857087
Properly sort the spec file entries.
2005-08-01 14:52:01 +00:00
Hans Leidekker
7a264997d5
Implement ldap_compare* functions.
2005-08-01 14:51:17 +00:00
Vitaliy Margolen
0cb33a9d51
Fixed IOCTL_SCSI_GET_ADDRESS.
2005-08-01 14:50:59 +00:00
Alexandre Julliard
90c3c89aea
Fixed regression in DPA_Search.
2005-08-01 14:50:36 +00:00
Jacek Caban
068fa0aa21
- Use Gecko to render HTML.
...
- Get rid of Mozilla ActiveX Control in MSHTML.
2005-08-01 10:59:45 +00:00
Hans Leidekker
38d350ef00
Implement ldap_err2string.
2005-08-01 10:59:09 +00:00
Oliver Stieber
d344162f41
Separate the setting of the DirectX texture and sampler states from
...
the setting of OpenGL states (now in applyTextureStateState and
applySamplerState).
2005-08-01 10:58:31 +00:00
Felix Nawothnig
71a03671b7
Fix sync tests on Win98/ME.
2005-08-01 10:57:13 +00:00
Felix Nawothnig
7c44e00699
Fix module tests on Win9x.
2005-08-01 10:57:04 +00:00
Andreas Mohr
ecd3abd48a
Sync ws2_32.spec with XP.
2005-08-01 10:56:49 +00:00
Mike McCormack
82f9c97cbf
Warning fixes.
2005-08-01 09:22:26 +00:00
James Hawkins
8db2c26da8
Add beginnings of the Help viewer.
2005-08-01 09:21:53 +00:00
Oliver Stieber
5615513877
Separate the management of DirectX states and openGL states.
2005-08-01 09:20:55 +00:00
Oliver Stieber
b671180c6a
Added stubbed support for ScriptGetFontProperties.
2005-08-01 09:18:53 +00:00
Felix Nawothnig
9fb00ff5c8
Fix DPA_Search for sorted arrays.
2005-08-01 09:18:23 +00:00
Oliver Stieber
d15e2f1472
Fixed an off by one error in enumdisplaymodes, allowing sims 2 to
...
start up.
2005-07-30 19:11:38 +00:00
Oliver Stieber
386470bedc
Tidy up some of the formatting in drawprim and add missing strided
...
data.
2005-07-30 19:06:14 +00:00
Oliver Stieber
cc884e0ae6
Validate that the texture is no larger than the graphics cards largest
...
supported texture.
2005-07-30 19:05:58 +00:00
Felix Nawothnig
7eb81fabeb
Fix comm tests on Win9x.
2005-07-30 19:04:30 +00:00
Paul Vriens
5b2810bb2b
Remove the no longer used ConvertVersionInfo32To16 function.
...
Add a (forgotten) RtlFreeUnicodeString.
2005-07-30 19:04:01 +00:00
Felix Nawothnig
3ccc0a6265
Fix remaining thread tests on WinME.
2005-07-30 19:03:46 +00:00
Jozef Stefanka
3a29a309a4
Fixed browsing to other directories in Word 2003 file open
...
dialog. Double clicking on a folder in the File->Open dialog works
now.
2005-07-30 19:03:32 +00:00
Peter Oberndorfer
68a4da07eb
Added stub for SymSetParentWindow.
2005-07-29 14:42:37 +00:00
Dmitry Timoshkov
c2fe2f0f5b
- Add an ownerdrawn listbox test, which confirms that on WM_DRAWITEM
...
parent receives a clipbox equal to a listbox's client area.
- WM_DRAWITEM message contains 0 in wparam (at least on win2k).
2005-07-29 14:42:19 +00:00
Daniel Remenak
3ddc4bb895
Correctly enumerate evdev joysticks when enumeration is restricted
...
with DIEDFL_FORCEFEEDBACK.
2005-07-29 14:41:55 +00:00
Daniel Remenak
e491e8f897
Detect force-feedback-capable linux event device joysticks and return
...
DIDC_FORCEFEEDBACK when queried for capabilities.
2005-07-29 14:18:58 +00:00
Paul Vriens
111a913d5e
Cleanup whitespace.
...
Conversion fixes.
2005-07-29 14:15:56 +00:00
Mike McCormack
82434be6a9
gcc 4.0 warning fixes.
2005-07-29 14:15:31 +00:00
Alexandre Julliard
e0097da1de
Added names for a bunch of status values.
2005-07-28 18:40:45 +00:00
Mike McCormack
c6602b406b
Signed warning fixes.
2005-07-28 18:33:26 +00:00
Paul Vriens
00d8112196
New function VersionInfo32_QueryValue.
...
Made functions static.
2005-07-28 18:32:32 +00:00
Dmitry Timoshkov
5da1c0ada9
Implement EnumDateFormatsEx.
2005-07-28 10:47:53 +00:00
Paul Vriens
72fba73ada
VerQueryValue returns BOOL not DWORD.
2005-07-28 10:47:37 +00:00
Alexandre Julliard
04b7382db9
Remove duplicate definition of FILE_BEGIN.
2005-07-28 10:24:01 +00:00
Steven Edwards
e14569d122
Correct RegCreateKeyEx[A/W] prototype to match the PSDK.
2005-07-28 10:18:23 +00:00
Mike McCormack
ebf4e53030
Fix sign warnings.
2005-07-28 10:16:54 +00:00
Mike McCormack
8955ac43a3
gcc 4.0 -Wpointer-sign fixes.
2005-07-28 10:16:21 +00:00
Dmitry Timoshkov
6f6d58b8b4
- Reimplement EnumTimeFormats, make it work for all available
...
locales.
- Add a test for EnumTimeFormats
2005-07-28 10:16:02 +00:00
Oliver Stieber
83f8704ba3
Return all elements when getDeclaration is called with pnumelements
...
set to 0.
2005-07-28 10:15:35 +00:00
Frank Richter
171fea006d
Add theming for treeview control.
2005-07-28 10:15:10 +00:00
Frank Richter
c952f08ba8
Add theming support for the tab control.
2005-07-28 10:14:52 +00:00
Robert Shearman
6b3b110d31
- A name in an SLTG typelib only beginning with 0xff is the indicator
...
of an offset, instead of any non alpha-numeric character.
- Any dispatch interface should have the fixed vtable size, not just
dual ones.
- Warn when ITypeInfo_GetDocumentation fails.
2005-07-28 10:14:37 +00:00
Paul Vriens
c232ce43e2
Cleanup print_vffi_debug.
2005-07-28 10:14:08 +00:00
Rémi Assailly
dbbd0d5115
Moved mcicda to the top-level dlls directory.
2005-07-27 15:42:40 +00:00
Frank Richter
3701cb2fa0
Implementation for GetThemePartSize() (not entirely equivalent to
...
native uxtheme, but sensibly useable).
2005-07-27 15:33:31 +00:00
Oliver Stieber
c93da09265
Changed swapchains held by the device from an array to a linked
...
list. Also provide a notification function that that the swapchain can
be removed when it is released.
2005-07-27 15:33:17 +00:00
Alexandre Julliard
2431a64419
There's no need to update the event mask in X11DRV_sync_window_style,
...
it never changes.
2005-07-27 15:22:58 +00:00
Frank Richter
d219a54e80
Since OpenThemeData() should return 0 in case theming is disabled
...
globally or for the application we don't need to check that when
calling OpenThemeData().
2005-07-27 15:16:09 +00:00
Hans Leidekker
4641cb8d93
Implement ldap_perror, ldap_result2error and LdapMapErrorToWin32.
2005-07-27 15:15:31 +00:00
Frank Richter
1621ff4a44
Make GetThemeMargins() return default values (0 margin) if the
...
function does not succeed.
2005-07-27 15:15:09 +00:00
Dmitry Timoshkov
8873d90f36
- Reimplement EnumDateFormats, make it work for all available
...
locales.
- Add a test for EnumDateFormats.
2005-07-27 15:15:02 +00:00
Paul Vriens
e5503f96c1
Remove 32bit references/checks in VERSION_GetFileVersionInfo_16.
2005-07-27 15:14:33 +00:00
Alexandre Julliard
738e88db5f
Replace the ICOM_THIS_From macros by inline functions.
2005-07-27 15:14:18 +00:00
Frank Richter
54de614906
Split up the drawing code into a set of smaller functions and also
...
moved some common computations into helper functions. All that to
facilitate the implementation of the forthcoming theming support.
2005-07-27 12:07:03 +00:00
Johannes Koch
132af0a13e
Fixed pitch bending in the midi driver.
2005-07-27 12:06:51 +00:00
Paul Vriens
a16fcbe5ba
Remove wrong check.
2005-07-27 12:05:38 +00:00
Alexandre Julliard
b1a9701bb5
Replace the _ICOM_THIS_From macros by inline functions the way it's
...
already done in shelllink.c.
2005-07-27 11:10:52 +00:00
Steven Edwards
54508df527
Add stub implementation of the Uniscribe Script Processor.
2005-07-27 11:02:52 +00:00
Frank Richter
7d00bb387e
Added some generic code to allow subclassing (for the purpose of
...
theming) of standard controls.
2005-07-27 10:54:49 +00:00
Paul Vriens
7b416af6ea
Fix some tests for win9x and winME.
2005-07-27 10:51:45 +00:00
Vitaliy Margolen
00f80c609a
Remove all wait_for_poll associated stuff that is no longer needed.
2005-07-27 10:51:36 +00:00
Alexandre Julliard
76ed2835cd
Make CONST_VTABLE the default in the Wine source.
2005-07-26 20:10:51 +00:00
Alexandre Julliard
89cbfd8fac
Get rid of the _ICOM_THIS macros and call the inline function
...
directly instead.
2005-07-26 20:02:25 +00:00
Oliver Stieber
052d108bf5
DirectX uses a R/Z transform to translate a texture but under OpenGL a
...
Q transform must be used instead.
2005-07-26 20:01:29 +00:00
Oliver Stieber
52b5842f70
Remove a load of IWineD3DSurface * casts that are no longer required.
2005-07-26 18:56:18 +00:00
Oliver Stieber
7cb748fed2
Makes sure any internal reference counting is passed onto the parent,
...
any objects referenced by the internal stateblock are released when
the stateblock is released (we don't reference count while a
stateblock is recording, so recorded stateblocks have no references to
clean up).
2005-07-26 18:49:30 +00:00
Alexandre Julliard
b8d3075d83
Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of
...
duplicate typedefs.
2005-07-26 18:32:53 +00:00
Filip Navara
52cf1851b8
Use ReleaseDC instead of DeleteDC on DC handle.
2005-07-26 18:25:46 +00:00
Paul Vriens
98e33334ae
Rename bText to wType.
2005-07-26 18:25:34 +00:00
Hans Leidekker
a1ebea4112
Improve error handling for the init functions.
2005-07-26 18:25:22 +00:00
Phil Krylov
a8f4b16bd0
Translate the whole wparam to/from Unicode.
2005-07-26 15:55:42 +00:00
Alexandre Julliard
85c9283f50
Don't generate import libraries for dlls that don't export anything.
2005-07-26 15:52:58 +00:00
Dmitry Timoshkov
2cf3573812
Avoid an orthographic error by rephrasing the message.
2005-07-26 15:50:59 +00:00
Hans Leidekker
56a94afc9e
Correct prototype for ldap_search_ext_s.
...
Improve error handling for the search functions.
2005-07-26 15:50:47 +00:00
Paul Vriens
b296b04230
Forward GetFileVersionInfoA to GetFileVersionInfoW.
2005-07-26 15:50:17 +00:00
Thomas Weidenmueller
96e052b9dc
Added stubs for objsel.dll and objsel.h.
2005-07-26 11:30:42 +00:00
Oliver Stieber
5b9ddcce44
Correct a regression issue with per-app settings.
2005-07-26 11:14:38 +00:00
Dmitrij Sinukov
d0bac065f8
Added Russian resources.
2005-07-26 11:13:48 +00:00
Oliver Stieber
ea6189e04b
Implement resource tracking, require for reset and evict managed
...
resources and provides extra sanity checks.
2005-07-26 10:34:15 +00:00
Paul Vriens
ef1da879df
Cleanup and some additional tests.
2005-07-26 10:33:22 +00:00
Phil Krylov
c2cb39b817
Implemented EM_CHARFROMPOS RichEdit message.
2005-07-26 10:33:00 +00:00
Phil Krylov
2b6b09f591
Generate ending \par in RTF output of RichEdit when streaming out a
...
whole document.
2005-07-26 10:32:46 +00:00
Jacek Caban
6dd67f3d48
Tests crash fix.
2005-07-26 10:31:23 +00:00
Robert Shearman
2cec4f458a
wait_for_poll can go into an infinite loop. Remove it and replace it
...
with snd_pcm_drain which is more likely to do what the original author
intended.
2005-07-26 10:31:11 +00:00
Hans Leidekker
aea0ad9172
Improve error handling for the bind functions.
2005-07-26 10:30:49 +00:00
Frank Richter
38904c4fae
Add theming for the up/down control.
2005-07-25 11:23:42 +00:00
Hans Leidekker
8d09a7cd2b
Implement ldap_search_ext* and ldap_start_tls_s* functions.
2005-07-25 11:09:51 +00:00
Frank Richter
d42210dd11
Use theming for the ListView non-client area.
2005-07-25 11:09:38 +00:00
Frank Richter
564872cd81
Add theming support for header controls.
2005-07-25 11:09:09 +00:00
Dmitry Timoshkov
bc07b2aca4
Take into account CS_NOCLOSE window class style and SC_CLOSE system
...
menu item state while adding MDI system menu buttons and generating
WM_SYSCOMMAND messages.
2005-07-25 11:08:59 +00:00
Dmitry Timoshkov
a726387a07
Take into account CS_NOCLOSE window class style and SC_CLOSE system
...
menu item state while handling WM_X11DRV_DELETE_WINDOW request.
2005-07-25 11:08:43 +00:00
Steven Edwards
0cc138dc2e
Move and forward lz32 functions to kernel32.
2005-07-25 11:08:30 +00:00
Felix Nawothnig
841b40896c
Fix thread tests on WinME.
2005-07-25 11:07:54 +00:00
Paul Vriens
5b325a6d15
Skip test that crashes on W2K/WinXP/W2K.
2005-07-24 17:12:06 +00:00
Stefan Huehner
4f82e547d7
Fix some missing-declarations warnings.
2005-07-24 17:11:59 +00:00
Raphael Junqueira
cc8762a91e
- add a new settings for vbo support
...
- use a struct to handle wined3d settings
- prepare VBO using some abstraction APIs
2005-07-24 17:11:33 +00:00
Frank Richter
100923508c
OpenThemeData() now always sets the window theme to the handle
...
returned (even if that is NULL) - previously, it could happen that
when no theme was active or the theme data could not be opened that
the window theme remained became then-dangling (and hence subsequent
calls to GetWindowTheme() would return that bogus theme).
2005-07-24 17:11:05 +00:00
Hans Leidekker
be5bf8022d
Implement ldap_sasl_bind* functions.
2005-07-24 17:10:46 +00:00
Stefan Huehner
3e05fe1e60
Fix missing-declarations warnings.
2005-07-24 17:10:38 +00:00
Frank Richter
4d2e6b7d98
GetThemeBackgroundContentRect() does not use the content margins
...
alone, it also falls back to the border size or sizing margins, and if
it can't find any possible margins at all, it returns the original
rectangle.
2005-07-24 17:09:58 +00:00
Francois Gouget
5179aa1bae
Get started testing ShellExecute().
2005-07-24 16:26:53 +00:00
Phil Krylov
8759b5fead
Added EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
2005-07-24 16:17:43 +00:00
Vincent Béron
05b2c1cc81
Remove multiple declarations of the same function, keeping the public
...
one as reference.
2005-07-24 16:17:28 +00:00
Marcus Meissner
c5feb317b3
Implemented IsValidInterface16, CoMemAlloc.
...
Added debug to HGLOBALLockBytes16_QueryInterface.
2005-07-24 16:15:24 +00:00
Vincent Béron
ca26076164
Use proper macro for using IOKit includes.
2005-07-24 16:15:06 +00:00
Francois Gouget
13a0f6016f
Fix the ldap_search_s prototypes (reported by winapi_check).
2005-07-22 19:58:13 +00:00
Robert Shearman
3e03bc1d73
- Call SetBkMode with the correct value from the NMTBCUSTOMDRAW
...
structure.
- Don't fill the NMTBCUSTOMDRAW structure in again for
CDDS_POSTPAINT.
- Remove redundant bBtnTransprnt value.
2005-07-22 19:57:44 +00:00
Robert Shearman
87dacfffc2
- Height is now calculated based on the number of rows, not on the
...
bounding rect.
- Only call CalcToolbar in AutoSize if it has TBSTYLE_WRAPABLE or
TBSTYLE_EX_UNDOC1 set.
- Remove a bad test in SetButtonWidth that fixes a regression from the
above change in IE.
- Remove unnecessary nHeight data.
- Remove duplicated code in Size by calling AutoSize.
- Remove unnecessary bAutoSize value because SetWindowPos doesn't
generate WM_SIZE when there is nothing to do on both Windows and
Wine.
2005-07-22 19:55:54 +00:00
Robert Shearman
05f2506c06
TBSTATE_INDETERMINATE only takes effect if the button is enabled,
...
otherwise it should just appear like any other disabled button.
2005-07-22 19:54:17 +00:00
Robert Shearman
481d189508
Native autosizes on inserting/adding buttons, so we should too.
2005-07-22 19:52:05 +00:00
Alexandre Julliard
8e21562903
Added small assembly wrapper to call entry points without having to
...
worry about their calling convention.
2005-07-22 19:50:13 +00:00
Francois Gouget
0293d520dc
Tweak some prototypes to be closer to the PSDK.
2005-07-22 19:48:43 +00:00
Paul Vriens
b7fcecca3e
Use current process if assigned process cannot be opened.
2005-07-22 19:48:16 +00:00
Robert Shearman
8b086842c3
The IsValidImageList test is not needed because if it isn't a valid
...
image list we will have set the bitmap width and height to 1 and it
does the wrong thing when no buttons are present.
2005-07-22 19:48:07 +00:00
Hans Leidekker
455989fa1f
Add helper functions for converting LDAPControl structures.
2005-07-22 19:47:37 +00:00
Alexandre Julliard
64329de2a6
Store the SysIP property using a string to avoid trouble with 16-bit
...
apps that don't expect an atom.
2005-07-22 18:40:21 +00:00
Alexandre Julliard
3ff8239dfe
Fixed get_window_properties to correctly specify the output buffer in
...
the server request (spotted by Marcus Meissner).
2005-07-22 18:31:43 +00:00
Alexandre Julliard
4ed08c497b
Preserve the spaces before an opening quote in the middle of a token
...
(reported by Matthew Davison).
2005-07-22 18:30:53 +00:00
Marcus Meissner
1c3054af32
Added OleSetMenuDescriptor16 stub.
2005-07-22 18:29:39 +00:00
Marcus Meissner
c8187b0900
OleInitializeWOW gets 2 arguments.
2005-07-22 18:29:19 +00:00
Robert Shearman
2e0a42ec2c
The calculated button height should include the text height when no
...
buttons are present.
2005-07-22 18:28:46 +00:00
Huw Davies
3b77de9cac
Implement the undocumented StartDocDlg[A|W]. These will be used by
...
StartDoc.
2005-07-22 18:28:12 +00:00
Aric Stewart
88837b5d8d
Bail out if the reg key is empty. This prevents us from writing
...
garbage to the property table.
2005-07-22 18:27:41 +00:00
Phil Krylov
8a36f2a325
Fixed EM_GETCHARFORMAT for selection containing a single character.
2005-07-22 18:27:26 +00:00
Phil Krylov
42f3e22740
Fixed an off-by-one error in EM_STREAMOUT handler for non-Unicode
...
plain text output.
2005-07-22 18:27:15 +00:00