Commit Graph

46906 Commits

Author SHA1 Message Date
Simon Richter 238e1868b2 winebuild: Fix import stub on ppc.
The address calculation was wrong, as the addition of the lower 16 bits
is a signed addition, so if bit 15 is set, the upper 16 bits need to be
incremented by one (so the hi portion of the symbol always references
the symbol + 0x8000).
2008-06-02 12:33:47 +02:00
Simon Richter d1e277fb70 winebuild: Fix branch mnemonic on ppc. 2008-06-02 12:33:27 +02:00
Hwang YunSong(황윤성) aa821fdd7b shell32: Updated Korean resource. 2008-06-02 12:33:08 +02:00
James Hawkins 6fc9d7e59d urlmon: Fix a few failing tests in win2k3. 2008-06-02 12:32:57 +02:00
José Manuel Ferrer Ortiz 85e839a2c2 Spanish translations updates. 2008-06-02 12:32:47 +02:00
Alexandre Julliard 7c61679989 wininet: Include openssl/ssl.h before Windows headers. 2008-06-02 12:14:37 +02:00
Alexandre Julliard 3499cb96b6 ntdll: Add local defines for VIF and VIP flags. 2008-06-02 12:13:33 +02:00
Vitaliy Margolen 5fc1b36b17 Update Russian translations. 2008-06-02 12:13:11 +02:00
Eric Pouech 2fc275f64a msvcrt: Fix for getch() and special characters. 2008-06-02 12:13:03 +02:00
Michael Stefaniuc 73190c419a winecfg: Fix the Czech and Swedish translations. 2008-06-02 12:12:57 +02:00
Michael Stefaniuc 39ca2fe57d winecfg: Fix the Portuguese translations and re-enable them. 2008-06-02 12:12:54 +02:00
Michael Stefaniuc 2abae159f3 winefile: Fix the Czech translation.
Thanks to Marek Mahut for the translation.
2008-06-02 12:12:45 +02:00
Michael Stefaniuc ce864bb2ed winefile: Fix the Italian translation. 2008-06-02 12:12:41 +02:00
Michael Stefaniuc 0c1b666737 winefile: Fix the Swedish translation. 2008-06-02 12:12:38 +02:00
Michael Stefaniuc e51ed2f4a7 cmdlgtst: Fix the Portuguese translations. 2008-06-02 12:12:35 +02:00
Michael Stefaniuc e37690689d winefile: Fix the Portuguese translations. 2008-06-02 12:12:33 +02:00
Michael Stefaniuc 7563654a23 start: Fix the Portuguese translations. 2008-06-02 12:12:30 +02:00
Michael Stefaniuc 8fe5bbf20f cmd: Fix the Portuguese translations. 2008-06-02 12:12:27 +02:00
Michael Stefaniuc b5cfaad49c regedit: Fix the Portugese translations.
Thanks to Mauricio Teixeira <mteixeira@webset.net> for the translations.
2008-06-02 12:12:22 +02:00
Michael Stefaniuc ea4d31b3a4 shell32: Fix the Portugese translations.
Thanks to Mauricio Teixeira <mteixeira@webset.net> for the translations.
2008-06-02 12:12:19 +02:00
Paul Vriens 4ee90e94f6 oleaut32/tests: Cleanup typelib after the test. 2008-06-02 12:11:52 +02:00
Alexandre Julliard 0b6acfbce7 Release 1.0-rc3. 2008-05-30 16:41:29 +02:00
Paul Vriens dae64e67fc ole32/tests: Prevent a crash. 2008-05-30 11:50:04 +02:00
Michael Karcher 84fd6e629a dsound: Fix double free in dsound capture. 2008-05-30 11:50:00 +02:00
Vitaly Lipatov 9dc3ecb9e3 wine.inf: Create default spool dir. 2008-05-30 11:44:46 +02:00
Dmitry Timoshkov e6d9fc65a2 user32: CBT hook doesn't send window messages. 2008-05-30 11:05:16 +02:00
Alexandre Julliard 2c4a3c8ad6 user32: We no longer need to ensure that the BeginPaint window belongs to the current thread. 2008-05-30 10:03:30 +02:00
Alexandre Julliard a2ba7dcf7b include: Use WINE_NO_UNICODE_MACROS instead of __WINESRC__ where appropriate. 2008-05-30 10:02:42 +02:00
Michael Stefaniuc 471f80d65d notepad: Fix the Hungarian translation. 2008-05-30 10:02:02 +02:00
Michael Stefaniuc b020e8fa0b shell32: Fix the Hungarian translation. 2008-05-30 10:01:59 +02:00
Michael Stefaniuc 6b2495863d mshtml: Fix the Hungarian translation. 2008-05-30 10:01:56 +02:00
Michael Stefaniuc f19e8470fa comdlg32: Fix some control sizes in the default English resource. 2008-05-30 10:01:53 +02:00
Michael Stefaniuc 2f24e16171 comdlg32: Fix the Hungarian translation. 2008-05-30 10:01:51 +02:00
Michael Stefaniuc 712ae3cf2b cmd: Fix the Japanese translation. 2008-05-30 10:01:48 +02:00
Michael Stefaniuc e740c01b42 winecfg: Fix the placement of a checkbox in the Japanese translation. 2008-05-30 10:01:45 +02:00
Michael Stefaniuc 9412fa60a6 winecfg: Fix the Bulgarian translation. 2008-05-30 10:01:43 +02:00
Michael Stefaniuc 832005d4f6 winecfg: Fix the Hungarian translation. 2008-05-30 10:01:40 +02:00
Michael Stefaniuc ad8f210481 regedit: Fix the Hungarian translation. 2008-05-30 10:01:37 +02:00
Michael Stefaniuc d647f6db08 regedit: Fix the Japanese translation. 2008-05-30 10:01:35 +02:00
Michael Stefaniuc 8732cb7a5b regedit: Fix the Bulgarian translation. 2008-05-30 10:01:32 +02:00
Francois Gouget 39054f0ad0 regedit: Remove extraneous spaces in '...'. 2008-05-30 10:01:22 +02:00
Francois Gouget 812f72410f tests: Add a broken() function to make it possible to handle Windows misbehaviors that we don't want to reproduce in Wine. 2008-05-30 10:01:18 +02:00
Francois Gouget 476cb96b75 ddraw: Remove trailing spaces in Wine traces. 2008-05-30 10:01:11 +02:00
Francois Gouget 5f34a49368 shell32: s/library/Wine/ for consistency in the license message. 2008-05-30 10:01:08 +02:00
Michael Karcher 98778f486a advpack: Fix buffer sizes for possibly quoted strings. 2008-05-30 09:56:09 +02:00
James Hawkins 2b19e35707 user32: win2k3's GetWindowModuleFileName does return ERROR_INSUFFICIENT_BUFFER. 2008-05-30 09:55:02 +02:00
James Hawkins 4c928d39ad oleaut32: Disable olefont tests that fail on all platforms. 2008-05-29 12:12:54 +02:00
James Hawkins 333f83ffd7 user32: Fix two tests that fail in win2k3 and above. 2008-05-29 12:12:47 +02:00
James Hawkins c81d36e989 kernel32: Remove two tests that produce different results for win9x and NT platforms. 2008-05-29 12:12:43 +02:00
Alexandre Julliard f8282d969a start: Fall back to ShellExecute for unknown binaries in /unix mode. 2008-05-29 12:12:12 +02:00