Commit Graph

60026 Commits

Author SHA1 Message Date
Vladimir Pankratov ab2a719c3a localspl: Convert the Russian resources to UTF-8. 2009-07-24 13:11:43 +02:00
Vladimir Pankratov 14a391b8bb iccvid: Convert the Russian resources to UTF-8. 2009-07-24 13:11:39 +02:00
Vladimir Pankratov 743225914f comdlg32: Convert the Russian resources to UTF-8. 2009-07-24 13:11:33 +02:00
Vladimir Pankratov 6f81330eb4 avifile: Convert the Russian resources to UTF-8. 2009-07-24 13:11:29 +02:00
Vladimir Pankratov 436683fb96 browseui: Convert the Russian resources to UTF-8. 2009-07-24 13:11:25 +02:00
Vladimir Pankratov 65fac0d664 comctl32: Convert the Russian resources to UTF-8. 2009-07-24 13:11:20 +02:00
Vladimir Pankratov fe4e1f43ed appwiz.cpl: Convert the Russian resources to UTF-8. 2009-07-24 13:11:16 +02:00
Rein Klazes 38dbe067c3 user32: Fail if inserting a submenu would create a loop in the menu hierarchy. 2009-07-24 13:11:10 +02:00
Henri Verbeet 9baf7864c5 wined3d: Return proper NULLs from CreateContext(). 2009-07-24 13:11:01 +02:00
Henri Verbeet be536ebe2f wined3d: Get rid of activeContext. 2009-07-24 13:10:57 +02:00
Henri Verbeet c8fe24d29e wined3d: Explicitly pass the context to surface_load_ds_location(). 2009-07-24 13:10:47 +02:00
Henri Verbeet 2c71b85334 wined3d: Explicitly pass the context to get_drawable_size(). 2009-07-24 13:10:37 +02:00
Henri Verbeet fb77678e9f wined3d: Manage event queries in the context. 2009-07-24 13:10:28 +02:00
Henri Verbeet 4ab7af6575 wined3d: Manage occlusion queries in the context. 2009-07-24 13:10:19 +02:00
Roderick Colenbrander 6a1aa9b166 winex11: XRenderComposite can be inaccurate when scaled x / y source coordinates are passed to it.
Moving this translation to the transformation matrix fixes the problem.
2009-07-24 13:10:12 +02:00
Paul Vriens 75fc48d4c5 jscript: Add Dutch translations. 2009-07-24 12:04:02 +02:00
Rein Klazes d8f962e69c ws2_32: Do not make the unix file descriptor blocking. Too many places in the socket code assume it is not. 2009-07-24 11:51:35 +02:00
Piotr Caban f3d24fdda9 jscript: Throw more SyntaxErrors in parser. 2009-07-24 11:51:29 +02:00
Piotr Caban 67c8a3e919 jscript: Added "Expected ';'" error. 2009-07-24 11:51:20 +02:00
Piotr Caban c6412d98d9 jscript: Add "illegal assignment" error. 2009-07-24 11:51:11 +02:00
Piotr Caban 2fba39df27 jscript: Added "Expected ')'" error. 2009-07-24 11:45:07 +02:00
Piotr Caban 29d9f09992 jscript: Added "Expected '('" error. 2009-07-24 11:45:01 +02:00
Piotr Caban 98223b96e7 jscript: Throw SyntaxError in eval function. 2009-07-24 11:44:53 +02:00
Alexandre Julliard d1fbdbce32 shell32/tests: Fix a couple of failures on Win9x and NT4. 2009-07-24 11:44:41 +02:00
Andrew Talbot 99139d9671 ddraw: Constify some variables. 2009-07-24 11:44:17 +02:00
Owen Rudge 395acfc545 winhlp32: Ensure Open dialog is modal. 2009-07-24 11:10:55 +02:00
Nikolay Sivov 59e59c6bf9 comctl32/listview: Don't alter selection mark in LVM_SETITEMSTATE. 2009-07-24 11:10:43 +02:00
Nikolay Sivov 092263f051 comctl32/listview: Set LVIS_FOCUSED for all items with LVM_SETITEMSTATE not allowed. 2009-07-24 11:10:38 +02:00
Nikolay Sivov 440218cfde comctl32/listview: Handle NULL lParam in LVM_SETITEMSTATE. 2009-07-24 11:10:32 +02:00
Nikolay Sivov 9e222c6cbb comctl32/listview: Additional tests for LVM_SETITEMSTATE for all items. 2009-07-24 11:10:25 +02:00
Hans Leidekker 8881335842 wininet: Update Dutch translation. 2009-07-24 11:10:18 +02:00
Hans Leidekker 50761eac23 wininet: Use a different pointer for the password in WININET_SetAuthorization. 2009-07-24 11:10:14 +02:00
Frédéric Delanoy 2b18ed11a5 wininet: Update French translation. 2009-07-24 11:10:09 +02:00
André Hentschel f32366a6b9 wininet: Update German translation. 2009-07-24 11:10:00 +02:00
Aurimas Fišeras fb374536f0 wininet: Update Lithuanian translation. 2009-07-24 11:09:55 +02:00
Juan Lang 2b99adc2f1 winhttp: Only output fixme for unhandled resolve timeout. 2009-07-24 11:09:51 +02:00
Juan Lang 68039dcaff winhttp: Implement connect timeout. 2009-07-24 11:09:46 +02:00
Alexandre Julliard f18276fe0b kernel32: Fetch more information from the DosDevices directory for QueryDosDevice. 2009-07-24 11:01:41 +02:00
Alexandre Julliard f428813ce2 winemenubuilder: Reduce memory usage for string copies. 2009-07-24 10:41:25 +02:00
Alexandre Julliard 464c956a0a libwine: Fix the wctomb validity check for codepages where the default chars don't convert to each other. 2009-07-24 10:40:32 +02:00
Roderick Colenbrander c6570a50f8 winex11: Make X11DRV_SetupGCForPatBlt independent of screen_depth. 2009-07-23 16:10:51 +02:00
Roderick Colenbrander d01235332c winex11: Make BRUSH_DitherColor independent of the screen_depth. 2009-07-23 16:10:11 +02:00
Roderick Colenbrander e082bf6626 winex11: Add support for GCs at more depths. 2009-07-23 16:08:33 +02:00
Rein Klazes 50cfcffd32 user32: Get rid of internal function MENU_SetItemData, use SetMenuItemInfo_common instead. 2009-07-23 15:35:23 +02:00
Rein Klazes 9555171044 user32: When setting a menu item, handle MIIM_TYPE flag by setting approriate MIIM_BITMAP, MIIM_FTYPE and MIIM_STRING flags. 2009-07-23 15:34:03 +02:00
Rein Klazes e9f4c6bb02 user32: Put some repeated code for checking and extending of a MENUITEMINFO structure in a separate function. 2009-07-23 15:31:18 +02:00
Jacek Caban 57f23b875c mshtml: Added VT_UINT handling to debugstr_variant. 2009-07-23 15:27:19 +02:00
Huw Davies 8d8bef944d include: Add crtrow.idl. 2009-07-23 13:28:05 +02:00
Huw Davies d328e9a14a include: Add binres.idl. 2009-07-23 13:27:45 +02:00
Huw Davies c04275d753 include: Add a missing parameter and fix a few attributes. 2009-07-23 13:26:57 +02:00