Commit Graph

3134 Commits

Author SHA1 Message Date
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
Alexandre Julliard ea74621986 services.exe: Make the changed status event an auto-reset event. 2008-04-24 13:53:02 +02:00
Eric Pouech 56a41706c7 winhelp: Setup a better font size for the richedit rendering. 2008-04-24 12:21:37 +02:00
Eric Pouech bfa999eaf6 winhelp: Allow links inside popups to work properly. 2008-04-24 12:21:13 +02:00
Eric Pouech 9d92b76181 winhelp: Create the shadow window also for popups handled by RichEdit. 2008-04-24 12:21:03 +02:00
Eric Pouech b9848a757d winhelp: Correctly compute the popup size and manage the popup when richedit is used. 2008-04-24 12:20:51 +02:00
Eric Pouech 603e1a1584 winhelp: Implement the first round of support for links in RichEdit. 2008-04-24 12:20:13 +02:00
Eric Pouech 1e5199af35 winhelp: Added proper RTF conversion for non breakable space and hyphen. 2008-04-24 12:19:54 +02:00
Eric Pouech 0a3f4d1173 winhelp: Add proper support for charset from headers and escaped non ANSI characters in RTF stream. 2008-04-24 12:19:47 +02:00
Eric Pouech e29b5f5dfb winhelp: Start feeding the richedit control with relevant RTF stream. 2008-04-24 12:19:06 +02:00
Eric Pouech cf2de8c00d winhelp: Added as an option, to use richedit to render the text window. 2008-04-24 12:18:03 +02:00
Michael Stefaniuc 1cb8e96da9 start: Update the German translation. 2008-04-24 11:50:03 +02:00
Alexandre Julliard 9bbbebc2ce explorer: Convert the command line parsing to Unicode. 2008-04-23 18:04:43 +02:00
Eric Pouech dd39c1f90d winhelp: Be sure to raise a newly (re)created window in all cases. 2008-04-23 12:29:45 +02:00
Eric Pouech 0c18020ca9 winhelp: Fix the link kind (and color) of the 0xEA-0xEF family. 2008-04-23 12:29:31 +02:00
Eric Pouech b2061c26b8 winhelp: Popup's background color should be inherited from parent. 2008-04-23 12:29:21 +02:00
Eric Pouech 6cd9b1a313 winhelp: Store reference to the popup (if any) as a WINHELP_WINDOW pointer. 2008-04-23 12:29:12 +02:00
Eric Pouech 3f1b62f2f7 winhelp: Simplify most of the helpers dealing with window creation. 2008-04-23 12:28:32 +02:00
Eric Pouech 857d0e063c winhelp: Also store the relative offsets of a page in the history and back information sets. 2008-04-23 12:28:22 +02:00
Eric Pouech a4480365d7 winhelp: Added ability to locate information within a page (and to store it inside WNDPAGE). 2008-04-23 12:28:11 +02:00
Eric Pouech 61cc510623 winhelp: Now use the icon out of hlpfile if any. 2008-04-23 12:28:00 +02:00
Eric Pouech c631bb0b56 winhelp: Simplified message box handling. 2008-04-23 12:27:51 +02:00
Eric Pouech 3ae5ad8ede winhelp: Enable/Disable prev/next buttons if there's a prev/next page. 2008-04-23 12:27:24 +02:00
Eric Pouech 7ae1bb28fe winhelp: Fixed JumpId and JumpKeyword with correct signature and implementation. 2008-04-23 12:27:13 +02:00
Eric Pouech 951926e6e5 winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton(). 2008-04-23 12:27:05 +02:00
Eric Pouech 4a89d29104 winhelp: Don't add a page to the history when using the back button. 2008-04-23 12:26:20 +02:00
Eric Pouech 07cf778b2b winhelp: Properly display the page title. 2008-04-23 12:26:11 +02:00
Eric Pouech e862e7d84c winhelp: Fix the loading of a row in a table (especially, for multiple paragraphs in a single cell). 2008-04-23 12:26:01 +02:00
Eric Pouech e0032f0ceb winhelp: Fix window caption index in |SYSTEM. 2008-04-23 12:25:50 +02:00
Eric Pouech ccd75350dd winhelp: Properly handle the back button (in multiple windows, in empty stack...). 2008-04-23 12:25:17 +02:00
Eric Pouech d95bcb73a9 winhelp: Present correctly the history when dealing with multiple files. 2008-04-23 12:25:02 +02:00
Eric Pouech db5902baee winhelp: Store the history in correct order. 2008-04-23 12:24:52 +02:00
Eric Pouech 6d40dbe3da winhelp: Added the notion of WINHELP_WNDPAGE and use it to move the history to the global variables. 2008-04-23 12:24:31 +02:00
Eric Pouech 7a608ea627 winhelp: Get rid of the reuse concept for Windows and refactor the code a bit for window creation / deletion. 2008-04-23 12:24:07 +02:00
Dan Kegel faaccca59b winecfg: Restrict dpi slider to sane values. 2008-04-23 12:23:45 +02:00
Frans Kool 30a00e8dfd start: Fixed Dutch translations. 2008-04-23 12:22:55 +02:00
ByeongSik Jeon 2440834b42 net: Update Korean translation. 2008-04-23 12:22:31 +02:00
ByeongSik Jeon 651ec32174 reg: Add Korean translation. 2008-04-23 12:22:28 +02:00
ByeongSik Jeon 4183a1dcaf start: Update Korean translation. 2008-04-23 12:22:22 +02:00
Maarten Lankhorst 9c02e01dcb explorer/mountmgr.sys: Move device hotplug code over to mount manager. 2008-04-22 12:37:02 +02:00
Austin English 6e59cd2c34 Spelling fixes. 2008-04-22 12:20:12 +02:00
Alexander Nicolaysen Sørnes 2e798b52ef xcopy: Add Norwegian Bokmål resource. 2008-04-22 12:00:10 +02:00
Alexander Nicolaysen Sørnes 69cf2fc5c1 start: Update Norwegian Bokmål resource. 2008-04-22 11:59:37 +02:00
Michael Stefaniuc 92a8beb7cf winecfg: Update and fix the Romanian translation. 2008-04-22 11:56:10 +02:00
Michael Stefaniuc f12034b31e winecfg: Fix typos in the En(US) resource. 2008-04-22 11:56:07 +02:00
Tomasz Nowiński df90b52627 Fixed typos in the Polish translations. 2008-04-21 20:34:47 +02:00
Alexandre Julliard de139bf028 winemenubuilder: Process messages while waiting for the semaphore or the parent process. 2008-04-21 20:34:30 +02:00
Alexandre Julliard 6b42c054c1 winecfg: Don't allow editing the configuration of the C drive. 2008-04-21 20:29:34 +02:00
Alexandre Julliard e44dd0f8f2 wineboot: Automatically update the prefix directory if wine.inf changes. 2008-04-21 15:39:55 +02:00
Alexandre Julliard 935313abe3 wineboot: Add an option to update the prefix directory by re-executing wine.inf. 2008-04-21 15:31:26 +02:00
Eric Pouech 7ca4a03428 winhelp: Silencing the copyright system record entry while parsing help files. 2008-04-21 14:05:37 +02:00
Eric Pouech f3730ccc00 winhelp: When no help file is passed on command line, we should open then file pickup dialog. 2008-04-21 14:05:37 +02:00
Eric Pouech 84f0968acd winhelp: Instead of loading all pages at once, allow to browse them one by one. 2008-04-21 14:05:37 +02:00
Eric Pouech 7eba95de27 winhelp: Removed a couple of internal windows' handle and replaced them with control IDs. 2008-04-21 14:05:37 +02:00
Eric Pouech 8169f0ff9d winhelp: No longer store the WINHELP_WINDOW* inside the button box. 2008-04-21 14:05:37 +02:00
Eric Pouech b986236904 winhelp: Always create a main window, even for popups. 2008-04-21 14:05:37 +02:00
Eric Pouech 7ceb62f90a winhelp: Fixed the parsing of a link containing both a .hlp file and a window name. 2008-04-21 14:05:36 +02:00
Eric Pouech 4c236530ef winhelp: Removed no longer needed field (wStringTableOffset) in Globals. 2008-04-21 14:05:36 +02:00
Eric Pouech a107279410 winhelp: Moved all static data used when parsing HLP files into the internal structures. 2008-04-21 14:05:36 +02:00
Eric Pouech d58ab515df winhelp: Get rid of the WM_USER message. 2008-04-21 14:05:36 +02:00
Eric Pouech 077964a8d4 winhelp: Add an (ugly) icon. 2008-04-21 14:05:32 +02:00
ByeongSik Jeon 69e525022f winecfg: Update Korean translation. 2008-04-21 13:36:19 +02:00
Vitaliy Margolen c39329d13c Update Russian translation. 2008-04-21 12:10:37 +02:00
Frans Kool 9e482ce938 winecfg: Added missing Dutch translation. 2008-04-21 11:53:19 +02:00
Hwang YunSong(황윤성 5a2b9ea097 winefile: Updated Korean resource. 2008-04-18 13:57:15 +02:00
Hwang YunSong(황윤성 f5e69c0e3a winecfg: Updated Korean resource. 2008-04-18 13:57:15 +02:00
Eric Pouech 975774382b winhelp: Fix regression introduced by Win64 warning fixes. 2008-04-18 11:46:08 +02:00
Vincent Povirk fc29e334f6 start.exe: Add /Unix switch for native file managers. 2008-04-17 12:35:31 +02:00
Jonathan Ernst 62010249c5 winhelp: Updated French translation. 2008-04-15 14:33:27 +02:00
Jonathan Ernst 2d870e27fb winefile: Updated French translation. 2008-04-15 14:33:19 +02:00
Jonathan Ernst 964d2d1629 winecfg: Updated French translation. 2008-04-15 14:33:14 +02:00
Hwang YunSong(황윤성 06acbbe064 winecfg: Updated Korean resource. 2008-04-14 23:50:13 +02:00
Hwang YunSong(황윤성 0928df2483 winemine: Updated Korean resource. 2008-04-14 23:50:13 +02:00
Alexander Nicolaysen Sørnes a593d07d2d winhelp: Update Norwegian Bokmål resource. 2008-04-14 23:50:13 +02:00
Alexander Nicolaysen Sørnes a4649d3730 regedit: Update Norwegian Bokmål resource. 2008-04-14 23:50:13 +02:00
Alexandre Julliard 16e8633ee5 winedos: Handle memory reservation errors more gracefully. 2008-04-14 20:39:52 +02:00
Rok Mandeljc 7445e90b7a winecfg: Update Slovenian translation to reflect recently introduced changes. 2008-04-14 12:42:48 +02:00
Vitaliy Margolen a1eb6b7ece Update Russian translation. 2008-04-14 12:40:22 +02:00
Alexander Nicolaysen Sørnes 0c6311ea35 winecfg: Update Norwegian Bokmål resource. 2008-04-14 12:40:22 +02:00
Piotr Caban 2e80f11c5e oleview: Fixed incorrect brackets bug. 2008-04-14 12:40:22 +02:00
Piotr Caban 0701ddb665 oleview: Add dual interfaces support to coclasses. 2008-04-14 12:40:22 +02:00
Alexandre Julliard 2004d2b2f6 wordpad: Don't pass an invalid DC to CreateCompatibleDC. 2008-04-14 12:05:57 +02:00
Matthew D'Asaro 4a30466ec4 winecfg: Add option to let wine decorate windows. 2008-04-11 13:11:23 +02:00
Rob Shearman 5a35bd4971 services: Automatically start boot-start, system-start and auto-start services when services.exe is started, instead of in wineboot.exe. 2008-04-11 12:13:45 +02:00
Rob Shearman 559fafebbf services: Split RPC_MainLoop into initialisation and the actual loop. 2008-04-11 12:12:58 +02:00
Piotr Caban aad4547d95 oleview: CreateCoclassHeader partially implemented. 2008-04-11 12:11:32 +02:00
Piotr Caban 3023a186b9 oleview: Removed memory leak in EnumImplTypes. 2008-04-11 12:11:32 +02:00
Piotr Caban cdc3ee70b3 oleview: Added coclass handling base. 2008-04-11 12:11:32 +02:00
Piotr Caban af1c1484d7 oleview: Skip IDispatch functions in dual interfaces properly. 2008-04-11 12:11:32 +02:00
Petr Sumbera 7975a1a926 winetest: Fix shell substitution syntax for Solaris. 2008-04-11 11:14:20 +02:00
Piotr Caban 38994a42f4 oleview: Added returns as arguments in interfaces with oleautomation flag. 2008-04-10 09:54:21 +02:00
Piotr Caban dc0d29c708 oleview: Hide functions without id property in dual interfaces. 2008-04-10 09:54:15 +02:00
Piotr Caban bd4437f18f oleview: Fixed idl files generation with oleautomation flag. 2008-04-10 09:54:10 +02:00
Piotr Caban 4e51c02224 oleview: Fixed idl files generation with dual interfaces. 2008-04-10 09:54:06 +02:00
Piotr Caban d19f1673ae oleview: Added helpstring to functions. 2008-04-10 09:53:58 +02:00
Alexandre Julliard 669949251d programs: Remove winelauncher from install rules. 2008-04-10 09:45:44 +02:00
Dmitry Timoshkov 8ba66c0cc1 winhelp: Fix Win64 warnings. 2008-04-09 16:27:42 +02:00
Dmitry Timoshkov 2c8476a078 wordpad: Fix Win64 warnings. 2008-04-09 16:27:20 +02:00
Dmitry Timoshkov cde3101b8e winefile: Fix Win64 warnings. 2008-04-09 16:27:06 +02:00
Dmitry Timoshkov 888d157bda wineconsole: Fix Win64 warning. 2008-04-09 16:26:58 +02:00
Dmitry Timoshkov b9f78daf71 wineboot: Fix Win64 warnings. 2008-04-09 16:26:53 +02:00
Dmitry Timoshkov a5816064f0 regedit: Fix Win64 warnings. 2008-04-09 16:26:44 +02:00
Hwang YunSong(황윤성) cbd65e17f9 xcopy: Updated Korean resource. 2008-04-09 12:20:04 +02:00
Hwang YunSong(황윤성) 4611dc0a4b wordpad: Updated Korean resource. 2008-04-09 12:19:58 +02:00
Hwang YunSong(황윤성) 15ebbcd1a2 winhelp: Updated Korean resource. 2008-04-09 12:19:53 +02:00
Hwang YunSong(황윤성) 7d32e0693d winemine: Update Korean resource. 2008-04-09 12:19:49 +02:00
Hwang YunSong(황윤성) 75c6914ff4 winecfg: Updated Korean resource. 2008-04-09 12:19:44 +02:00
Hwang YunSong(황윤성) cbafe60baf uninstaller: Updated Korean resource. 2008-04-09 12:19:40 +02:00
Hwang YunSong(황윤성) da98589620 notepad: Updated Korean resource. 2008-04-09 12:19:29 +02:00
Alexandre Julliard d270a96032 programs: Remove obsolete winelauncher script. 2008-04-09 11:55:48 +02:00
Alexandre Julliard 698805d8c5 explorer: Implement a global system tray window. 2008-04-08 15:56:24 +02:00
Alexandre Julliard 52246fb921 winex11: Move all the embedded systray window support to winex11.drv. 2008-04-08 15:47:36 +02:00
Michael Stefaniuc 1ae1d45232 notepad: Add the Romanian translation. 2008-04-08 12:28:55 +02:00
Michael Stefaniuc c3529fab62 view: Add the Romanian translation. 2008-04-08 12:28:45 +02:00
Rok Mandeljc a7c4c6a9f1 regedit: Updated Slovenian translation. 2008-04-08 11:59:01 +02:00
Rok Mandeljc 2f807a2fa8 cmd: Updated Slovenian translation. 2008-04-08 11:58:45 +02:00
Rok Mandeljc 2d4c036e74 taskmgr: Added Slovenian translation. 2008-04-08 11:58:25 +02:00
Rok Mandeljc d3245adf46 xcopy: Added Slovenian translation. 2008-04-08 11:58:18 +02:00
Rok Mandeljc d70ddcb670 reg: Added Slovenian translation. 2008-04-08 11:58:12 +02:00
Rok Mandeljc 98977c21c4 start: Updated Slovenian translation. 2008-04-08 11:58:07 +02:00
Rok Mandeljc 4cb0fe80b8 wineconsole: Added Slovenian translation. 2008-04-08 11:57:44 +02:00
Rok Mandeljc 406ac47c79 cmdlgtest: Updated Slovenian translation. 2008-04-08 11:57:37 +02:00
Rok Mandeljc 33474e5f9e write: Added Slovenian translation. 2008-04-08 11:57:17 +02:00
Rok Mandeljc b78a13a275 winecfg: Added Slovenian translation. 2008-04-08 11:56:54 +02:00
Rok Mandeljc 56d54bbec6 uninstaller: Added Slovenian translation. 2008-04-08 11:56:44 +02:00
Rok Mandeljc 8bc61ed4d4 net: Added Slovenian Translation. 2008-04-08 11:56:23 +02:00
Rok Mandeljc c8c89e682d wordpad: Added Slovenian translation. 2008-04-08 11:56:17 +02:00
Rok Mandeljc e626ae6e1e progman: Updated Slovenian translation. 2008-04-08 11:55:42 +02:00
Rok Mandeljc 5c9f2699db view: Updated Slovenian translation. 2008-04-08 11:55:24 +02:00
Rok Mandeljc 18828f41fe winefile: Updated Slovenian translation. 2008-04-07 21:41:40 +02:00
Rok Mandeljc e7c6a96455 winhelp: Updated Slovenian translation. 2008-04-07 21:41:34 +02:00
Rok Mandeljc 1b186ec91d clock: Updated Slovenian translation. 2008-04-07 21:41:30 +02:00
Rok Mandeljc 685423a51d notepad: Updated Slovenian translation. 2008-04-07 21:41:10 +02:00
Rok Mandeljc 9f76c7131d winemine: Updated Slovenian translation. 2008-04-07 21:41:05 +02:00
Rok Mandeljc 2ad232b11e wineboot: Added Slovenian translation. 2008-04-07 21:41:00 +02:00