wordpad: Apply changes on dropdown selection for comboboxes on toolbar.
[wine] / programs / wordpad / wordpad.c
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.
2007-08-22  Alexander Nicolays... wordpad: Handle different formats on open/save.
2007-08-22  Alexander Nicolays... wordpad: Add recent file list.
2007-08-20  Alexander Nicolays... wordpad: Fix save changes prompt for the open file...
2007-08-20  Alexander Nicolays... wordpad: Add bullet points button.
2007-08-20  Alexander Nicolays... wordpad: Add bullet points option.
2007-08-20  Alexander Nicolays... wordpad: Fix error handling when saving empty files.
2007-08-20  Alexander Nicolays... wordpad: Fix formatbar for native comctl32/XP.
2007-08-20  Alexander Nicolays... wordpad: Display error box when richedit loading fails.
2007-08-20  Alexander Nicolays... wordpad: Add search functionality.
2007-07-20  Alexander Nicolays... wordpad: Resize rebar control on window resize.
2007-07-19  Alexander Nicolays... wordpad: Add date/time toolbar button.
2007-07-19  Alexander Nicolays... wordpad: Add date/time dialog.
2007-07-19  Michael Stefaniucprograms: Remove unreachable break after return/break...
2007-07-09  Alexander Nicolays... wordpad: Prompt for saving file changes.
2007-07-06  Alexander Nicolays... wordpad: Disable copy/cut in menu when appropriate.
2007-06-21  Alexander Nicolays... wordpad: Remove unnecessary toolbar resizing code.
2007-06-21  Alexander Nicolays... wordpad: Set default font effects to 0.
2007-06-18  Alexander Nicolays... wordpad: Use Unicode functions in more places.
2007-06-14  Alexander Nicolays... wordpad: Use Unicode functions in more places.
2007-06-12  Alexander Nicolays... wordpad: Split toolbar into tool- and formatbar.
2007-06-12  Alexander Nicolays... wordpad: Allow toggling of statusbar.
2007-06-12  Alexander Nicolays... wordpad: Allow toggling of toolbar.
2007-06-06  Alexander Nicolays... wordpad: Fix potential buffer overflow.
2007-06-04  Alexander Nicolays... wordpad: Add file saving dialog.
2007-06-04  Alexander Nicolays... wordpad: Convert open file dialog to Unicode.
2007-06-04  Alexander Nicolays... wordpad: Improve file reading code.
2007-06-04  Alexander Nicolays... wordpad: Add file saving support.
2007-06-04  Alexander Nicolays... wordpad: Store file name globally.
2007-06-04  Alexander Nicolays... wordpad: Split code into set_caption function.
2007-05-30  Alexander Nicolays... wordpad: Add program icon.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-01  Alexander Nicolays... wordpad: Add text alignment buttons.
2007-02-27  Alexander Nicolays... wordpad: Small cosmetic fixes.
2007-02-26  Alexander Nicolays... wordpad: Set default font to 'Times New Roman', like...
2007-02-26  Alexander Nicolays... wordpad: Add open file dialogue.
2007-02-26  Alexander Nicolays... wordpad: Make edit menu more like native.
2007-02-26  Alexander Nicolays... wordpad: Add paste support.
2007-02-26  Alexander Nicolays... wordpad: Don't create maximized window.
2007-02-26  Alexander Nicolays... wordpad: Make toolbar more like native.
2007-02-12  Hans Leidekkerwordpad: Open .wri files in wordpad.
2006-10-11  H. Verbeetwordpad: Format warning fixes.
2006-08-09  Matt Finnicumwordpad: Request WS_VSCROLL now that riched20 supports it.
2006-06-05  Magnus Lundborgwordpad: Declare three functions as static to avoid...
2006-05-31  Mike McCormackwordpad: Use GetWindowLongPtr to get the HINSTANCE.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-14  Krzysztof Foltmanprograms: Add an implementation of Wordpad.