Commit Graph

1930 Commits

Author SHA1 Message Date
Eric Pouech 6a0568a11a winedbg: Rewrote the file handling to use SearchPath instead of home grown version. 2006-10-03 20:19:19 +02:00
Alexandre Julliard 6735eb2e0a explorer: Added dynamic drive support for MacOSX. 2006-10-03 14:54:16 +02:00
Alexandre Julliard ab6fa810d7 explorer: Avoid repeated notifications on device removal. 2006-10-03 12:40:39 +02:00
Alexandre Julliard dde935d111 explorer: Split the device management to a separate file to make it usable independently of HAL support. 2006-10-03 12:40:27 +02:00
Eric Pouech 28dc896b28 winedbg: Fixed the auto mode. 2006-10-03 11:54:36 +02:00
Mikołaj Zalewski a9436ea85f regedit: Remove the unused IDD_DIALOG2. 2006-10-03 11:24:34 +02:00
Mikołaj Zalewski 22665d9d54 regedit: Add option to export only a specified branch. 2006-10-03 11:24:20 +02:00
Mikołaj Zalewski b0c4b88943 regedit: Some import/export dialogs code cleanup. 2006-10-03 11:24:11 +02:00
Jonathan Ernst 8d8837595d cmdlgtst: Updated French translation. 2006-10-03 11:17:44 +02:00
Michael Stefaniuc 8c2cdf7b6f winemenubuilder: Win64 printf format warning fixes. 2006-10-03 11:16:07 +02:00
Michael Stefaniuc ae48a51947 wineconsole: Win64 printf format warning fixes. 2006-10-03 11:16:04 +02:00
Michael Stefaniuc 7460b04214 rpcss: Win64 printf format warning fixes. 2006-10-03 11:16:01 +02:00
Michael Stefaniuc cdc01c753e oleview: Win64 'incompatible pointer type' warning fix. 2006-10-03 11:15:57 +02:00
Michael Stefaniuc a156820609 icinfo: Win64 printf format warning fixes. 2006-10-03 11:15:54 +02:00
Michael Stefaniuc fe23cd26df eject: Win64 printf format warning fixes. 2006-10-03 11:15:51 +02:00
Michael Stefaniuc c8123e9d49 cmdlgtst: Win64 printf format warning fixes. 2006-10-03 11:15:48 +02:00
Michael Stefaniuc 3dbe7152cd winhelp: Win64 printf format warning fixes. 2006-10-03 11:15:44 +02:00
Michael Stefaniuc 381fa6588f winecfg: Win64 printf format warning fixes. 2006-10-03 11:15:41 +02:00
Michael Stefaniuc 6c1ac02631 wineboot: Win64 printf format warning fixes. 2006-10-03 11:15:37 +02:00
Mikołaj Zalewski c53d611e08 regedit: Fix some translated resources errors. 2006-10-02 21:37:57 +02:00
Dmitry Timoshkov a0276305e1 winecfg: Fix a typo in Russian translation. 2006-10-02 21:37:51 +02:00
Peter Oberndorfer b480668942 winedbg: Don't try to read to invalid memory if winedbg does not find the thread. 2006-10-02 21:37:34 +02:00
Alexander Nicolaysen Sørnes 5387119050 Updated Norwegian Bokmål translations. 2006-10-02 12:32:24 +02:00
Michael Stefaniuc 41dd56cb7f "One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int. 2006-09-29 16:09:24 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Detlef Riekenberg ecb97fc24c localspl/tests: Add initial test. 2006-09-28 13:48:29 +02:00
Hwang YunSong(황윤성) a981d9c361 regedit: Updated Korean Resource. 2006-09-28 11:56:42 +02:00
Jonathan Ernst 29c8aec79e clock: French translation improvements. 2006-09-27 18:15:24 +02:00
Jonathan Ernst 58c913ca88 notepad: French translation improvements. 2006-09-27 18:15:19 +02:00
Jonathan Ernst cb4b5b2610 progman: French translation improvements. 2006-09-27 18:15:15 +02:00
Jonathan Ernst 736f96a5de winefile: French translation improvements. 2006-09-27 18:15:09 +02:00
Jonathan Ernst 9f79dbc69b taskmgr: French translation improvements. 2006-09-27 18:12:26 +02:00
Jonathan Ernst 6b4ea77ea1 regedit: French translation improvements. 2006-09-27 18:12:19 +02:00
Mikołaj Zalewski d35f1d66d6 view: Reset the image left-top corner to the window left-top corner after a Scale to Window. 2006-09-27 18:12:02 +02:00
Mikołaj Zalewski 4c40a0c2d5 view: Remove the Info > Hello menu item. 2006-09-27 18:11:49 +02:00
Mikołaj Zalewski 0ffa2b580c view: Remove IDS_APPNAME from resources. 2006-09-27 18:11:37 +02:00
Mikołaj Zalewski db1ebbde66 view: Add Polish translation. 2006-09-27 18:10:57 +02:00
Mikołaj Zalewski f16542f801 regedit: Fix the English (Neutral) menu. 2006-09-27 18:10:50 +02:00
Vitaliy Margolen e6c754b65c winecfg: Update Russian translation. 2006-09-27 09:51:39 +02:00
H. Verbeet fdefaed46d wined3d: Enable pixel shaders by default. 2006-09-27 09:47:00 +02:00
Hwang YunSong(황윤성) 2f599176b0 cmdlgtst: Updated Korean resource. 2006-09-27 09:40:42 +02:00
Mikołaj Zalewski 1e1d107397 uninstaller: Add Polish translation. 2006-09-27 09:40:17 +02:00
Alexandre Julliard 9ae4e8d98e explorer: Work around the latest HAL binary compatibility breakage. 2006-09-26 20:29:15 +02:00
Eric Pouech 588a4422b0 winedbg: Fixed regression in gdb startup (especially gdb proxy). 2006-09-26 12:04:06 +02:00
Eric Pouech e3f8799a42 winedbg: Put back the %d format for printing integral values even for
64bit internal values as the default format in winebdg command imposes.
2006-09-26 11:59:55 +02:00
Fatih Aşıcı 4e9087a670 notepad: Update Turkish resources. 2006-09-26 11:40:00 +02:00
Fatih Aşıcı b360582c95 clock: Update Turkish resources. 2006-09-26 11:39:54 +02:00
Jan Zerebecki 08de1f4293 regedit: Remove dead code. 2006-09-26 11:39:37 +02:00
Mikołaj Zalewski 4372f4c32d winefile: Update Polish translation. 2006-09-25 18:32:17 +02:00
Mikołaj Zalewski c807132ebd regedit: Update Polish translation. 2006-09-25 18:32:08 +02:00