1998-09-30 |
Mart Raudsepp | *** empty log message *** |
tree | commitdiff |
1998-09-28 |
Julian Smart | More wxMotif work, OGL enhancements, USE_ macro correct... |
tree | commitdiff |
1998-09-28 |
Karsten Ballüder | Added sys/types.h needed for Solaris. |
tree | commitdiff |
1998-09-25 |
Vadim Zeitlin | USE_ => wxUSE_ |
tree | commitdiff |
1998-09-25 |
Vadim Zeitlin | 2nd part of USE_xxx to wxUSE_xxx change |
tree | commitdiff |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
tree | commitdiff |
1998-09-24 |
Julian Smart | Fixed delete operator for VC++ 6. |
tree | commitdiff |
1998-09-22 |
Julian Smart | Some more Motif work; included utils.h in fileconf... |
tree | commitdiff |
1998-09-20 |
Vadim Zeitlin | 1) minor modifications in fileconf.cpp |
tree | commitdiff |
1998-09-20 |
Karsten Ballüder | Now dot_special argument in wxMatchWild() is honoured... |
tree | commitdiff |
1998-09-19 |
Karsten Ballüder | changed wxMatchWild() 3rd parameter not used under... |
tree | commitdiff |
1998-09-18 |
Vadim Zeitlin | wxBaseArray::Shrink() added |
tree | commitdiff |
1998-09-17 |
Guilhem Lavaux | * Added wxSerial DLL support for Borland 32 |
tree | commitdiff |
1998-09-17 |
Julian Smart | Dnd constant name changes because names like Copy can... |
tree | commitdiff |
1998-09-17 |
Vadim Zeitlin | corrected a bug in ConcatSelf() induced by the latest... |
tree | commitdiff |
1998-09-17 |
Vadim Zeitlin | fixed 64but bug with g_strEmpty initialization |
tree | commitdiff |
1998-09-16 |
Julian Smart | Made wxStubs compile on Unix. |
tree | commitdiff |
1998-09-12 |
Robert Roebling | Removed warnings |
tree | commitdiff |
1998-09-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
tree | commitdiff |
1998-09-12 |
Robert Roebling | Changed instal path for setup.h |
tree | commitdiff |
1998-09-11 |
Robert Roebling | Updates to memcheck |
tree | commitdiff |
1998-09-11 |
Robin Dunn | Added #include to get FIONBIO on Solaris 2.6 |
tree | commitdiff |
1998-09-10 |
Guilhem Lavaux | * Bug fix in wxFilter*Stream |
tree | commitdiff |
1998-09-10 |
Julian Smart | Eliminated some warnings under Windows; wxGetHomeDir... |
tree | commitdiff |
1998-09-08 |
Julian Smart | Additional makefiles; changes for compilation with... |
tree | commitdiff |
1998-09-08 |
Robert Roebling | It's now possible to drag a listbox filled with entries |
tree | commitdiff |
1998-09-08 |
Guilhem Lavaux | * some C++ness correction in wxStream. |
tree | commitdiff |
1998-09-07 |
Julian Smart | Fixed wxCheckBox on wxGTK (SetLabel called before widge... |
tree | commitdiff |
1998-09-07 |
Robert Roebling | Suppress warnings |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | ok, now it _does_ compile |
tree | commitdiff |
1998-09-07 |
Julian Smart | Made wxSocket compile using makefiles; #ifdefed out... |
tree | commitdiff |
1998-09-06 |
Guilhem Lavaux | * Added wxsocket lib and sample (I hope I don't forget... |
tree | commitdiff |
1998-09-04 |
Guilhem Lavaux | * wxFileInputStream and wxFileOutputStream doesn't... |
tree | commitdiff |
1998-09-03 |
Vadim Zeitlin | wxFileConfig ctor now (again) uses the files in the... |
tree | commitdiff |
1998-09-02 |
Robert Roebling | Added wxAccelerators (sort of) |
tree | commitdiff |
1998-09-02 |
Robert Roebling | New configure |
tree | commitdiff |
1998-09-01 |
Guilhem Lavaux | * wxCreateDynamicObject() uses an hashtable now |
tree | commitdiff |
1998-09-01 |
Robert Roebling | Added Set/GetItemState, GetNextItem.. to wxTreeCtrl |
tree | commitdiff |
1998-08-28 |
Julian Smart | Fixed MSW printing, tidied up member variable names |
tree | commitdiff |
1998-08-27 |
Julian Smart | wxConfig changes to be more logical. |
tree | commitdiff |
1998-08-27 |
Julian Smart | wxUpdateUIEvent derives from wxCommandEvent now |
tree | commitdiff |
1998-08-25 |
Unknown (RO) | Missing typecast from return. |
tree | commitdiff |
1998-08-24 |
Guilhem Lavaux | * wxStream fixes. |
tree | commitdiff |
1998-08-23 |
Guilhem Lavaux | * Fixed two memory leaks. |
tree | commitdiff |
1998-08-23 |
Guilhem Lavaux | * New function wxObjectInputStream::Recall() |
tree | commitdiff |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
tree | commitdiff |
1998-08-22 |
Vadim Zeitlin | calling insert("") would provoke an assert - now it... |
tree | commitdiff |
1998-08-22 |
Julian Smart | Removed child frame CreateStatusBar from MDI sample... |
tree | commitdiff |
1998-08-21 |
Julian Smart | Accelerators now work for wxDialog; wxToolBarSimple... |
tree | commitdiff |
1998-08-19 |
Guilhem Lavaux | * Some new feature in wxObject*Stream (objects aren... |
tree | commitdiff |
1998-08-19 |
Julian Smart | GDI double-deletion fix, wxBitmap depth bug |
tree | commitdiff |
1998-08-18 |
Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... |
tree | commitdiff |
1998-08-18 |
Robert Roebling | Next attempt at dynlib.cpp |
tree | commitdiff |
1998-08-18 |
Karsten Ballüder | reordered headers to compile |
tree | commitdiff |
1998-08-18 |
Karsten Ballüder | #ifdef'd out some parts for non-supported systems. |
tree | commitdiff |
1998-08-17 |
Vadim Zeitlin | replaced another printf() with wxLogDebug() |
tree | commitdiff |
1998-08-17 |
Robert Roebling | Added IRIX compile fixes |
tree | commitdiff |
1998-08-17 |
Robert Roebling | Turned wxIcon inline constructors to real constructors |
tree | commitdiff |
1998-08-17 |
Julian Smart | Changed floats to doubles |
tree | commitdiff |
1998-08-16 |
Vadim Zeitlin | 1) corrected bug in log.cpp which only affected wxGTK... |
tree | commitdiff |
1998-08-16 |
Karsten Ballüder | added one extra check for emptyness |
tree | commitdiff |
1998-08-16 |
Vadim Zeitlin | Karsten's correction undone - this code is (was) correct! |
tree | commitdiff |
1998-08-15 |
Karsten Ballüder | Added configure option --with-dmalloc to use the dmallo... |
tree | commitdiff |
1998-08-15 |
Karsten Ballüder | fixed a logical error (! isempty) instead of isempty |
tree | commitdiff |
1998-08-15 |
Julian Smart | 2 GnuWin32 compile bugs fixed, incl. printf bug in... |
tree | commitdiff |
1998-08-15 |
Robert Roebling | Resource sample works now, apart from |
tree | commitdiff |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
tree | commitdiff |
1998-08-14 |
Robert Roebling | Added validation support |
tree | commitdiff |
1998-08-14 |
Vadim Zeitlin | wxLogWindoe changed again: now takes a parent frame... |
tree | commitdiff |
1998-08-14 |
Robert Roebling | Added wxRadioButton (not tested) |
tree | commitdiff |
1998-08-12 |
Vadim Zeitlin | one more minor wxLogWindow fix (I try to get it really... |
tree | commitdiff |
1998-08-11 |
Vadim Zeitlin | more minor changes to wxLogWindow |
tree | commitdiff |
1998-08-11 |
Vadim Zeitlin | '\\' can be used to suppress special meaning in '%... |
tree | commitdiff |
1998-08-11 |
Vadim Zeitlin | static wxFile::Access() added |
tree | commitdiff |
1998-08-10 |
Julian Smart | Various Dialog Editor-related mods; Dlg Ed. getting... |
tree | commitdiff |
1998-08-08 |
Vadim Zeitlin | wxWarning replaced with wxLogWarning (to solve the... |
tree | commitdiff |
1998-08-08 |
Vadim Zeitlin | extra memory amount allocated for string data reduced... |
tree | commitdiff |
1998-08-08 |
Vadim Zeitlin | some minor changes in wxLogWindow |
tree | commitdiff |
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 |
next |