Huw Davies
|
72cfc219f0
|
wineps: Move ppd filename retrieval to a separate function.
|
2012-04-13 16:09:44 +02:00 |
Huw Davies
|
cd83f88576
|
wineps: Add the duplex entry to the list.
|
2012-04-13 16:09:43 +02:00 |
Jacek Caban
|
16a5a5c91b
|
mshtml: Use return_nsstr helper in more functions.
|
2012-04-13 16:09:43 +02:00 |
Jacek Caban
|
29fbc70267
|
mshtml: Use return_nsstr helper in HTMLElement object implementation.
|
2012-04-13 16:09:42 +02:00 |
Jacek Caban
|
b43cd188df
|
mshtml: Use return_nsstr helper in IHTMLBodyElement::get_background implementation.
|
2012-04-13 16:09:42 +02:00 |
Jacek Caban
|
4c66a4626b
|
mshtml: Improved helper for returning color as VARIANT in HTMLBodyElement implementation.
|
2012-04-13 16:09:41 +02:00 |
Alexandre Julliard
|
81fcb10977
|
gdi32/tests: Add test cases for wide pen bounding rectangles.
|
2012-04-13 16:09:39 +02:00 |
Alexandre Julliard
|
6c028b19c5
|
gdi32: Avoid redundant computation of the gradient bounding rectangle.
|
2012-04-13 13:41:16 +02:00 |
Alexandre Julliard
|
ea5fa7ddbe
|
gdi32: Map all the points at once in PolyPolyline, similarly to what PolyPolygon does.
|
2012-04-13 13:39:06 +02:00 |
Alexandre Julliard
|
568afc210e
|
gdi32: Move the pen/brush_region helpers to graphics.c and avoid redundant clipping.
|
2012-04-13 13:36:23 +02:00 |
Henri Verbeet
|
2b1da8c77f
|
d3dx9: Don't return a pointer to the implementation in ID3DXBaseEffectImpl_QueryInterface().
|
2012-04-13 10:48:56 +02:00 |
Henri Verbeet
|
bdcc868ec4
|
include: Fix a couple of ID3DXSaveUserData prototypes.
|
2012-04-13 10:48:53 +02:00 |
Henri Verbeet
|
8cef8b3587
|
wined3d: Unify the wined3d_mapped_rect and wined3d_mapped_box structures.
|
2012-04-13 10:48:51 +02:00 |
Henri Verbeet
|
949f7b4524
|
d3d9: COM cleanup for the IDirect3DVertexDeclaration9 interface.
|
2012-04-13 10:48:46 +02:00 |
Henri Verbeet
|
81ed6e0c86
|
d3d9: Use the wined3d declaration to retrieve the FVF in IDirect3DDevice9Impl_GetFVF().
|
2012-04-13 10:48:43 +02:00 |
Akihiro Sagawa
|
b48f394e4f
|
comctl32: Add support for retrieving lpszText in TOOLINFO structure.
|
2012-04-12 21:27:45 +02:00 |
Aric Stewart
|
40456f4bb4
|
wineqtdecoder: Call OutputQueue_Destroy during pin disconnect.
|
2012-04-12 21:23:59 +02:00 |
Piotr Caban
|
a80aec4c56
|
msvcrt: Added support for _TRUNCATE flag in wcsncpy_s.
|
2012-04-12 20:39:15 +02:00 |
Ilya Basin
|
f900ed1474
|
regedit: Fix buffer size when exporting binary values.
|
2012-04-12 20:38:52 +02:00 |
Huw Davies
|
1d2cd06592
|
wineps: Move the default resolution fallback to the ppd parser.
|
2012-04-12 20:38:32 +02:00 |
Huw Davies
|
92bce60f37
|
wineps: Simplify the failure path.
|
2012-04-12 20:38:27 +02:00 |
Huw Davies
|
83ba3189b3
|
wineps: Pass the devmode to OpenPrinter.
|
2012-04-12 20:38:21 +02:00 |
Huw Davies
|
210f3e3338
|
wineps: Switch to using a Unicode devmode.
|
2012-04-12 20:38:16 +02:00 |
Huw Davies
|
0c7a6d89a2
|
wineps: Return from a common point.
|
2012-04-12 20:38:02 +02:00 |
Vincent Povirk
|
f5847da714
|
windowscodecs: Implement JpegEncoder_Frame_SetSize.
|
2012-04-12 20:37:43 +02:00 |
Vincent Povirk
|
1ce8a66e79
|
windowscodecs: Implement JpegEncoder_Frame_Initialize.
|
2012-04-12 20:37:38 +02:00 |
Vincent Povirk
|
7f302c81b3
|
windowscodecs: Implement JpegEncoder_CreateNewFrame.
|
2012-04-12 20:37:33 +02:00 |
Vincent Povirk
|
8a066b2c20
|
windowscodecs: Implement JpegEncoder_Initialize.
|
2012-04-12 20:37:24 +02:00 |
Vincent Povirk
|
2e2b045db0
|
windowscodecs: Add stub JPEG encoder.
|
2012-04-12 20:37:12 +02:00 |
Henri Verbeet
|
cdc2c53158
|
d3dx9: Don't return a pointer to the implementation in ID3DXEffectImpl_QueryInterface().
|
2012-04-12 20:37:00 +02:00 |
Henri Verbeet
|
86b14209a0
|
d3dx9: Don't return a pointer to the implementation in ID3DXEffectCompilerImpl_QueryInterface().
|
2012-04-12 20:36:57 +02:00 |
Henri Verbeet
|
fae3a6430d
|
ddraw: Get rid of IDirect3DVertexBufferImpl.
|
2012-04-12 20:36:53 +02:00 |
Henri Verbeet
|
5fc17b84d0
|
d3d9: Store wined3d vertex declarations in the fvf lookup table.
This also implicitly gets rid of the convFVF hack in
IDirect3DVertexDeclaration9Impl_Release().
|
2012-04-12 20:36:45 +02:00 |
Henri Verbeet
|
ba67df7a60
|
d3d9: Introduce a separate function for vertex declaration creation.
|
2012-04-12 20:36:40 +02:00 |
André Hentschel
|
0fccc41c3f
|
winedbg: Add partial ARM disassembler.
|
2012-04-12 20:35:39 +02:00 |
Bruno Jesus
|
3b2fcdd426
|
ws2_32/tests: Avoid crashing if getservbyname fails.
|
2012-04-11 19:12:30 +02:00 |
Bruno Jesus
|
d209697073
|
ws2_32/tests: Update hostent struct tests.
|
2012-04-11 19:12:22 +02:00 |
Christian Costa
|
eb03e83348
|
dmusic: Add trace to DMUSIC_CreateReferenceClockImpl and rename some variables.
|
2012-04-11 19:11:16 +02:00 |
Christian Costa
|
c05c04952e
|
dmusic: Check wrong params when creating a port + tests.
|
2012-04-11 19:10:26 +02:00 |
Christian Costa
|
7776591ff4
|
dmusic: Add dump function for DMUS_PORTPARAMS struct.
|
2012-04-11 19:10:06 +02:00 |
Christian Costa
|
7a772ed83a
|
dmusic: Replace debugstr_DMUS_OBJECTDESC by a specific dump function to avoid debug buffer overflow.
|
2012-04-11 19:09:29 +02:00 |
Christian Costa
|
d8822cf3d2
|
kernel32: Limit dwTotalPageFile in GlobalMemoryStatus to 4Gb minus 512kb for apps that do not expect so much memory.
|
2012-04-11 19:07:03 +02:00 |
Piotr Caban
|
43d208d215
|
msvcrt/tests: Added more strftime tests.
|
2012-04-11 18:23:27 +02:00 |
Piotr Caban
|
ef08e80765
|
msvcrt: Added _Strftime implementation.
|
2012-04-11 18:23:23 +02:00 |
Piotr Caban
|
b58cfb40b9
|
msvcrt: Added field names to MSVCRT___lc_time_data structure.
|
2012-04-11 18:21:00 +02:00 |
Piotr Caban
|
426e58be69
|
msvcrt: Set correct date and time format for C locale.
|
2012-04-11 18:20:52 +02:00 |
Piotr Caban
|
2ca9a73a31
|
msvcrt: Rewrite wasctime function.
|
2012-04-11 18:20:34 +02:00 |
Piotr Caban
|
0f7c834bd1
|
msvcrt: Rewrite asctime function.
|
2012-04-11 18:20:14 +02:00 |
Huw Davies
|
965388465d
|
wordpad: Don't quit if the user cancels the save-as dialog when being prompted to save changes.
|
2012-04-11 18:19:40 +02:00 |
Huw Davies
|
43cffa0888
|
wineps: Set the printer's devmode using SetPrinter.
|
2012-04-11 18:19:28 +02:00 |