Dylan Smith
6f0655242c
winedbg: Fixed listing source of function in file.
2009-08-24 15:17:34 +02:00
Dylan Smith
1cb7c1a11c
winedbg: Prevent syntax errors for list command due to the lexer.
...
The list command allows more than just a pathname, but since a pathname
allows such a wide range of characters, it will prevent other parameters
from getting parsed properly (e.g. a start line number). This even
interfered with the usage of pathname for the list command, since the
command typically includes a line number within the file.
2009-08-24 15:17:34 +02:00
Alexandre Julliard
5900da2869
user32: The LongPtr functions are only exported on 64-bit.
2009-08-24 15:17:34 +02:00
Alexandre Julliard
f2b3df6371
msvcrt: The floating point adjust functions only make sense on i386.
2009-08-24 15:17:33 +02:00
Alexandre Julliard
4964374570
ntdll: The large integer functions are 32-bit only.
2009-08-24 15:17:33 +02:00
Alexandre Julliard
3f7d342cfa
winebuild: Add win32/win64 generic architectures in addition to specific CPUs.
2009-08-24 15:17:33 +02:00
Alistair Leslie-Hughes
6c70626180
mshtml: Implement IHTMLCurrentStyle_get_borderTopWidth.
2009-08-24 15:17:33 +02:00
Alistair Leslie-Hughes
f2c491dc95
mshtml: Implement IHTMLCurrentStyle_get_borderBottomWidth.
2009-08-24 15:17:33 +02:00
Alistair Leslie-Hughes
e050a7b713
mshtml: Implement HTMLCurrentStyle_get_borderRightWidth.
2009-08-24 15:17:33 +02:00
Dylan Smith
8e0b17462b
makedep: Handle non-overwriting rename for Windows.
2009-08-24 15:17:33 +02:00
Henri Verbeet
7823679e20
wined3d: Properly check if an attribute is used in state_colormat().
2009-08-24 15:17:33 +02:00
Henri Verbeet
c1c58f85ca
wined3d: Properly check if an attribute is used in drawStridedSlowVs().
2009-08-24 15:17:33 +02:00
Henri Verbeet
16b0c6a0fd
wined3d: Properly check if an attribute is used in buffer_check_attribute().
2009-08-24 15:17:33 +02:00
Henri Verbeet
850232810d
wined3d: Properly check if an attribute is used in loadTexCoords().
2009-08-24 15:17:33 +02:00
Henri Verbeet
e48350a471
wined3d: Properly check if an attribute is used in loadVertexData().
2009-08-24 15:17:32 +02:00
Andrew Nguyen
918c9d5994
user32/tests: Fix a test failure on Win9x.
2009-08-24 15:17:32 +02:00
Piotr Caban
b9d7ebd95a
jscript: Added String.substr implementation.
2009-08-24 15:17:32 +02:00
Piotr Caban
0091b3fb1a
jscript: Fixed Function method's lengths.
2009-08-24 15:17:32 +02:00
Piotr Caban
7701acc269
jscript: Fixed keywords handling.
2009-08-24 15:17:32 +02:00
Nikolay Sivov
03a3207cc7
comctl32/tests: Move message testing helpers to header.
2009-08-24 15:17:32 +02:00
Akihiro Sagawa
7bee216daf
winecfg: Update Japanese translation.
2009-08-24 15:17:32 +02:00
Akihiro Sagawa
d3fc9a59cc
csetupapi: Update Japanese translation.
2009-08-24 15:17:32 +02:00
Akihiro Sagawa
03157495a2
shell32: Update Japanese translation.
2009-08-24 15:17:32 +02:00
Akihiro Sagawa
aa916afc9d
regedit: Update Japanese translation.
2009-08-24 15:17:32 +02:00
Akihiro Sagawa
06ad76809b
comctl32: Update Japanese translation.
2009-08-24 15:17:32 +02:00
Akihiro Sagawa
c775536e07
reg: Update Japanese translation.
2009-08-24 15:17:31 +02:00
Akihiro Sagawa
145352188d
appwiz.cpl: Update and refine Japanese translation.
2009-08-24 15:17:31 +02:00
Akihiro Sagawa
81ea79bf3b
uninstaller: Add Japanese translation.
2009-08-24 15:17:31 +02:00
Jacek Caban
c2b2e1ea9b
msxml3: Get rid of not used aggregation support in domelement.
2009-08-24 15:17:31 +02:00
Jacek Caban
80f02b82d6
mshtml: Use URL moniker to load http documents.
2009-08-24 15:17:31 +02:00
Jacek Caban
8cee331b75
urlmon: Call OnStopBinding before Terminate.
2009-08-24 15:17:31 +02:00
Jacek Caban
4dfec39b6f
wininet: Don't free gzip_stream in HTTPREQ_CloseConnection.
2009-08-24 15:17:12 +02:00
Jacek Caban
c19c009e48
shdocvw: Return succes in bind status callback functions.
2009-08-24 12:09:00 +02:00
Jacek Caban
55014297f8
mshtml: Don't return Gecko interfaces implementation from nsChannel::QueryInterface.
2009-08-24 12:08:53 +02:00
Jacek Caban
e4c203a2bc
mshtml: Treat wyciwyg protocol as Gecko special protocol.
2009-08-24 12:08:46 +02:00
Jacek Caban
487443a2d1
mshtml: Wrap nsIHttpChannelInternal interface.
2009-08-24 12:08:35 +02:00
Jacek Caban
bf5c2e858f
urlmon: Fixed tests on IE older than 8.
2009-08-24 12:02:45 +02:00
Andrew Eikum
a0aaa65507
ole32: Don't read past the end of the stream when converting block types.
2009-08-24 12:02:40 +02:00
Aric Stewart
bfe83b22c2
msacm32/tests: msacm32 can enumerate drivers that cannot be loaded or have their details queried. Deal with this properly.
2009-08-24 11:58:27 +02:00
Aric Stewart
157c1629c1
msacm32: In acmDriverDetails if we are unable to load the driver then return MMSYSERR_NOTSUPPORTED as windows does.
2009-08-24 11:58:20 +02:00
Aric Stewart
6215742c6e
msacm32: If a driver load fails and it does not give us another error set the error to MMSYSERR_NODRIVER.
2009-08-24 11:58:15 +02:00
Alexandre Julliard
da8acbc47d
server: Define an architecture-independent structure for process startup info.
2009-08-21 20:00:12 +02:00
Alexandre Julliard
f6f458a1eb
Release 1.1.28.
2009-08-21 18:55:37 +02:00
Huw Davies
a376b86dfe
widl: The alignment written for USER_MARSHAL types is the wire-type alignment.
2009-08-21 15:08:49 +02:00
Huw Davies
e4e21193c0
widl: A structure that contains an embedded interface ptr in an array is a BOGUS_STRUCT.
2009-08-21 14:27:59 +02:00
Alistair Leslie-Hughes
4975243db3
mshtml: Implement IHTMLStyle get/put wordSpacing.
2009-08-21 14:12:59 +02:00
Jacek Caban
bed507bf83
mshtml: Code clean up.
2009-08-21 13:50:48 +02:00
Jacek Caban
438ff138d2
msxml3: Store xmlnode object in domdoc.
2009-08-21 13:50:36 +02:00
Jacek Caban
38c0667334
msxml3: Store xmlnode object in domelem.
2009-08-21 13:50:20 +02:00
Jacek Caban
d48246e1cc
msxml3: Return xmlnode object from create_basic_node.
2009-08-21 13:50:11 +02:00