Commit Graph

69896 Commits

Author SHA1 Message Date
Alexandre Julliard f71c4113bc atl: Fix off-by-one buffer allocation. 2010-06-28 11:44:40 +02:00
Michael Stefaniuc b8489d5f33 start: One language specifier in the English resource is enough.
Also fix a strange indentation.
2010-06-28 11:44:23 +02:00
Michael Stefaniuc 1f244ce0c5 start: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-06-28 11:44:19 +02:00
André Hentschel 74532c5009 kernel32: Add NERR_UserNotFound to german winerr. 2010-06-28 11:44:15 +02:00
Igor Paliychuk e9c90a6fee crypt32: Ukrainian translation update. 2010-06-28 11:44:07 +02:00
Igor Paliychuk 181d70ed4f mshtml: Ukrainian translation update. 2010-06-28 11:43:55 +02:00
Igor Paliychuk 9fa578041c winefile: Ukrainian translation update. 2010-06-28 11:43:49 +02:00
Igor Paliychuk 74f88f2933 wldap32: Ukrainian translation update. 2010-06-28 11:43:40 +02:00
Igor Paliychuk bbfbea77c7 cryptdlg: Ukrainian translation update. 2010-06-28 11:43:33 +02:00
Igor Paliychuk 40c30b3452 wordpad: Ukrainian translation update. 2010-06-28 11:43:22 +02:00
Piotr Caban a42a0917cd msxml3: Fix illegal memory access. 2010-06-28 11:43:10 +02:00
Austin English 77f4c853f9 ntoskrnl.exe: Add stub for MmAllocateContiguousMemorySpecifyCache:. 2010-06-28 11:43:06 +02:00
Austin English dab1bbef29 setupapi: Add stubs for SetupDiBuildDriverInfoList and SetupDiDeleteDeviceInfo:. 2010-06-28 11:42:59 +02:00
Jaroslav Šmíd 5b7bd76086 hhctrl.ocx: Make sure pszCaption and pszFile are never 0. 2010-06-28 11:42:52 +02:00
Eric Pouech 3ced7b8f40 dbghelp: Ensure we can try to load COFF symbols if none is found in other debug formats. 2010-06-28 11:42:28 +02:00
Eric Pouech d97e6a47e5 dbghelp: Test validity of COFF symbol table against file size (and not image size). 2010-06-28 11:42:23 +02:00
Eric Pouech 1f5ff75107 dbghelp: Fix the localization of section table while loading COFF information. 2010-06-28 11:42:18 +02:00
Ilya Basin fcba272391 include: Fix packing bug in shlobj.h. pragma pack 8 for ITEMSPACING, CSFV, SFV_CREATE. 2010-06-28 11:42:12 +02:00
Paul Chitescu 61a9eef9a1 dbghelp: Provide a non-NULL number of bytes read to ReadProcessMemoryProc64 callback. 2010-06-28 11:42:02 +02:00
Alexandre Julliard d474d3f142 Release 1.2-rc5. 2010-06-25 19:30:52 +02:00
Ilya Basin 9c23b5debc shell32/tests: SHELL_ArgifyW(%2|%*|%~3, ...) tests. 2010-06-25 16:17:09 +02:00
Gustavo Henrique Milaré a254524a02 serialui: Fix Portuguese (Brazilian) translation. 2010-06-25 13:31:06 +02:00
Gustavo Henrique Milaré 820358853d sane.ds: Update Portuguese (Brazilian) translation. 2010-06-25 13:30:56 +02:00
Gustavo Henrique Milaré f977762f6b oleacc: Update Portuguese (Brazilian) translation. 2010-06-25 13:30:45 +02:00
Gustavo Henrique Milaré e45330968a msi: Update Portuguese (Brazilian) translation. 2010-06-25 13:30:33 +02:00
Gustavo Henrique Milaré 44cc08ca79 oledlg: Update Portuguese (Brazilian) translation. 2010-06-25 13:30:24 +02:00
Michael Stefaniuc 911278b874 winedbg: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-06-25 12:50:42 +02:00
Michael Stefaniuc c3e602c6b5 reg: Add the Romanian translation.
Translation by Claudia Cotună, reviewed by Alexandru Băluț.
2010-06-25 12:50:31 +02:00
Andrew Nguyen 6ea90c3c2e gdiplus: Add a few additional traces to gdiplus image functions. 2010-06-25 12:50:03 +02:00
Andrew Nguyen 58dd97efcf msvcrt: Implement _wmakepath_s. 2010-06-25 12:49:57 +02:00
Andrew Nguyen 9628a0d3e4 msvcrt: Implement _makepath_s. 2010-06-25 12:49:44 +02:00
Łukasz Wojniłowicz 9edc384263 kernel32: Update the Polish translation. 2010-06-25 12:49:14 +02:00
Sven Baars 5a348f6129 shell32: Fix Dutch translation. 2010-06-25 12:49:08 +02:00
Vincent Povirk 63fa6915ec gdiplus: Stub GdipGetEncoderParameterListSize. 2010-06-25 10:26:18 +02:00
Vincent Povirk 4c93f9f880 gdiplus: Always create path gradient brushes with blend positions. 2010-06-25 10:26:13 +02:00
Vincent Povirk 0178093576 gdiplus: Stub GdipGetPathGradientCenterColor. 2010-06-25 10:26:04 +02:00
Vincent Povirk 86f4e00fba gdiplus: Stub GdipMultiplyLineTransform. 2010-06-25 10:25:59 +02:00
Vincent Povirk 2e4eb7144c gdiplus: Stub GdipGetLineTransform. 2010-06-25 10:25:55 +02:00
Vincent Povirk 85c0e83dc5 gdiplus: Stub GdipGetRenderingOrigin. 2010-06-25 10:25:45 +02:00
Ken Thomases 4bcf7cbbf0 winex11: Allow setting focus on active window, if no focus window. 2010-06-25 10:25:41 +02:00
Dylan Smith 0c50285e3e wordpad: Use correct resource ID for tab stops dialog.
Fixes regression from commit 55f024afe1.
2010-06-25 10:25:38 +02:00
Gustavo Henrique Milaré 06175d046f mshtml: Updated Portuguese (Brazilian) translation. 2010-06-25 10:25:33 +02:00
Gustavo Henrique Milaré 16752ff94c msacm32: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:30 +02:00
Gustavo Henrique Milaré 007dc19295 mapi32: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:28 +02:00
Gustavo Henrique Milaré ca94a9cb05 jscript: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:25 +02:00
Gustavo Henrique Milaré ef21a144e7 gphoto2.gs: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:18 +02:00
Gustavo Henrique Milaré 6caca9628a progman: Update Portuguese translation. 2010-06-25 10:25:16 +02:00
Gustavo Henrique Milaré aebcb448fa winefile: Update Portuguese translation. 2010-06-25 10:25:13 +02:00
Gustavo Henrique Milaré 6f163d0c2b notepad: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:09 +02:00
André Hentschel 8ee71cc572 winetest: Also abort while sending. 2010-06-25 10:25:06 +02:00