Commit graph

77436 commits

Author SHA1 Message Date
Henri Verbeet
024b5c2245 ddraw: Do not unset the index buffer on D3D device destruction. 2011-04-04 11:53:35 +02:00
Henri Verbeet
973b56dc1c ddraw: Get rid of the unused LoadWineD3D() declaration. 2011-04-04 11:53:27 +02:00
Jacek Caban
7611d10732 wininet: Added more tests. 2011-04-04 11:53:01 +02:00
Jacek Caban
ccd11eb7d6 wininet: Abstract different transfer and content encoding reading to layered structures. 2011-04-04 11:52:56 +02:00
Nikolay Sivov
0270e69b54 comctl32/monthcal: Some tests for MCM_SIZERECTTOMIN. 2011-04-04 11:52:03 +02:00
Nikolay Sivov
6d43470600 comctl32/monthcal: Get rid of empty slots in cached brushes array. 2011-04-04 11:51:58 +02:00
Nikolay Sivov
41a113e0ce comctl32/monthcal: Cache pens, fix line colour. 2011-04-04 11:51:53 +02:00
Nikolay Sivov
49088bf96d comctl32/monthcal: Fix today label position and text colour. 2011-04-04 11:51:48 +02:00
Nikolay Sivov
5a8be0bc20 comctl32/monthcal: Week numbers use title colour. 2011-04-04 11:51:43 +02:00
Marcus Meissner
933b3af981 mscms: Added missing breaks (Coverity). 2011-04-04 11:51:23 +02:00
Marcus Meissner
aca1b275aa mscms: Fixed bad sizeof() (Coverity). 2011-04-04 11:46:09 +02:00
Marcus Meissner
483559b3e0 msxml3: Fixed two const table declarations (Coverity). 2011-04-04 11:46:03 +02:00
Alexandre Julliard
123e4ad41d Release 1.3.17. 2011-04-01 19:29:41 +02:00
Hwang YunSong
1c7ee4336e comdlg32: Update Korean resource. 2011-04-01 16:16:15 +02:00
Hans Leidekker
68d6158875 msi: Implement and test MsiEnumComponentCostsA/W. 2011-04-01 16:16:04 +02:00
David Hedberg
f2231f8419 comdlg32: Implement opening files with the item dialog. 2011-04-01 12:42:22 +02:00
David Hedberg
9c1f56f67e comdlg32: Factor out filename string splitting code. 2011-04-01 12:42:13 +02:00
David Hedberg
7f5ccd3262 comdlg32: Factor out some path validating code from FILEDLG95_OnOpen. 2011-04-01 12:42:08 +02:00
David Hedberg
fcb169fe36 comdlg32: Factor out some path building code from FILEDLG95_OnOpen. 2011-04-01 12:42:02 +02:00
David Hedberg
a172365bd9 comdlg32: Add a couple of simple navigation buttons to the item dialog. 2011-04-01 12:41:52 +02:00
David Hedberg
b2575dab62 comdlg32: We only want to check the low word of wparam. 2011-04-01 12:41:46 +02:00
David Hedberg
209069ae46 comdlg32: Implement filetype filtering for the item dialog. 2011-04-01 12:41:36 +02:00
David Hedberg
ccfbe722e3 comdlg32: Update file name from selection in the item dialog. 2011-04-01 12:41:32 +02:00
David Hedberg
36bf6e1afe comdlg32: Implement GetFileName and SetFileName for the item dialog. 2011-04-01 12:41:16 +02:00
David Hedberg
0a524a0c76 comdlg32: Set explorerbrowser's site before navigating anywhere. 2011-04-01 12:41:10 +02:00
André Hentschel
a4d8b22f43 shlwapi: Implement wow64 reporting. 2011-04-01 11:54:50 +02:00
Austin Lund
be24fd4b64 user32/tests: Fixed SetParent test on 64bit Vista. 2011-04-01 11:54:50 +02:00
Matteo Bruni
06ef87ceb1 wined3d: Better handle some instances when we can't make the required GL context current. 2011-04-01 11:50:20 +02:00
Matteo Bruni
0322114cd6 wined3d: Fix an error message. 2011-04-01 11:50:05 +02:00
Francois Gouget
1ea5c7b8d9 regedit: Add support for creating expandable string values. 2011-04-01 11:45:22 +02:00
Francois Gouget
9b21a106cc notepad: Remove the 'Help on Help' menu.
It is redundant with the help application's 'Help' menu and clutters notepad.
2011-04-01 11:38:18 +02:00
Francois Gouget
fb3641c5d0 winefile: Remove the 'Help on Help' menu.
It is redundant with the help application's 'Help' menu and clutters winefile.
2011-04-01 11:02:57 +02:00
Francois Gouget
d2e6e2a03d progman: Remove the 'Help on Help' menu.
It is redundant with the help application's 'Help' menu and clutters progman.
2011-04-01 10:59:26 +02:00
Francois Gouget
a80f379565 progman: We don't have a wintutor application so remove the 'Tutorial' menu. 2011-04-01 10:56:09 +02:00
Nikolay Sivov
69b5fc4e19 urlmon/tests: Test for return value directly, without macros. 2011-04-01 10:50:39 +02:00
Nikolay Sivov
b26aa09f58 urlmon: Fix parameter validation in BindToStorage(). 2011-04-01 10:50:34 +02:00
Piotr Caban
223ac3cc09 msvcp90/tests: Added operator+ tests (basic_string<char>). 2011-04-01 10:49:51 +02:00
Piotr Caban
bc86fccc36 msvcp: Added basic_string<wchar> operator+ implementations. 2011-04-01 10:49:35 +02:00
Piotr Caban
055dcbc4b2 msvcp: Added basic_string<char> operator+ implementations. 2011-04-01 10:49:24 +02:00
Piotr Caban
3f833d93a7 msvcp: Added basic_string<{char, wchar}> operator+= exports. 2011-04-01 10:49:10 +02:00
Gerald Pfeifer
1e74b6379c comctl32: Simplify MONTHCAL_PaintLeadTrailMonths. 2011-04-01 10:49:00 +02:00
Gerald Pfeifer
d93b6c0aa2 dbghelp: Add a return statement for the default/assert case in elf_map_file. 2011-04-01 10:48:57 +02:00
Vincent Povirk
15140a722e gdiplus: Add basic implementation of GdipDrawDriverString. 2011-04-01 10:48:25 +02:00
Vincent Povirk
ae608e6ec3 comctl32: Validate the day of month when scrolling through years. 2011-03-31 23:48:05 +02:00
Vincent Povirk
0d8775c9f9 comctl32: When entering a month or year, keep the day in range. 2011-03-31 23:47:33 +02:00
Vincent Povirk
4d1fca24be comctl32: Use current month and year when checking day of month. 2011-03-31 23:47:26 +02:00
Henri Verbeet
02480a902e wined3d: Get rid of the ARB_imaging extension. 2011-03-31 23:47:00 +02:00
Henri Verbeet
97a5336ca9 wined3d: Fix the EXT_blend_subtract extension definitions. 2011-03-31 23:46:51 +02:00
Henri Verbeet
e4e28c47ea wined3d: Fix the EXT_blend_color extension definitions. 2011-03-31 23:43:14 +02:00
Henri Verbeet
f8507d6061 wined3d: Fix the EXT_blend_minmax extension definitions. 2011-03-31 23:43:05 +02:00