Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / msw / utilsgui.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-07-14  Vadim ZeitlinRefactor wxMSW helper functions to allow reuse in wxGTK.
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2011-11-14  Vadim ZeitlinFall back on ::GetMessagePos() if ::GetCursorPos()...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-10-24  Vadim ZeitlinDon't hard code "open" verb in wxMSW wxLaunchDefaultApp...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-04-26  Vadim ZeitlinAdd wxLoadUserResource() overload not copying the resou...
2009-09-19  Vadim ZeitlinOptionally return length from wxLoadUserResource().
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-31  Václav Slavíkadd ability to create wxEnhMetaFileDC based on a refere...
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2007-11-23  Vadim Zeitlinreturn int from wxGetWindowId(), not WORD, to ensure...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2006-07-29  Vadim Zeitlincompilation fix for wxUSE_DYNLIB_CLASS == 0
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-02  Vadim Zeitlingot rid of wxBuffer (finally!!!)
2003-06-27  Václav Slavíkcompilation fix
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...