Commit Graph

158 Commits

Author SHA1 Message Date
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
Francois Gouget d81fb8e027 Remove spaces before '...' in the Danish resources. 2008-06-16 15:52:21 +02:00
Matthias Kupfer 0e074d6dd6 wordpad: Small typo fix for German translation. 2008-06-16 15:51:46 +02:00
Michael Stefaniuc 76a80d24ae wordpad: Fix the Turkish translation. 2008-06-06 10:28:02 +02:00
Francois Gouget 39cb432b68 Fix the resources to remove extraneous spaces in '...'. 2008-06-05 15:53:05 +02:00
Francois Gouget b4bf3553c4 wordpad: Remove extraneous spaces in '...'. 2008-06-02 14:13:50 +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
Alexandre Julliard 0e3eda3425 programs: Use the Wine import libraries when compiling with MinGW. 2008-05-26 19:26:06 +02:00
Dylan Smith 2b52dd8450 wordpad: Empty the richedit undo buffer on creation. 2008-05-08 11:10:49 +02:00
Jens Albretsen 19f452a5a9 wordpad: Added Danish translation. 2008-05-05 13:35:56 +02:00
Eric Pouech 2cf1925eb4 wordpad: Open the filename passed on command line if any. 2008-04-28 13:27:51 +02:00
Tomasz Nowiński df90b52627 Fixed typos in the Polish translations. 2008-04-21 20:34:47 +02:00
Alexandre Julliard 2004d2b2f6 wordpad: Don't pass an invalid DC to CreateCompatibleDC. 2008-04-14 12:05:57 +02:00
Dmitry Timoshkov 2c8476a078 wordpad: Fix Win64 warnings. 2008-04-09 16:27:20 +02:00
Hwang YunSong(황윤성) 4611dc0a4b wordpad: Updated Korean resource. 2008-04-09 12:19:58 +02:00
Rok Mandeljc c8c89e682d wordpad: Added Slovenian translation. 2008-04-08 11:56:17 +02:00
Alexandre Julliard a54ac90000 wordpad: Display the larger icon in the about box. 2008-04-02 20:05:33 +02:00
Herve Chanal a4e01d67b5 wordpad: A nicer icon. 2008-04-02 20:05:20 +02:00
Michael Stefaniuc a1cec6b619 wordpad: Update the German translation. 2008-03-31 12:14:16 +02:00
Vitaliy Margolen 5b690b0885 Update Russian translations. 2008-03-28 09:53:44 +01:00
Michael Stefaniuc 1bdd2ab628 wordpad: Remove bogus ';' after the if statement. 2008-03-27 17:47:53 +01:00
Alexander Nicolaysen Sørnes 1ea82f7cd4 wordpad: Add support for previewing two pages side-by-side. 2008-03-27 11:05:45 +01:00
Eric Pouech 704de609e6 wordpad: Don't try to use information that hasn't been initialized yet. 2008-03-24 12:12:26 +01:00
Peter Oberndorfer d8b2f161b0 wordpad: Use correct prototype for dialog functions. 2008-03-04 11:18:53 +01:00
Mikołaj Zalewski e2e2066200 wordpad: Always use RB_GETBARHEIGHT. 2008-02-28 10:50:45 +01:00
Mikołaj Zalewski a8fd0e0d69 wordpad: File > New now opens a dialog so there should be an ellipsis at the end. 2008-02-15 09:55:50 +01:00
Mikołaj Zalewski 0027353107 wordpad: Update Polish translation. 2008-02-15 09:55:46 +01:00
Marcus Meissner fa6937f4a5 wordpad: Remove condition that never triggers. 2008-02-04 11:13:26 +01:00
Andrey Esin cec519c753 wordpad: Corrections in Russian translation. 2008-01-16 12:16:13 +01:00
Andrej Sinicyn 4278c3fe84 wordpad: Update German strings and correct shortcuts to match XP wordpad. 2008-01-15 14:36:22 +01:00
Andrey Esin 44923ffb2b wordpad: Adding to Russian translation. 2008-01-15 14:35:48 +01:00
Alexander Nicolaysen Sørnes 9a1b626481 wordpad: Add basic ruler. 2008-01-14 15:31:37 +01:00
Alexander Nicolaysen Sørnes e1e147da4d wordpad: Fix width when text break = margins. 2008-01-14 15:31:37 +01:00
Andrey Esin fd78ab799b wordpad: Russian translation. 2008-01-08 12:55:09 +01:00
Alexander Nicolaysen Sørnes fb5d0bfee1 wordpad: Draw margin lines in print preview. 2008-01-08 12:54:34 +01:00
Alexandre Julliard c7278c21bd wordpad: Fix invalid pointer usage. 2007-12-12 22:32:38 +01:00
Alexander Nicolaysen Sørnes 7f03c2f5bd wordpad: Move registry functions to a separate file. 2007-12-12 13:49:07 +01:00
Alexandre Julliard 2702da6977 wordpad: Fix a compiler warning. 2007-12-10 15:15:42 +01:00
Jonathan Ernst 9efa4daa4c wordpad: Updated French translation. 2007-12-05 12:21:47 +01:00
Alexander Nicolaysen Sørnes a1378190a5 wordpad: Move printing functions to a separate file. 2007-11-20 14:58:03 +01:00
Alexander Nicolaysen Sørnes 62d90a60ca wordpad: Fix print preview bar. 2007-11-20 14:56:19 +01:00
Alexander Nicolaysen Sørnes 04aefe8647 wordpad: Refer to main menu using IDM_MAINMENU. 2007-11-20 14:56:11 +01:00
Jonathan Ernst c3ff4ddcff wordpad: Updated French translation. 2007-11-15 12:48:40 +01:00
Hwang YunSong(황윤성) d97a491b69 wordpad: Updated Korean resource. 2007-10-25 13:56:51 +02:00
Dmitry Timoshkov 6b8ee0e41f wordpad: Refuse to load OLE compound storage files like Windows does. 2007-10-17 13:40:26 +02:00
Alexandre Julliard eb03098681 wordpad.exe: We can now store binary files in the repository. 2007-09-18 13:36:58 +02:00