Commit graph

70063 commits

Author SHA1 Message Date
Igor Paliychuk
23c627af26 winecfg: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
86603e52eb oleview: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
32e6007010 regedit: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
c22e1299ec taskmgr: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
91d6f49511 shell32: Update Ukrainian translation. 2010-07-19 14:38:17 +02:00
Andrew Nguyen
be5d66f5d8 krnl386.exe: Fix a potential leak and NULL dereference in DPMI_xrealloc. 2010-07-19 14:38:17 +02:00
Andrew Nguyen
ea7bcc6c3f krnl386.exe: Use the correct format specifier for size traces. 2010-07-19 14:38:17 +02:00
Paul Vriens
4662e12164 msi: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-19 14:38:16 +02:00
Paul Vriens
04678d955d comctl32: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-19 14:38:16 +02:00
Dylan Smith
41dbacdc71 user32: RegisterClassEx should check for invalid cbSize field. 2010-07-19 14:38:16 +02:00
Dylan Smith
be3073fce1 richedit: Fix streaming rtf with table at the start of the text.
The first paragraph was being handled just by ME_StreamOutParaProps,
but subsequent paragraphs would check if the paragraph was starting or
ending a table. So I moved the code to check for tables into
ME_StreamOutParaProps.
2010-07-19 14:38:16 +02:00
Dylan Smith
e2f6b1d83d richedit: Don't break when streaming out a table, just continue.
This is a regression caused by commit
54b53b6018 which change the code to use
if statements instead of a switch, so the break statement should have
been changed to a continue statement.
2010-07-19 14:38:16 +02:00
Vincent Povirk
5116b979b2 ole32: Flush the ILockBytes object of a storage on commit and final release.
Some ILockBytes objects will not really write changes until their Flush
method is called. Also, further optimizations to the storage implementation
will involve caching writes, which will have to be flushed at times.
2010-07-19 14:38:16 +02:00
Vincent Povirk
b7dbfcbd48 ole32: Remove an unused variable. 2010-07-19 14:38:16 +02:00
Vincent Povirk
d0e6e4aa82 ole32: Use ILockBytes_Stat to get the filename of a storage. 2010-07-19 14:38:16 +02:00
Vincent Povirk
14f8f9d5b5 ole32: Remove the BigBlockFile abstraction and always use an ILockBytes. 2010-07-19 14:38:16 +02:00
Vincent Povirk
4171499411 ole32: Don't map storage files in memory. 2010-07-19 14:38:16 +02:00
Vincent Povirk
7f3c92b2a0 ole32: Update storage header saving code based on the latest MS spec.
These fields are needed for the MS storage implementation to load
files that were created by Wine with a block size of 4096.
2010-07-19 14:38:16 +02:00
Sven Baars
cb07a59a80 user32: Fix the Dutch translation. 2010-07-19 14:38:16 +02:00
Alexandre Julliard
e36f326f35 gdi32/tests: Fixed coordinates matching to use a relative error. 2010-07-19 14:38:16 +02:00
Seth Shelnutt
b5a5db910f wined3d: Nvidia Geforce 8400 and 8500 are now reported as 8400GS instead of 8300GS. 2010-07-19 14:38:16 +02:00
Piotr Caban
c398e6fc77 wininet: Cache non basic authorization data. 2010-07-19 14:38:16 +02:00
Piotr Caban
98fb747aa9 wininet: Delete authorization data on unsucessful login. 2010-07-19 14:38:15 +02:00
Piotr Caban
3cfc7132be wininet: Fix reporting errors in callbacks. 2010-07-19 14:38:15 +02:00
Piotr Caban
7a22365674 msxml3: Improve bstr_from_xmlCharN implementation. 2010-07-19 14:38:15 +02:00
Piotr Caban
bf263947e7 msxml3: Improve QName_from_xmlChar implementation. 2010-07-19 14:38:15 +02:00
Piotr Caban
3bf94bed3f msxml3: Correctly allocate namespaces stack in saxreader. 2010-07-19 14:38:15 +02:00
Jacek Caban
4890eb5775 mshtml: Added IHTMLDocument3::detachEvent implementation. 2010-07-19 14:38:15 +02:00
Jacek Caban
f2361112ba mshtml: Added implementation of remaining IHTMLRect getters. 2010-07-19 14:38:15 +02:00
Jacek Caban
bbaefeb3b5 mshtml: Added IHTMLRect::get_top implementation. 2010-07-19 14:38:15 +02:00
Jacek Caban
489320b9ab mshtml: Added IHTMLElement2::getBoundingClientRect implementation. 2010-07-19 14:38:15 +02:00
Jacek Caban
adb4e83eb2 jscript: Fixed sort_cmp for non-string arguments. 2010-07-19 14:37:59 +02:00
Eric Pouech
06b6e3bdc7 wineoss.drv: Be consistent for aux devices about what we actually support. 2010-07-19 11:10:13 +02:00
Vincent Povirk
537bfbf494 shell32: Don't access szFullPath when SHGFI_PIDL is set in SHGetFileInfo. 2010-07-19 11:10:08 +02:00
Vincent Povirk
1ebdd6b945 user32: Don't dump structures of some ambiguous listview messages. 2010-07-19 11:10:05 +02:00
Vincent Povirk
6799aaf34a oleaut32: Add test for dibs vs. ddbs in IPicture. 2010-07-19 11:10:01 +02:00
Vincent Povirk
4dfcf843aa windowscodecs: Ignore the length field of RLE compressed bitmaps. 2010-07-19 11:09:57 +02:00
Marko Nikolic
5fe2fc20fd advapi32/tests: Removed sign comparison warning in service.c. 2010-07-19 11:09:53 +02:00
Sven Baars
7fe8c72023 kernel32: Update the Dutch translation. 2010-07-19 11:09:48 +02:00
Alexandre Julliard
d494bda30f Release 1.2. 2010-07-16 17:05:45 +02:00
Alexandre Julliard
b4f504688d Updated the authors list. 2010-07-15 19:44:43 +02:00
Igor Paliychuk
e350db6336 kernel32: Ukrainian translation update. 2010-07-15 11:29:24 +02:00
Igor Paliychuk
d563479686 winmm: Add Ukrainian translation. 2010-07-15 11:29:16 +02:00
Igor Paliychuk
f1aa6613a6 setupapi: Add Ukrainian translation. 2010-07-15 11:29:11 +02:00
André Hentschel
ad256e07c6 README.de: Remove unnecessary information. 2010-07-15 11:29:03 +02:00
André Hentschel
9a027b17f8 README: Update German translation. 2010-07-14 19:18:54 +02:00
Luca Bennati
e5432d009a README: Update Italian translation. 2010-07-14 18:47:26 +02:00
Damjan Jovanovic
9c858d914e winedbg: Fix Serbian Latin translation. 2010-07-14 17:55:32 +02:00
Damjan Jovanovic
3c4593a529 wineboot: Fix Serbian Latin translation. 2010-07-14 17:55:29 +02:00
Michael Stefaniuc
007047a55a cmdlgtst: Add the Romanian translation.
Translation by Claudia Cotună and me.
2010-07-14 11:43:55 +02:00