]> git.saurik.com Git - wxWidgets.git/history - src
rewrite to avoid unnecessary redraws
[wxWidgets.git] / src /
2001-05-30  Stefan Csomorrewrite to avoid unnecessary redraws
2001-05-30  Robert RoeblingForgot ! in wxTreeCtrl flag test.
2001-05-29  Stefan Csomorcorrected update upon activate
2001-05-29  Stefan Csomoradapted background color for mac for listcontrols
2001-05-29  Stefan Csomoradapted background color for mac
2001-05-29  David WebsterAdd gridctrl
2001-05-29  David WebsterLots of OS/2 Updates mirroring msw updates
2001-05-29  Stefan Csomorupdated mac implementation to support the success param...
2001-05-29  Stefan Csomorcorrected GetCharWidth and implemented MacSuperChangedP...
2001-05-29  David WebsterVarious fixes in DC's, ownerdrawn menu items, etc...
2001-05-28  Vadim Zeitlinlink preventing typo fixed
2001-05-28  Vadim Zeitlincompilation fixes
2001-05-28  George TaskerInformix fixes (submitted by Roger Gammans)
2001-05-28  Ryan NortonInitial revision
2001-05-27  Robert RoeblingwxDC::DrawPolygon correction
2001-05-27  Robert RoeblingwxTreeCtrl Mac look
2001-05-27  Vadim Zeitlinreally fixed wxConfig bug
2001-05-27  Vadim Zeitlinfixed wxConfig bug I've introduced yesterday
2001-05-27  Vadim Zeitlinregenerated from tmake templates
2001-05-27  Vadim Zeitlinapplied tons of wxGrid patches
2001-05-27  Vadim Zeitlinapplied patch 422308 (fixes for version info for wxWin...
2001-05-27  Václav Slavíkyet another attempt to fix LastFocus bug in wxFrame
2001-05-27  Robert Roebling Tried to make wxTreeCtrl on Mac look more Maccy....
2001-05-27  Vadim Zeitlinadded text style support to wxTextCtrl for MSW
2001-05-27  Vadim Zeitlinoops, typo leading to compilation problem fixed
2001-05-27  Vadim Zeitlinfixed 'patch' #422993 (Error in wxConfigBase::Write...
2001-05-26  Václav Slavíkanother attempt to fix wxPanel/wxFrame::m_winLastFocuse...
2001-05-26  Robert RoeblingFix cvs conflict.
2001-05-26  Robert RoeblingImplemented LAST_NOT pen style for orthogonal lines.
2001-05-26  Stefan Csomorclipboard reading
2001-05-26  Stefan Csomorchanged Mac Mouse Moved Hysteresis (area in which mouse...
2001-05-26  Stefan Csomorcorrected wxIsAbsolutePath for new Mac Path notation
2001-05-26  Stefan Csomorcorrected transparency in DoDrawIcon , if there is...
2001-05-26  Václav Slavíkremoved stubs and qt 'ports'
2001-05-26  Václav Slavíkfixed memory leak in DoPrint
2001-05-26  Stefan Csomorcorrect bitmap construction (including mask) from...
2001-05-25  David WebsterAdded some extended styles to OS/2
2001-05-25  Gilles Depeyrotcorrections to directory management for Mac OS X
2001-05-25  Vadim Zeitlinfixed calendar control height calculation
2001-05-24  Vadim Zeitlinfixed wxBase compilation
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-05-24  Stefan Csomoradded generic dir dlg
2001-05-24  Vadim Zeitlinfix for egcs internal compiler error
2001-05-24  Gilles Depeyrotadded missing check for wxUSE_JOYSTICK
2001-05-24  David WebsterAdding borders to OS/2 objects
2001-05-23  Václav Slavíkfixed bug in wxFrame::OnActivate
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  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íkimplemented wxGetSingleChoiceIndex version that takes...
2001-05-22  David WebsterFixes errno.h problems with OS/2
2001-05-22  David WebsterFixes errno.h problems
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-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  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 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  Robin DunnSince there was no #include before the #if wxUSE_JOYSTI...
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  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 Zeitlinadded wxDir::Traverse
2001-05-18  Václav Slavíkfixed à parsing (here too)
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íkregenerated
2001-05-18  Vadim Zeitlincompilation fix for mouse hack
2001-05-17  Vadim Zeitlinmerged fixes for accel and command event non propagatio...
2001-05-17  Stefan Csomorfixed wxWindow::SetCursor( wxNullCursor) for mac
2001-05-17  Vadim Zeitlindon't annoy the user by repeating the question which...
2001-05-17  Julian SmartCall OnParentEnable from wxTextCtrl::Enable
2001-05-17  Julian SmartImplemented OnParentEnable to allow widgets to reset...
2001-05-17  Vadim Zeitlinadded wxLog::ClearTraceMasks()
2001-05-17  Robin DunnApplied patch #423927, (Min size for stretch parts...
2001-05-16  Václav Slavíkfixed wrong parsing of à (typo in tables)
2001-05-16  Václav Slavíkchanged wxBitmap::CreateFromXpm to use wxBitmap(wxImage...
2001-05-16  Gilles Depeyrotcorrection for Mac OS X (M_PI is already defined)
2001-05-16  Vadim ZeitlinFindFocus() and wxSpinCtrl fix
2001-05-16  Stefan Csomoricon support moved to wxBitmap, allowing for fully...
2001-05-16  Julian SmartMade wxWindow::Enable recursive in order to solve colou...
2001-05-16  Vadim Zeitlinapplied patch 415912 (fixing problems with wxGrid attrs)
next