]> git.saurik.com Git - wxWidgets.git/history - src/common
ExpandEnvVars was eating backslashes - no more.
[wxWidgets.git] / src / common /
1998-07-14  Vadim ZeitlinExpandEnvVars was eating backslashes - no more.
1998-07-14  Vadim Zeitlinadded wxSplitFile() to decompose a file name into path...
1998-07-14  Guilhem Lavaux* wxMemory*Stream link problem fix.
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-07-13  Karsten BallüderFixed that stupid stream problem.
1998-07-13  Julian SmartRemoved streams from VC++ makefile for now; corrected...
1998-07-12  Vadim Zeitlinadded missing UngetWriteBuf() in wxString::insert
1998-07-12  Vadim Zeitlinmemory leak plugged
1998-07-12  Robert Roeblingstream compile fixes
1998-07-12  Guilhem LavauxAdded IMPLEMENT_CLASS, ... about wxStream classes ...
1998-07-12  Guilhem LavauxOoops ! I've forgotten the include files.
1998-07-12  Guilhem LavauxAdded wxStream but I haven't tested them.
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Karsten BallüderFixed implementation pragma to "utils.h"
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-10  Julian SmartFixed const problems in status bar code, changed panelg...
1998-07-09  Robert RoeblingThreadnoGui compiles now.
1998-07-08  Vadim ZeitlinMatches() and UngetWriteBuf() added, several asserts...
1998-07-08  Vadim Zeitlintrace messages are now turned off by default
1998-07-08  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommand...
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-07-07  Julian SmartVarious bug fixes, cosmetic changes
1998-07-07  Vadim Zeitlinadded HasEntry/Group function to wxConfig, corrected...
1998-07-07  Karsten BallüderFixed broken Ieee extension for configure --without...
1998-07-05  Guilhem Lavaux* Fixed configuration problem (#if USE_APPLE_IEEE)
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-03  Guilhem Lavaux* Fixed Async -> sync in wxExecute
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-07-02  Guilhem Lavaux* Deleted all ^M
1998-07-02  Julian SmartVarious changes for 16-bit compilation
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
1998-06-28  Julian SmartSeparated out Win95 versions of gauge, slider; added...
1998-06-26  Julian SmartChanges to aid debugging.
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-06-26  Vadim Zeitlincorrected "of by 1" error in wxString::insert()
1998-06-24  Vadim Zeitlinmisleading wxASSERT() corrected
1998-06-22  Julian SmartRemoved Scanf, Scanfv
1998-06-22  Julian SmartAdded more flags to resource.cpp, #ifdefed out ScanfV...
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-06-22  Vadim ZeitlinwxString::Scanf() removed because can't be implemented...
1998-06-22  Vadim Zeitlinnow compiles with USE_XPM_IN_MSW on
1998-06-22  Vadim Zeitlinbug in SplitPath() corrected - now ".." handled correctly
1998-06-22  Karsten Ballüderfixed #include paths to use local copies of png/gdk_iml...
1998-06-19  Vadim Zeitlinput wxMessageBox() arguments in OnAssert() in the right...
1998-06-18  Julian SmartFixed SetSelection, GetSelection for Portrait/Landscape...
1998-06-18  Karsten Ballüderanother typo fixed
1998-06-18  Karsten Ballüderfixed wrong scanf() arguments
1998-06-18  Vadim Zeitlin1) Right(char ch) now returns the part of the string...
1998-06-18  Vadim ZeitlinwxFileConfig bugs corrected (now the new entries belong...
1998-06-16  Vadim Zeitlin"-1" index error in wxString::Before fixed
1998-06-13  Julian SmartCorrection to dnd.h; EVT_MOUSE_EVENTS now includes...
1998-06-12  Vadim Zeitlinin wxOnAssert() abort() replaced with raise(SIGTRAP...
1998-06-09  Vadim ZeitlinwxLogWindow is now not a top-level frame, so it doesn...
1998-06-09  Vadim ZeitlinwxTempFile bug corrected: the temp file is now created...
1998-06-08  Vadim ZeitlinBool changed to bool
1998-06-05  Vadim ZeitlinBool replaced by bool
1998-06-03  Vadim Zeitlinbug preventing compilation of wxLogGui under !Windows...
1998-05-30  Robert Roebling Same as last one..
1998-05-27  Julian SmartChanges to help with Win16 compilation.
1998-05-26  Vadim Zeitlin1) log leves are now global wxLOG_ prefixed constants...
1998-05-26  Vadim ZeitlinwxFileConfig now has it's own header, the config file...
1998-05-26  Vadim Zeitlinadded write_append mode to wxFile, implemented eof...
1998-05-26  Vadim Zeitlinadded "const char *Read()" returning pointer to statis...
1998-05-21  Julian Smart*** empty log message ***
1998-05-21  Julian SmartMinor changes to make files compile (return values...
1998-05-21  Robert RoeblingAdd support for dynamic event tables
1998-05-20  Karsten Ballüderadded some wxMSW stuff
1998-05-20  Karsten BallüderInitial revision