Vitaliy Margolen
|
abd12e4dbf
|
Fix handling of minimum tab width.
Add more tests to test it.
|
2005-08-23 10:05:54 +00:00 |
Mike McCormack
|
e18f8abee1
|
- build a standard Wine list of files instead of using an array
- use file pointers instead of array indexes
|
2005-08-23 10:03:17 +00:00 |
Phil Krylov
|
625d872b67
|
Fixed EM_EXLINEFROMCHAR to work for last row of a paragraph.
|
2005-08-23 10:02:33 +00:00 |
Michael Kaufmann
|
e3a35a8653
|
- Redraw immediately upon PBM_SETPOS, PBM_DELTAPOS, PBM_STEPIT.
- New tests.
|
2005-08-23 10:02:25 +00:00 |
Glenn Wurster
|
7ba6502dd9
|
Don't pass on EH_STACK_INVALID exceptions.
|
2005-08-23 10:02:05 +00:00 |
Huw Davies
|
3433676fd7
|
Move a bunch of common code from the drivers into gdi.
|
2005-08-23 09:38:58 +00:00 |
Michael Jung
|
868921648f
|
Added some tests for CLSID_FolderShortcut objects.
|
2005-08-23 09:37:59 +00:00 |
Mike McCormack
|
3b7e1ed1ea
|
Add some node tests.
|
2005-08-23 09:37:42 +00:00 |
Mike McCormack
|
f49f36f9eb
|
Fix gcc 4.0 warnings.
|
2005-08-23 09:37:30 +00:00 |
Kevin Koltzau
|
7ab2813735
|
Fix pointer cast warnings in 64bit.
|
2005-08-23 09:36:34 +00:00 |
Oliver Stieber
|
cd159e3a74
|
Tidy up d3d9 and finalize passing d3d9 calls to wined3d for now.
|
2005-08-23 09:34:57 +00:00 |
Michael Stefaniuc
|
4d36546c07
|
- VarAdd, VarMul: I4 overflows to R8 and not I8 even if the result
would fit in I8. Fix tests.
- Document a brokeness in the handling of I8 numbers in
VarNumFromParseNum. Fix tests.
|
2005-08-23 09:33:37 +00:00 |
Phil Krylov
|
ba69174042
|
Added support for backward search to RichEdit EM_FINDTEXT[AW],
EM_FINDTEXTEX[AW] message handler.
|
2005-08-23 09:32:55 +00:00 |
Kevin Koltzau
|
bfa3077510
|
Properly declare handles.
|
2005-08-23 09:32:39 +00:00 |
Michael Kaufmann
|
575c174d94
|
Added SB_SIMPLEID.
|
2005-08-23 09:31:19 +00:00 |
Aric Stewart
|
d90615bb28
|
Make index INT not UINT because it can be -1.
|
2005-08-23 09:30:39 +00:00 |
Saulius Krasuckas
|
328d3107e1
|
Don't leak a list of visuals (with advice of Jacek Caban).
|
2005-08-22 18:58:27 +00:00 |
Alexandre Julliard
|
e9438a87f6
|
Add an extra test to show failing behavior.
|
2005-08-22 18:57:22 +00:00 |
Hans Leidekker
|
df41a9a565
|
Implement LdapGetLastError, cldap_open*, ldap_abandon,
ldap_check_filter*, ldap_cleanup, ldap_conn_from_msg and
ldap_connect.
|
2005-08-22 18:56:54 +00:00 |
Michael Jung
|
6235c076a4
|
Initialize all members in UnixFolder constructor.
Support NULL value pidls in GetDisplayNameOf method.
|
2005-08-22 18:56:36 +00:00 |
Phil Krylov
|
9527739112
|
Fixed EM_SETEVENTMASK RichEdit message handler to return old event
mask.
|
2005-08-22 18:56:21 +00:00 |
Mike McCormack
|
f919b72769
|
Fix magic item handling and warnings.
|
2005-08-22 18:56:05 +00:00 |
Mike McCormack
|
1da2858caa
|
- build a standard Wine list of features instead of using an array
- use feature pointers instead of array indexes
|
2005-08-22 14:09:17 +00:00 |
Ivan Leo Puoti
|
e5131213f6
|
Let DeviceIoControl call the appropriate native interface.
|
2005-08-22 14:08:39 +00:00 |
Phil Krylov
|
0789483dfc
|
Automatically set default font after parsing a font table in RichEdit
RTF reader.
|
2005-08-22 14:08:04 +00:00 |
Jacek Caban
|
306bd05f99
|
- Call LockContainer only if it's not already locked/unlocked.
- Only return S_OK in SetClientSite if IOleClientSite is not changed.
|
2005-08-22 14:07:49 +00:00 |
Hans Leidekker
|
f258d2ce2d
|
Implement ldap_rename* functions.
|
2005-08-22 14:07:31 +00:00 |
Aric Stewart
|
bf129c41de
|
Fix for dreamweaver site definition dialog. Need to initialize the
rect for a tab control to an empty rect if it is not visible.
|
2005-08-22 14:07:22 +00:00 |
Mike McCormack
|
79b29158e8
|
Fix gcc 4.0 warnings.
|
2005-08-22 10:19:34 +00:00 |
Kevin Koltzau
|
dbfac2ee12
|
Fix 'cast to pointer from integer of different size' warnings in
64bit.
|
2005-08-22 10:18:17 +00:00 |
Alexandre Julliard
|
1b2adad892
|
Don't try to detach from a thread that is exiting, to avoid triggering
a kernel race condition.
|
2005-08-22 10:13:28 +00:00 |
Oliver Stieber
|
3f24b9164d
|
Fix quite a few texturing problems and cases where text isn't being
correctly displated.
|
2005-08-22 10:07:10 +00:00 |
Phil Krylov
|
4c9f013f8b
|
Added handling of deff RTF control word.
|
2005-08-22 10:06:08 +00:00 |
Kai Blin
|
2cc40bac7d
|
Fixed a couple of bugs in InitializeSecurityContext(A/W) and
AcceptSecurityContext.
|
2005-08-22 10:05:45 +00:00 |
Jacek Caban
|
297aeb5b97
|
Disable using nsWebBrowserStream.
|
2005-08-22 10:05:29 +00:00 |
Gerald Pfeifer
|
ebe0484d1a
|
Prefer sys/limits.h over machine/limits.h.
|
2005-08-22 09:33:37 +00:00 |
Christian Costa
|
8f3cc76ea2
|
Return S_OK when committing/decomitting an already
committed/decommitted allocator.
Add corresponding test case.
Improve traces.
|
2005-08-22 09:27:41 +00:00 |
Mike McCormack
|
eafa666bee
|
Fix some gcc 4.0 warnings.
|
2005-08-22 09:26:53 +00:00 |
Jacek Caban
|
d5b898c14c
|
- Added OnAmbientPropertyChange implementation.
- Call IDispatch::Invoke when native does (with test).
|
2005-08-22 09:25:20 +00:00 |
Mike McCormack
|
da3393d4d7
|
Implement IXMLDOMNode::hasChildNode().
|
2005-08-22 09:24:44 +00:00 |
Mike McCormack
|
ded8dd8b82
|
Forward IXMLDOMDocument methods to contained node.
|
2005-08-22 09:24:36 +00:00 |
Dmitry Timoshkov
|
c979bfcc0a
|
Remove unnecessary #pragma code_page(xxxx) statements from winefile
.rc files.
|
2005-08-22 09:24:18 +00:00 |
Mike McCormack
|
d61f8f8b28
|
Forward IXMLDOMElement methods derived from IXMLDOMNode to the
element's contained node.
|
2005-08-22 09:23:52 +00:00 |
Phil Krylov
|
8b226cb921
|
Fixed InterLocked* function definitions for non-x86 platforms in
accordance with the recent corresponding change of their declarations
in winbase.h.
|
2005-08-22 09:23:32 +00:00 |
Jacek Caban
|
6fe04f2d54
|
Use pibc argument of IPersistMoniker::Load.
|
2005-08-22 09:23:14 +00:00 |
Walt Ogburn
|
9473bcbb93
|
Add tests for olefont size functions & conversions.
|
2005-08-22 09:22:52 +00:00 |
Walt Ogburn
|
2bcc1c07a9
|
When applying logical / himetric ratio to olefont sizes, must divide
by the standard ratio 72 / 2540.
|
2005-08-22 09:22:43 +00:00 |
Saulius Krasuckas
|
187f7a4a4f
|
Don't dereference a NULL visual pointer.
|
2005-08-22 09:22:19 +00:00 |
Jacek Caban
|
ec48726f0c
|
Always add gecko directory to the path before loading xpcom.
|
2005-08-22 09:21:53 +00:00 |
Stefan Leichter
|
80af49401b
|
Print something useful in trace and fixme.
|
2005-08-22 09:21:34 +00:00 |