Commit Graph

52163 Commits

Author SHA1 Message Date
Juan Lang e987ecc3e7 crypt32: Correct heading for a certificate issuer in a CERT_AUTHORITY_KEY_ID2. 2008-11-17 12:58:53 +01:00
Ricardo Filipe 6555ea262c winspool.drv: Added Portuguese translation. 2008-11-17 12:58:46 +01:00
Ricardo Filipe 42944e82e5 crypt32: Added Portuguese translation. 2008-11-17 12:58:26 +01:00
Ricardo Filipe 9c6ce1386c hhctrl.ocx: Added Portuguese translation. 2008-11-17 12:58:10 +01:00
Ricardo Filipe 993b6d7f47 wldap32: Added Portuguese translation. 2008-11-17 12:57:58 +01:00
Alexandre Julliard 1877ff01f9 user32/tests: Fix the resource tests for various Windows versions. 2008-11-14 21:17:48 +01:00
Alexandre Julliard e4d7d902d5 kernel32/tests: Fix the write watch tests on Win98 and Win2000. 2008-11-14 20:36:20 +01:00
Alexandre Julliard a0c4bfef9d ntdll: Add private function to manage system virtual views instead of abusing NtAllocateVirtualMemory. 2008-11-14 17:40:54 +01:00
Henri Verbeet 70088c4ef3 d3d10: Use the factory that created the adapter to create a swapchain. 2008-11-14 14:32:45 +01:00
Henri Verbeet 81e92fc81c d3d10: Implement D3D10CreateDevice() on top of D3D10CoreCreateDevice(). 2008-11-14 14:32:41 +01:00
Henri Verbeet 3505b5cf17 d3d10core: Implement D3D10CoreCreateDevice(). 2008-11-14 14:28:48 +01:00
Henri Verbeet ddbd4ab3b8 dxgi: Implement DXGID3D10CreateDevice(). 2008-11-14 14:28:42 +01:00
Henri Verbeet 800fedc258 dxgi: Implement DXGID3D10RegisterLayers(). 2008-11-14 14:28:34 +01:00
Paul Vriens 21765291cf kernel32/tests: Fix timeouts on NT4 and W2K. 2008-11-14 14:28:29 +01:00
Andrew Riedi 7f5b4ab15d user32: Initial .ani support (only first frame).
Based on patches by Henri Verbeet.
2008-11-14 14:28:23 +01:00
Damjan Jovanovic 9ff230dcaa shdocvw, winemenubuilder: Generate fd.o entries for .url files. 2008-11-14 13:30:25 +01:00
Alexandre Julliard 16feb03778 kernel32/tests: Fix the file test on various Windows versions. 2008-11-14 13:30:16 +01:00
Detlef Riekenberg f0d0ac75dc comctl32/tests: Make the header test dpi aware. 2008-11-14 12:08:42 +01:00
Alexandre Julliard d4226445d0 urlmon/tests: Accept IInternetProtocolEx interface id. 2008-11-14 12:08:31 +01:00
Alexandre Julliard 9ab359314d include: Added the IInternetProtocolEx interface.
Based on an old patch by Reece Dunn.
2008-11-14 12:08:03 +01:00
David Adam 5aa32e84c3 d3dx8: Change the debug channel of d3dx8 into the generic d3dx. 2008-11-14 11:19:44 +01:00
Alexander Morozov f52402e71a kernel32: NT drivers can handle IOCTL codes with HIWORD == 0. 2008-11-14 11:19:21 +01:00
Alexandre Julliard c22e49740a shell32/tests: Properly cleanup the created favorites shell folder. 2008-11-14 11:18:34 +01:00
Alexandre Julliard 43fae4e425 kernel32/tests: Added a bunch of tests for write watches. 2008-11-14 11:02:15 +01:00
Alexandre Julliard 23be27ef80 kernel32: Added GetWriteWatch and ResetWriteWatch. 2008-11-14 11:02:15 +01:00
Alexandre Julliard 6c7ff61639 ntdll: Added stubs for NtGetWriteWatch and NtResetWriteWatch. 2008-11-14 11:02:15 +01:00
Lei Zhang 62a0bd65d2 quartz: Reaching a renderer in the filtergraph is not an error. 2008-11-14 11:02:15 +01:00
Andrew Talbot ce3af50d10 msxml3: Void function should not return a value. 2008-11-14 11:02:15 +01:00
Andrew Talbot c7284efa13 urlmon: Sign-compare warnings fix. 2008-11-14 11:02:15 +01:00
Paul Vriens 10fcf6285e setupapi/tests: Don't use hardcoded C: for the system drive. 2008-11-14 11:02:15 +01:00
Paul Vriens 36c40e53e0 quartz/tests: Fix a few failures on Win95 and NT4. 2008-11-14 11:02:15 +01:00
Alexandre Julliard f8b8478f91 ole32/tests: Fix a couple of test failures on Win9x and NT4. 2008-11-13 21:45:57 +01:00
Alexandre Julliard 4bff91265a ole32/tests: Don't hardcode the Ansi codepage value. 2008-11-13 21:45:41 +01:00
Alexandre Julliard 48d41dbc37 ole32/tests: Use a CLSID that is more likely to exist on old Windows versions. 2008-11-13 21:45:25 +01:00
Alexandre Julliard 5ca20cd482 ole32/tests: Fix a couple of global stream test failures on Win9x. 2008-11-13 21:45:04 +01:00
Paul Vriens 1dba41b104 msi/tests: Skip some tests on Win9x and WinMe. 2008-11-13 15:41:30 +01:00
Paul Vriens decb70d95c gdi32/tests: Fix a few failures on Win9x and WinMe. 2008-11-13 15:30:52 +01:00
David Adam 09c6caea06 d3dx8: Implement D3DXMatrixTransformation2D. 2008-11-13 14:21:04 +01:00
David Adam 4f1d5c26d1 d3dx8: Implement D3DXMatrixAffineTransformation2D. 2008-11-13 14:20:41 +01:00
Nikolay Sivov 63e8294593 gdiplus: Return some token value on startup. 2008-11-13 14:16:12 +01:00
Alexandre Julliard 64de271939 msvcrt/tests: Run time tests for the current year instead of 1970 and fix wrong DST assumptions. 2008-11-13 14:15:56 +01:00
Alistair Leslie-Hughes 27685adaf1 shdocvw: Correct tests. 2008-11-13 13:08:58 +01:00
Dylan Smith e4ef9c5c15 richedit: Initial testing of ITextServices methods. 2008-11-13 13:08:46 +01:00
Ricardo Filipe 6cd908d420 shdoclc: Added Portuguese translation. 2008-11-13 12:07:20 +01:00
Ricardo Filipe 40ae522409 msvidc32: Added Portuguese translation. 2008-11-13 12:07:07 +01:00
Ricardo Filipe e93ed1f165 localui: Added Portuguese translation. 2008-11-13 12:06:52 +01:00
Ricardo Filipe b891eb1e28 localspl: Added Portuguese translation. 2008-11-13 12:06:38 +01:00
Ricardo Filipe 0e343301e0 gphoto2.ds: Added Portuguese translation. 2008-11-13 12:06:23 +01:00
Ricardo Filipe eb9a92fa42 credui: Added Portuguese translation. 2008-11-13 12:06:00 +01:00
Ricardo Filipe 3eb8a71306 browseui: Added Portuguese translation. 2008-11-13 12:05:48 +01:00