Henri Verbeet
25fe98e02b
wined3d: Don't disable mipmapping if we lack EXT_texture_filter_anisotropic.
...
These don't have a whole lot to do with each other.
2009-08-04 13:04:05 +02:00
Henri Verbeet
efb78aca64
wined3d: Update the WINED3DSAMP_MAGFILTER state even if we didn't recognize the value.
...
It's a bit pointless to keep printing FIXMEs after the first time.
2009-08-04 13:03:44 +02:00
Henri Verbeet
10906e6b8e
wined3d: Set the initial value of WINED3DTEXSTA_MAXANISOTROPY to 1.
2009-08-04 13:03:40 +02:00
Henri Verbeet
2f3e993e7e
wined3d: Properly calculate GL_TEXTURE_MAX_ANISOTROPY_EXT.
2009-08-04 13:03:34 +02:00
Nikolay Sivov
c96900b904
comctl32/listview: Enable column reordering.
2009-08-04 13:03:27 +02:00
Nikolay Sivov
8c6d91052d
comctl32/listview: Fix visibility computation in details view.
2009-08-04 13:03:18 +02:00
Nikolay Sivov
9576fb1836
comctl32/listview: Introduce a way to update cached column rectangles from Header.
2009-08-04 12:51:40 +02:00
Nikolay Sivov
6f723508e5
comctl32/listview: Respect column order while scrolling columns.
2009-08-04 12:51:33 +02:00
Alexander Nicolaysen Sørnes
7d2bc2f9df
wininet: Update Norwegian Bokmål translation.
2009-08-04 12:50:27 +02:00
Alexander Nicolaysen Sørnes
6ad3ffa577
setupapi: Update Norwegian Bokmål translation.
2009-08-04 12:50:17 +02:00
Alexander Nicolaysen Sørnes
1cbef167a5
mshtml: Update Norwegian Bokmål translation.
2009-08-04 12:50:12 +02:00
Juan Lang
90c52c0180
ws2_32: Add debug support for IPv6 addresses.
2009-08-04 12:49:56 +02:00
Vincent Povirk
c71853cda5
gdiplus: Ignore the graphics transforms in GdipGetRegionBounds.
2009-08-04 12:49:01 +02:00
Vincent Povirk
ee74501102
gdiplus: Fix rectangles of horizontal and vertical gradients.
2009-08-04 12:48:42 +02:00
Alexandre Julliard
b05ebca618
mountmgr: Increment the volume refcount in functions that return a volume.
2009-08-04 12:36:34 +02:00
Austin English
6deaa09887
start: Handle /B & /I options.
2009-08-03 17:48:42 +02:00
Hans Leidekker
c257ef317b
hnetcfg: Register interfaces.
2009-08-03 17:44:55 +02:00
Hans Leidekker
5fd74fb4a0
hnetcfg: Add class factory.
2009-08-03 17:44:36 +02:00
Hans Leidekker
68d64de4ac
hnetcfg: Add a stub implementation of INetFwAuthorizedApplication and INetFwAuthorizedApplications.
2009-08-03 17:44:23 +02:00
Hans Leidekker
b915aadb37
hnetcfg: Add a stub implementation of INetFwProfile.
2009-08-03 17:44:02 +02:00
Hans Leidekker
49270f4bb6
hnetcfg: Add a stub implementation of INetFwPolicy.
2009-08-03 17:43:38 +02:00
Hans Leidekker
a3337935e9
hnetcfg: Add a stub implementation of INetFwMgr.
2009-08-03 17:43:23 +02:00
Rein Klazes
c18cd1b46f
user32: When all items in a menu have either a bitmap or text but not both, then texts should be aligned with the bitmaps.
2009-08-03 17:39:22 +02:00
Luke Benstead
ea96cd3a52
gdiplus: Implement stub for GdipGetImagePalette.
2009-08-03 17:35:52 +02:00
Nicolas Le Cam
ab6ee61bd3
shell32/tests: Fix test on temp paths that have a different long form.
2009-08-03 17:34:12 +02:00
Nicolas Le Cam
41b2296ac0
shell32/tests: Add test for shell links to short path containing double backslashes.
2009-08-03 17:34:03 +02:00
Maarten Lankhorst
9d649202bb
Revert "winealsa.drv: Re-allow fallback to waveout (regression in dsound).".
...
This reverts commit 0addd3ba5a
.
It doesn't fix anything, it just hides the bug.
2009-08-03 17:24:48 +02:00
Hwang YunSong
227f17c3df
appwiz.cpl: Updated Korean resource.
2009-08-03 17:24:41 +02:00
Michael Karcher
137799cbfc
ntdll: Fix ProcessExecuteFlag logic.
2009-08-03 17:22:56 +02:00
Michael Karcher
89d4402cc5
ntdll: Fix get_server_context_flags.
2009-08-03 17:22:22 +02:00
Hwang YunSong
dd4e9d34e1
shdoclc: Updated Korean resource.
2009-08-03 16:01:07 +02:00
Hwang YunSong
15ff2246b8
wordpad: Updated Korean resource.
2009-08-03 16:01:02 +02:00
Hwang YunSong
eaf0d12d1d
shell32: Updated Korean resource.
2009-08-03 16:00:57 +02:00
Hwang YunSong
70da51371e
cryptui: Updated Korean resource.
2009-08-03 16:00:52 +02:00
Aric Stewart
7214f650ef
gdi32: Ensure child fonts have names.
2009-08-03 16:00:42 +02:00
Dylan Smith
05c730fd4c
richedit: Prevent using uninitialized nAvailWidth in initialization.
2009-08-03 16:00:34 +02:00
Dylan Smith
c4b023b1b6
richedit: Prevent buffer overflows in WM_GETTEXT.
...
The application AutoGK was getting the length of the text with
WM_GETTEXTLENGTH to allocate an appropriate buffer size, but then
claimed the buffer was twice the size when sending WM_GETTEXTEX. This
caused the memcpy call to overflow the actual buffer since the count
is based on the size of the buffer alone, regardless of the amount of
text retrieved.
2009-08-03 16:00:16 +02:00
Dylan Smith
3d89e29155
richedit: Handle NULL buffer or 0 buffer length in ME_GetTextEx.
...
ME_GetTextEx directly handles EM_GETTEXTEX, and previously a NULL buffer
would be dereferenced, and a 0 buffer length would cause nCount an
underflow in the nCount value which would allow a buffer overflow to
occur.
2009-08-03 15:59:57 +02:00
Nicolas Le Cam
5e58b29cfe
kernel32/tests: Skip GetVolumeInformation test on current directory when running on a root directory.
2009-08-03 15:04:21 +02:00
Nicolas Le Cam
1975ba276f
kernel32/tests: Test GetVolumeInformation when current directory is a root directory.
2009-08-03 15:04:17 +02:00
Nikolay Sivov
c562d444f5
gdiplus: Correctly forward to GdipAddPathPie.
2009-08-03 15:04:10 +02:00
Nikolay Sivov
ebdf2fd254
comctl32/listview: Offset every but LVIR_BOUNDS rectangles to column bound in details view.
2009-08-03 15:04:01 +02:00
Nikolay Sivov
021410cf0e
comctl32/listview: Don't offset to column bound calculating LVIR_LABEL for items.
2009-08-03 15:03:51 +02:00
Nikolay Sivov
ba65d634e6
comctl32/treeview: Correct define name.
2009-08-03 15:03:43 +02:00
Nikolay Sivov
cbb8d4567e
comctl32/comboex: Use const pointer when possible.
2009-08-03 15:03:36 +02:00
Aled Hughes
85abd4c3cf
comctl32/toolbar: Avoid unnecessary invalidation on TB_HIDEBUTTON.
2009-08-03 15:03:23 +02:00
Nikolay Sivov
86b480b828
comctl32/listview: Fix some test failures on comctl32 4.7x.
2009-08-03 15:03:02 +02:00
Henri Verbeet
b31f0f24ff
user32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE messages.
2009-08-03 15:02:51 +02:00
Henri Verbeet
b7812932bc
wined3d: Don't respecify compressed textures in surface_upload_data().
...
Passing NULL to glCompressedTexImage2DARB() doesn't work particularly well
when both client storage and PBOs are enabled. Also, two years is long enough
to give driver developers a chance to fix the bug this was supposed to work
around.
2009-08-03 15:01:55 +02:00
Henri Verbeet
da1e5573da
wined3d: Rename WineD3DContext to struct wined3d_context.
2009-08-03 15:01:48 +02:00