]> git.saurik.com Git - wxWidgets.git/history - src/common
OS/2 PM Fixeups for fonts, validators, and html
[wxWidgets.git] / src / common /
1999-11-08  David WebsterOS/2 PM Fixeups for fonts, validators, and html
1999-11-08  George TaskerwxStrnicmp() function is not defined under windows...
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-07  Robert Roebling More replacements of strcmp -> wxStr..
1999-11-07  Robert Roebling Added wxStrnicmp and to wchar.h, not yet for Unicode...
1999-11-06  Vadim Zeitlincompile fix for VC++ 5
1999-11-06  Guilhem LavauxFixed wxMemoryOutputStream (it wasn't working at all)
1999-11-06  Václav Slavíkfixed URL parsing problem
1999-11-06  George TaskerRenamed FWD_ONLY_CURSORS to wxODBC_FWD_ONLY_CURSORS...
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-11-06  Václav Slavíkfixed memory leak in wxFilesystemHandler
1999-11-05  David WebsterChange the const global wxDefaultValidator to a pointer...
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-11-04  Vadim Zeitlin1. wxFontMapper starts to materialise
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-11-03  Robert Roebling Some menu things.
1999-11-03  Vadim Zeitlinreadded clipboard support to richedit sample and fixed...
1999-11-02  Vadim Zeitlinand the compilation fix for the warning fixes
1999-11-02  Vadim Zeitlinand the compilation fix for the warning fixes
1999-11-02  Robert Roebling wxDialogs now use GTK_WINDOW_DIALOG,
1999-11-02  Vadim Zeitlindisabled the old odbc code
1999-11-02  Vadim Zeitlinbug in wxMenuBase::FindChildItem() corrected
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-11-02  Vadim Zeitlincompilation fixes
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-11-01  Julian SmartTidied some docs, made VC++ 6 DLL compilation work...
1999-10-31  Václav Slavíkadded wxFileSystem::FindFirst and FindNext
1999-10-31  Robert Roebling Distrib changes.
1999-10-29  Sylvain BougnouxAdd operator << (ostream&, const wxString&)
1999-10-29  Sylvain BougnouxAccept list of separators as a wxString instead of...
1999-10-29  Ove KaavenwxT() for a Spanish(?) debug message
1999-10-28  Sylvain Bougnouxconform to new wxTextInputStream >> wxString
1999-10-28  Sylvain Bougnouxoperator >> wxString eat word by default. \n Add wxText...
1999-10-28  Ove KaavenUse wxConvertMB2WX to fix compilation error in Unicode...
1999-10-28  David Webster*** empty log message ***
1999-10-27  Václav Slavíkadded copy ctor to wxHashTable
1999-10-27  Václav Slavíkbugfix: wxList's copy ctor now works with keyed lists
1999-10-26  Vadim Zeitlin1. added wxMenuBarBase
1999-10-25  David Websterno message
1999-10-25  Robert Roebling Mem leak in new accelerator code.
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-25  David Webster*** empty log message ***
1999-10-24  Ove KaavenChanged wxGetSingleChoiceData() to take void* client...
1999-10-24  Julian SmartFixes for 16-bit compilation
1999-10-24  Robert Roebling Small distrib changes,
1999-10-24  Vadim Zeitlin1. compilation fix for wxArrayTreeItemIds
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-23  Robin DunnAdded missing constructor for wxCustomDataObject so...
1999-10-22  David WebsterUpdate for VA V4.0
1999-10-22  Vadim Zeitlin1. sorted wxListBox and wxComboBox seem to work under...
1999-10-22  Vadim ZeitlinwxChoice and wxListBox GTK+ changes (wxChoice works...
1999-10-22  Robert Roebling Compile fix for wxDataFormat cast,
1999-10-22  Vadim Zeitlin1. some fixes for wxSortedArrayString
1999-10-22  Julian SmartBC++ fixes.
1999-10-22  Vadim Zeitlinanother BC++ fix
1999-10-22  Vadim Zeitlinattempt to fix BC++ compilation
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-21  Vadim ZeitlinwxMotif compilation fixes for wxDataObject and PROCESS_...
1999-10-21  Vadim Zeitlinand the compilation fix which really compiles, finally
1999-10-21  Vadim Zeitlinsome conflicts resolved
1999-10-21  Robert Roebling More DnD.
1999-10-21  Robert Roebling Made wxGTK compile and link again. Broke wxMSW a...
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-21  Vadim ZeitlinwxDataObejct and related changes (won't compile right...
1999-10-21  Vadim Zeitlinadded dobjcmn.cpp
1999-10-19  Julian SmartFixed wxSlider95 bug; updated .dsp files; added Set...
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-18  Vadim Zeitlingcc warning about printf() format mismatch corrected
1999-10-18  Vadim Zeitlingcc warning about printf() format mismatch corrected
1999-10-18  Sylvain BougnouxAdd wxImage::CanRead, wasn't in 1.59 ?
1999-10-18  Robert Roebling Corrected wxImage for use with mono wxBitmaps,
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-15  Vadim Zeitlincompilation fix
1999-10-15  Vadim Zeitlinwarning fixed
1999-10-15  Vadim Zeitlin1. wxImageHandler::DoCanRead() introduced to solve...
1999-10-15  Vadim Zeitlincompile fix
1999-10-15  George TaskerRemoved a variable declaration from within a FOR statem...
1999-10-14  Robert Roebling HP-UX fixes
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
1999-10-14  Robert Roebling Applied patches for AIX,
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-13  Julian SmartAdded precompiled header stuff.
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-10-12  Robert Roebling Refresh() problem from DialogEd solved
1999-10-12  George TaskerMoved the #include of filefn.h from db.h to db.cpp
1999-10-12  George TaskerUse of a postgres data source would fail due to checkin...
1999-10-10  Guilhem LavauxChanged Ungetch behaviour (FIFO -> LIFO).
1999-10-09  Robert Roebling Applied a few patches,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlin1. wxLog::FlushActive() added
1999-10-07  George TaskerAdded support for dBase, PostGres, MySQL, Access, MS...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-05  David WebsterwxOS2 updates for 10/5/99
1999-10-05  Sylvain Bougnouxafter a seek, reset error if error==EOF
1999-10-04  Vadim ZeitlinMSW compilation (and other) fixes
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
next