wxWidgets.git
1999-10-19  Robert Roebling Added size hints to dialog,
1999-10-19  Michael BedwardRemoved #pragma implementation "appbase.h" which caused...
1999-10-19  Michael BedwardAdded demo of handling EVT_GRID_SELECT_CELL.
1999-10-19  Michael BedwardAdded EVT_GRID_SELECT_CELL
1999-10-19  Michael BedwardAdded EVT_GRID_SELECT_CELL
1999-10-19  Robin DunnAdded a simple makefile for those whose fingers can...
1999-10-19  Michael BedwardNumerous changes to comply with use of wxCoord.
1999-10-18  Robert Roebling New wxDataObject etc. Almost works.
1999-10-18  Václav SlavíkwxUSE_HTML was missiing at some places
1999-10-18  Vadim ZeitlinwxControl and wxChoice derive from the base classes...
1999-10-18  Vadim Zeitlinadded appcmn.cpp to the list of files
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-18  Vadim Zeitlindon't try to build shared library on platforms not...
1999-10-18  Vadim Zeitlininclude/wx/choice.hpragma warning is only for VC++
1999-10-18  Vadim Zeitlincompilation fix for !WX_PRECOMP
1999-10-18  Vadim Zeitlincompilation fix for non OLE clipboard
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  Vadim Zeitlinadded a rule about DoXXX() functions
1999-10-18  Vadim Zeitlindescribed a patch to mingw32 headers to fix va_arg...
1999-10-18  Robert Roebling Corrected wxImage for use with mono wxBitmaps,
1999-10-18  David Webster*** empty log message ***
1999-10-18  Michael BedwardRemoved unused code
1999-10-18  Michael BedwardImproved cell highlighting when in-place editing is...
1999-10-18  Vadim Zeitlinpart of dnd sample I forgot
1999-10-18  Vadim Zeitlin1. more drag and drop and clipboard changes:
1999-10-17  Vadim Zeitlinattempt at documenting drag and drop and clipboard...
1999-10-17  Vadim Zeitlincorrected serious bug in SetHBITMAP
1999-10-17  Václav SlavíkHTML_xxxx constants changed to wxHTML_xxxx (with backwa...
1999-10-17  Vadim Zeitlinadded several other accel strings
1999-10-17  Robert Roebling Added temporary test to splitter.
1999-10-17  David Webster*** empty log message ***
1999-10-17  Robert Roebling Small fix.
1999-10-17  Robert Roebling Distrib changes.
1999-10-17  Václav Slavíkadded HTML printing
1999-10-17  Robert Roebling Applied Diana's font patch II
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-16  Robert Roebling Restored wxSizeEvent code form last week -> wxGLCanvas
1999-10-16  Robin DunnChanged an OBJARRAY to an EXPORTED_OBJARRAY
1999-10-16  Václav SlavíkwxHTML classes description is now in alphabetical order
1999-10-16  Václav Slavíkfixed bug in PS clipping (non-virtual SetClippingRegion...
1999-10-16  Václav SlavíkwxHtmlCell::AdjustPagebreak now works correctly
1999-10-16  Václav SlavíkwxHtmlCell::AdjustPagebreak documented
1999-10-16  Václav SlavíkSetFonts methods have const param now
1999-10-16  Václav Slavíkremoved wxVERSION_* macros
1999-10-16  Julian SmartAdded instructions to Forty.
1999-10-16  Robin DunnAdded some definitions, a missing method, and fixed...
1999-10-16  Robin DunnEnabled to be run without splitters to track down possi...
1999-10-15  Vadim Zeitlincompilation fix
1999-10-15  David Websterno message
1999-10-15  Vadim Zeitlincompilation fix
1999-10-15  Vadim Zeitlinunused param
1999-10-15  Vadim Zeitlindon't draw with NULL font
1999-10-15  Vadim Zeitlincompilation fix
1999-10-15  Vadim Zeitlincompilation fix
1999-10-15  Vadim Zeitlinwarning fixed
1999-10-15  Vadim Zeitlinon some systems (HP-UX), strtok_r() needs _REENTRANT...
1999-10-15  Vadim Zeitlinlet's not forget that \& has lower priority than =...
1999-10-15  Vadim Zeitlin1. wxImageHandler::DoCanRead() introduced to solve...
1999-10-15  Vadim Zeitlinresolved a conflict
1999-10-15  Vadim Zeitlinresolved a conflict
1999-10-15  Vadim Zeitlincompile fix
1999-10-15  Vadim Zeitlinremoved wxDialog::Centre()
1999-10-15  Robert Roebling scrolling of foreign windowsplus sample
1999-10-15  George TaskerRemoved a variable declaration from within a FOR statem...
1999-10-15  David Webster*** empty log message ***
1999-10-14  David Websterno message
1999-10-14  Julian SmartUpdated install.txt, added double-inclusion guard,...
1999-10-14  Robert Roebling HP-UX fixes
1999-10-14  Vadim Zeitlinnever undefine 'inline' keyword for C++ compilation
1999-10-14  Vadim Zeitlinmanually test for X11 headers/libs
1999-10-14  Vadim ZeitlinNULL shouldn't be used in test programs
1999-10-14  Harco de Hilsterfixed some frame cleanup stuff; The main frame (MyFrame...
1999-10-14  Julian SmartAdded sqltypes.h (for Cygwin b20), some other Cygwin...
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
1999-10-14  Vadim Zeitlininit.cpp isn't included in the makefiles for wxMSW...
1999-10-14  Vadim Zeitlin-mwindows added for mingw32 compilation
1999-10-14  Julian Smartmakeg95.env edited for Mingw32/gcc 2.95 compilation...
1999-10-14  Vadim Zeitlin= replaced with ==
1999-10-14  Vadim Zeitlinmore mingw32 warnings fixed
1999-10-14  Julian SmartCorrections
1999-10-14  Robert Roebling Applied patches for AIX,
1999-10-14  Julian SmartAdded makewise.bat, for making a WISE installation...
1999-10-14  Julian SmartAdded system DLL file installs for makewise.bat.
1999-10-14  Michael BedwardRegenerated from tmake after editing filelist.txt to...
1999-10-14  Michael BedwardPut gridg.h back so that it gets installed
1999-10-14  Michael BedwardChanged all EVT_WXGRID... constants to EVT_GRID...
1999-10-14  David Webster*** empty log message ***
1999-10-14  Michael BedwardChanged all EVT_WXGRID... constants to EVT_GRID...
1999-10-13  David WebsterLatest Updates
1999-10-13  Unknown (CR)changed LVHITTESTINFO to LV_HITTESTINFO
1999-10-13  Unknown (CR)brought regconf interface read/write methods up to...
1999-10-13  David Websterno message
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-13  Vadim ZeitlinDnD is disabled automatically y configure for mingw32...
1999-10-13  Vadim Zeitlinsmall updates for Linux->Win32 cross compilation
1999-10-13  Robin Dunnupdate to wxPython module
1999-10-13  Unknown (CR)Added tabg.o/tabg.d to GTK make stuff. Tabbed dialogs...
1999-10-13  Vadim Zeitlinregenerated
next