]> git.saurik.com Git - wxWidgets.git/history - src/common
Changed BidEndianOrdered to BigEndianOrdered in datstrm.h
[wxWidgets.git] / src / common /
1999-08-05  Guilhem LavauxChanged BidEndianOrdered to BigEndianOrdered in datstrm.h
1999-08-04  Vadim ZeitlinwxButton::GetDefaultSize() fix
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-08-03  Ove KaavenHmm, apparently had to add FNSTRINGCAST elsewhere in...
1999-08-03  Ove KaavenChanged my mind and used FNSTRINGCAST instead
1999-08-03  Ove KaavenReplaced (char*)wxFNCONV with (const char*)wxFNCONV
1999-08-03  Vadim Zeitlincliet data crash fixed
1999-08-02  Vadim Zeitlin1. minor headers rearrangement: wxprec.h doesn't includ...
1999-08-02  Guilhem LavauxBetter memory errors handler (added GSOCK_MEMERR)
1999-08-02  David WebsterChanges to make common and generic compilable under...
1999-08-02  David Webster*** empty log message ***
1999-08-01  Vadim Zeitlin1. wxWindow::Centre() hopefully fixed
1999-08-01  Robert Roebling Updated testconf,
1999-08-01  Guilhem LavauxwxMemoryStream doc updated
1999-07-30  David WebsterOS/2 updates
1999-07-30  Guilhem LavauxRenamed GSocket_SetBlocking to GSocket_SetNonBlocking...
1999-07-30  Vadim Zeitlina small fix to wxWindow::Centre
1999-07-30  Robert Roebling Some more doc beauty,
1999-07-30  Robin Dunnfixed compiler error
1999-07-29  Vadim Zeitlin#warning is a compilation error, not warning
1999-07-29  Robert Roebling Now its possible to run wxHTML without wxSockets
1999-07-29  Guilhem LavauxTypos.
1999-07-29  Karsten Ballüderfix for HP-UX
1999-07-29  Ove KaavenBy assigning wxEmptyString instead of NULL to m_command...
1999-07-29  David Webster*** empty log message ***
1999-07-28  Robert Roebling Added tmake template for simple wxGTK makefile
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-07-27  Vadim Zeitlinmissing wxMSW files
1999-07-27  Guilhem LavauxChanged void GSocket_Init() to bool GSocket_Init()
1999-07-27  Robert Roebling wxSocket compilation
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-26  Unknown (AN)use of div_t.quot and div_t.rem were changed to / and %
1999-07-26  Vadim ZeitlinCentre() supports wxCENTER_FRAME flag now
1999-07-25  Guilhem LavauxAdded GSocket_Init and GSocket_Cleanup
1999-07-25  Robert Roebling Re-Added wxStream::StreamSize()
1999-07-25  Václav Slavíkfixed static members
1999-07-24  Vadim ZeitlinwxHTML compilation fixes
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-24  Ove KaavenwxString(file.fn_str()) doesn't make sense. If just...
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-23  Guilhem LavauxAdded GSocket motif (it compiles but I didn't tested it)
1999-07-23  Ove KaavenCouple of unicode fixes (the #if should be wxUSE_UNICOD...
1999-07-23  Ove KaavenConvert filenames unicode->ascii
1999-07-23  Ove KaavenImplementation of wxFopen, wxFreopen, wxStrftime
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-07-22  Robin Dunnfixed font-matching bug in wxFontList::FindOrCreateFont...
1999-07-19  Harco de Hilsteradded extra #if case at the end for building using...
1999-07-19  Harco de Hilstersmall fix for mingw32 compilation
1999-07-18  Harco de HilsterNow uses #define __WX_SETUP_H__ to signify that we...
1999-07-17  Harco de HilsterTemp. fix for ..\..\zlib problem.
1999-07-17  Harco de HilsterRemoved USING_CONFIGURE define. As VZ pointed out,...
1999-07-17  Harco de HilsterMinor fixes mainly to get stuff compiled using the...
1999-07-15  Robin DunnPreserve -1 for dilog unit conversions
1999-07-15  Robert Roebling Compile fixes,
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-15  Robert Roebling Compile fixes.
1999-07-15  Vadim Zeitlin1. wxFFile::Close() buglet fixed
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-13  Guilhem Lavaux* Changed char to wxChar in operators.
1999-07-12  Guilhem Lavaux* Changed behaviour of wxTextStreams::operator(wxUint8...
1999-07-11  Robert Roebling DocView and wxStream things
1999-07-11  Robert Roebling A few compile things.
1999-07-10  Václav Slavík*** empty log message ***
1999-07-10  Vadim Zeitlin1. minor fixes in wxDynLib
1999-07-09  Guilhem Lavaux* wxStream doc update
1999-07-09  Patrick AlbertSome minors changes, like adding empty lines at end...
1999-07-09  Vadim Zeitlinadded wxUSE_FS_INET/ZIP
1999-07-07  Václav Slavík*** empty log message ***
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-07-05  Vadim Zeitlinmade wxImage::Scale() const to not confuse people any...
1999-07-03  Karsten BallüderAdded wxDllLoader::UnloadLibrary()
1999-07-02  Guilhem Lavaux* Typo.
1999-07-02  Guilhem Lavaux* Fixed Apple IEEE conversion
1999-06-30  Guilhem Lavaux* Moved ReadLine()/WriteLine() to wxIn/OutputStream
1999-06-29  Robert Roebling wxChoiceDialog fix.
1999-06-29  Guilhem Lavaux* wxDataStreams use wxUint now.
1999-06-29  Karsten BallüderAdded code to look up main program symbols - unix only...
1999-06-28  Vadim ZeitlinwxGTK compile fixes for my wxMSW changes
1999-06-28  Vadim Zeitlinwhy cvs thinks that I modified these files?
1999-06-28  Vadim Zeitlinfile I forgot to add...
1999-06-28  Guilhem Lavaux* wxStream fixes (integer/line parsing).
1999-06-28  Robert Roebling Applied fixes for AIX (GTK 1.0 compilation).
1999-06-27  Robert Roebling Replaced ostream with FILE* in wxExpr.
1999-06-27  Robert Roebling More tests for streams.
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-26  Robert Roebling Added wxGTK-only cmn dialogs.
1999-06-25  Robert Roebling Commented out "best visual" code.
1999-06-24  Robert Roebling wxGTK now chooses the best visual X offers,
1999-06-23  Guilhem Lavaux* Bug fixed in CountTokens()
1999-06-22  Robin DunnNow uses proper wxUSE_xxx flags
1999-06-22  Vadim Zeitlinjust to resolve a dummy conflict
1999-06-22  Robert Roebling Makefiles without dependencies
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-21  Karsten BallüderCrude hack to enable PageUp/DownKeys when controlbar...
next