Alexandre Julliard
312dd5297b
opengl32: Get rid of the X11 locking.
2012-06-26 17:06:13 +02:00
Alexandre Julliard
b6a7a3fe23
opengl32: Generate an entry point for glDebugEntry.
2012-06-26 17:06:13 +02:00
Alexandre Julliard
370a8c10d2
opengl32: Add a helper function to build the extension list, and do it only when requested.
2012-06-26 17:06:13 +02:00
Alexandre Julliard
b349aa676f
opengl32: Add a helper function to correctly compare extension strings.
2012-06-26 17:06:12 +02:00
Jacek Caban
a384fbee20
mshtml: Share nsanchor reference with nsnode.
2012-06-26 17:06:12 +02:00
Jacek Caban
f878c9983d
mshtml: Share nselem reference with nsnode.
2012-06-26 17:06:12 +02:00
Jacek Caban
8c396ed437
mshtml: Call HTMLDOMNode_Init directly in HTMLCommentElement_Create.
2012-06-26 17:06:11 +02:00
Jacek Caban
cf35bbd261
mshtml: Share nsIDOMText reference with nsIDOMNode.
2012-06-26 17:06:11 +02:00
Jacek Caban
d9efd6a44d
mshtml: Use inner window as script global object.
2012-06-26 17:06:11 +02:00
Jacek Caban
a8d0efc7d6
mshtml: Return referenced instances from node constructors.
2012-06-26 17:06:11 +02:00
Jacek Caban
d31176ec03
mshtml: Moved history property to HTMLInnerWindow.
2012-06-26 17:06:11 +02:00
Jacek Caban
4647fe0f23
mshtml: Moved screen property to HTMLInnerWindow.
2012-06-26 17:06:11 +02:00
Jacek Caban
b85631bab6
mshtml: Moved image_factory to HTMLInnerWindow.
2012-06-26 17:06:11 +02:00
Francois Gouget
b7f74922a4
jscript: Make int_to_bstr() static.
2012-06-26 17:06:11 +02:00
Francois Gouget
98748efbf5
msvcp90: Make numpunct_char_use_facet() static.
2012-06-26 17:06:11 +02:00
Francois Gouget
6bacd9559f
msvcp90: Add a space between the spec entry name the implementation function.
2012-06-26 17:06:11 +02:00
Roderick Colenbrander
71faef0f50
opengl32: Disable wglGetProcAddress for core GL 1.0/1.1 functions.
2012-06-26 17:06:11 +02:00
Chris Robinson
2ccc5bd2c7
quartz: Remove the seek position table from the MPEG splitter.
...
It takes a good 0.5 seconds for MPEGSplitter_pre_connect to iterate over the
file and build the table for a standard 2 or 3 minute MP3. This causes
unsightly hiccups when an app tries to play a new file, particularly in games,
as the pre-connect needs to happen synchronously to tell whether it can
succeed or not.
2012-06-26 17:06:10 +02:00
Michael Stefaniuc
f596c747ef
usp10: Remove unreachable break after return (Smatch).
2012-06-26 12:41:05 +02:00
Vincent Povirk
862986576b
appwiz: Update text to match button names.
2012-06-26 12:41:01 +02:00
Vincent Povirk
697dd42ed2
gdiplus: Remove FIXME from GdipAddPathString.
2012-06-26 12:25:41 +02:00
Dmitry Timoshkov
58387fca69
windowscodecs: Implement MetadataReaderInfo_GetVendorGUID.
2012-06-26 12:25:33 +02:00
Dmitry Timoshkov
2d3cf48300
windowscodecs: Implement TiffFrameDecode_GetThumbnail.
2012-06-26 12:25:27 +02:00
Dmitry Timoshkov
a7190c7dc7
windowscodecs: Implement TiffDecoder_GetPreview.
2012-06-26 12:25:21 +02:00
Dmitry Timoshkov
f07829da57
windowscodecs: TiffDecoder_GetThumbnail should return NULL interface.
2012-06-26 12:25:12 +02:00
Alexandre Julliard
67e7eda96c
gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers.
2012-06-26 12:24:15 +02:00
Alexandre Julliard
c013945728
gdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat.
2012-06-26 12:24:15 +02:00
Alexandre Julliard
e9f270bd41
gdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFormat.
2012-06-26 12:24:14 +02:00
Alexandre Julliard
81cd178ae1
winex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePixelFormat.
2012-06-26 12:24:09 +02:00
Vincent Povirk
9ceb1fc188
windowscodecs: Implement IWICPixelFormatInfo2::GetNumericRepresentation.
2012-06-25 18:12:55 +02:00
Vincent Povirk
c8fea25a33
windowscodecs: Implement IWICPixelFormatInfo::GetFormatGUID.
2012-06-25 18:12:54 +02:00
Vincent Povirk
0648e09f3c
windowscodecs: Implement IWICPixelFormatInfo::GetChannelMask.
2012-06-25 18:12:54 +02:00
Vincent Povirk
80f6890616
windowscodecs: Implement PixelFormatInfo_GetChannelCount.
2012-06-25 18:12:53 +02:00
Vincent Povirk
9dbd0833bc
windowscodecs: Implement PixelFormatInfo_GetBitsPerPixel.
2012-06-25 18:12:53 +02:00
Józef Kucia
d760b21ab6
wined3d: Use the system memory pool for the logo surface.
2012-06-25 18:12:53 +02:00
Jacek Caban
7dcd1d06ef
jscript: Added more apply and call tests.
2012-06-25 18:12:52 +02:00
Jacek Caban
14138e6f09
jscript: Removed no longer needed arg_cnt and get_arg helpers.
2012-06-25 18:12:52 +02:00
Jacek Caban
f8383c3417
jscript: Don't use DISPPARAMS for internal arguments.
2012-06-25 18:12:51 +02:00
Jacek Caban
0307d73569
jscript: Don't use DISPPARAMS named args for internal parameter passing.
2012-06-25 18:12:51 +02:00
Nikolay Sivov
fd5e384979
msxml3: Support VT_I2 variants tracing.
2012-06-25 18:12:51 +02:00
Nikolay Sivov
3ec82583d0
msxml3: Accept VT_ERROR body as empty data.
2012-06-25 18:12:50 +02:00
Nikolay Sivov
76dc17b496
msxml3: Fix async flag setting.
2012-06-25 18:12:50 +02:00
Nikolay Sivov
d7a21dedbb
msxml3: Recognise PROPFIND method in open().
2012-06-25 18:12:49 +02:00
Piotr Caban
96416c69ef
msvcp90: Export clog object.
2012-06-25 18:12:49 +02:00
Piotr Caban
6902b51128
msvcp90: Added basic_ostream<wchar> implementation.
2012-06-25 18:12:45 +02:00
Piotr Caban
d7bb597c0a
msvcp90: Added num_get<wchar>::get functions implementation.
2012-06-25 17:45:24 +02:00
Piotr Caban
0dd32496b4
msvcp90: Added num_get<wchar>::_Getifld implementation.
2012-06-25 17:45:23 +02:00
Piotr Caban
9afd07be92
msvcp90: Added num_get<wchar>::_Getffld implementation.
2012-06-25 17:45:23 +02:00
Piotr Caban
4732e3f75c
msvcp90: Added partial num_get<wchar> and num_get<short> implementation.
2012-06-25 17:45:22 +02:00
Piotr Caban
55b9bbc491
msvcp90: Added num_put<wchar> implementation.
2012-06-25 17:45:22 +02:00