Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / msw / registry.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-06-01  Vadim ZeitlinAdd wxMSW_CONV_LPCTSTR() and related macros and use...
2012-05-23  Vadim ZeitlinFix wxBase compilation with UTF-8-based wxString under...
2012-02-29  Vadim ZeitlinReplace incorrect uses of wxString::empty() with the...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-19  Vadim ZeitlinFix wxRegKey::GetKeyInfo() output parameters in 64...
2011-02-08  Vadim ZeitlinDefine KEY_WOW64_64KEY if it is missing from SDK headers.
2011-02-06  Vadim ZeitlinAllow accessing 64 bit registry from 32 bit MSW code...
2009-07-26  Vadim ZeitlinSet access mode in wxRegKey::SetHkey().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-07-04  Robert RoeblingUse t_str() instead of c_str()
2008-07-03  Robert RoeblingMake wxMSW wxBase compile in UTF-8 mode
2007-07-21  Vadim Zeitlinadded wxUSE_REGKEY option
2007-06-20  Václav Slavíkuse wxString in wxRegKey methods; make it compile witho...
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-01-01  Paul Cornettrestore declaration inline specifier, and make definiti...
2007-01-01  Paul Cornettremove inline from declaration of functions which are...
2006-10-31  Vadim Zeitlinalways define our HKPD/CC/DD constants, without using...
2006-09-10  Vadim Zeitlinfix constructing wxRegKey from string names (replaces...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2005-12-06  Julian SmartInitialize values (uninitialized variables reported...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-18  Kevin HockQueryValue should use Open(Read) rather than Open ...
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-07  Vadim Zeitlindon't test for WINVER inside the library, we do all...
2005-05-18  Vadim Zeitlinfixed problem with non-const methods not working on...
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2005-01-16  Vadim Zeitlinfixed export of hex values
2005-01-16  Vadim Zeitlinimplemented Export(file)
2004-09-03  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt...
2004-07-31  Vadim Zeitlinfixed passing wxCharBuffer to a vararg function (part...
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-07-16  Roger Gammans * add documentation for wxMemoryBuffer
2004-06-10  Vadim Zeitlinopen more keys in read only mode if we need to only...
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...
2004-03-03  Vadim Zeitlinadded AccessMode parameter to wxRegKey
2003-10-29  Robin DunnFixed compile error
2003-10-28  Vadim Zeitlindon't give error msg when deleting non existing keys...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-12  Vadim Zeitlinwarning fix
2003-07-12  Vadim Zeitlinfixed incorrect RegOpenKeyEx() usage
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-14  Vadim Zeitlinfixed incorrect cast in wxRegKey:GetName()
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-01-21  Vadim Zeitlinadded an explicit accessor to query the default key...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-04-21  Vadim Zeitlinmerged optimizations from 2.2
2000-10-14  Vadim Zeitlinfixed false alert in wxRegKey::DeleteSelf
2000-10-12  Vadim Zeitlinadded QueryRawValue() to wxRegKey and test code for...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-03  Julian SmartRemoved OGL prior to re-adding; some Watcom corrections
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-21  Vadim ZeitlinLeft() -> BeforeFirst()
2000-02-15  Vadim Zeitlinbug fix in wxRegKey::CopyValue()
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-06-26  Vadim Zeitlin1. serious bug in wxRegConfig corrected - deleting...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-01-31  Julian SmartSome corrections for BC++ compilation; Latex doc correc...
1999-01-23  Vadim Zeitlin1. registry files corresponding to the recent registry...
1999-01-22  Vadim ZeitlinRename() (partly) implemented for wxRegConf
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-09  Julian SmartMore SC++ fixes; HelpGen starting to compile with VC...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-05  Vadim Zeitlin1. suppressed some messages from HasEntry()/HasKeys()
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-21  Julian SmartDoc updates (debug stuff); Cygwin corrections
1998-10-16  Unknown (UG)no message
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-09-07  Vadim ZeitlinwxRegConfig now works again
1998-08-24  Julian SmartHKEY -> WXHKEY; wxScrolledWindow::SetScale added
1998-08-23  Vadim Zeitlinminor fixes
1998-08-22  Vadim Zeitlinbug with checking the first character of possible empty...
1998-08-21  Vadim Zeitlinspurious error messages from wxRegKey::HasValue() suppr...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-17  Vadim Zeitlina micro bug (but which was enough to break regtest...
1998-08-13  Julian SmartFixed compile bug in dropsrc.cpp (constr. arg); GnuWin3...
next