]> git.saurik.com Git - wxWidgets.git/history - src/common
cleanup - reformat
[wxWidgets.git] / src / common /
1999-03-21  Julian SmartAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
1999-03-17  Vadim Zeitlinmime.types entries with all fields on same line parsed...
1999-03-16  Vadim ZeitlinwxTextFile::Close() implemented
1999-03-15  J. Russell SmythCompleted Vadims HAVE_BOOL changes
1999-03-14  Vadim Zeitlintypos in error messages corrected
1999-03-14  Václav Slavíkfixed bug in GetMimeType under win
1999-03-12  Vadim Zeitlincompilation fix (another typo...)
1999-03-12  Vadim Zeitlincompilation fix
1999-03-12  Vadim Zeitlinmore things are done by configure: checks for bool...
1999-03-12  Vadim Zeitlinsome fixes for AIX compilation
1999-03-11  Karsten BallüderAnother solaris 2.5 fix.
1999-03-10  Vadim ZeitlinwxLogStderr sends output to debugger too under Windows
1999-03-09  Stefan Csomorcorrected a type in the constructor from two points
1999-03-09  Vadim Zeitlinarbitrary characters allowed in wxFileConfig entry...
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-03-02  Robert Roebling Removed warnings from tbarsimpl
1999-03-01  Vadim ZeitlinwxCriticalSection changes undone - should work now
1999-03-01  Vadim ZeitlinFreeBSD compilation fixes
1999-03-01  Julian SmartAdded dummy OnIdle to wxWindow in wxGTK; doc tweaks
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-28  Guilhem Lavaux* Added "--with-sockets" and made wxSocket optionnal.
1999-02-27  Vadim Zeitlincompilation fix
1999-02-27  Vadim Zeitlinunused param warning suppressed
1999-02-27  Guilhem Lavaux* wxSocket fixes: FTP, HTTP works really now. GTK fixes...
1999-02-27  Guilhem Lavaux* Big memory bug fixed in socket/getline fixed.
1999-02-25  Julian SmartwxBitmapButton bug fixed
1999-02-25  Guilhem Lavaux* Added a small wxHTTP description
1999-02-25  Julian SmartSmall changes
1999-02-25  Vadim Zeitlin1. validator fixes: don't eat TAB. Added new SetBellOnE...
1999-02-23  Vadim Zeitlincompilation fixes
1999-02-23  Vadim Zeitlinsmall optimizations: m_isWindow and m_isCommandEvent...
1999-02-23  Vadim Zeitlinsupport for incorrect entries in .mime.types added...
1999-02-23  Vadim ZeitlinHP-UX compilation fixes (thanks to Zdravko Bas)
1999-02-22  Vadim Zeitlindlopen fixes
1999-02-22  Vadim Zeitlindlopen() also exists under FreeBSD
1999-02-22  Vadim ZeitlinHP-UX support added
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-21  Vadim Zeitlinerror msg when there are no files in wxFindFirst()...
1999-02-19  Vadim Zeitlinsome minor fixes for DEC CXX compilation
1999-02-18  Vadim Zeitlini18n fixes
1999-02-18  Vadim ZeitlinwxMimeTypesManager::IsOfType() added (and documented)
1999-02-18  Vadim ZeitlinwxSplitPath() bugs corrected and it's documented
1999-02-17  Vadim ZeitlinwxProcess fixes (Detach() added), cleared/corrected...
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-16  Robert Roebling Applied Russel's changes to wxToolBarBase
1999-02-15  Vadim ZeitlinA couple of identifiers at global level moved to the...
1999-02-15  Vadim Zeitlinenable verbose messages by default in debug builds
1999-02-14  Guilhem Lavaux* Stream: update in doc, fix in code.
1999-02-11  Julian SmartSolved wxMotif scrolling display problem; added wxImage...
1999-02-11  Robert Roebling Solaris compilation patches
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1999-02-10  Vadim Zeitlinbug in wxSplitPath() corrected: the returned file name...
1999-02-10  Guilhem Lavaux* Doc updates
1999-02-09  Vadim ZeitlinwxMSW compilation problem fixed
1999-02-09  Vadim ZeitlinwxFindFirst/NextFile() now return wxString and not...
1999-02-09  Vadim ZeitlinwxArrayString::Sort() implemented
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-08  Karsten Ballüderfixed linkage problem
1999-02-08  Karsten Ballüdercompilation fixes
1999-02-07  Vadim ZeitlinwxProcess() fixes: will really call parent's event...
1999-02-07  Guilhem Lavaux* A few updates (stream doc)
1999-02-07  Julian SmartAdded wxGenericValidator & doc
1999-02-06  Vadim Zeitlinmore files to ignore in cvs commands (setup.h, lex_yy...
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1999-02-04  Julian Smart*** empty log message ***
1999-02-04  Julian SmartCorrected XPM-related cast in resource.cpp; added gener...
1999-02-04  Vadim ZeitlinwxSplitPath() handles correctly filenames with '.'...
1999-02-04  Vadim Zeitlinsome compilation "enhancements"
1999-02-04  Vadim Zeitlincompilation fix due to wxString(int) addition
1999-02-04  Václav SlavíkwxJPEGHandler non-default
1999-02-04  Robert Roebling Faster imagescale code
1999-02-03  Vadim ZeitlinBefore/After => BeforeFirst/AfterFirst (corrects some...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-02-02  Vadim Zeitlinclicking on the messages about assert failures in VC...
1999-02-02  Vadim Zeitlinallow 8bit chars in the group names in wxFileConfig
1999-02-01  Stefan Csomorlatest CW additions
1999-01-31  Julian SmartAdded a few files; fixed some warnings and wxMotif...
1999-01-31  Julian SmartVarious small fixes
1999-01-31  Julian SmartSome corrections for BC++ compilation; Latex doc correc...
1999-01-29  Robert Roebling Added distribution script
1999-01-28  Vadim ZeitlinwxLogMessage()s are now shown (again)
1999-01-27  Václav Slavíkadded wxJPEGHandler
1999-01-27  Julian SmartAdded dde sample; added docs/index.htm
1999-01-26  Karsten BallüderMore compilation fixes for Solaris. :-<
1999-01-26  Karsten Ballüdermore waste of time fixing uncompilable code
1999-01-26  Karsten Ballüdersun compilation fix
1999-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1999-01-26  Karsten Ballüdercompilation fixes for solaris
1999-01-25  Julian SmartSplit up wxStream doc files; added wxTCP... files;...
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-24  Julian SmartRenamed .nt makefiles to .vc and factored them out...
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
1999-01-21  Vadim ZeitlinwxMimeTypesManagerImpl::GetFileTypeFromMimeType() imple...
1999-01-20  Karsten BallüderFixed orientation of radioboxes.
1999-01-20  Vadim ZeitlinRenameEntry/Group() functions added to wxConfig and...
next