Commit Graph

194 Commits (a9d8f9a0a23f197638cb9ae1b79a310f2d6880c3)

Author SHA1 Message Date
Andrew Talbot 203085dcee mapi32: Mark some fall-throughs in a switch statement. 2011-10-04 16:55:46 -05:00
Frédéric Delanoy 760faf01a9 tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
Frédéric Delanoy b5a33dab88 dlls: Assorted spelling fixes. 2011-08-02 20:47:51 +02:00
Marcus Meissner b93c6dfc69 mapi32: Mark internal symbols with hidden visibility. 2011-05-20 10:32:55 +02:00
Austin English 2520a363bd mapi32: Avoid shadowing a parameter. 2011-03-09 15:54:21 +01:00
Michael Stefaniuc 5a9d74a333 mapi32: COM cleanup for the IMalloc iface. 2011-01-24 14:43:25 +01:00
Alexandre Julliard b41fc57ef6 mapi32: Convert translations to po files. 2011-01-06 16:14:33 +01:00
Michael Stefaniuc abcd84aa0e mapi32: COM cleanup for the IPropData iface. 2010-12-29 11:59:34 +01:00
Michael Stefaniuc e67e836ef9 mapi32: Fully merge the IMAPIProp ifaces into IPropData. 2010-12-29 11:59:34 +01:00
Paul Vriens 60356ffe63 mapi32: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-03 10:24:24 +01:00
Yaron Shahrabani 5474811fe1 mapi32: Added Hebrew translation. 2010-10-22 12:05:37 +02:00
Yaron Shahrabani 2c4b2b792a mapi32: Added Hebrew translation. 2010-10-14 10:02:05 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard 73cf538433 mapi32: Use int64 in the spec file for 64-bit integers. 2010-08-31 14:23:48 +02:00
Anders Jonsson fa10d003b2 mapi32: Add Swedish translation. 2010-08-02 12:55:20 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Igor Paliychuk 8da420d1b3 mapi32: Add Ukrainian translation. 2010-07-08 17:33:36 +02:00
Ken Sharp 5ef7e7b8d4 mapi32: Add Gaelic resource. 2010-07-07 16:14:05 +02:00
Ken Sharp d7b8831a8d mapi32: Add Welsh resource. 2010-07-06 11:18:26 +02:00
Alexander Nicolaysen Sørnes 7f0273a98f mapi32: Add Norwegian Bokmål translation. 2010-06-30 16:19:45 +02:00
Kovács András 11b84ce207 mapi32: Add Hungarian translation. 2010-06-29 10:52:58 +02:00
Gustavo Henrique Milaré 007dc19295 mapi32: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:28 +02:00
Hwang YunSong ed264c4bb7 mapi32: New Korean resource. 2010-06-21 11:48:43 +02:00
Akihiro Sagawa 87b15dfc90 mapi32: Add Japanese translation. 2010-06-21 11:46:32 +02:00
Michael Stefaniuc 8e151f5126 mapi32: The Portuguese translation is in UTF-8. 2010-06-16 11:44:49 +02:00
Ricardo Filipe 579ebdb4cb mapi32: Add Portuguese Portugal translation. 2010-06-12 12:07:44 +02:00
Łukasz Wojniłowicz 154e95a698 mapi32: Add the Polish translation. 2010-06-07 12:55:02 +02:00
Paul Vriens e3a30e38fc mapi32: Add the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-07 12:23:16 +02:00
Luca Bennati 3e4935b9e3 mapi32: Add Italian translation. 2010-05-31 12:14:29 +02:00
Michael Stefaniuc 6db1531ad7 mapi32: Add the Romanian translation. 2010-05-24 14:11:27 +02:00
Matej Špindler bdb373d5c4 mapi32: Add Slovenian translation. 2010-05-17 12:42:31 +02:00
Paul Vriens 02163ffeaa mapi32: Add Dutch translation. 2010-04-21 11:57:31 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
José Manuel Ferrer Ortiz bd5f4637a1 mapi32: New Spanish translations. 2010-02-15 12:47:57 +01:00
Detlef Riekenberg e977672661 mapi32/tests: Fix a typo in a comment. 2010-02-02 11:47:20 +01:00
Andrew Nguyen ad2fdafee9 mapi32/tests: Invoke MAPIInitialize before performing the HexFromBin tests.
This avoids crashes with the native Outlook extended MAPI provider.
2010-02-01 12:45:27 +01:00
Andrew Nguyen 491201a871 mapi32/tests: Fix prototype of FBinFromHex function pointer. 2010-02-01 12:45:19 +01:00
Andrew Nguyen 5ed70a69df mapi32/tests: Centralize utility function pointer initialization. 2010-02-01 12:45:11 +01:00
Andrew Nguyen 4ed80f3bcb mapi32/tests: Invoke MAPIInitialize before performing the FPropContainsProp tests.
This avoids crashes with the native Outlook extended MAPI provider.
2010-02-01 12:43:23 +01:00
Andrew Nguyen aef39f3d9f mapi32/tests: Centralize property function pointer initialization. 2010-01-18 15:34:44 +01:00
Andrew Nguyen b69045bfc7 mapi32/tests: Fix the PropCopyMore tests and add an additional test.
The PropCopyMore test function was incorrectly allocating memory and
testing property types without initializing the correct property union
member, causing a crash with the native Outlook extended MAPI
provider.
2010-01-18 15:34:32 +01:00
Andrew Nguyen 9996897c51 mapi32/tests: Report skip for MAPIGetDefaultMalloc. 2010-01-18 15:34:16 +01:00
Andrew Nguyen 4904e31133 mapi32/tests: Report skips for unavailable utility functions. 2010-01-18 15:34:11 +01:00
Andrew Nguyen 3bd474d7f3 mapi32/tests: Report skips for unavailable property functions. 2010-01-18 15:34:04 +01:00
Vladimir Pankratov 9e394d86b4 mapi32: Add Russian translation. 2009-12-22 13:48:24 +01:00
Frédéric Delanoy 5dbbe5a7f1 mapi32: Add French translation. 2009-12-21 15:01:22 +01:00
Aurimas Fišeras e05267dd14 mapi32: Add Lithunian translation. 2009-12-18 12:49:31 +01:00
Amine Khaldi 5ce4caf8f3 mapi32: Remove an unneeded assignment. 2009-12-18 12:49:24 +01:00
André Hentschel 79dd011839 mapi32: Add German resource. 2009-12-18 11:40:29 +01:00