]> git.saurik.com Git - wxWidgets.git/history - src/msw/registry.cpp
Left() -> BeforeFirst()
[wxWidgets.git] / src / msw / registry.cpp
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...
1998-08-07  Vadim Zeitlina couple of missing calls to UngetWriteBuf() added
1998-08-02  Vadim ZeitlinwxIniConfig added (pre-alpha quality, many functions...
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-05-27  Vadim Zeitlinmany bugs (including major one in DeleteSelf) corrected
1998-05-20  Karsten Ballüderadded some wxMSW stuff