Commit Graph

2661 Commits

Author SHA1 Message Date
Jonathan Ernst 8070e52c42 winecfg: Add missing audio tab controls to other languages. 2007-12-07 17:05:58 +01:00
Jonathan Ernst f53619e78b winecfg: Updated French translation. 2007-12-07 17:05:54 +01:00
Francois Gouget 5f7a9cea38 Assorted spelling fixes. 2007-12-07 16:35:32 +01:00
Michael Stefaniuc d35e57732e winecfg: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call. 2007-12-07 14:52:42 +01:00
Luis C. Busquets Pérez ce204283f5 wineboot: Added Spanish resource. 2007-12-06 12:14:12 +01:00
Alexandre Julliard 5393b7a675 winhelp: Use system colors instead of hardcoded colors. 2007-12-06 12:06:47 +01:00
Alexandre Julliard b966b451ff clock: Use system colors instead of hardcoded RGB values. 2007-12-06 12:06:31 +01:00
Alexander Nicolaysen Sørnes 5ca3584695 write: Add Norwegian resources. 2007-12-06 12:05:53 +01:00
Alexander Nicolaysen Sørnes 74379bea7b wineboot: Add Norwegian resources. 2007-12-06 12:05:48 +01:00
Roy Shea 4714c4fa80 svchost: Implementation of svchost. 2007-12-05 13:47:51 +01:00
Jonathan Ernst 9efa4daa4c wordpad: Updated French translation. 2007-12-05 12:21:47 +01:00
Jonathan Ernst 54b18b9391 write: New French translation. 2007-12-05 12:21:42 +01:00
Dmitry Timoshkov 8d2ef74861 explorer: Make initialize_display_settings work with a Win9x version of rpcrt4. 2007-12-05 12:21:03 +01:00
Kirill K. Smirnov ae534def54 winhelp: winhelp >3.0 files always use 0x4000 as a divisor in TOPICPOS regardless of DecompressSize. 2007-12-05 12:04:33 +01:00
Kirill K. Smirnov 56ab4a20e0 winhelp: Do not confuse caller application with bogus error when we really succeeded. 2007-12-05 12:04:20 +01:00
Dmitry Timoshkov e548864805 explorer: Store current display mode in the registry on startup. 2007-12-04 18:41:05 +01:00
Kirill K. Smirnov 7f2c72498a winhelp: There are files without Phrases or Phrases40 compression, add support for them. 2007-12-04 18:30:25 +01:00
Alexander Nicolaysen Sørnes c1b3549106 winecfg: Update Norwegian resource. 2007-12-04 18:18:12 +01:00
Kirill K. Smirnov a9491cf0cd winhelp: Use HEAP_ZERO_MEMORY instead of setting individual fields to zero. 2007-12-04 14:32:38 +01:00
Jonathan Ernst da32b24508 wineboot: New French translation. 2007-12-04 13:38:56 +01:00
Aric Stewart 6312ccca55 uninstaller: Iterate keys in HKEY_CURRENT_USER also as some programs install their uninstall information there. 2007-12-03 14:43:38 +01:00
Kirill K. Smirnov 33a05f088e winhelp: Enlarge font size by 3 as native winhelp does. 2007-12-03 14:43:28 +01:00
Kirill K. Smirnov 2c52f8883d winhelp: Rewrite internal files lookup using B+ tree search. Add some sanity checks. 2007-12-03 14:43:21 +01:00
Kirill K. Smirnov f4023569b3 winhelp: Rewrite Context support using B+ tree search. 2007-12-03 14:43:15 +01:00
Kirill K. Smirnov 6e002c59ce winhelp: Implement generic B+ tree search function. 2007-12-03 14:42:37 +01:00
Kirill K. Smirnov bef9ab5dd5 winhelp: winhelp 3.0 uses page numbers instead of hash values. 2007-12-03 14:39:41 +01:00
Kirill K. Smirnov ee863153cd winhelp: Add support for winhelp 3.0 topics. 2007-12-03 14:39:29 +01:00
Kirill K. Smirnov 73e9173e7c winhelp: Add support for winhelp 3.0 phrases. 2007-12-03 14:39:18 +01:00
Kirill K. Smirnov 1fdd01966c winhelp: Correctly deal with various TopicBlockSize/Compression combinations. Simplify HLPFILE_Uncompress_Topic function. 2007-12-03 14:39:03 +01:00
Ted Percival 99d14ada78 regedit: Display REG_DWORD as unsigned with lowercase hex digits. 2007-12-03 13:10:21 +01:00
Gerald Pfeifer cdaf13052a winedbg: Warning fixes. 2007-11-29 15:34:45 +01:00
Patrick Moran 0b79b0e58a msiexec: Fix atou() return value mistake. 2007-11-26 13:08:03 +01:00
Alexander Nicolaysen Sørnes c65dbabcf3 winecfg: Some fixes for Norwegian translation. 2007-11-21 12:05:50 +01:00
José Manuel Ferrer Ortiz 34e8cbf2d8 winefile: Spanish resource file updated. 2007-11-21 12:05:36 +01:00
Jonathan Ernst 3fc12344fc cmd: Updated French translation. 2007-11-21 12:03:10 +01:00
Alexander Nicolaysen Sørnes a1378190a5 wordpad: Move printing functions to a separate file. 2007-11-20 14:58:03 +01:00
Alexander Nicolaysen Sørnes 62d90a60ca wordpad: Fix print preview bar. 2007-11-20 14:56:19 +01:00
Alexander Nicolaysen Sørnes 04aefe8647 wordpad: Refer to main menu using IDM_MAINMENU. 2007-11-20 14:56:11 +01:00
Rob Shearman e301d17211 explorer: Add a fixme to show when applications are trying to show a balloon tip in the taskbar notification area. 2007-11-20 12:28:59 +01:00
Dmitry Timoshkov efda990877 winex11.drv: Use display device guid managed by explorer. 2007-11-19 15:00:11 +01:00
Gerald Pfeifer a6dd4795fa winedbg: Fix type of loop variable in types_udt_find_element(). 2007-11-16 13:23:48 +01:00
Gerald Pfeifer a9742b3210 taskmgr: Move out-of-domain checking into PerfDataGetProcessorUsage() and PerfDataGetProcessorSystemUsage(). 2007-11-16 12:33:03 +01:00
Jonathan Ernst c3ff4ddcff wordpad: Updated French translation. 2007-11-15 12:48:40 +01:00
Kirill K. Smirnov bd5869f19c wineconsole: Do not show "Apply" button - it is not used anyway. 2007-11-15 11:08:17 +01:00
Jonathan Ernst 33c0c7cef6 xcopy: Updated French translation. 2007-11-13 21:47:25 +01:00
Jonathan Ernst 82ed518fc3 net: Updated French translation. 2007-11-13 21:47:14 +01:00
Jonathan Ernst a5f3c2f283 regedit: Updated French translation. 2007-11-13 21:46:34 +01:00
Jonathan Ernst ba7990d67f cmd: Updated French translation. 2007-11-13 21:45:39 +01:00
Alexandre Julliard c77bc840de winedbg: Print a backtrace in --auto mode. 2007-11-13 21:35:30 +01:00
Tim Schwartz 26b182fd92 net.exe: Lists existing NetUse connections. 2007-11-06 14:14:21 +01:00