1999-08-27 |
Guillermo Rodrigue... | small change (honour 'verbose' parameter in LoadFile) |
tree | commitdiff |
1999-08-27 |
Guillermo Rodrigue... | New PCX Image Handler (still empty) |
tree | commitdiff |
1999-08-27 |
Michael Bedward | Fixes for compilation under AIX. |
tree | commitdiff |
1999-08-25 |
Guilhem Lavaux | Added wxSound for Windows support (successful WAV playb... |
tree | commitdiff |
1999-08-25 |
Harco de Hilster | fixed mingw32 problem. Now correctly deals with egcs... |
tree | commitdiff |
1999-08-24 |
Guillermo Rodrigue... | Added CanRead() |
tree | commitdiff |
1999-08-24 |
Guillermo Rodrigue... | Fixed CanRead(), which incorrectly forced version 89a... |
tree | commitdiff |
1999-08-23 |
Harco de Hilster | Your typical c_str => c_str() fix. |
tree | commitdiff |
1999-08-22 |
Harco de Hilster | Fixes for smoother cross compilation; |
tree | commitdiff |
1999-08-22 |
Robert Roebling | Added wxFFileStream base on wxFFile (as opposed to... |
tree | commitdiff |
1999-08-22 |
Robert Roebling | Added wxCountingStream for measuring the size of... |
tree | commitdiff |
1999-08-20 |
Robert Roebling | Changed a few #include <xxx.h> to #include "xxx.h" |
tree | commitdiff |
1999-08-20 |
Stefan Csomor | CW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files) |
tree | commitdiff |
1999-08-19 |
Robert Roebling | Doc updates, wxsizer et al |
tree | commitdiff |
1999-08-19 |
Karsten Ballüder | Added support for locales like de_AT.iso-8859-1 |
tree | commitdiff |
1999-08-19 |
Sylvain Bougnoux | Implement CanRead |
tree | commitdiff |
1999-08-18 |
Václav Slavík | added wxImage::CanRead |
tree | commitdiff |
1999-08-18 |
Sylvain Bougnoux | Added PNM image handler |
tree | commitdiff |
1999-08-18 |
Sylvain Bougnoux | Added wxImage wxImage::GetSubImage(cont wxRect&) const |
tree | commitdiff |
1999-08-18 |
Julian Smart | Added gifdecod.cpp |
tree | commitdiff |
1999-08-18 |
Guilhem Lavaux | Added a check for -lresolv in configure.in |
tree | commitdiff |
1999-08-17 |
Julian Smart | Fixed bug that wrote incomplete wxExpr files (missing... |
tree | commitdiff |
1999-08-17 |
Sylvain Bougnoux | Improve wxImage::LoadImage so that image format in... |
tree | commitdiff |
1999-08-16 |
Robert Roebling | Added Prepend() and Remove() methods to wxSizer, |
tree | commitdiff |
1999-08-16 |
Michael Bedward | Fixed bug in function Flush(). |
tree | commitdiff |
1999-08-14 |
Guilhem Lavaux | Removed unnecessary branch |
tree | commitdiff |
1999-08-13 |
Robert Roebling | More makefiles |
tree | commitdiff |
1999-08-13 |
Guilhem Lavaux | Bug fix in wxBufferedInputStream::SeekI |
tree | commitdiff |
1999-08-13 |
Robert Roebling | Added wxStaticBoxSizer, |
tree | commitdiff |
1999-08-13 |
Robert Roebling | Compile fixes, |
tree | commitdiff |
1999-08-12 |
Karsten Ballüder | some compilation fixes atttempts for solaris |
tree | commitdiff |
1999-08-11 |
Robert Roebling | Did somework on the generic dialogs, |
tree | commitdiff |
1999-08-09 |
Robert Roebling | Replaced old wxSizer, |
tree | commitdiff |
1999-08-09 |
Robert Roebling | Completed wxBox, |
tree | commitdiff |
1999-08-08 |
Václav Slavík | added MIME manager fallback support |
tree | commitdiff |
1999-08-08 |
Vadim Zeitlin | 1. regenerated makefiles |
tree | commitdiff |
1999-08-08 |
Robert Roebling | Finished porting Robin's wxSizers |
tree | commitdiff |
1999-08-08 |
Robert Roebling | Added wxNewSizer and wxBorderNewSizer with sample |
tree | commitdiff |
1999-08-08 |
Robert Roebling | zipstrm link fix |
tree | commitdiff |
1999-08-08 |
Robert Roebling | Added strconv |
tree | commitdiff |
1999-08-07 |
Vadim Zeitlin | compile fix for Unix |
tree | commitdiff |
1999-08-07 |
Vadim Zeitlin | wxMimeTypesManager::AddFallbacks() added, also correcte... |
tree | commitdiff |
1999-08-06 |
Guilhem Lavaux | Changed Ungetch(void *, ...) to Ungetch(const void... |
tree | commitdiff |
1999-08-06 |
Julian Smart | Changes for BC++ |
tree | commitdiff |
1999-08-05 |
Guilhem Lavaux | Changed BidEndianOrdered to BigEndianOrdered in datstrm.h |
tree | commitdiff |
1999-08-04 |
Vadim Zeitlin | wxButton::GetDefaultSize() fix |
tree | commitdiff |
1999-08-04 |
J. Russell Smyth | Made changes to allow build with new mingw32/gcc-2.95 |
tree | commitdiff |
1999-08-03 |
Ove Kaaven | Hmm, apparently had to add FNSTRINGCAST elsewhere in... |
tree | commitdiff |
1999-08-03 |
Ove Kaaven | Changed my mind and used FNSTRINGCAST instead |
tree | commitdiff |
1999-08-03 |
Ove Kaaven | Replaced (char*)wxFNCONV with (const char*)wxFNCONV |
tree | commitdiff |
1999-08-03 |
Vadim Zeitlin | cliet data crash fixed |
tree | commitdiff |
1999-08-02 |
Vadim Zeitlin | 1. minor headers rearrangement: wxprec.h doesn't includ... |
tree | commitdiff |
1999-08-02 |
Guilhem Lavaux | Better memory errors handler (added GSOCK_MEMERR) |
tree | commitdiff |
1999-08-02 |
David Webster | Changes to make common and generic compilable under... |
tree | commitdiff |
1999-08-02 |
David Webster | *** empty log message *** |
tree | commitdiff |
1999-08-01 |
Vadim Zeitlin | 1. wxWindow::Centre() hopefully fixed |
tree | commitdiff |
1999-08-01 |
Robert Roebling | Updated testconf, |
tree | commitdiff |
1999-08-01 |
Guilhem Lavaux | wxMemoryStream doc updated |
tree | commitdiff |
1999-07-30 |
David Webster | OS/2 updates |
tree | commitdiff |
1999-07-30 |
Guilhem Lavaux | Renamed GSocket_SetBlocking to GSocket_SetNonBlocking... |
tree | commitdiff |
1999-07-30 |
Vadim Zeitlin | a small fix to wxWindow::Centre |
tree | commitdiff |
1999-07-30 |
Robert Roebling | Some more doc beauty, |
tree | commitdiff |
1999-07-30 |
Robin Dunn | fixed compiler error |
tree | commitdiff |
1999-07-29 |
Vadim Zeitlin | #warning is a compilation error, not warning |
tree | commitdiff |
1999-07-29 |
Robert Roebling | Now its possible to run wxHTML without wxSockets |
tree | commitdiff |
1999-07-29 |
Guilhem Lavaux | Typos. |
tree | commitdiff |
1999-07-29 |
Karsten Ballüder | fix for HP-UX |
tree | commitdiff |
1999-07-29 |
Ove Kaaven | By assigning wxEmptyString instead of NULL to m_command... |
tree | commitdiff |
1999-07-29 |
David Webster | *** empty log message *** |
tree | commitdiff |
1999-07-28 |
Robert Roebling | Added tmake template for simple wxGTK makefile |
tree | commitdiff |
1999-07-28 |
Vadim Zeitlin | 1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN... |
tree | commitdiff |
1999-07-28 |
Guilhem Lavaux | Added wxInternetFilesystemModule to fs_inet.cpp |
tree | commitdiff |
1999-07-27 |
Vadim Zeitlin | missing wxMSW files |
tree | commitdiff |
1999-07-27 |
Guilhem Lavaux | Changed void GSocket_Init() to bool GSocket_Init() |
tree | commitdiff |
1999-07-27 |
Robert Roebling | wxSocket compilation |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | 1. wxChoice and wxComboBox support client data under MSW |
tree | commitdiff |
1999-07-26 |
Unknown (AN) | use of div_t.quot and div_t.rem were changed to / and % |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | Centre() supports wxCENTER_FRAME flag now |
tree | commitdiff |
1999-07-25 |
Guilhem Lavaux | Added GSocket_Init and GSocket_Cleanup |
tree | commitdiff |
1999-07-25 |
Robert Roebling | Re-Added wxStream::StreamSize() |
tree | commitdiff |
1999-07-25 |
Václav Slavík | fixed static members |
tree | commitdiff |
1999-07-24 |
Vadim Zeitlin | wxHTML compilation fixes |
tree | commitdiff |
1999-07-24 |
Robert Roebling | Renamed wxStream::StreamSize() to wxStream::GetSize() |
tree | commitdiff |
1999-07-24 |
Guilhem Lavaux | Updated wxDataStream (added ByteOrder) |
tree | commitdiff |
1999-07-24 |
Ove Kaaven | wxString(file.fn_str()) doesn't make sense. If just... |
tree | commitdiff |
1999-07-23 |
Vadim Zeitlin | 1. more wxMotif fixes |
tree | commitdiff |
1999-07-23 |
Guilhem Lavaux | Added GSocket motif (it compiles but I didn't tested it) |
tree | commitdiff |
1999-07-23 |
Ove Kaaven | Couple of unicode fixes (the #if should be wxUSE_UNICOD... |
tree | commitdiff |
1999-07-23 |
Ove Kaaven | Convert filenames unicode->ascii |
tree | commitdiff |
1999-07-23 |
Ove Kaaven | Implementation of wxFopen, wxFreopen, wxStrftime |
tree | commitdiff |
1999-07-22 |
Vadim Zeitlin | 1. added wxGetNumberFromUser (to textdlgg.cpp and dialo... |
tree | commitdiff |
1999-07-22 |
Robert Roebling | Corrected wxlistBox, wxRadioBox, wxComboBox and |
tree | commitdiff |
1999-07-22 |
Guilhem Lavaux | Added GSocket for Unix (only GTK for the moment) |
tree | commitdiff |
1999-07-22 |
Robin Dunn | fixed font-matching bug in wxFontList::FindOrCreateFont... |
tree | commitdiff |
1999-07-19 |
Harco de Hilster | added extra #if case at the end for building using... |
tree | commitdiff |
1999-07-19 |
Harco de Hilster | small fix for mingw32 compilation |
tree | commitdiff |
1999-07-18 |
Harco de Hilster | Now uses #define __WX_SETUP_H__ to signify that we... |
tree | commitdiff |
1999-07-17 |
Harco de Hilster | Temp. fix for ..\..\zlib problem. |
tree | commitdiff |
1999-07-17 |
Harco de Hilster | Removed USING_CONFIGURE define. As VZ pointed out,... |
tree | commitdiff |
1999-07-17 |
Harco de Hilster | Minor fixes mainly to get stuff compiled using the... |
tree | commitdiff |
next |