Commit graph

2705 commits

Author SHA1 Message Date
Eric Pouech bd007a1576 winedbg: Workaround broken minidumps with invalid 32->64 address conversion. 2008-01-14 13:37:54 +01:00
Eric Pouech f7908160eb winedbg: Fixed bt all so that current process/thread isn't lost. 2008-01-14 13:37:40 +01:00
Francois Gouget 4dc91b7ba1 winemenubuilder: EnumResourceNamesW() returns false when we find the icon. So fix the corresponding misfiring trace. 2008-01-11 12:25:52 +01:00
Andrey Turkin d43f025b8c wineboot: Fix installation of SFP protected files. 2008-01-10 13:20:33 +01:00
Alexander Nicolaysen Sørnes 5d9f73eaef cmd: Seed the random number generator. 2008-01-10 11:38:21 +01:00
Andrey Esin fd78ab799b wordpad: Russian translation. 2008-01-08 12:55:09 +01:00
Alexander Nicolaysen Sørnes fb5d0bfee1 wordpad: Draw margin lines in print preview. 2008-01-08 12:54:34 +01:00
Alexandre Julliard 98c133312f regedit: Fixed parsing of hex sequences. 2008-01-07 21:17:10 +01:00
Dan Kegel 59b69a7236 winemenubuilder: Expand short paths, else menu items aren't created for CSLU Toolkit. 2008-01-07 18:19:45 +01:00
Andre Wisplinghoff 005b493619 regedit: Refresh tree view on import. 2008-01-07 18:19:14 +01:00
Alexandre Julliard ebac63e17c wineboot: Don't print errors for non-fatal problems. 2008-01-07 12:25:56 +01:00
Kirill K. Smirnov 7c97735b09 winhelp: Fix index to handle offset value = 0 correclty. 2008-01-07 12:20:07 +01:00
Rob Shearman 3a0e472ada svchost: Add a FIXME for an undocumented function (SvchostPushServiceGlobals) that some native services expect to be called by native svchost. 2008-01-07 12:04:03 +01:00
Alexandre Julliard d55b2de574 kernel32: Launch wineboot on first startup of a wine process. 2008-01-04 12:51:04 +01:00
Lance Jackson d56217e98e cmd: Fix some unclosed file and registry handles. 2008-01-04 12:12:51 +01:00
Dmitry Timoshkov 2ae3945d3d winecfg: Don't mix the strings in unix and windows locales. 2008-01-04 11:55:59 +01:00
Michael Jung 0a31ab7e2a imm32: Added some unit test cases. 2008-01-03 12:34:05 +01:00
Gerald Pfeifer f35b93c655 taskmgr: Remove redundant out-of-domain checking which is already handled by PerfDataGetProcessorUsage() and PerfDataGetProcessorSystemUsage(). 2007-12-31 19:21:11 +01:00
Gerald Pfeifer fde4e4b608 winhelp: Remove a dead condition. 2007-12-31 19:21:01 +01:00
Rob Shearman 8b8795136d rpcss: Initialise some out-only parameters that aren't initialised by the generated RPC code. 2007-12-31 16:46:02 +01:00
Vincent Hardy d306bc0090 regedit: Window caption correction. 2007-12-28 13:20:33 +01:00
Rob Shearman 1f90e88657 explorer: Fix memory leak when one or more properties are not present on a hal device. 2007-12-27 14:13:29 +01:00
Rob Shearman 63a74c7dd4 rpcss: Zero the memory of several variables before writing them to the pipe to silence Valgrind warnings. 2007-12-27 14:13:29 +01:00
Rob Shearman 9804aba758 rpcss: Use context handles to automatically free running object table entries if the client process quits without calling IrotRevoke. 2007-12-26 13:27:42 +01:00
Kirill K. Smirnov 72c5aea600 winhelp: When we reuse window structure, old brush should not be reused. 2007-12-21 12:41:14 +01:00
Ivan Sinitsin 7a465ce904 winefile: Save font settings in registry. 2007-12-21 12:40:19 +01:00
Alexandre Julliard a32873bfcc explorer: It no longer needs to be made a system process. 2007-12-20 16:43:47 +01:00
Alexandre Julliard 4a58b2847c wineboot: Convert the rest of the code to Unicode.
Fix Windows File Protection handling to use the correct system directory.
2007-12-20 16:16:17 +01:00
Alexandre Julliard e34244a3b9 wineboot: Rewrite wininit.ini processing to use GetPrivateProfileSectionW. Convert to Unicode. 2007-12-20 15:53:53 +01:00
Alexandre Julliard 8f6e1db3e0 wineboot: Add support for starting NT-style services. 2007-12-20 15:53:03 +01:00
Alexandre Julliard 06e888f244 wineboot: Simplify the unnecessarily complex code structure. 2007-12-20 15:08:39 +01:00
Kirill K. Smirnov 8d6d9fd3ad winhelp: Avoid any keywords comparision during lookup, store pointer to listbox ITEMDATA instead. 2007-12-18 12:32:55 +01:00
Kirill K. Smirnov 6af0e45d79 winhelp: Remember last added page. 2007-12-18 12:32:55 +01:00
Lionel Debroux 6ac689368a winedevice: Fix memory leak (found by Smatch). 2007-12-17 12:30:23 +01:00
Anatoly Lyutin 67271dcf3b start: Convert to Unicode. 2007-12-13 14:30:40 +01:00
Vitaly Lipatov b3caf36858 winecfg: Updated Russian translation. 2007-12-13 14:30:40 +01:00
Lionel Debroux 14bed07c99 winhelp: Fix memory leaks (found by Smatch). 2007-12-13 14:30:40 +01:00
Kirill K. Smirnov d72cfb7342 winhelp: Display keywords index dialog box. 2007-12-13 13:09:37 +01:00
Kirill K. Smirnov 6a2ad1b479 winhelp: Read keywords. 2007-12-13 13:09:31 +01:00
Kirill K. Smirnov af21361dbf winhelp: Export enum and search B+ tree functions. 2007-12-13 13:09:25 +01:00
Alexandre Julliard c7278c21bd wordpad: Fix invalid pointer usage. 2007-12-12 22:32:38 +01:00
Alexander Nicolaysen Sørnes 7f03c2f5bd wordpad: Move registry functions to a separate file. 2007-12-12 13:49:07 +01:00
Kirill K. Smirnov 16cc13341f winhelp: Change font charset from ANSI to DEFAULT. 2007-12-12 13:48:11 +01:00
Alexandre Julliard 2702da6977 wordpad: Fix a compiler warning. 2007-12-10 15:15:42 +01:00
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