wxWidgets.git
2001-05-25  Robin DunnFixed the problem of the RPM having the builder's user...
2001-05-25  George TaskerReplaced \verb$....$ with \tt{....}
2001-05-24  George TaskerRemoved check for '\par' at beginning of line that...
2001-05-24  Vadim Zeitlinfixed wxBase compilation
2001-05-24  Vadim Zeitlinfixed compilation with NO_GUI
2001-05-24  Vadim Zeitlinsome broken links fixed
2001-05-24  Vadim Zeitlinbroken link fixed
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-05-24  Stefan Csomoradded generic dir dlg
2001-05-24  George TaskerCompilation fixes
2001-05-24  Vadim Zeitlinfix for egcs internal compiler error
2001-05-24  George TaskerAdded documentation for the new -checkcurleybraces...
2001-05-24  George TaskerAdded '_' checking that warns of the use of "_" or...
2001-05-24  Gilles Depeyrotadded missing check for wxUSE_JOYSTICK
2001-05-24  George TaskerFixed more '_' issues
2001-05-24  David WebsterAdding borders to OS/2 objects
2001-05-24  David WebsterAdd RemoveChild
2001-05-24  Vadim Zeitlinremoved \small before \verbatim
2001-05-24  George TaskerAdded '\' before all '_' chars that were not inside...
2001-05-24  George TaskerRemoved the '\' quote on some '_' characters where...
2001-05-24  George TaskerMoved '\label' tag to the correct line, allowing tex2rt...
2001-05-24  Vadim Zeitlinsome minor fixes to ODBC docs
2001-05-23  Václav Slavíkfixed bug in wxFrame::OnActivate
2001-05-23  Robin Dunnsome minor changes for the installer flags
2001-05-23  Julian SmartAdded missing files to listing
2001-05-23  Vadim Zeitlinfixed broken links
2001-05-23  George TaskerAll the major ODBC changes for 2.3 logged
2001-05-23  George TaskerRemoved TABs that had gotten in to the source
2001-05-23  George TaskerRemoved TABs that had gotten in to the source
2001-05-23  George TaskerRemoved TABs that had gotten in to the source
2001-05-23  George TaskerRemoved TABs that had gotten in to the source
2001-05-23  George TaskerFixed a missing '}'
2001-05-23  Stefan Csomoradded mouse down before activate event in background...
2001-05-23  Stefan Csomorscrollbar fixes and workaround for redraw problems...
2001-05-23  Stefan Csomorscrollbar fixes
2001-05-22  Václav Slavíkapplied workaround patch to get rid of crashes in wxrce...
2001-05-22  Václav Slavíkimplemented wxGetSingleChoiceIndex version that takes...
2001-05-22  Václav Slavíkfixed wxSpinButton handler (did refer to spinbutton...
2001-05-22  Václav Slavíkfixed ID handling in 'unknown' handler
2001-05-22  Václav SlavíkXMLCTRL() macro now uses wxDynamicCast in debug builds
2001-05-22  Robin DunnSome distribution tweaks
2001-05-22  Robin DunnFixed "make dist" so it doesn't try to copy some files...
2001-05-22  David WebsterFixes errno.h problems with OS/2
2001-05-22  David WebsterFixes errno.h problems
2001-05-22  David WebsterFixes errno.h problems and enable joystick code
2001-05-22  Robin DunnUpdated SWIG generated code for wxGTK version
2001-05-22  Robin DunnChanged IDs used for the popup menu
2001-05-22  Julian SmartCorrected recursive GetToolMargins()
2001-05-22  Vadim ZeitlinwxCommandEvent::IsChecked() now returns the toolbar...
2001-05-22  Vadim Zeitlinfix for discrepancies between wxNotebookEvent and wxNot...
2001-05-22  Vadim Zeitlinalways return a non NULL font from wxLoadFont
2001-05-22  Julian SmartReplaced typedef with #define for VC++ 1.5, to prevent...
2001-05-22  Robin Dunnchanged version number
2001-05-21  Vadim Zeitlintried to fix the accel string drawing in the owner...
2001-05-21  Vadim Zeitlinfixed memory leak in colour parsing code
2001-05-21  Vadim Zeitlinfix for releasing the HDC in WM_DRAWITEM handler
2001-05-21  Vadim Zeitlin(blind) fix for joystick compilation problems
2001-05-21  David WebsterVisualage fixes for Stefan's socket implementations...
2001-05-21  David WebsterVisualage fixes for Stefan's socket implementations...
2001-05-21  David WebsterVisualage fixes for Stefan's socket implementations
2001-05-21  Ron LeeDefault wxDateTime objects are now 'invalid',
2001-05-21  Vadim Zeitlinremoved extra newlines from wxLogDebugs
2001-05-21  David WebsterFinal scrolling updates
2001-05-21  Vadim Zeitlinfixed usage of LOWORD/HIWORD instead of GET_[XY]_LPARAM
2001-05-21  Vadim Zeitlinfixed wxComboBox sizing problem again
2001-05-20  Václav SlavíkNew code for inserting unknown controls into resources
2001-05-20  Stefan NeisIncluded filefn.h for non-precompiled headers to
2001-05-20  Julian SmartAdded dircmn.cpp to VC++ project files
2001-05-20  Stefan NeisAdded new files gsockpm.c and dircmn.cpp
2001-05-20  Stefan NeisAdded gsockpm.c for OS/2.
2001-05-20  Stefan NeisFixed some OS/2 specific problems: EMX defines __UNIX__...
2001-05-20  Stefan NeisUpdated gsocket.c to current unix version, use gsockunx...
2001-05-20  Václav Slavíkfixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used...
2001-05-20  George TaskerVarious makefiles added. Only the VC and B32 makefiles...
2001-05-20  Robin DunnSome more tweaks
2001-05-20  Robin DunnSince there was no #include before the #if wxUSE_JOYSTI...
2001-05-20  Robin DunnAdded sample to the demo for wxJoystick
2001-05-19  Vadim Zeitlinwarning fix
2001-05-19  Václav Slavík-fix for a bug in parsing tag's properties with common...
2001-05-19  Václav SlavíkUnicode compilation fixes
2001-05-19  Václav Slavíkuse wxTreeCtrl, not wxGenericTreeCtrl
2001-05-19  Robin Dunngenerated code for wxGTK for all the changes made earli...
2001-05-19  Vadim Zeitlinmerged wxRegConf rename fix from 2.2
2001-05-19  Vadim Zeitlin1. more proper fix for wxChoice/wxComboBox height probl...
2001-05-19  Vadim Zeitlinrenamed wxBase.dsp to wxBaseVC.dsp
2001-05-19  Vadim Zeitlinadded wxDir::Traverse
2001-05-18  Robin DunnwxDragImage fixes and cleanup
2001-05-18  Robin DunnAdded mixins subpackage to wxPython.lib
2001-05-18  Václav Slavíkfixed à parsing (here too)
2001-05-18  Robin DunnAdded wave files to the distribution scripts
2001-05-18  Robin DunnCleanup up the demo a bit
2001-05-18  George TaskerXPMHAND.H dependency removed
2001-05-18  Robert Roebling Applied patch for non-Latin keyboards.
2001-05-18  Václav SlavíkUnicode fixes
2001-05-18  Václav Slavíkapplied modified patch #424894 (wxrcedit & bcc compilat...
2001-05-18  Václav Slavíkregenerated
2001-05-18  George TaskerAdded compile-time check to be sure that wxUSE_ODBC...
2001-05-18  Vadim Zeitlincompilation fix for mouse hack
2001-05-18  Julian SmartBug fixes
2001-05-18  Robin DunnFixed OOR related problem in OGL
next