]> git.saurik.com Git - wxWidgets.git/history - src
* wxMemoryStreams updates
[wxWidgets.git] / src /
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. fixed makefile.vc for OLE files
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-15  Sylvain Bougnouxfixed SelectItem call with an invalid item
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-14  Robert Roebling Removed bug that made wxWindow call OnPaint
1999-07-13  J. Russell SmythAdded wxHTML build to Makefile for VisualC++
1999-07-13  J. Russell Smythadded precomp header stuf
1999-07-13  J. Russell SmythAdded precompiled header support to allow building...
1999-07-13  J. Russell SmythRemoved default parameter setting for wxHtmlHelpControl...
1999-07-13  Robert Roebling New attempt at getting constraints work
1999-07-13  Guilhem Lavaux* Changed char to wxChar in operators.
1999-07-12  Guilhem Lavaux* Changed behaviour of wxTextStreams::operator(wxUint8...
1999-07-12  Vadim Zeitlin1. wxTextControl::SetFont() does something (good or...
1999-07-12  Václav Slavík*** empty log message ***
1999-07-11  Vadim Zeitlin1. wxFrame doesn't show incorrect hints in the status...
1999-07-11  Robert Roebling New global cursor behaviour.
1999-07-11  Robert Roebling DocView and wxStream things
1999-07-11  Robert Roebling A few compile things.
1999-07-10  Vadim ZeitlinwxButton::GetDefaultSize() added for MSW and documented
1999-07-10  Julian SmartAdded an #ifdef
1999-07-10  Brian MacyIgnore erase failures
1999-07-10  Julian SmartAdded test for wxUSE_STATLINE in statline.cpp
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-08  Vadim Zeitlincompilation fix
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-07  Vadim Zeitlinattempts to fix wxStaticBitmap::SetBitmap() - still...
1999-07-07  Vadim Zeitlincompilation fixes for wxGTK
1999-07-07  Karsten BallüderMade tearoff menus work for gtk :-)
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-05  Vadim ZeitlinCalcUnscrolledPosition takes int, not floats
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-07-04  Vadim Zeitlinsome appearance fixes from Michael Bedward
1999-07-04  Robert Roebling Small changed to wxExtDialog
1999-07-03  Karsten BallüderAdded wxDllLoader::UnloadLibrary()
1999-07-03  Robert Roebling Added wxExtDialog and sample.
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-07-02  Guilhem Lavaux* Typo.
1999-07-02  Guilhem Lavaux* Fixed Apple IEEE conversion
1999-07-01  Robert Roebling Corrected bug in filedlg.
1999-06-30  Guilhem Lavaux* Moved ReadLine()/WriteLine() to wxIn/OutputStream
1999-06-30  Karsten Ballüderfixed wrong assert
1999-06-30  Robin DunnCorrected link error for missing wxRegTipProvider:...
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-29  Vadim Zeitlin1. wxGrid fixes contributed by Gerhard Gruber (client...
1999-06-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-28  Vadim Zeitlinmisc minor fixes I forgot to commit before
1999-06-28  Vadim Zeitlinshould fix compilation for BC++
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  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
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  Vadim Zeitlina small cosmetic fix for single choice dialog
1999-06-26  Robert Roebling Added wxGTK-only cmn dialogs.
1999-06-26  Vadim Zeitlin1. serious bug in wxRegConfig corrected - deleting...
1999-06-26  Václav Slavík*** empty log message ***
1999-06-26  J. Russell SmythAdded #include wx/dcclient.h for Vadims changes to...
1999-06-26  J. Russell SmythAdded #include wx/dcclient.h and wx/settings.h for...
1999-06-25  Vadim Zeitlinmulti line static controls now calculate their width...
1999-06-25  Robert Roebling Commented out "best visual" code.
1999-06-25  Vadim Zeitlin1. wxSingleChoiceDialog looks Ok under Windows
1999-06-25  Karsten Ballüderfixed frame style
1999-06-25  Robert Roebling Oops.
1999-06-25  Robert Roebling Changed a few true -> TRUE
1999-06-25  Karsten Ballüderslightly more intelligent size calculation to prevent...
1999-06-24  Vadim Zeitlinthe progres dialog now looks decently under Windows
1999-06-24  Vadim ZeitlinwxSpinButton::GetValue() returns correct result now
1999-06-24  Vadim Zeitlinseveral notebook bugs fixed:
1999-06-24  Robert Roebling wxGTK now chooses the best visual X offers,
1999-06-23  Vadim ZeitlinMDI child maximize bug fixed
1999-06-23  Robert Roebling Motif things.
1999-06-23  Guilhem Lavaux* Bug fixed in CountTokens()
1999-06-23  Robert Roebling wxProgressDialg works again.
1999-06-23  Robert Roebling wxMotif compiles and links now.
1999-06-23  Karsten Ballüderimproved dialog size which created the listbox a bit...
1999-06-23  Vadim Zeitlindlg navigation keys work even when combobox has focus
1999-06-23  Karsten BallüderMinor improvement to keyevent handling.
1999-06-23  Vadim Zeitlinin-place editing code from Michael Bedward integrated...
1999-06-23  Robert Roebling Motif compile fixes
1999-06-22  Vadim ZeitlinwxHTMLHelpController compiles (and somewhat works)...
1999-06-22  Vadim Zeitlinan assert added to check that we're not doing something...
1999-06-22  Robert Roebling A bit of distribution/makefiles things.
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
next