Commit Graph

3468 Commits

Author SHA1 Message Date
Alexandre Julliard 28a2179dd6 Add noinput directive to all lex files to avoid a compiler warning. 2008-07-07 12:31:33 +02:00
Eric Pouech fa25f187c3 winhelp: Remove the search button, hook the index button to the Finder, and add a new summary button to go back to main page. 2008-07-07 12:11:24 +02:00
Eric Pouech 841720e491 winhelp: Removed the topics button, and forward search and topics to the same prop sheet. 2008-07-07 12:11:23 +02:00
Dylan Smith fcaa599181 wordpad: Properly save window rect on closing Min/Maximized windows.
Previously the window size and position was obtained in such a way that
when the window is closed while minimized, it would be hidden when the
program is started again.  Closing a maximized window would save the
size of the maximized window and use it as the normal/restored size when
the program is started again.
2008-07-04 20:24:54 +02:00
Alexandre Julliard 7e8ecd2d64 services.exe: Pass the service name as first argument when auto-starting services. 2008-07-02 12:02:11 +02:00
Hwang YunSong(황윤성) c4133613df winhlp32: Updated Korean resource. 2008-07-02 11:51:19 +02:00
Hwang YunSong(황윤성) a617634e2e taskmgr: Updated Korean resource. 2008-07-02 11:51:14 +02:00
Hwang YunSong(황윤성) c41d74167e winecfg: Updated Korean resource. 2008-07-01 12:22:38 +02:00
Vladimir Pankratov 92642828d6 taskmgr: Changed about form to standard shell32. 2008-07-01 11:22:58 +02:00
Eric Pouech 21b9cb0783 winhelp: Let CtrlC do something useful thanks to richedit. 2008-06-30 14:16:38 +02:00
Eric Pouech cec4ee8648 winhelp: Start implementing a prop sheet for all lookup needs. 2008-06-30 14:15:47 +02:00
Mikołaj Zalewski f8a104f4a5 taskmgr: Move Run dialog caption to resources, use the standard text. 2008-06-30 13:24:36 +02:00
Vladimir Pankratov 2025d14503 winhlp32: Update Russian translation. 2008-06-30 12:12:31 +02:00
Vladimir Pankratov 79f4ec5cd4 winecfg: Update Russian translation. 2008-06-30 12:12:21 +02:00
Dmitry Timoshkov da88293338 wordpad: Pass correct parameters to WM_SIZE message handler. 2008-06-27 12:32:21 +02:00
Filipe Ferreira a933d5401e winecfg: Added Windows registration information setting. 2008-06-26 13:40:51 +02:00
Rob Shearman 45a3462c32 rpcrt4/rpcss: Remove old named pipe code for communicating with RPCSS process. 2008-06-26 12:20:24 +02:00
Rob Shearman 16849ceba9 rpcss: Implement endpoint-mapper server using DCE/RPC. 2008-06-26 12:16:48 +02:00
Alexandre Julliard 966cf7c86e explorer.exe: Create the top-level message window along with the desktop window. 2008-06-25 14:49:33 +02:00
Juan Lang cca77db0a6 inetmib1: Add tests for SnmpExtensionInit. 2008-06-25 10:56:13 +02:00
Dylan Smith b599f89abe winemine: Increased buffer size for player names.
Player names can be 31 characters long in Windows, so winemine should
now be able to read any of the player names in the registry created from
the minesweeper in the native Windows.
2008-06-25 10:48:28 +02:00
Dylan Smith beccf37586 winemine: The number of mines should be visible before first choice.
There were a few lines of code that I removed that explicitly kept the
number of mines and the timer unlit before the game started.  This isn't
consistent with Windows, so I don't know what the purpose was for doing
this.  In fact, it prevents the number of mines from being shown ahead
of time, which is useful information.
2008-06-25 10:48:10 +02:00
Dylan Smith 273080af7d winemine: Middle click drag should move the box highlighting.
The correct behaviour was intended, but the wrong check was made for
wParam on the WM_MOUSEMOVE event.
2008-06-25 10:47:22 +02:00
Dylan Smith 04f925e72c winemine: Set mines after first choice.
The first choice never is on a mine in Windows.  This can be tested by
making a custom game with as many mines as possible, and then playing
the start of many games, and the first choice will never be on a mine.

This is done to make the game reasonable, since after the first choice
there will at least be some information given to make the next choice.
2008-06-25 10:47:18 +02:00
Dylan Smith df62e0277a winemine: Adding flag before the game starts shouldn't start the timer.
The game only starts when the player left clicks on a box to test it for
a mine, not when a flag is added. Manually tested against Windows XP.
2008-06-25 10:44:45 +02:00
Dylan Smith 8f1a85e4d5 winemine: Beginner mode should have one more row and column.
Windows uses a 9x9 instead of 8x8 board for beginner mode.
2008-06-25 10:44:32 +02:00
Hwang YunSong(황윤성) 8ce4a6fdec winhlp32: Updated Korean resource. 2008-06-25 10:43:22 +02:00
Michael Stefaniuc 7057d7a914 winedbg: Fix "floating pointer" typo. 2008-06-24 11:51:20 +02:00
Eric Pouech cd8b30f1dd winhelp: Removed the main history button, and use the item in Options menu instead. 2008-06-23 13:11:51 +02:00
Eric Pouech 2ecb36709e winhelp: Added the options menu. 2008-06-23 13:10:39 +02:00
Eric Pouech 25b79fafe3 winhelp: Properly quit winhelp when no file are given on command line. 2008-06-23 12:47:01 +02:00
Ted Percival 0674e61955 regedit: Interpret REG_DWORD as unsigned in editor. 2008-06-23 12:46:52 +02:00
Vladimir Pankratov 87b5e94480 taskmgr: Add Russian translation. 2008-06-23 12:45:56 +02:00
Vladimir Pankratov ad0c267f74 oleview: Add Russian translation. 2008-06-21 11:13:44 +02:00
Dylan Smith 8769e706cc wordpad: Fixed a bug in setting the recent file list in the registry. 2008-06-20 12:34:57 +02:00
Dylan Smith d0927f63aa wordpad: Fixed bugs that prevented setting alignment through dialog.
The combobox to select the alignment in the paragraph format dialog
did not have enough height to display the dropdown list.  Also, code was
missing to set the alignment when OK button is pressed. This patch fixes
these issues.
2008-06-20 12:34:39 +02:00
Dylan Smith 7fe5d6ad60 wordpad: Fixed calculations for the paragraph format dialog. 2008-06-20 12:32:52 +02:00
Dylan Smith 2ee7bcc13c wordpad: Apply changes on dropdown selection for comboboxes on toolbar.
The changes were previously being applied only when the combobox's edit
control lost focus notifying an end edit event.  In addition, the
selection of an item from the dropdown list should also cause the
changes to be applied. New functions were created to handle the
duplication in expected behaviour for these two events.
2008-06-20 12:32:30 +02:00
Dylan Smith 6fab4754d7 wordpad: Fixed the font size validation for the toolbar's combobox. 2008-06-20 12:30:47 +02:00
Dylan Smith 536edd7bfc wordpad: Added style to the richedit control to not hide selection.
When run with the native richedit control the selection will be hidden
when focus is lost without the ES_NOHIDESEL style applied to the
richedit control.  This can be annoying in native windows when focus is
on a combobox in the toolbar, because it won't show what text will be
changed.  This patch adds the ES_NOHIDESEL style to be consistent with
native wordpad.
2008-06-20 12:29:39 +02:00
Mikołaj Zalewski 30899341cd winhlp32: Update Polish translation. 2008-06-20 11:28:19 +02:00
Jon Griffiths f2276f5a49 include: Provide wide char definitions for CFSTR_*. 2008-06-19 12:44:43 +02:00
Vladimir Pankratov 56c1ea6af4 regedit: Update Russian translation. 2008-06-19 11:55:20 +02:00
Jon Griffiths 9e62412dc1 winedbg: Add support for printing c++ bool values. 2008-06-18 16:48:17 +02:00
Francois Gouget 600368c4ed winecfg: Remove spaces before '...'. 2008-06-16 15:52:31 +02:00
Francois Gouget dcfd6b9d50 regedit: Remove spaces before '...'. 2008-06-16 15:52:27 +02:00
Francois Gouget d81fb8e027 Remove spaces before '...' in the Danish resources. 2008-06-16 15:52:21 +02:00
Jaime Rave 39289d4bd4 wineconsole: Update Spanish translation. 2008-06-16 15:52:01 +02:00
Matthias Kupfer 0e074d6dd6 wordpad: Small typo fix for German translation. 2008-06-16 15:51:46 +02:00
Francois Gouget d66790e327 xcopy: Remove spaces before '\n' in resource strings. 2008-06-12 12:03:34 +02:00
Michael Stefaniuc 40f85c70bb winecfg: Fix the Portuguese Brazilian translation.
Thanks to Mauricio Teixeira <mteixeira@webset.net> for the translation.
2008-06-12 12:03:13 +02:00
Alexandre Julliard 0b85c35c70 net: Add missing #pragma codepage in utf-8 resources. 2008-06-11 20:32:08 +02:00
Michael Karcher 40e8e95cf7 xcopy: Fix non-translation of a string. 2008-06-11 20:03:27 +02:00
Francois Gouget cbfca763bb notepad: Remove spaces before '\n' in resource strings. 2008-06-11 20:03:15 +02:00
Francois Gouget b31fbfc47d cmd: Remove spaces before '\n' in resource strings. 2008-06-11 20:03:12 +02:00
Francois Gouget ded229c492 winecfg: Remove spaces before '\n' in resource strings. 2008-06-11 20:03:05 +02:00
Francois Gouget 67e003676c net: Remove spaces before '\n' in resource strings. 2008-06-11 20:03:02 +02:00
Mikołaj Zalewski d0d2b4a45c xcopy: German should use SUBLANG_NEUTRAL. 2008-06-11 20:02:24 +02:00
Michael Stefaniuc 48bc578c68 regedit: Fix the Danish translation. 2008-06-11 11:27:35 +02:00
Michael Stefaniuc b68f6d9fbe winecfg: Fix and re-enable the Italian translation. 2008-06-11 11:27:32 +02:00
Michael Stefaniuc 4f03310ec5 regedit: Fix the Slovenian translation. 2008-06-11 11:27:30 +02:00
Michael Stefaniuc 7f09556e24 regedit: Fix the Turkish translation. 2008-06-11 11:27:28 +02:00
Michael Karcher 95f3b94800 xcopy: Add German translation. 2008-06-11 11:27:23 +02:00
Francois Gouget c959867510 winecfg: Update the Portuguese and Brazillian translations, based on a patch by Americo Jose Melo. 2008-06-10 19:45:49 +02:00
Francois Gouget 9b81d86a6d Replace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT. 2008-06-10 19:45:14 +02:00
Francois Gouget 4ddb0a9e8f progman: Update the license and warranty French translation. 2008-06-10 19:45:09 +02:00
Francois Gouget 91423de8f3 winecfg: Update the license French translation. 2008-06-10 19:45:07 +02:00
Francois Gouget 85bdabeb5a clock: Update the license and warranty French translation. 2008-06-10 19:45:05 +02:00
Francois Gouget a0be11e3e8 progman: Progman is a program, not a library. So tweak the license and warranty messages accordingly. 2008-06-10 19:45:02 +02:00
Francois Gouget dbd8387cbd winecfg: Winecfg is a program, not a library. So tweak the license and warranty messages accordingly. 2008-06-10 19:44:59 +02:00
Francois Gouget 705dc91571 clock: Clock is a program, not a library. So tweak the license and warranty messages accordingly. 2008-06-10 19:42:51 +02:00
Alexandre Julliard 065dc03faf winetest: Fix the printf format for the version numbers. 2008-06-10 17:45:24 +02:00
Francois Gouget 5bc7b784cb notepad: Improve handling of quoted filenames. 2008-06-10 17:43:00 +02:00
Francois Gouget 88d3994de2 start: Remove spaces before '\n' in resource strings. 2008-06-10 11:34:49 +02:00
Hans Leidekker 3dcf22e03f winebrowser: Convert URL obtained through DdeGetData to Unicode. 2008-06-09 12:39:17 +02:00
Jonathan Ernst 6f41fd0c86 notepad: Updated About menu entry. 2008-06-09 12:39:03 +02:00
Rico Schüller b27a5942e0 winecfg: Fix German translation. 2008-06-09 12:38:53 +02:00
Jonathan Ernst 53dc368169 notepad: Updated French translation. 2008-06-06 15:27:30 +02:00
Michael Stefaniuc 20655afb2a notepad: Fix the Danish translation. 2008-06-06 10:28:05 +02:00
Michael Stefaniuc 76a80d24ae wordpad: Fix the Turkish translation. 2008-06-06 10:28:02 +02:00
Michael Stefaniuc a29c6d59ab net: Use consistent whitespace placement in the usage and help strings. 2008-06-06 10:27:57 +02:00
Michael Stefaniuc 17c9953a1f net: Add the USE subcommand to the translations that are missing it.
Spotted by Mikolaj Zalewski.
2008-06-06 10:27:53 +02:00
Mikołaj Zalewski d0319d0530 regedit: Add/remove favorite opens a dialog, thus should have ellipsis. 2008-06-06 10:27:45 +02:00
Mikołaj Zalewski b29e46c67b regedit: Update Polish translation. 2008-06-06 10:27:39 +02:00
Francois Gouget 43a46a1fa2 start: Some updates and fixes to the French translation. 2008-06-05 15:53:13 +02:00
Francois Gouget 39cb432b68 Fix the resources to remove extraneous spaces in '...'. 2008-06-05 15:53:05 +02:00
Rico Schüller 63e9c1ee09 net: Add German translation. 2008-06-05 11:25:06 +02:00
Rico Schüller 8ffd5fb320 winecfg: Update German translation. 2008-06-05 11:24:57 +02:00
Michael Stefaniuc 408a4414b6 progman: Fix the Hungarian translation. 2008-06-05 11:24:50 +02:00
Michael Stefaniuc b6305ed413 start: Fix the Cs, Es, It, Si and Tr translations. 2008-06-04 12:32:19 +02:00
Michael Stefaniuc 72598cd58e cmd: Fix the Turkish translation. 2008-06-04 12:32:11 +02:00
Michael Stefaniuc 00832864a4 cmd: Fix the Czech translation. 2008-06-04 12:32:08 +02:00
Michael Stefaniuc 2fcc9199cc cmdlgtst: Fix the Italian translation. 2008-06-04 12:32:06 +02:00
Michael Stefaniuc ebc304856d cmdlgtst: Fix the Czech translation. 2008-06-04 12:32:03 +02:00
Michael Stefaniuc 20feb3700f notepad: Fix the Swedish translation. 2008-06-04 12:32:01 +02:00
Michael Stefaniuc a7a68d5209 regedit: Fix the Italian translation. 2008-06-03 11:11:08 +02:00
Michael Stefaniuc 0f7ac9e672 regedit: Fix the Czech translation. 2008-06-03 11:11:01 +02:00
Jonathan Ernst 077cf2e817 reg: Updated French translation. 2008-06-03 11:10:50 +02:00
Francois Gouget b4bf3553c4 wordpad: Remove extraneous spaces in '...'. 2008-06-02 14:13:50 +02:00
Francois Gouget 133ada7970 winefile: Fix the French translation (with some help from Michael Stefaniuc). 2008-06-02 14:13:46 +02:00
Francois Gouget 4cff95351c regedit: Update the French translation. 2008-06-02 14:13:43 +02:00
Francois Gouget 71941a8f78 reg: Add French resources. 2008-06-02 14:13:41 +02:00
Jonathan Ernst 785507e653 start.exe: Updated French translation. 2008-06-02 12:39:05 +02:00
José Manuel Ferrer Ortiz 85e839a2c2 Spanish translations updates. 2008-06-02 12:32:47 +02:00
Vitaliy Margolen 5fc1b36b17 Update Russian translations. 2008-06-02 12:13:11 +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 471f80d65d notepad: Fix the Hungarian translation. 2008-05-30 10:02:02 +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
Alexandre Julliard f8282d969a start: Fall back to ShellExecute for unknown binaries in /unix mode. 2008-05-29 12:12:12 +02:00
Michael Stefaniuc 7e11ae4811 winhlp32: Fix the Slovak translation. 2008-05-29 12:11:25 +02:00
Michael Stefaniuc b2a799bb80 notepad: Fix the Finnish translation. 2008-05-29 12:11:23 +02:00
Michael Stefaniuc 02f99a03b3 notepad: Remove the Slovak "translation" as it is basically only a stale copy of the English resource. 2008-05-29 12:11:20 +02:00
Michael Stefaniuc ad17ef70e8 regedit: Fix the English (NEUTRAL) translation. Rename SUBLANG_ENGLISH_US to SUBLANG_DEFAULT. 2008-05-29 12:11:05 +02:00
Michael Stefaniuc d874e5c972 notepad: Fix the Chinese (Simplified) translation. 2008-05-28 11:31:08 +02:00
Michael Stefaniuc 4671cbc0b1 winecfg: Fix the Chinese (Traditional) translation. 2008-05-28 11:31:06 +02:00
Michael Stefaniuc f8f67df47c notepad: Fix the Walon translation. 2008-05-28 11:31:03 +02:00
Dylan Smith 76f2a0f333 wordpad: Added a null terminator needed for a unicode string. 2008-05-28 11:30:27 +02:00
Dylan Smith 4a9adfa04c wordpad: Removed spaces between dots in ellipses for english menu text. 2008-05-28 11:30:06 +02:00
Eric Pouech f7f9c08fc0 winedbg: Fixed the print_basic command when dealing with long long values. 2008-05-27 12:03:44 +02:00
Eric Pouech 98e2486820 winedbg: Removed unneeded variable from print_basic. 2008-05-27 12:02:36 +02:00
Alexandre Julliard 9f74bf1eb2 winetest: Don't submit test results if we don't have a valid git build id. 2008-05-27 11:48:50 +02:00
Alexandre Julliard 808f5c8ded winetest: Remove the per-file revision info, we now use the global commit id. 2008-05-27 11:32:34 +02:00
Hwang YunSong(황윤성) e058e77fac winecfg: Updated Korean resource. 2008-05-26 19:46:01 +02:00
Gregor Münch 2b7debe01b winhlp32: Update German translation. 2008-05-26 19:45:44 +02:00
Alexandre Julliard 0e3eda3425 programs: Use the Wine import libraries when compiling with MinGW. 2008-05-26 19:26:06 +02:00
Alexandre Julliard 2e83ea49be winedbg: Fix compile when poll() is not available. 2008-05-26 19:25:04 +02:00
James Hawkins cf0420cbbc winetest: Use the win32 API to extract the tests. 2008-05-26 17:59:59 +02:00
Andrej Sinicyn 34c0bd760f regedit: Update the German translation. 2008-05-26 17:59:32 +02:00
Alexander Nicolaysen Sørnes c1940e397e regedit: Set selected key name as default favourite name. 2008-05-22 11:30:34 +02:00
Alexander Nicolaysen Sørnes bb0eefb939 regedit: Allow modifying values of root keys. 2008-05-22 11:29:14 +02:00
Jeremy White d392e0e097 winebrowser: Route default url handlers to /usr/bin/open on Mac OS X. 2008-05-21 20:15:30 +02:00
Hwang YunSong(황윤성) 1db3aa0be5 regedit: Updated Korean resource. 2008-05-21 11:38:24 +02:00
Paul Vriens b3e75eead9 regedit: Sync Dutch resource with latest changes. 2008-05-19 23:10:01 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Vitaliy Margolen 82a7eb7614 winecfg: Remove mostly unused properties.h. 2008-05-19 14:04:23 +02:00
Alexander Nicolaysen Sørnes 66b3d415c3 regedit: Improve dialog layout. 2008-05-19 14:04:19 +02:00
Lei Zhang b11156b84a explorer: Allow explorer with no arguments to run winefile. 2008-05-19 14:03:56 +02:00
Alexander Nicolaysen Sørnes 96653ca60a regedit: Add Export option to context menu. 2008-05-19 13:36:00 +02:00
Mikołaj Zalewski d85ac9d989 Update Polish translation. 2008-05-19 13:33:47 +02:00
Alexandre Julliard 26e566b91f explorer: Use a different return value to indicate that the x11 system tray is not available, so that x11drv can return errors too. 2008-05-13 21:02:46 +02:00
Alexandre Julliard e568580447 regedit: Fix editing and exporting of zero-size strings. 2008-05-13 20:27:11 +02:00
Alexandre Julliard 520d1bc5e4 winemenubuilder: Copy the icon data before modifying it, resources are read-only. 2008-05-13 20:26:57 +02:00
Andrej Sinicyn 8fe38e8043 uninstaller: German translation. 2008-05-13 20:26:13 +02:00
Andrej Sinicyn ee3ed054d0 reg: German translation. 2008-05-13 20:26:10 +02:00
Andrej Sinicyn c596ba39af wineconsole: German translation. 2008-05-13 20:26:06 +02:00
Andrej Sinicyn a3e181812e taskmgr: German translation. 2008-05-13 20:26:03 +02:00
Andrej Sinicyn 89651351f3 cmd: German translation. 2008-05-13 20:25:59 +02:00
Alexandre Julliard a795f36af7 winhelp.exe: Renamed to winhlp32.exe. 2008-05-13 18:43:27 +02:00
Eric Pouech 2a771d294f winedbg: Fix the path traversal. 2008-05-13 10:40:08 +02:00
Jens Albretsen e0bdb93650 view: Danish translation. 2008-05-13 10:39:54 +02:00
Jens Albretsen 800c39ab10 taskmgr: Danish translation. 2008-05-13 10:39:50 +02:00
Jens Albretsen 528f6b64c7 wineboot: Danish translation. 2008-05-13 10:39:46 +02:00
Jens Albretsen 38a9633b77 uninstaller: Danish translation. 2008-05-13 10:39:42 +02:00
Jens Albretsen 446ba6a852 winefile: Danish translation. 2008-05-13 10:39:38 +02:00
Jens Albretsen f958b9a292 winemine: Danish translation. 2008-05-13 10:39:34 +02:00
Jens Albretsen 94daf32000 winhelp: Danish translation additions, fixes. 2008-05-12 11:43:17 +02:00
Jonathan Ernst 46fcc22872 winhelp: Updated French translation. 2008-05-12 11:42:07 +02:00
Alexandre Julliard 39ebaba506 winefile: Fix the printf formats for file sizes. 2008-05-09 11:18:27 +02:00
Kirill K. Smirnov b3b6a227aa winhelp: Pointer coordinates are relative to richedit text window, not the main window. 2008-05-08 18:14:10 +02:00
Kirill K. Smirnov 2ed647a12c winhelp: Updated Russian translation. 2008-05-08 18:14:05 +02:00
Alexandre Julliard 33914a1bf4 services: Send the service name in the control requests.
Only start a single dispatcher thread for all services.
2008-05-08 18:08:41 +02:00
Paul Vriens df2120e586 services.exe: Spelling fixes. 2008-05-08 11:12:07 +02:00
Dylan Smith 2b52dd8450 wordpad: Empty the richedit undo buffer on creation. 2008-05-08 11:10:49 +02:00
Frans Kool 33d586d424 winhelp: Added missing Dutch translations. 2008-05-08 11:10:34 +02:00
Vitaly Lipatov 6bca330d4d wineboot: Add missed short option -u. 2008-05-08 11:10:24 +02:00
Alexandre Julliard 267d38e1bc wineconsole: Don't use a Win32 wait on a Unix file descriptor. 2008-05-07 17:30:00 +02:00
Maarten Lankhorst 7c051f1394 winetest: Fix CreateProcess so that debugger tests run without timing out. 2008-05-07 12:11:03 +02:00
Jens Albretsen 0fb29e3998 reg: Danish translation. 2008-05-07 12:10:39 +02:00
Jens Albretsen 5e13b19dac oleview: Danish translation. 2008-05-07 12:10:35 +02:00
Jens Albretsen 0ce8deb914 notepad: Danish spelling fixes. 2008-05-07 12:10:02 +02:00
Jens Albretsen 7bad582657 clock: Danish spelling fixes. 2008-05-07 12:09:58 +02:00
Jens Albretsen 9a5263c38f progman: Danish translation. 2008-05-07 12:09:47 +02:00
Jens Albretsen df801d387e cmdlgtst: Danish translation. 2008-05-07 12:09:43 +02:00
Jens Albretsen b092f27782 regedit: Danish translation. 2008-05-07 12:09:38 +02:00
Francois Gouget 42a61d7ed7 Assorted spelling fixes. 2008-05-06 16:10:20 +02:00
Paul Vriens b0f34a600f services.exe: Move a trace to a more appropriate place. 2008-05-06 11:25:46 +02:00
Maarten Lankhorst 3c79c2e88c winetest: Fix CreateProcess so that debugger tests run without timing out. 2008-05-06 11:25:42 +02:00
Hwang YunSong(황윤성 80c822488d winecfg: Updated Korean resource. 2008-05-05 19:46:16 +02:00
Hwang YunSong(황윤성 7819900967 winhelp: Updated Korean resource. 2008-05-05 19:46:16 +02:00
Jens Albretsen 19f452a5a9 wordpad: Added Danish translation. 2008-05-05 13:35:56 +02:00
Jens Albretsen 7a57c23fc4 net: Added Danish translation. 2008-05-05 13:35:10 +02:00
Jens Albretsen 5307fecc44 cmd: Added Danish translation. 2008-05-05 13:35:05 +02:00
Jens Albretsen 226a75435a winecfg: Added Danish translation. 2008-05-05 13:34:50 +02:00
Jens Albretsen e29fe86a0e xcopy: Added Danish translation. 2008-05-05 13:34:40 +02:00
Gerald Pfeifer ac24472aaa winecfg: Add variable initialization in get_registry_version(). 2008-05-05 13:34:05 +02:00
Gerald Pfeifer 49799ccb01 winhelp: Remove extraneous positiveness check for unsigned variable in WINHELP_HandleTextMouse(). 2008-05-05 13:34:05 +02:00
Alexandre Julliard f315d0291d winevdm: Move the DOS memory range check to not trigger for Win16 apps. 2008-05-05 13:34:05 +02:00
Alexandre Julliard d760cba090 services: Fixed the result check for the control mutex wait. 2008-05-05 13:34:05 +02:00
Alexandre Julliard 8ae87c7f0e services: Use the correct invalid handle value for the control pipe. 2008-05-05 13:34:05 +02:00
Alexandre Julliard ff0099df0d spoolsv: Improve the service stub so that it can be started and stopped. 2008-05-05 13:34:05 +02:00
Dmitry Timoshkov 681146c9f0 winecfg: Fix coordinates and sizes of controls in French Graphics dialog. 2008-05-05 13:34:04 +02:00
Mathias Gottschlag 93995fc672 taskmgr: Fix some German translation errors. 2008-05-02 16:05:16 +02:00
Mathias Gottschlag 652b63f279 winecfg: Fix some errors in the German translation. 2008-05-02 16:04:57 +02:00
Herve Chanal 587eda5aa9 winhelp: A nicer icon. 2008-05-02 12:54:22 +02:00
Eric Pouech 00040c4814 winhelp: Added support for relative offsets in richedit rendered pages. 2008-05-02 11:24:12 +02:00
Eric Pouech 15f6786bcc winhelp: Added support for font scaling when using RichEdit. 2008-05-02 11:24:04 +02:00
Eric Pouech c3b022cecf winhelp: We can now get rid of the tests about a NULL rtfData block. 2008-05-02 11:23:46 +02:00
Eric Pouech 2ee5cd8d7c winhelp: Remove the internal data used for the old rendering. 2008-05-02 11:23:36 +02:00
Eric Pouech 303462329c winhelp: Get rid of the old internal rendering. 2008-05-02 11:23:23 +02:00
Paul Vriens 550aaaded5 winecfg: Better alignment of text and combobox. 2008-05-01 18:11:26 +02:00
Eric Pouech bd6b394e84 winedbg: Added ability to print properly float/double values. 2008-05-01 18:11:26 +02:00
Eric Pouech 95f2d367b3 winedbg: Attach the source files to a given process, and unload them at process end. 2008-05-01 11:12:53 +02:00
Eric Pouech 5d90e60ed5 winedbg: Added implementation of qSupported request. 2008-05-01 11:12:24 +02:00
Eric Pouech 6f84b1c640 winedbg: Try harder to locate a source file. 2008-05-01 11:12:17 +02:00
Alexandre Julliard dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
Eric Pouech 2f1048862a winhelp: Added support for transparent bitmaps. 2008-04-30 13:45:23 +02:00
Eric Pouech 8f1805f9b6 winhelp: Generate the proper RTF data for a table formatting. 2008-04-30 13:45:23 +02:00
Lei Zhang ffb0457982 userenv: Add initial tests for CreateEnvironmentBlock. 2008-04-30 13:45:15 +02:00
Hwang YunSong(황윤성) 0aca2e0667 start: Updated Korean resource. 2008-04-30 10:25:59 +02:00
Dmitry Timoshkov 727eef4e4f winecfg: Add a font size preview, update all language resources to reflect this change. 2008-04-30 10:22:59 +02:00
Elias Benali 38daafb77e winhelp: Check against a NULL pointer dereference. 2008-04-30 10:22:52 +02:00
Alexandre Julliard ef07d83405 Include wine/port.h everywhere we use exceptions. 2008-04-29 20:18:49 +02:00
Eric Pouech 9b24f2a050 winhelp: Make richedit the default for rendering. 2008-04-29 12:37:20 +02:00
Rob Shearman b9f8a81d8c rpcss: When registering a moniker that is already registered in the ROT another ROT entry should still be created and a distinct cookie returned. 2008-04-29 12:35:35 +02:00
Hwang YunSong(황윤성) d38cd2a54e winhelp: Updated Korean resource. 2008-04-29 12:34:21 +02:00
Hwang YunSong(황윤성) fa80ec5f1e reg: Updated Korean resource. 2008-04-29 12:34:16 +02:00
Michael Stefaniuc 618709d21d winecfg: Transform the set_advanced() driveui function to unicode. 2008-04-28 15:43:25 +02:00
Kirill K. Smirnov 471d68c1d1 winhelp: Fix possible copy/paste error. 2008-04-28 14:20:17 +02:00
Kirill K. Smirnov bfaeb42b09 winhelp: Shift by 6 not 4 in case of old 3.0 file.
This necessary piece of code was lost. Restore it.
2008-04-28 14:20:13 +02:00
Kirill K. Smirnov 5744fb45cf winhelp: We can reference any page in HLPFILE_BrowsePage(). Perform similar change in HLPFILE_DoReadHlpFile() for the symmetry. 2008-04-28 14:19:06 +02:00
Dmitry Timoshkov 1d70c7ada4 winecfg: Update Russian translation. 2008-04-28 13:28:16 +02:00
Eric Pouech 2cf1925eb4 wordpad: Open the filename passed on command line if any. 2008-04-28 13:27:51 +02:00
Alexandre Julliard f0bd1ee70b winecfg: Allow to configure the desktop separately for each application. 2008-04-25 14:36:45 +02:00
Alexandre Julliard ad5876734d winecfg: Add a couple of Unicode helper functions. 2008-04-25 14:36:25 +02:00
Eric Pouech 5da401950c winhelp: Emit the proper RTF stream for a metafile to RichEdit. 2008-04-25 11:28:01 +02:00
Eric Pouech 5309ad1c8f winhelp: Emit proper RTF tokens for a bitmap. 2008-04-25 11:27:51 +02:00
Eric Pouech 666bf7b892 winhelp: Properly decode the keep bit in paragraph style. 2008-04-25 11:27:28 +02:00
Eric Pouech 3299f1b869 winhelp: Set the borders of a paragraph in richedit. 2008-04-25 11:27:21 +02:00
Eric Pouech 300fa96245 winhelp: Set the alignment of paragraph in richedit. 2008-04-25 11:27:13 +02:00
Eric Pouech 26de7ddcd4 winhelp: Added support for paragraph information. 2008-04-25 11:23:33 +02:00
Eric Pouech 523a5b3f31 winhelp: Added support for richedit tabs in paragraph format. 2008-04-25 11:23:26 +02:00
Alexandre Julliard 21f019029c explorer: Retrieve the default desktop name from the startup parameters or the registry. 2008-04-24 16:27:50 +02:00
Alexandre Julliard eb7f5dd571 explorer: Allow specifying a default size for each desktop using the HKCU\Software\Wine\Explorer\Desktops registry key. 2008-04-24 16:24:46 +02:00
Alexandre Julliard af972cb1e4 services.exe: Don't reject config changes if the display name corresponds to the service being changed. 2008-04-24 13:53:21 +02:00