wxWidgets.git
1999-06-17  Vadim Zeitlinfixes to work in M
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-17  Robert Roebling Made the RTTI thing an option.
1999-06-17  Karsten BallüderFixed the ugly cursor. global cursor no longer initiali...
1999-06-17  Karsten Ballüder"wx/xxx.h" --> <wx/xxx.h>
1999-06-17  Karsten BallüderChanged default cursor to be an arrow rather than the...
1999-06-17  Karsten BallüderFixed fatal typo.
1999-06-17  Karsten BallüderModified to always prefix CPPFLAGS with local include...
1999-06-17  Karsten BallüderUses new wxMenu(long style) constructor.
1999-06-17  Karsten BallüderImplemented tearoff menus, please see my posting to...
1999-06-17  Julian SmartAdded some #defines
1999-06-17  Robert Roebling Tried a test for the RTTI options of GCC.
1999-06-17  Karsten Ballüderfile should end with newline
1999-06-17  Ove KaavenAttempt to implement a bunch of wx string.h equivalents.
1999-06-16  Robert Roebling put -fno-rtti into wx-config
1999-06-16  Robert Roebling wxWINE things.
1999-06-16  Karsten BallüderwxCHOICE defaults to yes now, even in debug mode
1999-06-16  Robert Roebling Forgot this one.
1999-06-16  Robert Roebling make fixes.
1999-06-16  Ove KaavenHad missed one LPSTR.
1999-06-16  Ove KaavenSomeone probably meant "wx/defs.h" instead of "defs.h"
1999-06-16  Ove KaavenSuppose I should trust the headers in BC++5.02 more...
1999-06-15  Vadim ZeitlinwxString::IsSameAs(char) added and documented as well...
1999-06-15  Robert Roebling Automake fix.
1999-06-15  Vadim Zeitlincompilation fixes for wxMSW
1999-06-15  Vadim Zeitlin2 typos corrected
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-14  Ove KaavenExplicit casting/instantiation to resolve ambiguous...
1999-06-14  Karsten BallüderFixed the keyboard selection handling (Please remember...
1999-06-14  Ove KaavenUnicode fix.
1999-06-14  Harco de Hilsterignore .lo and .la
1999-06-14  Harco de Hilstercvs now ignores libtool's .lo and .la files
1999-06-14  Karsten BallüderShould work for wxMSW, now. Cannot test this myself...
1999-06-14  Karsten BallüderModified so that it should work for __WXMSW__, too...
1999-06-14  Ove KaavenThe Unicode handling fixes my app seemed to need.
1999-06-14  Karsten Ballüderimproved selection-autodeletion, but backspace handling...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-14  Ove KaavenSome more Unicode changes.
1999-06-14  Ove KaavenCould of Unicode fixes.
1999-06-14  Ove KaavenUnicode needs the 'experimental' printf, so define...
1999-06-14  Ove Kaavenoperator for wxString == wx[W]CharBuffer.
1999-06-14  Ove KaavenCouple more Unicode fixes.
1999-06-14  Ove KaavenUnicode changes.
1999-06-14  Patrick AlbertCorrect some minor compile pbs with VC++1.52c & VC...
1999-06-14  Patrick Albert*** empty log message ***
1999-06-14  Vadim ZeitlinwxGetFullHostName() implemented - it doesn't work thoug...
1999-06-13  Vadim ZeitlinWXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-06-13  Vadim Zeitlin1. libtool 1.2d => 1.3 (should speed up configure check...
1999-06-13  Vadim ZeitlinwxWindow::Fit() infinite loop bug fixed
1999-06-13  Karsten BallüderAdded missing initialisation of m_AutoDeleteSelection.
1999-06-13  Karsten BallüderFixed two minor bugs. Still more than enough left....
1999-06-13  Karsten BallüderAdded missing wxGetFullHostName() and wxNO_DEFAULT...
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-06-12  Vadim Zeitlin1. crash when deleting multi line selection fixed
1999-06-12  Vadim ZeitlinIRIX compilation fixes
1999-06-12  Vadim Zeitlin{Get/Set}{Width/Height} documented
1999-06-11  Robert Roebling Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE
1999-06-11  Vadim Zeitlin1. wxLayoutList::GetNumLines() and MoveCursorToEnd...
1999-06-11  Vadim ZeitlinwxSize::[GS]et{Width|Height} added
1999-06-11  Vadim Zeitlinminor changes (fixing crash on mouse click)
1999-06-11  Vadim ZeitlinIRIX compile fixes
1999-06-11  Karsten BallüderFixed a few bugs.
1999-06-11  Vadim Zeitlinmore DLL compilation changes
1999-06-10  Robin DunnFixed compile errors.
1999-06-10  Robin DunnAdded wxWindowBase::CentreOnParent to allow top level...
1999-06-10  Robert Roebling Corrected byte swapping macros.
1999-06-10  Vadim ZeitlinWXDLLEXPORT added to wxStringTokenizer (and also severa...
1999-06-10  Vadim Zeitlincompialtion fixes
1999-06-10  Vadim ZeitlinwxNotebook compilation fix
1999-06-10  Ove KaavenUnicode fix.
1999-06-10  Ove KaavenA few Unicode fixes.
1999-06-10  Ove KaavenUse wxStricmp instead of Stricmp in CmpNoCase.
1999-06-10  Ove KaavenI see no reason to have a copy of Stricmp from string...
1999-06-10  Ove KaavenUnicode fix.
1999-06-10  Robin DunnAdded makefile and such for VC so I cna see what riched...
1999-06-10  Karsten Ballüder Popup menu and cursor corrected. Some bugs fixed.
1999-06-10  Karsten BallüderAttempt to add primary selection support.
1999-06-10  Karsten BallüderAttempt to add primary selection support, but doesn...
1999-06-10  Robert Roebling Docs.
1999-06-10  Karsten BallüderThe cursor is back! (Someone corrected wxGTK's idea...
1999-06-10  Karsten Ballüderlayout better
1999-06-10  Robert Roebling wxWINE fixes.
1999-06-10  Karsten Ballüderdocumented the wxNO_DEFAULT that I added to make No...
1999-06-09  Vadim Zeitlin1. fatal typo in colour copying in wxStyleInfo ctor...
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-09  Robert Roebling The last drops of WINE.
1999-06-09  Karsten BallüderFixed.
1999-06-09  Vadim Zeitlinmakefile for wxLayout sample
1999-06-09  Vadim ZeitlinwxLayoutStyleInfo ctor reverted back to the original...
1999-06-09  Karsten Ballüderadded WAVE
1999-06-09  Karsten BallüderAdded --with-wave/--without-wave for conditional wxWave...
1999-06-09  Karsten BallüderFixed handling of --enable-optimise (had to remove...
1999-06-09  Vadim ZeitlinwxLayoutStyleInfo ctor doesn't set all fields to -1
1999-06-09  Vadim Zeitlinmenu changed, many uninitialized variables are now...
1999-06-09  Vadim Zeitlin1. wxPaintDC reuse now seems to actually work instead...
1999-06-09  Karsten Ballüdercompilation fixes
1999-06-09  Karsten BallüderNow works with older versions of the test command,...
1999-06-09  Robin DunnAdded command for building MS HTML Help file.
next