]> git.saurik.com Git - wxWidgets.git/history - src
1. compilation fix for wxArrayTreeItemIds
[wxWidgets.git] / src /
1999-10-24  Vadim Zeitlin1. compilation fix for wxArrayTreeItemIds
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-23  Julian SmartBC++ and Watcom C++ makefile and source fixes
1999-10-23  Karsten Ballüderminor bug fixes
1999-10-23  Robert Roebling Fixed resizing problem with GTK 1.2.3 notebooks.
1999-10-23  Robin DunnAdded missing constructor for wxCustomDataObject so...
1999-10-23  Robin DunnApparent typo fix
1999-10-22  Robert Roebling Added wxDropSource::GiveFeedBack().
1999-10-22  David Websterno message
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 ZeitlinMSW compilation fixes (untested)
1999-10-22  Julian SmartMore broken code corrections; broken Latex file correct...
1999-10-22  Vadim Zeitlin1. some fixes for wxSortedArrayString
1999-10-22  Vadim Zeitlinyet another BC++ fix
1999-10-22  Julian SmartBC++ fixes.
1999-10-22  Vadim Zeitlinanother BC++ fix
1999-10-22  Julian SmartModified Mingw32 makefiles to compile with Mingw32...
1999-10-22  Vadim ZeitlinwxDataFormat default ctor doesn't crash for global...
1999-10-22  Vadim Zeitlinattempt to fix BC++ compilation
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-22  David Webster*** empty log message ***
1999-10-21  David Websterno message
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 Zeitlincompilation fixes for old gcc
1999-10-21  Vadim Zeitlinminor change: disable debug messages flood from OnDragOver
1999-10-21  Vadim ZeitlinOnEnter/OnDragOver API update (compiles, links, somewha...
1999-10-21  Robert Roebling A bit more or multi-format clipboard.
1999-10-21  Karsten Ballüderimproved dialup manager, added wxALL_FILES define
1999-10-21  Robert Roebling wxSlider should now display int values,
1999-10-21  Vadim ZeitlinwxClipboard::IsOpened() and wxCLipboardLocker helper...
1999-10-21  Vadim Zeitlinadded helpext.cpp and regenerated the makefiles
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  David Webster*** empty log message ***
1999-10-21  Ryan NortonTcl regex lib
1999-10-21  Vadim Zeitlinadded wxDataObject related files and regenerated the...
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-20  David Websterno message
1999-10-20  Robert Roebling Fixed problem with mouse events getting sent to wrong
1999-10-20  Robin DunnSince wxPanel is now AutoLayout aware, removed indirect...
1999-10-20  Václav Slavíkdoes compile under MSW now
1999-10-20  Robin Dunnfixed compile error for FINAL=1
1999-10-20  Robin DunnSize the notebook page when it is added to the notebook.
1999-10-20  Robert Roebling Minor Reparent() and SetToolBar() fix for wxFrame.
1999-10-20  Václav SlavíkwxHtmlEasyPrinting now uses wxThePrintSetupData - creat...
1999-10-20  Robin Dunnmade wxPanel be auto layout aware
1999-10-20  David Webster*** empty log message ***
1999-10-19  Julian SmartFixed wxSlider95 bug; updated .dsp files; added Set...
1999-10-19  Robert Roebling Further DnD changes. Untested.
1999-10-19  David WebsterFixes for long to wxCoord
1999-10-19  David Websterno message
1999-10-19  Robert Roebling Changed two conflicting defines in defs.h
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 EVT_GRID_SELECT_CELL
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 Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
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  Robert Roebling Corrected wxImage for use with mono wxBitmaps,
1999-10-18  David Webster*** empty log message ***
1999-10-18  Michael BedwardImproved cell highlighting when in-place editing is...
1999-10-18  Vadim Zeitlin1. more drag and drop and clipboard changes:
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  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  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íkSetFonts methods have const param now
1999-10-16  Václav Slavíkremoved wxVERSION_* macros
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 Zeitlinwarning fixed
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
next