Jason Edmeades
|
c5a72379a1
|
cmd: Fix renaming inside directories.
|
2012-09-04 15:04:01 +02:00 |
Jason Edmeades
|
94f9e789c9
|
cmd: Fix rmdir error during recursive delete.
|
2012-09-04 15:03:44 +02:00 |
Alexandre Julliard
|
514eb69584
|
winex11: Store the rectangle of the GL drawable and use it when updating the window size.
|
2012-09-04 15:03:04 +02:00 |
Alexandre Julliard
|
ea07c310ec
|
winex11: Create the whole window at window creation time.
|
2012-09-04 14:11:16 +02:00 |
Alexandre Julliard
|
a76f60d14e
|
server: Always repaint the whole non-client area if part of it is exposed.
|
2012-09-04 14:11:07 +02:00 |
Alexandre Julliard
|
2dc234d923
|
user32: Only show a window the first time WS_VISIBLE is toggled, to work around Steam's WM_SETREDRAW usage.
|
2012-09-04 12:38:33 +02:00 |
Marcus Meissner
|
54f06e6b84
|
wbemprox: Break out of loop when out of memory (Coverity).
|
2012-09-03 17:44:42 +02:00 |
Marcus Meissner
|
bf8c45f3ed
|
joy.cpl: Added missing break; (Coverity).
|
2012-09-03 17:43:58 +02:00 |
Marcus Meissner
|
2288851c90
|
msctf: Also free the sink in the non-source branch (Coverity).
|
2012-09-03 17:43:47 +02:00 |
Marcus Meissner
|
439605634e
|
dinput: No need for null ptr check of pKeyboard.
|
2012-09-03 17:43:38 +02:00 |
Marcus Meissner
|
5ae8629fca
|
gdiplus: Avoid uninitialized usage of bitmap (Coverity).
|
2012-09-03 17:43:31 +02:00 |
Jacek Caban
|
fcc3a77ae5
|
mshtml: Added IHTMLIFrameElement3 stub implementation.
|
2012-09-03 17:42:50 +02:00 |
Jacek Caban
|
12a35ac9de
|
mshtml: Added IHTMLIFrameElement2 stub implementation.
|
2012-09-03 17:42:45 +02:00 |
Jacek Caban
|
d71ce1a282
|
mshtml.idl: Added IHTMLIFrameElement2 and IHTMLIFrameElement3 declarations.
|
2012-09-03 17:42:41 +02:00 |
Jacek Caban
|
2dcb37e520
|
mshtml: Use nsIDOMWindowCollection::NamedItem in get_window_by_name.
|
2012-09-03 17:42:38 +02:00 |
Jacek Caban
|
a535417443
|
mshtml: Open targeted anchors in existing frames if available.
|
2012-09-03 17:42:34 +02:00 |
Jacek Caban
|
d3b77c4507
|
mshtml: Moved getting frame by name to separated function.
|
2012-09-03 17:42:29 +02:00 |
Alexandre Julliard
|
9f042298f7
|
winex11: Move the GL drawable management to opengl.c.
|
2012-09-03 16:45:51 +02:00 |
Alexandre Julliard
|
ef034e71e2
|
winex11: Treat the client window as an OpenGL drawable.
|
2012-09-03 16:45:51 +02:00 |
Alexandre Julliard
|
fbac3194a5
|
winex11: Store the OpenGL drawable in a separate structure with its own context.
|
2012-09-03 16:45:51 +02:00 |
Alexandre Julliard
|
d596b62d95
|
winex11: Only create the client window when the pixel format is changed.
|
2012-09-03 16:45:50 +02:00 |
Daniel Jelinski
|
e389326bdd
|
comctl32/listview: Do not draw unnecessary grid lines.
|
2012-09-03 16:45:50 +02:00 |
Dan Kegel
|
481a8036ea
|
msvcr100: Add wmemmove_s and wmemcpy_s.
|
2012-09-03 16:45:46 +02:00 |
Jacek Caban
|
7fec767864
|
jscript: Fixed argument conversion in disp_call_value when 'this' is specified.
|
2012-09-03 16:13:21 +02:00 |
Jacek Caban
|
3cd189c0c0
|
urlmon: Added more tests.
|
2012-09-03 16:10:27 +02:00 |
Jacek Caban
|
719ab21d75
|
urlmon: Avoid direct notifications from callbacks from Read call.
|
2012-09-03 16:10:23 +02:00 |
Jacek Caban
|
8bf9d8e90d
|
urlmon: Process pending tasks before exiting Start function.
|
2012-09-03 16:10:20 +02:00 |
Jacek Caban
|
3636a25279
|
urlmon: Added better debug traces for BINDSTATUS values.
|
2012-09-03 16:10:16 +02:00 |
Michael Stefaniuc
|
c21000ea81
|
include/windowsx.h: Avoid a TRUE:FALSE conditional expression.
|
2012-09-03 15:52:13 +02:00 |
Rico Schüller
|
792cd67bf1
|
d3dx9: Don't use memcpy in ID3DXConstantTable::GetDesc().
|
2012-09-03 15:52:07 +02:00 |
Rico Schüller
|
587468dc6d
|
d3dx9: Remove FormatType typedef.
|
2012-09-03 15:52:01 +02:00 |
Rico Schüller
|
8da8811615
|
d3dx9: Remove PixelFormatDesc typedef.
|
2012-09-03 15:51:57 +02:00 |
Jason Edmeades
|
1a9413b98a
|
cmd: for /l with zero iterations failed to skip its commands.
|
2012-09-03 15:51:26 +02:00 |
Jason Edmeades
|
3a25888f38
|
cmd: for loops did not respect boundaries.
|
2012-09-03 15:51:20 +02:00 |
Philip Pemberton
|
e3e1ddcf2f
|
kernel32: Scan for SCSI scanners and printers.
|
2012-09-03 15:50:09 +02:00 |
Marcus Meissner
|
006ee88278
|
shell32: Use characters not bytes in one place (Coverity).
|
2012-09-03 15:49:49 +02:00 |
Marcus Meissner
|
e10a658c0c
|
dinput: Added some missing free/close in disabled case (Coverity).
|
2012-09-03 15:49:39 +02:00 |
Marcus Meissner
|
791bc1cb93
|
quartz: Handle freeing pins in error case (Coverity).
|
2012-09-03 15:49:31 +02:00 |
Marcus Meissner
|
c7355f7921
|
gameux: Move SysFreeString to success branches (Coverity).
|
2012-09-03 15:48:22 +02:00 |
Alexandre Julliard
|
b8ef9b5669
|
Release 1.5.12.
|
2012-08-31 19:43:48 +02:00 |
Piotr Caban
|
2bfbac07a8
|
dxdiagn: Initialize ProcessorEnglish property.
|
2012-08-31 17:02:31 +02:00 |
Piotr Caban
|
1711b99e98
|
wbemprox: Added MaxClockSpeed and NumberOfLogicalProcessors builtin properties.
|
2012-08-31 17:02:25 +02:00 |
Dmitry Timoshkov
|
bf0f8c970f
|
gdiplus: Add a test for scaling an image with world transform.
|
2012-08-31 17:02:22 +02:00 |
Erich Hoover
|
182bd9dac4
|
hhctrl.ocx: Implement HH_SET_WIN_TYPE.
|
2012-08-31 11:21:35 +02:00 |
Michael Stefaniuc
|
74ab51dc3d
|
winetest: Remove an unused struct field.
|
2012-08-31 09:54:51 +02:00 |
Michael Stefaniuc
|
ebf33fff47
|
dsound: Move the capture structs declarations to the .c file.
|
2012-08-31 09:54:47 +02:00 |
Erich Hoover
|
d39801bef3
|
hhctrl.ocx: Create a special structure for holding non-const unicode strings.
|
2012-08-30 19:19:52 +02:00 |
Francois Gouget
|
1af1601177
|
usbd.sys: Add a trailing '\n' to a Wine trace.
|
2012-08-30 19:16:57 +02:00 |
Dmitry Timoshkov
|
e0fd87aea1
|
gdiplus: Print some additional information about device and image being drawn.
|
2012-08-30 19:16:52 +02:00 |
Alexandre Julliard
|
044f790bcb
|
winex11: Always paint to the whole window.
|
2012-08-30 19:02:27 +02:00 |