Commit Graph

70707 Commits

Author SHA1 Message Date
Stefan Dösinger 515eb3d7c4 wined3d: MSVC fixes in state.c. 2010-08-02 12:55:23 +02:00
Stefan Dösinger 4431f6c11d wined3d: Replace pow with powf in surface_base.c. 2010-08-02 12:55:23 +02:00
Stefan Dösinger 4d45a791b6 wined3d: Fix another DWORD to WORD conversion warning. 2010-08-02 12:55:23 +02:00
Stefan Dösinger fc5eeebe1a wined3d: Add double to float conversion casts in device.c. 2010-08-02 12:55:22 +02:00
André Hentschel c6f1b6ba96 winecfg: Sync German keyboard shortcuts. 2010-08-02 12:55:22 +02:00
Anders Jonsson d43c40aa8b README: Update Swedish translation. 2010-08-02 12:55:22 +02:00
Yaron Shahrabani 145910742f clock: Added Hebrew translation. 2010-08-02 12:55:22 +02:00
Yaron Shahrabani ffab78ed51 wineboot: Added Hebrew translation. 2010-08-02 12:55:22 +02:00
Andrey Turkin fc4d5393a5 ntdll/tests: Do not check signedness for char types. 2010-08-02 12:55:21 +02:00
Andrey Turkin cb2ce2f371 imagehlp: Remove uninitialized variable. 2010-08-02 12:55:21 +02:00
Anders Jonsson a070fbe94a cryptui: Add Swedish translation. 2010-08-02 12:55:21 +02:00
Jose Rostagno e7c7e63f98 cmd: Fix Spanish translation. 2010-08-02 12:55:21 +02:00
Jose Rostagno b07fccd5d6 notepad: Fix Spanish translation. 2010-08-02 12:55:21 +02:00
Jose Rostagno a7d78b3307 shdocvw: Add Spanish translation. 2010-08-02 12:55:21 +02:00
Andrew Talbot 2b9ff98203 comctl32: Constify some variables. 2010-08-02 12:55:21 +02:00
Andrew Talbot 2061bf5f38 comctl32: Constify some variables. 2010-08-02 12:55:21 +02:00
Anders Jonsson fa10d003b2 mapi32: Add Swedish translation. 2010-08-02 12:55:20 +02:00
Thomas Mullaly aef9b15ca1 urlmon: Implemented IUri_GetDomain. 2010-08-02 12:55:20 +02:00
Thomas Mullaly 41513ef243 urlmon: Implemented function for finding the domain name of a URI. 2010-08-02 12:55:20 +02:00
Thomas Mullaly e49241f953 urlmon: Implemented IUri_GetAuthority. 2010-08-02 12:55:20 +02:00
Thomas Mullaly 9ef60297da urlmon: Silenced a noisy fixme. 2010-08-02 12:55:20 +02:00
Thomas Mullaly 9f41866e6f urlmon: Implemented IUri_GetHostType. 2010-08-02 12:55:20 +02:00
Luca Bennati b96553445a shdocvw: Add Italian translation. 2010-08-02 12:55:20 +02:00
Alexandre Julliard ff090a3468 winegcc: Add a printf format attribute to the strmake() function. 2010-08-02 12:55:19 +02:00
Alexandre Julliard 4bfdad159b winebuild: Get rid of the ignored symbol support. 2010-08-02 12:55:19 +02:00
Alexandre Julliard b03059cbda winebuild: Add a spawn() helper function to avoid starting a shell where possible. 2010-08-02 12:55:12 +02:00
Alexandre Julliard f51e696cca winebuild: Support an arbitrary number of temporary files. 2010-08-02 10:11:43 +02:00
Alexandre Julliard 84f4046481 winebuild: Copy the strmake function from winegcc to simplify string formatting. 2010-08-02 10:11:23 +02:00
Alexandre Julliard a4704d3d14 winex11: Sending a move/resize client message to the root requires a SubstructureRedirect mask too. 2010-08-01 20:06:05 +02:00
Alexandre Julliard f56dd18a0c configure: Add dependency on makefile for import libs to make sure the destination directory is created. 2010-07-31 11:15:33 +02:00
Alexandre Julliard 8b2a403a7d Release 1.3.0. 2010-07-30 19:43:56 +02:00
Alexander Nicolaysen Sørnes 9a4c364954 shdocvw: Add support for setting the statusbar text in IE. 2010-07-30 16:43:42 +02:00
Alexander Nicolaysen Sørnes e532b1c3bd shdocvw: Add a statusbar to IE. 2010-07-30 16:43:31 +02:00
Jacek Caban a0af1dc4cf mshtml: Pass processed URI to NewURI. 2010-07-30 16:34:05 +02:00
Andrew Nguyen ce8c450d83 oleaut32/tests: Test typelib registration in the user registry. 2010-07-30 14:59:42 +02:00
Andrew Nguyen f2610a6109 oleaut32: Partially implement UnRegisterTypeLibForUser. 2010-07-30 14:59:42 +02:00
Andrew Nguyen f4fa417be9 oleaut32: Partially implement RegisterTypeLibForUser. 2010-07-30 14:59:41 +02:00
Andrew Nguyen 10356abd8a comdlg32: Avoid a NULL dereference when changing the file type selection of a Unicode Win3.1-style dialog. 2010-07-30 14:59:41 +02:00
Andrew Nguyen 4e49518a38 krnl386.exe: Fix last error check for DOS compatibility hack. 2010-07-30 14:59:41 +02:00
Jacek Caban 5cc0d1ee80 wscript.exe: Added support for IHost type info. 2010-07-30 14:59:41 +02:00
Jacek Caban 68a3f4eb3c wscript.exe: Added IHost's IDispatch functions implementation. 2010-07-30 14:59:41 +02:00
Jacek Caban 4dc9711ffa wscript.exe: Added missing vararg attribute. 2010-07-30 14:59:41 +02:00
Nikolay Sivov 93985e70a8 shlwapi/tests: Fix some test failures on RTL enabled boxes. 2010-07-30 14:59:41 +02:00
Alexandre Julliard c68589e3dd gdi32: Replicate a Windows bug in StretchDIBits for top-down bitmaps in the non-stretching case.
Found by Mathias Kosch.
2010-07-30 14:59:41 +02:00
Andrey Turkin d9cc69be5b imagehlp: Implement ImageGetDigestStream.
Mostly based on patch from Juan Lang.
2010-07-30 14:59:41 +02:00
Andrey Turkin 682f6adcbf imagehlp: Add tests for ImageGetDigestStream.
Based on a patch by Juan Lang.
2010-07-30 14:59:41 +02:00
Maarten Lankhorst 6d8d3d74fa mciqtz32: Fix mciPlay. 2010-07-30 14:59:41 +02:00
Maarten Lankhorst 910b95d328 mciqtz32: Fix mciOpen. 2010-07-30 14:59:41 +02:00
Maarten Lankhorst baa7dcb90e mciqtz32: Simplify mciWhere. 2010-07-30 14:59:40 +02:00
Maarten Lankhorst c2a0c774e2 mciqtz32: Add support for MCI_STATUS_MODE. 2010-07-30 14:44:09 +02:00