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)
Hans Leidekker [Mon, 12 Mar 2012 11:24:55 +0000 (12:24 +0100)]
msiexec: Support the "b!" UI option.
(cherry picked from commit
3a9d30d485fa8f067308c837944840435e5c5a9c)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
Alexandre Julliard [Mon, 12 Mar 2012 09:27:40 +0000 (10:27 +0100)]
server: Create some kernel notification events.
(cherry picked from commit
9c6466ac341d10dd55f8b804ea1326608359ec1d)
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)
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)
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)
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)
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)
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)
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)
Jacek Caban [Fri, 9 Mar 2012 09:51:48 +0000 (10:51 +0100)]
mshtml: Recognize UTF-8 BOM.
(cherry picked from commit
c17015d10a460427bb3516c9b24b582c2df0b322)
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)
André Hentschel [Thu, 8 Mar 2012 21:29:29 +0000 (22:29 +0100)]
winemaker: Abort on unhandled file formats.
(cherry picked from commit
fc9670306069afea5856726f7102f1c5c9c59218)
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)
Hans Leidekker [Thu, 8 Mar 2012 19:27:37 +0000 (20:27 +0100)]
advapi32: Implement CredMarshalCredential and CredUnmarshalCredential.
(cherry picked from commit
d5d2f01d3e8ed076ecf8f990210454047817fb72)
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)
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)
André Hentschel [Wed, 7 Mar 2012 15:33:28 +0000 (16:33 +0100)]
include: Add more error codes.
(cherry picked from commit
d6d88652729f398bbade378259aa91d319ec1e7f)
Thomas Faber [Wed, 7 Mar 2012 09:10:18 +0000 (10:10 +0100)]
msvcp90: Fix build with MSVC.
(cherry picked from commit
62901e6ea07df194ab7f1407783a17d639a58ef1)
Thomas Faber [Wed, 7 Mar 2012 08:23:50 +0000 (09:23 +0100)]
msvcp60: Fix build with MSVC.
(cherry picked from commit
44feaf9bd8dd6402d3f5aabd12a0c0634e3714a7)
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)
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)
Jacek Caban [Thu, 8 Mar 2012 13:52:10 +0000 (14:52 +0100)]
widl: Removed unused idfile_token.
(cherry picked from commit
af2eba24b7650fe9459749f76bb3c38b499ee5b4)
André Hentschel [Thu, 8 Mar 2012 14:05:54 +0000 (15:05 +0100)]
iphlpapi: Make GetAdaptersAddresses hotpatchable.
(cherry picked from commit
b93c3905b037b3355a91f6f24e4d6cd1e42c34dc)
André Hentschel [Thu, 8 Mar 2012 14:00:29 +0000 (15:00 +0100)]
kernel32: Make Sleep hotpatchable.
(cherry picked from commit
00efe754f5af37a9a2a16e550197121fbdfed7dd)
André Hentschel [Thu, 8 Mar 2012 14:00:25 +0000 (15:00 +0100)]
kernel32: Make GetModuleHandleA hotpatchable.
(cherry picked from commit
6d66de583fe218d37c90a69e45977f4764e2ab70)
Alexandre Julliard [Wed, 7 Mar 2012 16:11:48 +0000 (17:11 +0100)]
Release 1.4.
Francois Gouget [Wed, 7 Mar 2012 13:35:59 +0000 (14:35 +0100)]
po: Fix some typography 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.
Francois Gouget [Wed, 7 Mar 2012 12:13:43 +0000 (13:13 +0100)]
po: Fix some typography issues in the Turkish translation.
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.
Julian Rüger [Wed, 7 Mar 2012 04:53:51 +0000 (05:53 +0100)]
po: Update German translation.
Petr Kočandrle [Tue, 6 Mar 2012 22:13:25 +0000 (23:13 +0100)]
po: Update Czech translation.
Akihiro Sagawa [Tue, 6 Mar 2012 13:52:01 +0000 (22:52 +0900)]
po: Fix mismatched trailing full stops in Japanese translation.
Akihiro Sagawa [Tue, 6 Mar 2012 13:51:59 +0000 (22:51 +0900)]
readme: Update Japanese translation.
Fernando Martins [Tue, 6 Mar 2012 22:57:22 +0000 (23:57 +0100)]
po: Update Portuguese translation.
Eduardo García [Tue, 6 Mar 2012 17:49:03 +0000 (18:49 +0100)]
po: Update Spanish translation.
Lauri Kenttä [Tue, 6 Mar 2012 19:30:34 +0000 (21:30 +0200)]
po: Update Swedish translation.
Frédéric Delanoy [Mon, 5 Mar 2012 22:57:53 +0000 (23:57 +0100)]
po: Update French translation.
Hwang YunSong [Mon, 5 Mar 2012 12:00:30 +0000 (21:00 +0900)]
po: Update Korean translation.
André Hentschel [Mon, 5 Mar 2012 19:00:26 +0000 (20:00 +0100)]
po: Update German translation.
André Hentschel [Mon, 5 Mar 2012 18:59:56 +0000 (19:59 +0100)]
winecfg: Resize more controls for translations.
Pablo Martín [Mon, 5 Mar 2012 18:41:48 +0000 (19:41 +0100)]
po: Update Spanish translation.
Eduardo García [Mon, 5 Mar 2012 17:58:27 +0000 (18:58 +0100)]
po: Update Spanish translation.
Alexandre Julliard [Mon, 5 Mar 2012 12:22:14 +0000 (13:22 +0100)]
notepad: Fix the position of the Encoding combobox.
Francois Gouget [Mon, 5 Mar 2012 10:14:39 +0000 (11:14 +0100)]
po: Fix some space issues in the Norwegian Bokmål translation.
Francois Gouget [Mon, 5 Mar 2012 10:14:25 +0000 (11:14 +0100)]
po: A few typography fixes for the Chinese (Taiwan) 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.
Francois Gouget [Mon, 5 Mar 2012 04:38:22 +0000 (05:38 +0100)]
po: Fix a couple of typography issues in the Danish 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.
Francois Gouget [Mon, 5 Mar 2012 04:29:24 +0000 (05:29 +0100)]
po: Fix a formatting directive in 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.
André Hentschel [Sat, 3 Mar 2012 14:31:48 +0000 (15:31 +0100)]
winecfg: Resize controls for translations.
Hasan Kiran [Fri, 2 Mar 2012 23:37:07 +0000 (23:37 +0000)]
po: Update Turkish translation.
Jaka Kranjc [Sun, 4 Mar 2012 09:12:54 +0000 (10:12 +0100)]
po: Fixed Slovenian cmd usage translation.
Fernando Martins [Sat, 3 Mar 2012 00:34:23 +0000 (01:34 +0100)]
po: Update Portuguese translation.
Pablo Martín [Thu, 1 Mar 2012 18:59:55 +0000 (19:59 +0100)]
po: Update Spanish translation.
Eduardo García [Sat, 3 Mar 2012 15:47:50 +0000 (16:47 +0100)]
readme: Update Spanish translation.
Eduardo García [Fri, 2 Mar 2012 17:54:17 +0000 (18:54 +0100)]
po: Update Spanish translation.
Petr Kočandrle [Fri, 2 Mar 2012 14:03:54 +0000 (15:03 +0100)]
po: Update Czech translation.
Lauri Kenttä [Sun, 4 Mar 2012 20:07:15 +0000 (22:07 +0200)]
po: Update Finnish translation.
Alexandre Julliard [Fri, 2 Mar 2012 18:48:45 +0000 (19:48 +0100)]
Release 1.4-rc6.
Alexandre Julliard [Fri, 2 Mar 2012 16:54:50 +0000 (17:54 +0100)]
Updated the authors list.
Alexandre Julliard [Fri, 2 Mar 2012 15:51:22 +0000 (16:51 +0100)]
gdi32: Fix missing increment of integer data in GetCharABCWidthsFloat.
Zoltan Nagy [Thu, 1 Mar 2012 17:36:05 +0000 (18:36 +0100)]
po: Update Hungarian translation.
Nikolay Sivov [Fri, 2 Mar 2012 12:59:21 +0000 (15:59 +0300)]
po: Russian translation update.
Alex Henrie [Fri, 2 Mar 2012 04:14:01 +0000 (21:14 -0700)]
po: Fix spelling errors in Catalan translation.
Fernando Martins [Thu, 1 Mar 2012 18:04:06 +0000 (19:04 +0100)]
po: Update Portuguese translation.
Ivan Vojtko [Thu, 1 Mar 2012 10:47:19 +0000 (11:47 +0100)]
po: Update Slovak translation.
Eduardo García [Thu, 1 Mar 2012 22:27:10 +0000 (23:27 +0100)]
po: Update Spanish translation.
Aurimas Fišeras [Thu, 1 Mar 2012 19:22:15 +0000 (21:22 +0200)]
po: Update Lithuanian translation.
Nikolay Sivov [Thu, 1 Mar 2012 18:06:39 +0000 (21:06 +0300)]
msxml3: Return default namespace uri for 'xml'-prefixed attributes.
Bruno Jesus [Thu, 1 Mar 2012 04:28:38 +0000 (01:28 -0300)]
imm32/tests: Add ImmGetDescription tests.
Maarten Lankhorst [Wed, 29 Feb 2012 22:43:56 +0000 (23:43 +0100)]
mmdevapi: Add tests for checking events to capture.
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.
Gustavo Henrique Milaré [Thu, 1 Mar 2012 00:48:31 +0000 (21:48 -0300)]
po: Update Brazilian Portuguese translation.
Eduardo García [Wed, 29 Feb 2012 20:00:50 +0000 (21:00 +0100)]
po: Update Spanish translation.
Francois Gouget [Thu, 1 Mar 2012 02:12:56 +0000 (03:12 +0100)]
start: Remove the license and the /L option.
Henri Verbeet [Wed, 29 Feb 2012 16:22:34 +0000 (17:22 +0100)]
d3d9/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.
Henri Verbeet [Wed, 29 Feb 2012 16:22:32 +0000 (17:22 +0100)]
wined3d: Implement resetting the device window in wined3d_device_reset().