ole32: Fix some leaks (coverity).
[wine] / programs / notepad / dialog.c
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2011-11-24  Francois Gougetnotepad: Fix a string resource so its format placeholde...
2011-04-01  Francois Gougetnotepad: Remove the 'Help on Help' menu.
2011-03-31  Francois Gougetnotepad: Remove the unimplemented help search menu.
2011-01-31  Alexander Scott... notepad: Load UTF-8 encoding name from resources instea...
2011-01-28  Alexander Lawprograms/notepad: Correct sharing mode for opening...
2010-07-24  Andrew Eikumnotepad: Don't specify initial dir for save and open...
2010-07-19  Damjan Jovanovicnotepad: Substitute the page number in the footer.
2010-03-15  Henry Kroll IIInotepad: Don't prompt to save empty Untitled file.
2010-02-26  Vitaly Perovnotepad: Implement printing to file.
2009-07-06  Alexander Scott... notepad: When opening a file, replace \0 characters...
2009-07-06  Alexander Scott... notepad: Refactor DoOpenFile to simplify next patch.
2009-07-02  Alexander Scott... notepad: Detect if saving will lose information.
2009-07-02  Alexander Scott... notepad: Allow user to choose which encoding to open...
2009-07-02  Alexander Scott... notepad: Remember the encoding of files when they are...
2009-07-02  Alexander Scott... notepad: Improve encoding detection when opening files.
2009-07-02  Alexander Scott... notepad: Fix trying to open non-existent files with...
2009-05-28  Michael Stefaniucnotepad: Use the ARRAY_SIZE() macro if we already have it.
2009-05-28  Michael Stefaniucnotepad: Rename the SIZEOF macro to the more descriptiv...
2009-05-19  Michael Stefaniucnotepad: The UNICODE define isn't needed anymore; remov...
2009-05-19  Michael Stefaniucnotepad: Use the explicit W-form of the functions.
2009-05-19  Michael Stefaniucnotepad: Use the more specific MAKEINTRESOURCEW macro.
2009-05-08  Michael Stefaniucnotepad: Use the explicit W-form for some string functions.
2009-05-07  Michael Stefaniucnotepad: Use the explicit W-form of the types.
2009-05-06  Rein Klazesprograms: Make some of the open file dialogs of a few...
2009-05-05  Michael Stefaniucnotepad: Use the explicit SendMessageW form.
2009-04-28  Austin Englishnotepad: Don't append seconds to time format.
2009-04-27  Rico Schüllernotepad: Allow only one search/replace dialog to open.
2009-04-27  Rico Schüllernotepad: Implement replace.
2009-04-27  Austin Englishnotepad: Fix date format to match windows.
2008-09-11  Hirofumi Katayamanotepad: Cancel closing window by cancelling "Save...
2008-07-14  Alexander Nicolays... notepad: Fix opening Unicode files.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-03-28  Rob Shearmannotepad: Remove the License and NO WARRANTY options...
2008-03-21  Alexandre Julliardnotepad: Use the larger icon in the About dialog.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-08-31  Dmitry Timoshkovnotepad: We pass OFN_FILEMUSTEXIST | OFN_PATHMUSTEXIST...
2007-08-28  Alexander Nicolays... notepad: Add program icon.
2007-07-19  Michael Stefaniucprograms: Remove unreachable break after return/break...
2007-04-10  Rolf Kalbermatternotepad: Improve printing considerably.
2007-04-02  Rolf Kalbermatternotepad: Implement handling of page setup dialog parame...
2006-10-23  Mikołaj Zalewskinotepad: Implement Find and Find Next.
2006-10-23  Mikołaj Zalewskinotepad: Add a generic function for message boxes with...
2006-09-20  Byeong-Sik Jeonnotepad: Keep the modify information of edit control...
2006-07-17  Duane Clarknotepad: Make notepad print something reasonable.
2006-07-13  Thomas Khonotepad: Change file not saved alert title to match...
2006-07-13  Thomas Khonotepad: Change window title to be like Windows' notepa...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-07  Mike McCormacknotepad: Move license text to resources.
2005-12-08  Robert Shearmannotepad: Remember options selected in the print setup...
2005-12-01  Pavel RoskinImprove font support in Notepad.
2005-10-26  Jan NieuwenhuizenNeed an explicit truncate command to shorten the length...
2005-05-07  Kevin KoltzauHandle notepad log feature.
2005-02-14  Lauri TulminImplement word wrap.
2004-12-06  Juan LangSend EM_SETMODIFY after saving.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2003-10-16  Alexandre JulliardReplaced a few more 0xffffffff by the appropriate const...
2003-09-27  Michael StefaniucFix some memory leaks found by smatch.
2003-07-21  Dmitry TimoshkovConvert Notepad to unicode.
2003-01-28  Shachar ShemeshImplemented font selection.
2002-10-21  Duane ClarkImplement printing in notepad.
2002-07-16  Andriy PalamarchukA few cosmetic changes plus fixes for problems spotted...
2002-07-08  Andriy PalamarchukUse rich text edit control instead of handling user...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-20  Sylvain PetreolleMade notepad uses NLS properly.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-20  Andriy Palamarchuk- made notepad compile with Cygwin
2002-02-19  Andriy PalamarchukImplemented parsing of file name, passed in command...
2002-02-14  Alexandre Julliardversion.h is now in include/wine directory.
2000-12-09  Andreas MohrFixed MessageBox() usage.
2000-11-10  Alexandre JulliardFixed language handling. Removed some dependencies...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-07-23  Mike McCormackAdded some basic text display and editing capabilities...
2000-03-24  Patrik StridvallFixed ANSI C related compile problems.
2000-03-19  Niels Kristian Bec... Fixed some compiler errors and warnings.
2000-01-29  Ulrich WeigandLink only a single .rc file with application.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-14  Marcel Baur- Added new IDS_NOTSAVED ressource (needs translation...
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-10-18  Marcel BaurFixed GetOpenFileName and GetSaveFileName dialogs.
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-02-15  Alexandre JulliardRelease 980215 wine-980215