wordpad: Don't quit if the user cancels the save-as dialog when being prompted to...
[wine] / programs / wordpad / wordpad.c
2012-04-11  Huw Davieswordpad: Don't quit if the user cancels the save-as...
2012-01-20  Alexandre Julliardwordpad: Avoid Unicode macros.
2011-10-03  Michael Stefaniucwordpad: Don't compare with TRUE.
2011-08-24  Francois GougetAssorted spelling fixes.
2010-11-03  André Hentschelwordpad: Replace obsolete styles.
2010-07-22  Dylan Smithwordpad: Allow objects & images to be added with native...
2010-07-20  Dylan Smithwordpad: Save and load word wrap registry options.
2010-07-20  Dylan Smithwordpad: Reduce unnecessary flicker from extra backgrou...
2010-07-20  Dylan Smithwordpad: Search finished message box should be modal.
2010-07-20  Dylan Smithwordpad: Find dialogs intialize find field with selection.
2010-07-20  Dylan Smithwordpad: Fix behaviour of find/replace dialog.
2010-06-25  Dylan Smithwordpad: Use correct resource ID for tab stops dialog.
2010-06-15  Dylan Smithwordpad: Fix failing GetDlgItem that forced screen...
2010-06-11  Dylan Smithwordpad: Provide buffer for replace with text.
2010-06-11  Dylan Smithwordpad: Native RegisterClassExW requires cbSize to...
2010-05-11  Katayama Hirofumi MZwordpad: Add units (in/inch/pt).
2010-04-26  Gerald Pfeiferwordpad: Remove variable i which is not really used...
2010-04-19  Alexandre Julliardwordpad: Set the window small icon, and get rid of...
2010-02-25  Dylan Smithwordpad: Show page numbers in statusbar for print preview.
2010-02-18  Dylan Smithwordpad: Added text colour toolbar button.
2010-02-10  Dylan Smithwordpad: Fixed quick print so that it doesn't print...
2010-01-29  Dylan Smithwordpad: Implement zooming in for print preview.
2009-12-28  Alexandre Julliardwordpad: Use the main module instance instead of gettin...
2009-12-28  Michael Stefaniucwordpad: Remove some explicit LPARAM/WPARAM casts.
2009-11-23  Austin Englishwordpad: Only allow one find/replace window.
2009-08-17  Dylan Smithwordpad: Use smaller cbSize for REBARBANDINFOW for...
2009-08-10  Dylan Smithwordpad: Use richedit class string macro from public...
2009-05-06  Rein Klazesprograms: Make some of the open file dialogs of a few...
2009-04-07  Michael Stefaniucwordpad: Replace long with LONG.
2009-02-26  Dylan Smithwordpad: Sort tab stops by numeric value rather than...
2009-02-26  Dylan Smithwordpad: Show error when user tries to add more than...
2009-01-19  Michael Stefaniucwordpad: Remove superfluous pointer casts.
2009-01-09  Dylan Smithwordpad: Use unicode version of CBEM_GETITEM message.
2009-01-09  Dylan Smithwordpad: Use winelib's sprintfW for floating point...
2008-11-12  Hirofumi Katayamawordpad: Accept double-click in date and time dialog.
2008-10-23  Andrey Turkinwordpad: Do not pass resource ids to MessageBox.
2008-10-14  Dylan Smithwordpad: Added option to disable word wrap.
2008-10-13  Andrey Turkinwordpad: Do not leak a handle on error path.
2008-10-13  Andrey Turkinwordpad: Use inches instead of cm in calculations.
2008-10-10  Andrey Turkinwordpad: Fix some compile-time warnings.
2008-10-10  Andrey Turkinwordpad: Convert some ANSI calls to Unicode.
2008-10-10  Andrey Turkinwordpad: Fix some unicode bugs.
2008-09-09  Gerald Pfeiferwordpad: Shed off unused parameters from on_fontlist_mo...
2008-07-23  Gerald Pfeiferwordpad: Remove unused parameter for preview_command().
2008-07-18  Alexander Nicolays... wordpad: Show error if file open fails.
2008-07-14  Alexander Nicolays... wordpad: Show error message if saving fails.
2008-07-14  Dylan Smithrichedit: Cannot undo setting of default character...
2008-07-04  Dylan Smithwordpad: Properly save window rect on closing Min/Maxim...
2008-06-27  Dmitry Timoshkovwordpad: Pass correct parameters to WM_SIZE message...
2008-06-20  Dylan Smithwordpad: Fixed bugs that prevented setting alignment...
2008-06-20  Dylan Smithwordpad: Fixed calculations for the paragraph format...
2008-06-20  Dylan Smithwordpad: Apply changes on dropdown selection for combob...
2008-06-20  Dylan Smithwordpad: Fixed the font size validation for the toolbar...
2008-06-20  Dylan Smithwordpad: Added style to the richedit control to not...
2008-05-28  Dylan Smithwordpad: Added a null terminator needed for a unicode...
2008-05-08  Dylan Smithwordpad: Empty the richedit undo buffer on creation.
2008-04-28  Eric Pouechwordpad: Open the filename passed on command line if...
2008-04-02  Alexandre Julliardwordpad: Display the larger icon in the about box.
2008-03-24  Eric Pouechwordpad: Don't try to use information that hasn't been...
2008-03-04  Peter Oberndorferwordpad: Use correct prototype for dialog functions.
2008-02-28  Mikołaj Zalewskiwordpad: Always use RB_GETBARHEIGHT.
2008-01-14  Alexander Nicolays... wordpad: Add basic ruler.
2007-12-12  Alexander Nicolays... wordpad: Move registry functions to a separate file.
2007-12-10  Alexandre Julliardwordpad: Fix a compiler warning.
2007-11-20  Alexander Nicolays... wordpad: Move printing functions to a separate file.
2007-11-20  Alexander Nicolays... wordpad: Fix print preview bar.
2007-11-20  Alexander Nicolays... wordpad: Refer to main menu using IDM_MAINMENU.
2007-10-17  Dmitry Timoshkovwordpad: Refuse to load OLE compound storage files...
2007-09-18  Francois Gougetwordpad: Fix compilation on systems that don't support...
2007-09-13  Alexander Nicolays... wordpad: Prevent white flickering on window resize.
2007-09-13  Alexander Nicolays... wordpad: Clean up font effects toggling code.
2007-09-13  Alexander Nicolays... wordpad: Resize rebar control on window resize.
2007-09-13  Alexander Nicolays... wordpad: Remove RB_SIZETORECT call.
2007-09-13  Alexander Nicolays... wordpad: More error handling for printing/print preview.
2007-09-13  Alexander Nicolays... wordpad: Allow changing font effects in the choose...
2007-09-13  Alexander Nicolays... wordpad: Add replace dialog.
2007-09-13  Alexander Nicolays... wordpad: Set icon according to format.
2007-09-13  Alexander Nicolays... wordpad: Add font dialog.
2007-09-13  Alexander Nicolays... wordpad: Add font size list.
2007-09-13  Alexander Nicolays... wordpad: Add font list.
2007-09-12  Alexander Nicolays... wordpad: Add initial print preview support.
2007-09-12  Alexander Nicolays... wordpad: Add view options dialog.
2007-09-12  Alexander Nicolays... wordpad: Add about window.
2007-09-12  Alexander Nicolays... wordpad: Add context menu.
2007-09-12  Alexander Nicolays... wordpad: Add support for printing a page range.
2007-09-12  Alexander Nicolays... wordpad: Re-order format clearing when selecting new...
2007-09-12  Alexander Nicolays... wordpad: Add quick print support.
2007-09-12  Alexander Nicolays... wordpad: Store page margins in the registry.
2007-09-12  Alexander Nicolays... wordpad: Add page setup dialog.
2007-09-12  Alexander Nicolays... wordpad: Add initial printing support.
2007-09-12  Alexander Nicolays... wordpad: Add tab stops dialog.
2007-09-12  Alexander Nicolays... wordpad: Add paragraph format dialog.
2007-09-12  Alexander Nicolays... wordpad: Set default font according to format.
2007-09-12  Alexander Nicolays... wordpad: Support drag-and-drop.
2007-09-12  Alexander Nicolays... wordpad: Store bar states in the registry.
2007-08-23  Alexander Nicolays... wordpad: Don't display full path in save changes dialog.
2007-08-23  Alexander Nicolays... wordpad: Don't show full path in caption.
2007-08-22  Alexander Nicolays... wordpad: Store window rect in the registry.
2007-08-22  Alexander Nicolays... wordpad: Clear formatting before opening a file.
2007-08-22  Alexander Nicolays... wordpad: Prompt for format when selecting new file.
next