Commit Graph

1608 Commits (c20d6c409569a916231d14acd8a5a104cfedf74b)

Author SHA1 Message Date
Alexandre Julliard d74a62cfd7 winecfg: Disable the desktop option when configuring a specific application. 2006-03-29 13:49:36 +02:00
Alexandre Julliard db6608ac9f x11drv: Moved desktop mode handling to the explorer process.
Per-application desktop mode settings are no longer supported.  Apps
can be launched in a specific desktop window by using:

  explorer /desktop=name[,widthxheight] app.exe [args]

If the named desktop already exists the app is launched inside it. The
default desktop is cleverly named "default".
2006-03-27 22:43:03 +02:00
Robert Shearman e8fe7004c7 shell32: Adding a systray item with an invalid icon handle is allowed. 2006-03-27 21:41:30 +02:00
Petr Tesarik 68f8d28945 winedbg: Fix stepping over an instruction. 2006-03-27 12:14:20 +02:00
f_sophia fa68994ab1 winhelp: Added Esperanto language support. 2006-03-27 11:56:08 +02:00
Eric Pouech f661e7a924 winedbg: Fixes for identifiers.
- fixed lexical rules for a path name
- fixed identifier rules so that we get the right precedence
  between ! and ::
- modules (in mod!name forms) are now handled as tIDENTIFIER
  (tPATH was buggy anyhow)
2006-03-27 11:30:50 +02:00
Marcus Meissner 40af0c8a30 programs: Move icinfo out of avitools. 2006-03-22 21:55:43 +01:00
Francois Gouget 5c14417130 taskmgr: Avoid forward declarations and make functions static. 2006-03-21 20:05:29 +01:00
Francois Gouget b01a1c6f0e taskmgr: Reorder functions to avoid forward declarations. 2006-03-21 20:04:46 +01:00
Francois Gouget b72013d6d1 taskmgr: Avoid forward declarations and make functions static. 2006-03-21 20:04:09 +01:00
Jeff Latimer 0994126701 winedbg: Add display for floating point status.
Added code to examine and display floating point unit status into
be_i386.c as info all-regs command.
2006-03-21 16:30:47 +01:00
Alexandre Julliard 5ac2238ad0 wcmd: Try executing the process even if the exe file doesn't exist.
It may be a builtin exe in which case the CreateProcess call will
succeed.
2006-03-21 12:00:17 +01:00
Byeong-Sik Jeon 97e40ad795 winecfg: Updated Korean translation. 2006-03-21 11:04:58 +01:00
Mike McCormack 25564f9f3c taskmgr: Make some functions static. 2006-03-21 11:04:43 +01:00
Mike McCormack 423079eb3b taskmgr: Fix some gcc 4.1 warnings caused by commctrl.h macros. 2006-03-21 11:04:32 +01:00
Mike McCormack fab2e56258 winefile: Fix some gcc 4.1 warnings caused by commctrl.h macros. 2006-03-21 11:04:27 +01:00
Mike McCormack 1e27e1d584 taskmgr: Eliminate common code and fix a warning. 2006-03-20 22:08:51 +01:00
Alexandre Julliard 1fd32cfa13 configure: Use --rpath when linking dlls too. 2006-03-20 22:08:26 +01:00
Alexandre Julliard 02ff174bf1 programs: Get rid of application symlinks, they are no longer needed. 2006-03-20 20:47:58 +01:00
Alexander N. Sørnes ad05be7395 wordpad: Fix typo in Norwegian resource. 2006-03-20 12:04:52 +01:00
Vitaly Lipatov 0bb76d231c regedit: Fix Russian translation. 2006-03-20 12:04:38 +01:00
Vitaly Lipatov d4c42c0fef control: Fix datetime name. 2006-03-20 12:04:28 +01:00
Milko Krachounov 5d138be46d winecfg: Update Bulgarian translation. 2006-03-20 12:04:19 +01:00
Jeff Latimer 18f5d0abdc winedbg: Copy floating point status to the dbgcontext. 2006-03-20 12:04:00 +01:00
Robert Shearman 6291ad6ca1 wcmd: Use PACKAGE_VERSION as the wcmd version. 2006-03-20 12:01:06 +01:00
Mike McCormack 3b397e5079 winefile: Eliminate use of windowsx.h. 2006-03-18 18:39:16 +01:00
Eric Pouech db90e17d92 dbghelp: Live target detection.
- DBGHELP_NOLIVE env variable is tested earlier to avoid 
  some strange effects in live target detection
- in WineDbg, delete DBGHELP_NOLIVE before attaching to
  a process, because we know it must be a live target
2006-03-18 18:05:38 +01:00
Mike McCormack d5816d2202 Remove some unnecessary uses of windowsx.h 2006-03-18 18:04:51 +01:00
Mike McCormack ca4f8dd83c taskmgr: Fix some gcc 4.1 warnings. 2006-03-18 18:04:28 +01:00
Mike McCormack a3b7a0729f winecfg: Fix some gcc 4.1 warnings. 2006-03-18 18:04:21 +01:00
Mike McCormack 2d8459575e taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:58 +01:00
Mike McCormack 489d61348a taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:53 +01:00
Mike McCormack 2f5293fd3c taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:48 +01:00
Mike McCormack 33bf2e581a taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:44 +01:00
Mike McCormack 83b94fc804 taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:39 +01:00
Mike McCormack 3be0cc810e taskmgr: Fix some gcc 4.1 warnings. 2006-03-17 13:11:33 +01:00
Mike McCormack 01d99121e5 regedit: Fix some gcc 4.1 warnings. 2006-03-17 13:11:28 +01:00
Alexandre Julliard bbb4303315 winecfg: Support for loading the list of dlls from the build directory. 2006-03-17 13:09:54 +01:00
Alexandre Julliard 5319db6332 Remove some no longer needed library paths. 2006-03-16 16:28:43 +01:00
Alexandre Julliard 9af38dfbc7 avitools: Fixed library path for msvfw32. 2006-03-15 15:24:05 +01:00
Alexandre Julliard af781f398a winsock: Renamed the winsock directory to ws2_32. 2006-03-15 09:57:30 +01:00
Alexandre Julliard 04dad6218f winefile: Refresh the drives and files upon WM_DEVICECHANGE. 2006-03-10 21:43:25 +01:00
Petr Tesarik 315c4e78cb winedbg: Fix lcall instruction opcode. 2006-03-10 21:41:09 +01:00
Fatih Asici 487637b32f wordpad: Add Turkish resource file. 2006-03-10 21:40:49 +01:00
Fatih Asici 7afc874b5d winecfg: Update Turkish resource file. 2006-03-10 21:40:40 +01:00
Alexandre Julliard 576e3b7062 explorer: Merged systray support with the desktop window main loop.
Systray is now always available as part of the desktop and doesn't
need to be started from shell32.
2006-03-07 11:50:05 +01:00
Alexandre Julliard a93b6a5945 explorer: Added desktop option.
The /desktop option causes explorer to create and manage the desktop
window.
2006-03-07 11:41:52 +01:00
Robert Shearman 7f515f3112 wcmd: Improve command line processing.
Make the command line processing more robust by continuing to process
command line options if an unknown one is detected and remove the
skipping of argv[0], which is no longer necessary. This fixes the
parsing when argv[0] isn't set to the program name.
2006-03-06 11:11:55 +01:00
Mike McCormack e06b046f59 winecfg: Fix a typo (LVM_ -> TVM_). 2006-03-04 17:40:40 +01:00
Dmitry Timoshkov 182a66c0db winebrowser: Use CP_UNIXCP when translating URL passed on command line
to unicode.
2006-03-04 16:13:04 +01:00