]> git.saurik.com Git - wxWidgets.git/history - src/common
fixed a logical error (! isempty) instead of isempty
[wxWidgets.git] / src / common /
1998-08-15  Karsten Ballüderfixed a logical error (! isempty) instead of isempty
1998-08-15  Julian Smart2 GnuWin32 compile bugs fixed, incl. printf bug in...
1998-08-15  Robert Roebling Resource sample works now, apart from
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-14  Robert Roebling Added validation support
1998-08-14  Vadim ZeitlinwxLogWindoe changed again: now takes a parent frame...
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-12  Vadim Zeitlinone more minor wxLogWindow fix (I try to get it really...
1998-08-11  Vadim Zeitlinmore minor changes to wxLogWindow
1998-08-11  Vadim Zeitlin'\\' can be used to suppress special meaning in '%...
1998-08-11  Vadim Zeitlinstatic wxFile::Access() added
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-08-08  Vadim ZeitlinwxWarning replaced with wxLogWarning (to solve the...
1998-08-08  Vadim Zeitlinextra memory amount allocated for string data reduced...
1998-08-08  Vadim Zeitlinsome minor changes in wxLogWindow
1998-08-08  Denis PershinDP:
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim Zeitlincouple of minor bug fixes/enhancements (interface uncha...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-08-06  Robert Roebling Fixed compilation (add serbase.cpp)
1998-08-05  Vadim Zeitlincompilation problem under Windows fixed (Karsten, you...
1998-08-05  Guilhem Lavaux* Added source file info in utils/serialize/*
1998-08-05  Karsten Ballüderadded SetRecordDefaults() and IsRecordingDefaults(...
1998-08-05  Julian SmartVarious bug fixes to OGL; wxStripExtension prototype...
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream
1998-08-04  Vadim Zeitlinadded wxLogWindow::GetFrame()
1998-08-04  Karsten Ballüderre-fixed wxFileConfig(wxString, wxString) constructor
1998-08-03  Vadim Zeitlin1) wxFileConfig now longer tries to delete system-wide...
1998-08-03  Vadim Zeitlincheck that wxTheApp != NULL in wxLog::GetActiveTarget
1998-08-03  Vadim Zeitlinadded wxLocale::Init() and ctor without arguments for...
1998-08-03  Vadim Zeitlinminor changes and bug corrections (interface unchanged)
1998-08-03  Karsten Ballüderfixed GetGlobalFilename()
1998-08-03  Karsten Ballüder*** empty log message ***
1998-08-03  Karsten Ballüderfixed wxFileConfig constructor bug
1998-08-02  Vadim ZeitlinwxConfig -> wxConfigBase renaming plus some minor changes
1998-08-02  Vadim Zeitlintrace mask made static variable
1998-08-02  Robert Roebling Fixed Fontdialog
1998-08-02  Karsten Ballüderadded slash to path
1998-07-30  Julian SmartMSWOnMouseMove arg bug in toolbar; compile bug in regco...
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-29  Vadim Zeitlin1) APPCONF_ constants renamed to wxCONFIG_
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-28  Robert Roebling Fixed bug in wxListCtrl
1998-07-28  Guilhem Lavaux* Added Peek() to wxMemoryInputStream.
1998-07-28  Julian SmartAdded MDI support for Document/view, plus an example.
1998-07-28  Julian SmartAdded ODBC database classes and sample from RemStar...
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-27  Robert Roeblingwarning msgs
1998-07-27  Guilhem Lavaux* Bug fixes
1998-07-27  Julian SmartChanged event type ids to constants instead of enum...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-26  Vadim Zeitlindouble wxMenuItem definition problem fixed
1998-07-25  Guilhem Lavaux* Deleted #include "wx/bufstrm.h"
1998-07-25  Robert RoeblingRemoved warnings mesgs
1998-07-24  Julian SmartCorrected some problems
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-24  Guilhem Lavaux* Ooops, I didn't copy the files in the right directory...
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-24  Vadim Zeitlinsome common code moved from wxWindow/wxFrame into files...
1998-07-24  Vadim Zeitlinadded "access" parameter to wxFile::Create and Open...
1998-07-24  Julian SmartNew toolbar event processing
1998-07-23  Vadim Zeitlincommon part of wxWindow class
1998-07-23  Vadim Zeitlinchoosing "Cancel" in the message box which appears...
1998-07-23  Vadim Zeitlincommon code of wxFrame class
1998-07-23  Vadim Zeitlina warning in the release build suppressed
1998-07-22  Julian SmartAdded wxString version of wxStripExtension; changed...
1998-07-22  Vadim Zeitlinwarning under gcc removed
1998-07-20  Vadim Zeitlinbug in wxFileConfig::DeleteEntry/Group corrected
1998-07-20  Vadim Zeitlincorrected bug in wxArrayString::operator= and it's...
1998-07-20  Karsten Ballüderfixed config incosistency
1998-07-19  Karsten Ballüderfixed the ps dialog but doesn't all work yet
1998-07-18  Julian SmartwxDocManager gets the only view if none other specified...
1998-07-18  Vadim Zeitlinseveral bugs fixes
1998-07-18  Robert Roeblingadded ODBC support
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
1998-07-17  Vadim Zeitlincorrect (working) version of wxString
1998-07-17  Vadim Zeitlinsome "const"s added
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-17  Vadim Zeitlinfixed compilation problems under Windows
1998-07-16  Vadim ZeitlinwxFileConfig uses sorted arrays (big performance improv...
1998-07-16  Vadim Zeitlinadded sorted arrays: they automatically sort items...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-15  Vadim Zeitlinspeed optimizations: some functions now use wxString...
1998-07-15  Vadim Zeitlinoptimizations: more functions made inline, added Alloc...
1998-07-14  Vadim ZeitlinGetTempFileName used in wxTempFile now instead of tmpnam
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"
next