wine
12 years agomsvcrt: Fixed printf behaviour on hexadecimal, zero-padded numbers.
Piotr Caban [Mon, 12 Mar 2012 18:49:11 +0000 (19:49 +0100)] 
msvcrt: Fixed printf behaviour on hexadecimal, zero-padded numbers.
(cherry picked from commit 79c19aef299432f39e435c9c98be3ac613ea762a)

12 years agomsiexec: Support the "b!" UI option.
Hans Leidekker [Mon, 12 Mar 2012 11:24:55 +0000 (12:24 +0100)] 
msiexec: Support the "b!" UI option.
(cherry picked from commit 3a9d30d485fa8f067308c837944840435e5c5a9c)

12 years agowinhttp: Fix up headers with wrong termination.
Hans Leidekker [Mon, 12 Mar 2012 11:25:14 +0000 (12:25 +0100)] 
winhttp: Fix up headers with wrong termination.
(cherry picked from commit 189c1ca5d99026963d1598270cee8c39e1f1123a)

12 years agontdll: Also call the unwind handler for the target frame.
Alexandre Julliard [Fri, 30 Mar 2012 12:42:55 +0000 (14:42 +0200)] 
ntdll: Also call the unwind handler for the target frame.
(cherry picked from commit a777676bc48d4575a0bafb40bad1fe85d269e352)

12 years agontdll: Properly follow jumps when checking a function epilog.
Alexandre Julliard [Thu, 15 Mar 2012 19:29:23 +0000 (20:29 +0100)] 
ntdll: Properly follow jumps when checking a function epilog.
(cherry picked from commit c0610daf77c0f72eed84d4d944aded49ded0c269)

12 years agontdll: Add support for jump instructions in function epilogs.
Alexandre Julliard [Mon, 12 Mar 2012 18:18:37 +0000 (19:18 +0100)] 
ntdll: Add support for jump instructions in function epilogs.
(cherry picked from commit b663a6dea47661fbd31c6a0d5a96517020d5628e)

12 years agontdll: Add support for rep;ret instruction in function epilogs.
Alexandre Julliard [Mon, 12 Mar 2012 17:59:45 +0000 (18:59 +0100)] 
ntdll: Add support for rep;ret instruction in function epilogs.
(cherry picked from commit 34c875bf8bd3861f69dedbd7faada1a5c7748d56)

12 years agontdll: Add support for the special STATUS_UNWIND_CONSOLIDATE exception code.
Alexandre Julliard [Mon, 12 Mar 2012 10:27:19 +0000 (11:27 +0100)] 
ntdll: Add support for the special STATUS_UNWIND_CONSOLIDATE exception code.
(cherry picked from commit e562623a15c6aca6b4e8f2e880c7b28682d768c1)

12 years agontdll: Trace the exception extra information also in RtlUnwindEx.
Alexandre Julliard [Mon, 12 Mar 2012 10:27:00 +0000 (11:27 +0100)] 
ntdll: Trace the exception extra information also in RtlUnwindEx.
(cherry picked from commit f996c89274471acaee2ca2d6435e6df8e79bbede)

12 years agontdll: Set the TARGET_UNWIND flag when calling the unwind handler for the target...
Alexandre Julliard [Mon, 12 Mar 2012 10:20:29 +0000 (11:20 +0100)] 
ntdll: Set the TARGET_UNWIND flag when calling the unwind handler for the target frame.
(cherry picked from commit 2bce0c698e2a2854fc8aa0e44838cc13cbdf772b)

12 years agontdll: Restore the original context for the last frame instead of the result of the...
Alexandre Julliard [Mon, 12 Mar 2012 10:11:36 +0000 (11:11 +0100)] 
ntdll: Restore the original context for the last frame instead of the result of the unwind handler.
(cherry picked from commit 7c36b51aafce8b83dd4fb547723902b8b8976158)

12 years agontdll: Use the context argument as working variable instead of making a copy in RtlUn...
Alexandre Julliard [Mon, 12 Mar 2012 10:08:10 +0000 (11:08 +0100)] 
ntdll: Use the context argument as working variable instead of making a copy in RtlUnwindEx.
(cherry picked from commit de9330cbcba368c4779226a1d5f18153e42e0b01)

12 years agocomctl32/datetime: Fix AM/PM handling with 12-hour fields.
Owen Rudge [Thu, 8 Mar 2012 11:34:38 +0000 (11:34 +0000)] 
comctl32/datetime: Fix AM/PM handling with 12-hour fields.
(cherry picked from commit ffbdd27268f1b5c4bb1d57f1014f1512e4fc6cd5)

12 years agocomctl32/datetime: Allow entering 'AM' or 'PM' via keyboard.
Owen Rudge [Thu, 8 Mar 2012 11:34:33 +0000 (11:34 +0000)] 
comctl32/datetime: Allow entering 'AM' or 'PM' via keyboard.
(cherry picked from commit 74d1c11684b91cb88c663b016f423876ab8c028f)

12 years agocomctl32/datetime: Don't check box if no valid date set.
Owen Rudge [Thu, 8 Mar 2012 11:34:28 +0000 (11:34 +0000)] 
comctl32/datetime: Don't check box if no valid date set.
(cherry picked from commit 9147e7fd2246da9ec8e698f00458d429e90ab573)

12 years agocomctl32/datetime: Don't allow an invalid year to be typed in.
Owen Rudge [Thu, 8 Mar 2012 11:34:23 +0000 (11:34 +0000)] 
comctl32/datetime: Don't allow an invalid year to be typed in.
(cherry picked from commit 9de240bd0ea38c1c23803c01c425cc0c57fe5cd8)

12 years agocomctl32/datetime: Ensure up/down/home/end increments remain within bounds.
Owen Rudge [Thu, 8 Mar 2012 11:34:19 +0000 (11:34 +0000)] 
comctl32/datetime: Ensure up/down/home/end increments remain within bounds.
(cherry picked from commit 3f93230812f5db519d5aa11af039ff2b3b289a34)

12 years agocomctl32/datetime: Check dates are within range in SetSystemTime.
Owen Rudge [Thu, 8 Mar 2012 11:34:13 +0000 (11:34 +0000)] 
comctl32/datetime: Check dates are within range in SetSystemTime.
(cherry picked from commit c8c3c4be914481d95a9c2790716b9d973e697b37)

12 years agocomctl32/monthcal: Check both min and max ranges in IsDateInValidRange.
Owen Rudge [Thu, 8 Mar 2012 11:34:01 +0000 (11:34 +0000)] 
comctl32/monthcal: Check both min and max ranges in IsDateInValidRange.
(cherry picked from commit 72f174192b9adc75d47a166f2b28bf28a7c08898)

12 years agowinex11: Never try to clip the cursor if we don't have XInput2.
Alexandre Julliard [Mon, 12 Mar 2012 09:33:52 +0000 (10:33 +0100)] 
winex11: Never try to clip the cursor if we don't have XInput2.
(cherry picked from commit 7c7a509e22a54cd64c6ea0be80303dcaad6e01fb)

12 years agokernel32: Implement the memory resource notification functions.
Alexandre Julliard [Mon, 12 Mar 2012 09:33:32 +0000 (10:33 +0100)] 
kernel32: Implement the memory resource notification functions.
(cherry picked from commit aeaf18077e42b23ff96cbd1192cb47948c767708)

12 years agoserver: Create some kernel notification events.
Alexandre Julliard [Mon, 12 Mar 2012 09:27:40 +0000 (10:27 +0100)] 
server: Create some kernel notification events.
(cherry picked from commit 9c6466ac341d10dd55f8b804ea1326608359ec1d)

12 years agowpp: Fix a few memory leaks in the wpp_parse() function.
Józef Kucia [Sun, 25 Mar 2012 13:53:31 +0000 (15:53 +0200)] 
wpp: Fix a few memory leaks in the wpp_parse() function.
(cherry picked from commit 2c8a3c31b732b048a05fcb3e9756b76f9a57e973)

12 years agowpp: Reset lexer state after unexpected end of file.
Józef Kucia [Sat, 10 Mar 2012 18:58:43 +0000 (19:58 +0100)] 
wpp: Reset lexer state after unexpected end of file.
(cherry picked from commit 1d9bb50230edd3c8cfdeb6c763aaaf5655d24aa4)

12 years agocomctl32: Update thumb position on WM_MOUSEMOVE instead of deferring it.
Nikolay Sivov [Fri, 9 Mar 2012 16:09:35 +0000 (19:09 +0300)] 
comctl32: Update thumb position on WM_MOUSEMOVE instead of deferring it.
(cherry picked from commit 3d4a4dae700698bcd68631d6dd38ddb0a4e3f60f)

12 years agomsvcrt: Export __C_specific handler in other msvcrt versions too.
Alexandre Julliard [Fri, 9 Mar 2012 12:27:29 +0000 (13:27 +0100)] 
msvcrt: Export __C_specific handler in other msvcrt versions too.
(cherry picked from commit 6cb3713e26aa4d89d4dc67601f67e3dc29f51f24)

12 years agogdi32: Fix rounding error for odd ellipse sizes in CreateRoundRectRgn.
Alexandre Julliard [Fri, 9 Mar 2012 10:38:12 +0000 (11:38 +0100)] 
gdi32: Fix rounding error for odd ellipse sizes in CreateRoundRectRgn.
(cherry picked from commit 53c53126d53e58ea02bb956d8db56af3f0fe6761)

12 years agowinex11: Ignore FocusOut event on destroyed windows.
Alexandre Julliard [Fri, 9 Mar 2012 10:37:15 +0000 (11:37 +0100)] 
winex11: Ignore FocusOut event on destroyed windows.
(cherry picked from commit 29c1b8fa0842fdcaff6a7bdb73693be7445f602c)

12 years agowine.inf: Avoid creating empty registry values.
Alexandre Julliard [Fri, 9 Mar 2012 10:36:54 +0000 (11:36 +0100)] 
wine.inf: Avoid creating empty registry values.
(cherry picked from commit 7fb42984e2d5dc71d8ee2e9c166811d6da369b06)

12 years agomshtml: Recognize UTF-8 BOM.
Jacek Caban [Fri, 9 Mar 2012 09:51:48 +0000 (10:51 +0100)] 
mshtml: Recognize UTF-8 BOM.
(cherry picked from commit c17015d10a460427bb3516c9b24b582c2df0b322)

12 years agowinemaker: Fix conversion of C++ filenames into object names.
André Hentschel [Sat, 10 Mar 2012 16:46:35 +0000 (17:46 +0100)] 
winemaker: Fix conversion of C++ filenames into object names.
(cherry picked from commit c6008a06ac46b94cb0ad90f9957e5283ae987702)

12 years agowinemaker: Abort on unhandled file formats.
André Hentschel [Thu, 8 Mar 2012 21:29:29 +0000 (22:29 +0100)] 
winemaker: Abort on unhandled file formats.
(cherry picked from commit fc9670306069afea5856726f7102f1c5c9c59218)

12 years agomciqtz: Actually assign result to the output structure.
Andrew Eikum [Thu, 8 Mar 2012 21:08:41 +0000 (15:08 -0600)] 
mciqtz: Actually assign result to the output structure.
(cherry picked from commit ad175df21a26cb9c76537a1198c98534f1a1913e)

12 years agoadvapi32: Implement CredMarshalCredential and CredUnmarshalCredential.
Hans Leidekker [Thu, 8 Mar 2012 19:27:37 +0000 (20:27 +0100)] 
advapi32: Implement CredMarshalCredential and CredUnmarshalCredential.
(cherry picked from commit d5d2f01d3e8ed076ecf8f990210454047817fb72)

12 years agogdiplus: Create GDI bitmap only when needed.
Dmitry Timoshkov [Sun, 11 Mar 2012 06:58:08 +0000 (14:58 +0800)] 
gdiplus: Create GDI bitmap only when needed.
(cherry picked from commit b39425f3cfb497c329e2bb3d05645a62221a5424)

12 years agogdiplus: Create GDI brush only when needed.
Dmitry Timoshkov [Thu, 8 Mar 2012 12:32:28 +0000 (20:32 +0800)] 
gdiplus: Create GDI brush only when needed.
(cherry picked from commit 0d7bc4b325de1788dc2643ac84d5579bed82d562)

12 years agoinclude: Add more error codes.
André Hentschel [Wed, 7 Mar 2012 15:33:28 +0000 (16:33 +0100)] 
include: Add more error codes.
(cherry picked from commit d6d88652729f398bbade378259aa91d319ec1e7f)

12 years agomsvcp90: Fix build with MSVC.
Thomas Faber [Wed, 7 Mar 2012 09:10:18 +0000 (10:10 +0100)] 
msvcp90: Fix build with MSVC.
(cherry picked from commit 62901e6ea07df194ab7f1407783a17d639a58ef1)

12 years agomsvcp60: Fix build with MSVC.
Thomas Faber [Wed, 7 Mar 2012 08:23:50 +0000 (09:23 +0100)] 
msvcp60: Fix build with MSVC.
(cherry picked from commit 44feaf9bd8dd6402d3f5aabd12a0c0634e3714a7)

12 years agoconfigure: Check if version of msgfmt (from gettext) is recent enough.
Christian Costa [Mon, 5 Mar 2012 19:00:20 +0000 (20:00 +0100)] 
configure: Check if version of msgfmt (from gettext) is recent enough.
(cherry picked from commit 949693011dfc91c38a79c779b96df0ac4d8f54e8)

12 years agowidl: Make headers guards compatible with midl.
Jacek Caban [Thu, 8 Mar 2012 13:52:21 +0000 (14:52 +0100)] 
widl: Make headers guards compatible with midl.
(cherry picked from commit 718adc91fcfb2c288be7d9f337aad62fa0acb9f7)

12 years agowidl: Removed unused idfile_token.
Jacek Caban [Thu, 8 Mar 2012 13:52:10 +0000 (14:52 +0100)] 
widl: Removed unused idfile_token.
(cherry picked from commit af2eba24b7650fe9459749f76bb3c38b499ee5b4)

12 years agoiphlpapi: Make GetAdaptersAddresses hotpatchable.
André Hentschel [Thu, 8 Mar 2012 14:05:54 +0000 (15:05 +0100)] 
iphlpapi: Make GetAdaptersAddresses hotpatchable.
(cherry picked from commit b93c3905b037b3355a91f6f24e4d6cd1e42c34dc)

12 years agokernel32: Make Sleep hotpatchable.
André Hentschel [Thu, 8 Mar 2012 14:00:29 +0000 (15:00 +0100)] 
kernel32: Make Sleep hotpatchable.
(cherry picked from commit 00efe754f5af37a9a2a16e550197121fbdfed7dd)

12 years agokernel32: Make GetModuleHandleA hotpatchable.
André Hentschel [Thu, 8 Mar 2012 14:00:25 +0000 (15:00 +0100)] 
kernel32: Make GetModuleHandleA hotpatchable.
(cherry picked from commit 6d66de583fe218d37c90a69e45977f4764e2ab70)

12 years agoRelease 1.4. wine-1.4
Alexandre Julliard [Wed, 7 Mar 2012 16:11:48 +0000 (17:11 +0100)] 
Release 1.4.

12 years agopo: Fix some typography issues in the Portuguese (Portugal) translation.
Francois Gouget [Wed, 7 Mar 2012 13:35:59 +0000 (14:35 +0100)] 
po: Fix some typography issues in the Portuguese (Portugal) translation.

12 years agopo: Fix some line wrapping issues in the Portuguese (Portugal) translation.
Francois Gouget [Wed, 7 Mar 2012 13:35:45 +0000 (14:35 +0100)] 
po: Fix some line wrapping issues in the Portuguese (Portugal) translation.

12 years agopo: Fix some typography issues in the Turkish translation.
Francois Gouget [Wed, 7 Mar 2012 12:13:43 +0000 (13:13 +0100)] 
po: Fix some typography issues in the Turkish translation.

12 years agopo: Mark a couple of Turkish translations with invalid formatting directives as fuzzy.
Francois Gouget [Wed, 7 Mar 2012 12:13:16 +0000 (13:13 +0100)] 
po: Mark a couple of Turkish translations with invalid formatting directives as fuzzy.

12 years agopo: Update German translation.
Julian Rüger [Wed, 7 Mar 2012 04:53:51 +0000 (05:53 +0100)] 
po: Update German translation.

12 years agopo: Update Czech translation.
Petr Kočandrle [Tue, 6 Mar 2012 22:13:25 +0000 (23:13 +0100)] 
po: Update Czech translation.

12 years agopo: Fix mismatched trailing full stops in Japanese translation.
Akihiro Sagawa [Tue, 6 Mar 2012 13:52:01 +0000 (22:52 +0900)] 
po: Fix mismatched trailing full stops in Japanese translation.

12 years agoreadme: Update Japanese translation.
Akihiro Sagawa [Tue, 6 Mar 2012 13:51:59 +0000 (22:51 +0900)] 
readme: Update Japanese translation.

12 years agopo: Update Portuguese translation.
Fernando Martins [Tue, 6 Mar 2012 22:57:22 +0000 (23:57 +0100)] 
po: Update Portuguese translation.

12 years agopo: Update Spanish translation.
Eduardo García [Tue, 6 Mar 2012 17:49:03 +0000 (18:49 +0100)] 
po: Update Spanish translation.

12 years agopo: Update Swedish translation.
Lauri Kenttä [Tue, 6 Mar 2012 19:30:34 +0000 (21:30 +0200)] 
po: Update Swedish translation.

12 years agopo: Update French translation.
Frédéric Delanoy [Mon, 5 Mar 2012 22:57:53 +0000 (23:57 +0100)] 
po: Update French translation.

12 years agopo: Update Korean translation.
Hwang YunSong [Mon, 5 Mar 2012 12:00:30 +0000 (21:00 +0900)] 
po: Update Korean translation.

12 years agopo: Update German translation.
André Hentschel [Mon, 5 Mar 2012 19:00:26 +0000 (20:00 +0100)] 
po: Update German translation.

12 years agowinecfg: Resize more controls for translations.
André Hentschel [Mon, 5 Mar 2012 18:59:56 +0000 (19:59 +0100)] 
winecfg: Resize more controls for translations.

12 years agopo: Update Spanish translation.
Pablo Martín [Mon, 5 Mar 2012 18:41:48 +0000 (19:41 +0100)] 
po: Update Spanish translation.

12 years agopo: Update Spanish translation.
Eduardo García [Mon, 5 Mar 2012 17:58:27 +0000 (18:58 +0100)] 
po: Update Spanish translation.

12 years agonotepad: Fix the position of the Encoding combobox.
Alexandre Julliard [Mon, 5 Mar 2012 12:22:14 +0000 (13:22 +0100)] 
notepad: Fix the position of the Encoding combobox.

12 years agopo: Fix some space issues in the Norwegian Bokmål translation.
Francois Gouget [Mon, 5 Mar 2012 10:14:39 +0000 (11:14 +0100)] 
po: Fix some space issues in the Norwegian Bokmål translation.

12 years agopo: A few typography fixes for the Chinese (Taiwan) translation.
Francois Gouget [Mon, 5 Mar 2012 10:14:25 +0000 (11:14 +0100)] 
po: A few typography fixes for the Chinese (Taiwan) translation.

12 years agopo: Fix a few space and typography issues in the Slovenian translation.
Francois Gouget [Mon, 5 Mar 2012 04:51:41 +0000 (05:51 +0100)] 
po: Fix a few space and typography issues in the Slovenian translation.

12 years agopo: Fix a couple of typography issues in the Danish translation.
Francois Gouget [Mon, 5 Mar 2012 04:38:22 +0000 (05:38 +0100)] 
po: Fix a couple of typography issues in the Danish translation.

12 years agopo: Fix a couple of typography issues in the Hungarian translation.
Francois Gouget [Mon, 5 Mar 2012 04:29:33 +0000 (05:29 +0100)] 
po: Fix a couple of typography issues in the Hungarian translation.

12 years agopo: Fix a formatting directive in the Hungarian translation.
Francois Gouget [Mon, 5 Mar 2012 04:29:24 +0000 (05:29 +0100)] 
po: Fix a formatting directive in the Hungarian translation.

12 years agopo: The start /L option is gone so remove it from the Hungarian translation.
Francois Gouget [Mon, 5 Mar 2012 04:29:06 +0000 (05:29 +0100)] 
po: The start /L option is gone so remove it from the Hungarian translation.

12 years agowinecfg: Resize controls for translations.
André Hentschel [Sat, 3 Mar 2012 14:31:48 +0000 (15:31 +0100)] 
winecfg: Resize controls for translations.

12 years agopo: Update Turkish translation.
Hasan Kiran [Fri, 2 Mar 2012 23:37:07 +0000 (23:37 +0000)] 
po: Update Turkish translation.

12 years agopo: Fixed Slovenian cmd usage translation.
Jaka Kranjc [Sun, 4 Mar 2012 09:12:54 +0000 (10:12 +0100)] 
po: Fixed Slovenian cmd usage translation.

12 years agopo: Update Portuguese translation.
Fernando Martins [Sat, 3 Mar 2012 00:34:23 +0000 (01:34 +0100)] 
po: Update Portuguese translation.

12 years agopo: Update Spanish translation.
Pablo Martín [Thu, 1 Mar 2012 18:59:55 +0000 (19:59 +0100)] 
po: Update Spanish translation.

12 years agoreadme: Update Spanish translation.
Eduardo García [Sat, 3 Mar 2012 15:47:50 +0000 (16:47 +0100)] 
readme: Update Spanish translation.

12 years agopo: Update Spanish translation.
Eduardo García [Fri, 2 Mar 2012 17:54:17 +0000 (18:54 +0100)] 
po: Update Spanish translation.

12 years agopo: Update Czech translation.
Petr Kočandrle [Fri, 2 Mar 2012 14:03:54 +0000 (15:03 +0100)] 
po: Update Czech translation.

12 years agopo: Update Finnish translation.
Lauri Kenttä [Sun, 4 Mar 2012 20:07:15 +0000 (22:07 +0200)] 
po: Update Finnish translation.

12 years agoRelease 1.4-rc6. wine-1.4-rc6
Alexandre Julliard [Fri, 2 Mar 2012 18:48:45 +0000 (19:48 +0100)] 
Release 1.4-rc6.

12 years agoUpdated the authors list.
Alexandre Julliard [Fri, 2 Mar 2012 16:54:50 +0000 (17:54 +0100)] 
Updated the authors list.

12 years agogdi32: Fix missing increment of integer data in GetCharABCWidthsFloat.
Alexandre Julliard [Fri, 2 Mar 2012 15:51:22 +0000 (16:51 +0100)] 
gdi32: Fix missing increment of integer data in GetCharABCWidthsFloat.

12 years agopo: Update Hungarian translation.
Zoltan Nagy [Thu, 1 Mar 2012 17:36:05 +0000 (18:36 +0100)] 
po: Update Hungarian translation.

12 years agopo: Russian translation update.
Nikolay Sivov [Fri, 2 Mar 2012 12:59:21 +0000 (15:59 +0300)] 
po: Russian translation update.

12 years agopo: Fix spelling errors in Catalan translation.
Alex Henrie [Fri, 2 Mar 2012 04:14:01 +0000 (21:14 -0700)] 
po: Fix spelling errors in Catalan translation.

12 years agopo: Update Portuguese translation.
Fernando Martins [Thu, 1 Mar 2012 18:04:06 +0000 (19:04 +0100)] 
po: Update Portuguese translation.

12 years agopo: Update Slovak translation.
Ivan Vojtko [Thu, 1 Mar 2012 10:47:19 +0000 (11:47 +0100)] 
po: Update Slovak translation.

12 years agopo: Update Spanish translation.
Eduardo García [Thu, 1 Mar 2012 22:27:10 +0000 (23:27 +0100)] 
po: Update Spanish translation.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Thu, 1 Mar 2012 19:22:15 +0000 (21:22 +0200)] 
po: Update Lithuanian translation.

12 years agomsxml3: Return default namespace uri for 'xml'-prefixed attributes.
Nikolay Sivov [Thu, 1 Mar 2012 18:06:39 +0000 (21:06 +0300)] 
msxml3: Return default namespace uri for 'xml'-prefixed attributes.

12 years agoimm32/tests: Add ImmGetDescription tests.
Bruno Jesus [Thu, 1 Mar 2012 04:28:38 +0000 (01:28 -0300)] 
imm32/tests: Add ImmGetDescription tests.

12 years agommdevapi: Add tests for checking events to capture.
Maarten Lankhorst [Wed, 29 Feb 2012 22:43:56 +0000 (23:43 +0100)] 
mmdevapi: Add tests for checking events to capture.

12 years agontdll: Use proper CPU speed detection on FreeBSD.
Austin English [Thu, 1 Mar 2012 00:09:59 +0000 (16:09 -0800)] 
ntdll: Use proper CPU speed detection on FreeBSD.

Reported by Hardy Schumacher.

12 years agopo: Update Brazilian Portuguese translation.
Gustavo Henrique Milaré [Thu, 1 Mar 2012 00:48:31 +0000 (21:48 -0300)] 
po: Update Brazilian Portuguese translation.

12 years agopo: Update Spanish translation.
Eduardo García [Wed, 29 Feb 2012 20:00:50 +0000 (21:00 +0100)] 
po: Update Spanish translation.

12 years agostart: Remove the license and the /L option.
Francois Gouget [Thu, 1 Mar 2012 02:12:56 +0000 (03:12 +0100)] 
start: Remove the license and the /L option.

12 years agod3d9/tests: Add some tests for resetting the device window.
Henri Verbeet [Wed, 29 Feb 2012 16:22:34 +0000 (17:22 +0100)] 
d3d9/tests: Add some tests for resetting the device window.

12 years agod3d8/tests: Add some tests for resetting the device window.
Henri Verbeet [Wed, 29 Feb 2012 16:22:33 +0000 (17:22 +0100)] 
d3d8/tests: Add some tests for resetting the device window.

12 years agowined3d: Implement resetting the device window in wined3d_device_reset().
Henri Verbeet [Wed, 29 Feb 2012 16:22:32 +0000 (17:22 +0100)] 
wined3d: Implement resetting the device window in wined3d_device_reset().