]> git.saurik.com Git - wxWidgets.git/history - src/common
Fixes for compilation under AIX.
[wxWidgets.git] / src / common /
1999-08-27  Michael BedwardFixes for compilation under AIX.
1999-08-25  Guilhem LavauxAdded wxSound for Windows support (successful WAV playb...
1999-08-25  Harco de Hilsterfixed mingw32 problem. Now correctly deals with egcs...
1999-08-24  Guillermo Rodrigue... Added CanRead()
1999-08-24  Guillermo Rodrigue... Fixed CanRead(), which incorrectly forced version 89a...
1999-08-23  Harco de HilsterYour typical c_str => c_str() fix.
1999-08-22  Harco de HilsterFixes for smoother cross compilation;
1999-08-22  Robert Roebling Added wxFFileStream base on wxFFile (as opposed to...
1999-08-22  Robert Roebling Added wxCountingStream for measuring the size of...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-20  Stefan CsomorCW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-19  Karsten BallüderAdded support for locales like de_AT.iso-8859-1
1999-08-19  Sylvain BougnouxImplement CanRead
1999-08-18  Václav Slavíkadded wxImage::CanRead
1999-08-18  Sylvain BougnouxAdded PNM image handler
1999-08-18  Sylvain BougnouxAdded wxImage wxImage::GetSubImage(cont wxRect&) const
1999-08-18  Julian SmartAdded gifdecod.cpp
1999-08-18  Guilhem LavauxAdded a check for -lresolv in configure.in
1999-08-17  Julian SmartFixed bug that wrote incomplete wxExpr files (missing...
1999-08-17  Sylvain BougnouxImprove wxImage::LoadImage so that image format in...
1999-08-16  Robert Roebling Added Prepend() and Remove() methods to wxSizer,
1999-08-16  Michael BedwardFixed bug in function Flush().
1999-08-14  Guilhem LavauxRemoved unnecessary branch
1999-08-13  Robert Roebling More makefiles
1999-08-13  Guilhem LavauxBug fix in wxBufferedInputStream::SeekI
1999-08-13  Robert Roebling Added wxStaticBoxSizer,
1999-08-13  Robert Roebling Compile fixes,
1999-08-12  Karsten Ballüdersome compilation fixes atttempts for solaris
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-08-09  Robert Roebling Completed wxBox,
1999-08-08  Václav Slavíkadded MIME manager fallback support
1999-08-08  Vadim Zeitlin1. regenerated makefiles
1999-08-08  Robert Roebling Finished porting Robin's wxSizers
1999-08-08  Robert Roebling Added wxNewSizer and wxBorderNewSizer with sample
1999-08-08  Robert Roebling zipstrm link fix
1999-08-08  Robert Roebling Added strconv
1999-08-07  Vadim Zeitlincompile fix for Unix
1999-08-07  Vadim ZeitlinwxMimeTypesManager::AddFallbacks() added, also correcte...
1999-08-06  Guilhem LavauxChanged Ungetch(void *, ...) to Ungetch(const void...
1999-08-06  Julian SmartChanges for BC++
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,
next