Commit Graph

245 Commits

Author SHA1 Message Date
Dylan Smith 2397171cf3 wordpad: Added text colour toolbar button. 2010-02-18 12:42:46 +01:00
Dylan Smith 003e7e9675 wordpad: Avoid making monochrome bitmaps for print preview.
Previewly monochrome bitmaps were being created by CreateCompatibleBitmap
because the hdc passed into that call came from CreateCompatibleDC which is
initialized with a single pixel monochrome bitmap.
2010-02-18 12:18:26 +01:00
Dylan Smith 7aba35c608 wordpad: Fixed quick print so that it doesn't print blank pages. 2010-02-10 11:35:01 +01:00
Vladimir Pankratov 5af24c31ec wordpad: Update Russian translation. 2010-02-08 17:14:44 +01:00
Frédéric Delanoy f6aaddbd3b wordpad: Update French translation. 2010-02-02 11:47:20 +01:00
Frédéric Delanoy 51a6153672 wordpad: Fix typo in keyboard shortcut. 2010-02-02 11:47:20 +01:00
Igor Paliychuk c0c5ab16e1 wordpad: Update Ukrainian translations. 2010-02-01 12:08:54 +01:00
Luca Bennati 9f7c68fd92 wordpad: Add Italian translation. 2010-02-01 12:03:30 +01:00
André Hentschel 0c470a3362 wordpad: Fix German translation. 2010-02-01 12:00:22 +01:00
Anders Jonsson 18b918d0c4 wordpad: Update Swedish translation. 2010-02-01 11:59:46 +01:00
Aurimas Fišeras 6b64799c18 wordpad: Update Lithuanian translation. 2010-02-01 11:59:43 +01:00
Dylan Smith 0c46da86bf wordpad: Implement zooming in for print preview.
The preview is now drawn onto it's own window rather directly onto
the client area of the top level window.  This is done to allow for
scrollbars, since the page won't usually fit in the window when zoomed in.
Refactoring was needed as a result of this, and in order to provide more
granularity for updates to avoid EM_FORMATRANGE messages being sent when
the page the same page is being displayed.
2010-01-29 14:59:02 +01:00
Dylan Smith aaabd9f2f3 wordpad: Fixed spacing calculations for print preview. 2010-01-29 14:59:02 +01:00
Igor Paliychuk 05450498d0 wordpad: Add Ukrainian translations. 2010-01-29 13:30:04 +01:00
Dylan Smith ad52ae67a5 wordpad: Don't render the text when getting the number of pages.
EM_FORMATRANGE will render the text if wParam is non-zero, and there
is no reason to actually render the text when just getting the number
of pages.
2010-01-27 18:46:06 +01:00
Dylan Smith fc473e0f63 wordpad: Reset rc.bottom between calls to EM_FORMATRANGE.
EM_FORMATRANGE will set rc.bottom within the FORMATRANGE struct to be the
bottom of the area actually printed to, so this must be reset between calls
to make sure that the page boundaries are consistent between the pages.
2010-01-27 18:46:06 +01:00
Alexandre Julliard 55f024afe1 wordpad: Use the main module instance instead of getting it from the window. 2009-12-28 14:20:37 +01:00
Michael Stefaniuc cdaba88592 wordpad: Remove some explicit LPARAM/WPARAM casts. 2009-12-28 12:27:14 +01:00
Austin English 0b7903c46c wordpad: Only allow one find/replace window. 2009-11-23 13:09:13 +01:00
Andrey Turkin 64d488065a programs: Update Russian translations. 2009-10-20 13:46:42 +02:00
Dylan Smith 19c6edd497 wordpad: Use smaller cbSize for REBARBANDINFOW for compatibility.
The cbSize field for the REBARBANDINFOW structure was previously set to
the sizeof(REBARBANDINFOW), however, new fields were added to this
structure for newer version of windows.  Testing in Windows XP (or with
comctl32.dll from Windows XP) I found this larger size was rejected
causing the rebar to not be displayed in wordpad.
2009-08-17 13:57:50 +02:00
Dylan Smith 0c862dea00 wordpad: Use richedit class string macro from public headers. 2009-08-10 17:10:39 +02:00
Hwang YunSong 15ff2246b8 wordpad: Updated Korean resource. 2009-08-03 16:01:02 +02:00
Vladimir Pankratov 60dcd6365e wordpad: Convert the Russian resources to UTF-8. 2009-07-23 11:22:44 +02:00
Paul Vriens a607df2b69 wordpad: Align resources with the English ones. 2009-07-21 14:23:32 +02:00
Ricardo Filipe 87d5d882b3 wordpad: Update Portuguese translation and convert to UTF8. 2009-07-17 14:28:11 +02:00
Michael Stefaniuc 0c110597db wordpad: Change some string resource ids to logically group the strings in separate STRINGTABLEs. 2009-07-17 11:22:07 +02:00
Huw Davies 6df07402c0 wordpad: Add English neutral translations. 2009-07-08 20:15:03 +02:00
Frédéric Delanoy adea830ad7 wordpad: Fix French translation & UI display. 2009-07-07 11:00:09 +02:00
Alexander Nicolaysen Sørnes 0bb5ab6355 wordpad: Update Norwegian Bokmål translation. 2009-07-03 14:28:45 +02:00
Michael Stefaniuc eaa31f33d6 wordpad: Build language resource files separately.
Do not include them from an other rc file.
2009-07-02 11:44:07 +02:00
Aric Stewart f30387197c wordpad: Update Japanese resource. 2009-07-01 15:29:48 +02:00
Aurimas Fišeras 41853ebc45 wordpad: Add Lithuanian translation. 2009-06-29 12:25:55 +02:00
Matej Spindler ab750ba204 wordpad: Update Slovenian translation. 2009-06-26 11:59:47 +02:00
Jonathan Ernst 367816c0ff wordpad: Updated French translation. 2009-06-09 17:01:13 +02:00
André Hentschel 563542ed07 wordpad: Add German translation. 2009-06-08 12:42:12 +02:00
Rein Klazes 9e8f2a7024 programs: Make some of the open file dialogs of a few programs resizable. 2009-05-06 12:20:10 +02:00
Michael Stefaniuc 410c00fae4 wordpad: "Fix" the Turkish translation.
Remove the untranslated and incomplete STRINGTABLE.
2009-04-21 13:16:19 +02:00
Frans Kool 38d9989fba wordpad: Fixed Dutch translations. 2009-04-16 11:28:17 -05:00
Michael Stefaniuc 645486e8c2 wordpad: Replace long with LONG. 2009-04-07 11:21:45 +02:00
Anders Jonsson bd1a69220a wordpad: Update Swedish translation. 2009-03-27 11:23:28 +01:00
Hwang YunSong(황윤성) 9b309b0142 wordpad: Updated Korean resource. 2009-03-02 12:30:30 +01:00
Dylan Smith 8e8c02a71f wordpad: Sort tab stops by numeric value rather than as string.
The bug could be seen by inserting tabs stops 1cm, 2cm, & 10cm.  The
10cm tab stop would be inserted before 2cm since the comparison isn't
based on the numeric value.
2009-02-26 12:10:51 +01:00
Dylan Smith 0292135a92 wordpad: Show error when user tries to add more than max tab stops.
Previously there was no such error, and if more than MAX_TAB_STOPS were
added, then some of the tab stops would be silently discarded.
2009-02-26 12:10:38 +01:00
Anders Jonsson fed3c945f0 wordpad: Add Swedish translation. 2009-01-20 15:17:25 +01:00
Michael Stefaniuc 688bdb645f wordpad: Remove superfluous pointer casts. 2009-01-19 12:46:42 +01:00
Dmitry Timoshkov 1793f55f35 wordpad: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:22:10 +01:00
Dylan Smith 35680c83d1 wordpad: Use unicode version of CBEM_GETITEM message. 2009-01-09 14:06:13 +01:00
Dylan Smith 02c7d192b0 wordpad: Use winelib's sprintfW for floating point formatting.
This fixes a regression introduced by commit
ef23ef9335.
2009-01-09 14:06:13 +01:00
Jonathan Ernst bd91afcea4 wordpad: Updated French translation. 2008-12-17 13:52:39 +01:00