1998-08-08 |
Denis Pershin | DP: |
tree | commitdiff |
1998-08-07 |
Julian Smart | Fixed various wxMSW compile problems that came down... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | couple of minor bug fixes/enhancements (interface uncha... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | (1) Denis Pershin's patch for wxGTK (memory leaks corre... |
tree | commitdiff |
1998-08-06 |
Julian Smart | OGL fixes; documentation fixes; dialog editor updates |
tree | commitdiff |
1998-08-06 |
Robert Roebling | Fixed compilation (add serbase.cpp) |
tree | commitdiff |
1998-08-05 |
Vadim Zeitlin | compilation problem under Windows fixed (Karsten, you... |
tree | commitdiff |
1998-08-05 |
Guilhem Lavaux | * Added source file info in utils/serialize/* |
tree | commitdiff |
1998-08-05 |
Karsten Ballüder | added SetRecordDefaults() and IsRecordingDefaults(... |
tree | commitdiff |
1998-08-05 |
Julian Smart | Various bug fixes to OGL; wxStripExtension prototype... |
tree | commitdiff |
1998-08-04 |
Guilhem Lavaux | * Fixes and new features in wxObject*Stream |
tree | commitdiff |
1998-08-04 |
Vadim Zeitlin | added wxLogWindow::GetFrame() |
tree | commitdiff |
1998-08-04 |
Karsten Ballüder | re-fixed wxFileConfig(wxString, wxString) constructor |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | 1) wxFileConfig now longer tries to delete system-wide... |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | check that wxTheApp != NULL in wxLog::GetActiveTarget |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | added wxLocale::Init() and ctor without arguments for... |
tree | commitdiff |
1998-08-03 |
Vadim Zeitlin | minor changes and bug corrections (interface unchanged) |
tree | commitdiff |
1998-08-03 |
Karsten Ballüder | fixed GetGlobalFilename() |
tree | commitdiff |
1998-08-03 |
Karsten Ballüder | *** empty log message *** |
tree | commitdiff |
1998-08-03 |
Karsten Ballüder | fixed wxFileConfig constructor bug |
tree | commitdiff |
1998-08-02 |
Vadim Zeitlin | wxConfig -> wxConfigBase renaming plus some minor changes |
tree | commitdiff |
1998-08-02 |
Vadim Zeitlin | trace mask made static variable |
tree | commitdiff |
1998-08-02 |
Robert Roebling | Fixed Fontdialog |
tree | commitdiff |
1998-08-02 |
Karsten Ballüder | added slash to path |
tree | commitdiff |
1998-07-30 |
Julian Smart | MSWOnMouseMove arg bug in toolbar; compile bug in regco... |
tree | commitdiff |
1998-07-29 |
Robert Roebling | wxMDIChildFrame inherits from wxFrame |
tree | commitdiff |
1998-07-29 |
Vadim Zeitlin | 1) APPCONF_ constants renamed to wxCONFIG_ |
tree | commitdiff |
1998-07-29 |
Julian Smart | Update to docs incl. wxString first stab; added a coupl... |
tree | commitdiff |
1998-07-28 |
Robert Roebling | Fixed bug in wxListCtrl |
tree | commitdiff |
1998-07-28 |
Guilhem Lavaux | * Added Peek() to wxMemoryInputStream. |
tree | commitdiff |
1998-07-28 |
Julian Smart | Added MDI support for Document/view, plus an example. |
tree | commitdiff |
1998-07-28 |
Julian Smart | Added ODBC database classes and sample from RemStar... |
tree | commitdiff |
1998-07-27 |
Robert Roebling | wxFrame::SetIcon() |
tree | commitdiff |
1998-07-27 |
Robert Roebling | warning msgs |
tree | commitdiff |
1998-07-27 |
Guilhem Lavaux | * Bug fixes |
tree | commitdiff |
1998-07-27 |
Julian Smart | Changed event type ids to constants instead of enum... |
tree | commitdiff |
1998-07-27 |
Julian Smart | wxToolBar API changes; now frames manage their toolbar... |
tree | commitdiff |
1998-07-26 |
Vadim Zeitlin | double wxMenuItem definition problem fixed |
tree | commitdiff |
1998-07-25 |
Guilhem Lavaux | * Deleted #include "wx/bufstrm.h" |
tree | commitdiff |
1998-07-25 |
Robert Roebling | Removed warnings mesgs |
tree | commitdiff |
1998-07-24 |
Julian Smart | Corrected some problems |
tree | commitdiff |
1998-07-24 |
Robert Roebling | wxFrame::CreateToolBar() stuff |
tree | commitdiff |
1998-07-24 |
Guilhem Lavaux | * Ooops, I didn't copy the files in the right directory... |
tree | commitdiff |
1998-07-24 |
Guilhem Lavaux | * New wxStream classes: wxStreamBuffer and wxObject... |
tree | commitdiff |
1998-07-24 |
Vadim Zeitlin | some common code moved from wxWindow/wxFrame into files... |
tree | commitdiff |
1998-07-24 |
Vadim Zeitlin | added "access" parameter to wxFile::Create and Open... |
tree | commitdiff |
1998-07-24 |
Julian Smart | New toolbar event processing |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | common part of wxWindow class |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | choosing "Cancel" in the message box which appears... |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | common code of wxFrame class |
tree | commitdiff |
1998-07-23 |
Vadim Zeitlin | a warning in the release build suppressed |
tree | commitdiff |
1998-07-22 |
Julian Smart | Added wxString version of wxStripExtension; changed... |
tree | commitdiff |
1998-07-22 |
Vadim Zeitlin | warning under gcc removed |
tree | commitdiff |
1998-07-20 |
Vadim Zeitlin | bug in wxFileConfig::DeleteEntry/Group corrected |
tree | commitdiff |
1998-07-20 |
Vadim Zeitlin | corrected bug in wxArrayString::operator= and it's... |
tree | commitdiff |
1998-07-20 |
Karsten Ballüder | fixed config incosistency |
tree | commitdiff |
1998-07-19 |
Karsten Ballüder | fixed the ps dialog but doesn't all work yet |
tree | commitdiff |
1998-07-18 |
Julian Smart | wxDocManager gets the only view if none other specified... |
tree | commitdiff |
1998-07-18 |
Vadim Zeitlin | several bugs fixes |
tree | commitdiff |
1998-07-18 |
Robert Roebling | added ODBC support |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | last traces of wxTString removed |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | correct (working) version of wxString |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | some "const"s added |
tree | commitdiff |
1998-07-17 |
Julian Smart | Added STRICT corrections. |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | fixed compilation problems under Windows |
tree | commitdiff |
1998-07-16 |
Vadim Zeitlin | wxFileConfig uses sorted arrays (big performance improv... |
tree | commitdiff |
1998-07-16 |
Vadim Zeitlin | added sorted arrays: they automatically sort items... |
tree | commitdiff |
1998-07-15 |
Guilhem Lavaux | wxStream: wxInputStream and wxOutputStream don't inheri... |
tree | commitdiff |
1998-07-15 |
Vadim Zeitlin | speed optimizations: some functions now use wxString... |
tree | commitdiff |
1998-07-15 |
Vadim Zeitlin | optimizations: more functions made inline, added Alloc... |
tree | commitdiff |
1998-07-14 |
Vadim Zeitlin | GetTempFileName used in wxTempFile now instead of tmpnam |
tree | commitdiff |
1998-07-14 |
Vadim Zeitlin | ExpandEnvVars was eating backslashes - no more. |
tree | commitdiff |
1998-07-14 |
Vadim Zeitlin | added wxSplitFile() to decompose a file name into path... |
tree | commitdiff |
1998-07-14 |
Guilhem Lavaux | * wxMemory*Stream link problem fix. |
tree | commitdiff |
1998-07-14 |
Guilhem Lavaux | * wxStream: I've rewritten the inheritance |
tree | commitdiff |
1998-07-13 |
Karsten Ballüder | Fixed that stupid stream problem. |
tree | commitdiff |
1998-07-13 |
Julian Smart | Removed streams from VC++ makefile for now; corrected... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | added missing UngetWriteBuf() in wxString::insert |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | memory leak plugged |
tree | commitdiff |
1998-07-12 |
Robert Roebling | stream compile fixes |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Added IMPLEMENT_CLASS, ... about wxStream classes ... |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Ooops ! I've forgotten the include files. |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Added wxStream but I haven't tested them. |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Fixed implementation pragma to "utils.h" |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Cleared up DEBUG define mess, defines are now called... |
tree | commitdiff |
1998-07-10 |
Julian Smart | Fixed const problems in status bar code, changed panelg... |
tree | commitdiff |
1998-07-09 |
Robert Roebling | ThreadnoGui compiles now. |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | Matches() and UngetWriteBuf() added, several asserts... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | trace messages are now turned off by default |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommand... |
tree | commitdiff |
1998-07-08 |
Julian Smart | Removed redundant auto-setting code in wxDC; corrected... |
tree | commitdiff |
1998-07-07 |
Julian Smart | Various bug fixes, cosmetic changes |
tree | commitdiff |
1998-07-07 |
Vadim Zeitlin | added HasEntry/Group function to wxConfig, corrected... |
tree | commitdiff |
1998-07-07 |
Karsten Ballüder | Fixed broken Ieee extension for configure --without... |
tree | commitdiff |
1998-07-05 |
Guilhem Lavaux | * Fixed configuration problem (#if USE_APPLE_IEEE) |
tree | commitdiff |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
tree | commitdiff |
1998-07-03 |
Guilhem Lavaux | * Fixed Async -> sync in wxExecute |
tree | commitdiff |
1998-07-03 |
Julian Smart | Added wxExpr parser/lexer files which had somehow got... |
tree | commitdiff |
1998-07-02 |
Guilhem Lavaux | * Deleted all ^M |
tree | commitdiff |
next |