Commit Graph

1832 Commits

Author SHA1 Message Date
Piotr Caban f7eeac6fc1 oleview: Added typedef handling to idl viewer. 2006-08-22 11:56:23 +02:00
Frank Richter 3713f49dfa winecfg: audio: Use strings from resources. 2006-08-21 12:30:13 +02:00
Frank Richter a121ac5d71 winecfg: driveui: Load UI strings from resources. 2006-08-21 12:29:57 +02:00
David Adam d70832d5c3 winecfg: Update French translation. 2006-08-21 12:24:50 +02:00
Piotr Caban c5fb8f2829 oleview: Added idl save to file functionality. 2006-08-21 12:22:47 +02:00
Piotr Caban a97ee60209 oleview: Added idl displaying.
- Added idl displaying.
 - Fixed AddToTLDataStrWithTabsW function.
2006-08-21 12:22:41 +02:00
Piotr Caban 96a0da2487 oleview: Added idl formatting. 2006-08-21 12:21:54 +02:00
Piotr Caban 6d59fbdffd oleview: Added functions description to idl generation. 2006-08-21 12:21:46 +02:00
Alexander Nicolaysen Sørnes 1a29c97d73 winecfg: Update Norwegian Bokmål resources. 2006-08-21 12:06:51 +02:00
Alexandre Julliard 8e13333cb7 explorer: Specify an explicit path when launching winefile. 2006-08-18 20:56:20 +02:00
Frank Richter 61404d3d74 winecfg: x11drv: Load vertex shader mode strings from resources. 2006-08-18 20:56:19 +02:00
Alexandre Julliard 8653598a66 user: Defer all ExitWindowsEx processing to wineboot. 2006-08-17 20:54:21 +02:00
Alexandre Julliard 54da7fb8cf wineboot: Added support for doing a proper shutdown before rebooting.
Send WM_QUERYENDSESSION messages to all windows of a given process
before moving on to the next.
Switch option parsing to getopt.
Added a bunch of options to control shutdown behavior.
2006-08-17 20:54:15 +02:00
Andrew Talbot 602e0df9f6 regedit: Write-strings warnings fix. 2006-08-17 11:24:25 +02:00
Hwang YunSong(황윤성) 205631ba68 winecfg: Updated Korean resource. 2006-08-17 11:20:09 +02:00
Fatih Aşıcı f389e20fee winecfg: Update Turkish resource file. 2006-08-17 11:20:02 +02:00
Alexander Nicolaysen Sørnes 00304d2ec2 winecfg: Updated Norwegian Bokmål resources. 2006-08-17 11:19:55 +02:00
Frank Richter 58f488e5f5 winecfg: Fix issues with LVM_GETITEMW by removing superfluous flag. 2006-08-17 11:19:35 +02:00
Frank Richter 6b3d624d4b winecfg: Use WCHARs for window title, current app. 2006-08-17 11:19:24 +02:00
Frank Richter 2eaefc3424 winecfg: New resource strings for appdefaults. 2006-08-16 17:09:03 +02:00
Alexandre Julliard 4e8cb6170f configure: Setting rpath should no longer be needed for dlls. 2006-08-16 13:25:08 +02:00
Frank Richter 36dd205fff winecfg: appdefaults: Use more strings from resources, unicode. 2006-08-16 12:53:27 +02:00
Frank Richter 722ee099c1 winecfg: Make load_string public. 2006-08-16 12:51:01 +02:00
Frank Richter acdae15360 winecfg: Tweak and update German resources. 2006-08-16 12:50:36 +02:00
Mike McCormack b5871fa512 infosoft: Add a test for the language neutral word breaker. 2006-08-15 19:24:43 +02:00
Alexander Nicolaysen Sørnes 5d264f2212 winecfg: Improve wording of virtual desktop explanation. 2006-08-15 19:24:23 +02:00
Eric Pouech 9e9f8af552 winedbg: Correctly protect system inclusion (needed for Mingw compilation). 2006-08-15 11:42:16 +02:00
Alexandre Julliard 1089260f29 configure: Only link against libpoll where really necessary. 2006-08-15 11:41:59 +02:00
Eric Pouech bd9ba7ec37 winedbg: Fixed the symbol lookup so that it can really find _foo when looking for foo. 2006-08-14 20:17:11 +02:00
Eric Pouech 84650ebbb2 winedbg: Native dbghelp can modify the passed debug context in StackWalk, so guard against it. 2006-08-14 20:17:11 +02:00
Eric Pouech 588589b8de winedbg: Don't ask for module inspection when calling SymInitialize. 2006-08-14 20:17:11 +02:00
Hwang YunSong(황윤성) a0ad98a26f view: Updated Korean resource. 2006-08-14 11:46:24 +02:00
Stefan Leichter 7ee81d7b03 winedbg: Print 64bit integers with wine_dbgstr_longlong. 2006-08-14 11:45:25 +02:00
Andrew Talbot de92ffa3b7 winetest: Write-strings warnings fix. 2006-08-14 11:44:44 +02:00
Andrew Talbot 6c3667ad10 taskmgr: Write-strings warnings fix. 2006-08-14 11:44:40 +02:00
Piotr Caban 3d42332493 oleview: Improved interface handling in idl viewer. 2006-08-14 11:44:25 +02:00
Kirill K. Smirnov 27681bdfaf winhelp: Fix LZ77 decompressor. 2006-08-11 20:12:38 +02:00
Andrew Talbot 6ca620334a regedit: Write-strings warnings fix. 2006-08-11 11:56:21 +02:00
Alexandre Julliard a075001704 explorer: Never paint the desktop when using the X root window. 2006-08-09 11:21:41 +02:00
Matt Finnicum 43a23b00a7 wordpad: Request WS_VSCROLL now that riched20 supports it. 2006-08-09 11:20:52 +02:00
Robert Shearman b550f34f2e user: Make ExitWindowsEx asynchronous by deferring the real work to the explorer process. 2006-08-08 19:35:15 +02:00
Alexandre Julliard 2886e9b0e8 makefiles: Use make dependencies to create installation directories.
This avoids a lot of redundant calls to mkinstalldirs.
2006-08-07 17:48:18 +02:00
Hwang YunSong(황윤성) 9d9ae2e5b7 oleview: Updated Korean resource. 2006-08-07 13:13:06 +02:00
Hwang YunSong(황윤성) e4dd34fe99 notepad: Updated Korean resource. 2006-08-03 18:20:13 +02:00
Stefan Leichter 1fb3e339e2 winetest: Added hlink tests. 2006-08-02 21:59:10 +02:00
Dan Hipschman 10d552b22e oleview: Initialize TVITEM.lParam to NULL in EnumFuncs. 2006-08-02 11:40:35 +02:00
Hwang YunSong(황윤성) 5d73cfdae8 view: Updated Korean resource. 2006-08-01 18:47:39 +02:00
Yuriy Kozlov 1e1031b41d regedit: Allow entering - for a value in a .reg file to delete that value. 2006-07-29 11:53:06 +02:00
Stefan Siebert f439f21641 winebrowser: Pass any given argument that is not a mailto URL to the browser. 2006-07-28 12:32:36 +02:00
Mike McCormack 2b8abca493 msiexec: Don't crash if there's no args. 2006-07-28 12:32:20 +02:00