Frédéric Delanoy
4d50c815b4
mshtml: Update French translation.
2010-05-31 12:46:08 +02:00
Luca Bennati
7388cb4a68
jscript: Add Italian translation.
2010-05-31 12:14:29 +02:00
Luca Bennati
3e4935b9e3
mapi32: Add Italian translation.
2010-05-31 12:14:29 +02:00
Luca Bennati
7a5058b505
hhctrl.ocx: Add Italian translation.
2010-05-31 12:14:29 +02:00
Luca Bennati
f10025def1
localui: Add Italian translation.
2010-05-31 12:14:29 +02:00
Luca Bennati
8d2025dd34
gphoto2.ds: Add Italian translation.
2010-05-31 12:14:29 +02:00
Luca Bennati
25dce78d41
localspl: Add Italian translation.
2010-05-31 12:14:29 +02:00
Luca Bennati
e15caca5c4
sane.ds: Add Italian translation.
2010-05-31 12:14:29 +02:00
Alexandre Julliard
71678645ad
mlang/tests: Fix some nasty #ifdef syntax.
2010-05-31 12:14:28 +02:00
Thomas Mullaly
a6f1ebfe41
urlmon/tests: Added test for invalid args to IUri_GetPropertyBSTR and IUri_GetPropertyDWORD.
2010-05-31 12:14:28 +02:00
Thomas Mullaly
f16fa49f4d
urlmon/tests: Added tests for IUri_GetPropertyLength.
2010-05-31 12:14:28 +02:00
Thomas Mullaly
2e5b76dbf7
urlmon/tests: Added more test data for the IUri tests.
2010-05-31 12:14:28 +02:00
Luca Bennati
adc70a22ce
iccvid: Add Italian translation.
2010-05-31 12:14:28 +02:00
Luca Bennati
01ca426d95
msvidc32: Add Italian translation.
2010-05-31 12:14:28 +02:00
Luca Bennati
ac11288bc2
cryptdlg: Add Italian translation.
2010-05-31 12:14:28 +02:00
Luca Bennati
247ceccda0
setupapi: Update Italian translation.
2010-05-31 12:14:28 +02:00
Luca Bennati
0e1e826fcf
oledlg: Update Italian translation.
2010-05-31 12:14:28 +02:00
Aric Stewart
41fb95b43d
gdi32: Set lpOrder in BIDI_Reorder even for strings not requireing reordering.
2010-05-31 12:14:28 +02:00
Nikolay Sivov
1b105553d7
shlwapi: Don't limit text size for message boxes from ShellMessageBoxWrapW.
2010-05-31 12:14:28 +02:00
Frédéric Delanoy
94ce29e4ea
shlwapi: Fix French translation.
2010-05-31 12:14:28 +02:00
Frédéric Delanoy
f2d5fa26c5
comdlg32: Fix French translation.
2010-05-31 12:14:27 +02:00
Frédéric Delanoy
1bb4513a06
comctl32: Fix French translation.
2010-05-31 12:14:27 +02:00
Vincent Povirk
e390839732
windowscodecs: Fix the tile coordinate translation in the TIFF decoder.
2010-05-31 12:14:27 +02:00
Kristofer Henriksson
39ea772ac4
winemp3.acm: Update mpegl3.c copyright notice.
2010-05-31 12:14:27 +02:00
Andrew Eikum
beb0b2bc05
msi: Publish icons into the correct directory.
2010-05-31 12:14:27 +02:00
Alexandre Julliard
f5f3426c87
user32: Fallback to normal icon drawing if AlphaBlend fails.
2010-05-31 12:14:27 +02:00
Alexandre Julliard
7e23f9ce08
winex11: Disable sub-pixel antialiasing if Xrender isn't supported.
2010-05-31 12:14:27 +02:00
Alexandre Julliard
14b3db99c1
msvcrt: Make sure msvcrt doesn't get unloaded.
...
We can't initialize file handles properly a second time.
2010-05-28 20:33:27 +02:00
Henri Verbeet
c3cda92cf4
d3d9/tests: Remove an invalid point size test.
...
This test tests point size clamping behaviour when POINTSIZE_MAX <
POINTSIZE_MIN, but that behaviour isn't consistent between D3D drivers.
2010-05-28 16:22:26 +02:00
Henri Verbeet
1c12ba44a7
d3d9/test: Introduce point_match() to simplify testing point sizes.
2010-05-28 16:22:26 +02:00
Henri Verbeet
8c92f805f6
d3d9/tests: Don't depend so much on point rasterization rules in pointsize_test().
...
We can create a separate test for point rasterization if we really care about
that, but I doubt we do.
2010-05-28 16:22:26 +02:00
André Hentschel
64951f7110
dbghelp: Use the available PowerPC functions.
2010-05-28 16:22:26 +02:00
Robert Wilhelm
620af69d88
msvcrt: Support system(NULL).
2010-05-28 16:22:26 +02:00
Alexandre Julliard
d815e582cf
user32: Only skip redraws on MDI child unmaximize if the new child is maximized.
2010-05-28 16:22:26 +02:00
Alexandre Julliard
2db72e9859
winex11: Only unmap windows when the window rect changes to unmapped the first time.
2010-05-28 16:22:26 +02:00
Alexandre Julliard
61e50e15ba
winex11: Map zero-size windows and set an empty window region for them.
2010-05-28 16:22:25 +02:00
Alexandre Julliard
81c4b4120d
winex11: Set size hints to 1x1 for zero-sized windows.
2010-05-28 16:22:25 +02:00
Alexandre Julliard
8b84d64075
winex11: Set window style to normal for windows with a minimize box.
...
Some window managers don't allow minimizing dialog windows.
2010-05-28 16:22:25 +02:00
Kristofer Henriksson
c58eff621d
winemp3.acm: Fix the Mac-specific code.
...
The previous code does not function on Snow Leopard, and does not conform
to Apple's documentation. This fix should function on all versions of OS X
later than 10.2.
2010-05-28 16:22:25 +02:00
Dmitry Timoshkov
167514ce94
winex11.drv: Simulate pressing Alt+F4 instead of clicking the caption Close button when handling the WM_DELETE_WINDOW event.
2010-05-28 16:22:25 +02:00
Hans Leidekker
c9fd854e04
wuapi: Return success from automatic_updates_Pause.
2010-05-28 16:22:25 +02:00
Thomas Mullaly
67d642b540
urlmon/tests: Added tests for the IUri_Get* dword property functions.
2010-05-28 16:22:25 +02:00
Thomas Mullaly
4fed489fe6
urlmon/tests: Added the remainder of tests for the IUri_Get* string functions.
2010-05-28 16:22:25 +02:00
Thomas Mullaly
6d328c9d40
urlmon/tests: Added tests for half of the IUri_Get* string functions.
2010-05-28 16:22:25 +02:00
Michael Stefaniuc
8cf14ed7bd
devenum: Split the translations into separate resource files.
...
Also use the existing resource ID defines.
2010-05-28 16:22:24 +02:00
Vincent Povirk
9c95761d9e
ole32: Always check the size of the small block root chain.
...
In some storage files, the size of this stream is not a multiple of the big
block size. This means that we may need to enlarge the stream even when we
don't really have to allocate more space for it.
2010-05-28 16:22:24 +02:00
Nikolay Sivov
07f9087365
comctl32: Fix accelerator letters for Toolbar customizing dialog.
2010-05-28 16:22:24 +02:00
Nikolay Sivov
1b9565ac3b
shell32: Complete strings resources.
2010-05-28 16:22:24 +02:00
Nikolay Sivov
3f1f5edd52
Fix unneeded capitalization in user prompts.
2010-05-28 16:22:24 +02:00
Aric Stewart
cddb5d6455
usp10: Apply all the GSUB features specified in Microsofts Typesetting documentation for Arabic Shaping.
2010-05-28 16:22:24 +02:00