]> git.saurik.com Git - wxWidgets.git/history - src
Corrected wxScrolledWindow's OnSize behaviour.
[wxWidgets.git] / src /
2001-07-14  Robert RoeblingCorrected wxScrolledWindow's OnSize behaviour.
2001-07-14  Robert RoeblingCorrected wxScrolledWindow's OnSize behaviour.
2001-07-14  Vadim Zeitlinmerged NULL wxFrame parent HWND fix from 2.2 branch
2001-07-14  Vadim Zeitlinmerged MapBitmap() from 2.2 branch
2001-07-14  Vadim Zeitlinuse wxRegEx if available in wxString::Matches
2001-07-14  Vadim Zeitlinrewrote wxRegEx::Replace() to do something useful
2001-07-14  Robert RoeblingRestored wxFileName::GetFullPath()
2001-07-14  Robert RoeblingwxIsAbsolutePath was correct.
2001-07-14  Robert RoeblingMac-ify wxTreeCtrl further.
2001-07-14  Robert RoeblingFix HTML help on Mac.
2001-07-14  Robert RoeblingAddBook ignores wxMac paths (still won't work)
2001-07-14  Robert RoeblingwxIsAbsolutePath is strange under wxMac
2001-07-14  Julian SmartReverted my bad <> -> "" fix, sorry; updated project...
2001-07-14  Robin DunnMade a couple Number() to GetCount() changes
2001-07-14  Robin DunnAdded RTTI macros to wxToolTip
2001-07-14  Vadim Zeitlinfixed VC++ warnings
2001-07-14  Vadim Zeitlinimplemented RefreshItem(s) under MSW
2001-07-14  Vadim Zeitlinfixed setting/attaching menubar
2001-07-14  Vadim Zeitlinfixed crash in ~wxHtmlCell
2001-07-13  Vadim Zeitlinadded popupcmn.cpp
2001-07-13  Stefan Csomorcorrected check string handling
2001-07-13  Vadim Zeitlincorrected object file extension in the makefiles
2001-07-13  Vadim Zeitlinadded RefreshItem(s) methods
2001-07-13  Julian SmartChanged <> to "" to help inclusion; added regex files...
2001-07-13  Vadim Zeitlinremoved forgotten debugging printf
2001-07-13  Vadim Zeitlinrenamed main.c to re_main.c to avoid clashes with main...
2001-07-13  Vadim Zeitlinregenerated the makefiles to include regex.cpp
2001-07-13  David WebsterOS/2 fixes for this week.
2001-07-13  David Webstertrue vs TRUE again.
2001-07-13  Vadim Zeitlinchanges for building wxRegEx
2001-07-13  Vadim Zeitlinadded some makefiles (untested)
2001-07-13  Vadim Zeitlinadded regex.h/.cpp files
2001-07-13  Vadim Zeitlinfixed yet another typo, now it finally works
2001-07-13  Vadim Zeitlinadded wxRegEx::GetMatch
2001-07-13  Vadim ZeitlinwxRegEx class added
2001-07-13  Vadim Zeitlinincorrect warning fix fixed
2001-07-13  Julian SmartFixed typo in cache management code
2001-07-13  Vadim Zeitlinfixed back compilation with REDEBUG
2001-07-13  Vadim Zeitlinmore warning fixes
2001-07-13  Vadim Zeitlina couple of warnings removed
2001-07-13  Vadim Zeitlinadded headers needed for wxBase compilation
2001-07-13  Vadim ZeitlinInitial revision
2001-07-13  Vadim Zeitlinremoved incorrect 'static' keyword from var declarations
2001-07-12  George Tasker::Catalog() function was failing against several databa...
2001-07-12  Vadim Zeitlinfixed crash in wxRegion::Empty
2001-07-12  Jouk Jansen Committing in .
2001-07-12  Julian SmartCorrected DoBlit
2001-07-12  Vadim Zeitlinfixed VC++ warning
2001-07-12  Vadim Zeitlinimplemented attributes support for native virtual list...
2001-07-12  Vadim Zeitlinmenu bar wasn't set properly internally after my previo...
2001-07-11  Vadim Zeitlindon't refresh the scrollbars unnecessarily
2001-07-11  Julian SmartCompilo correction
2001-07-11  Stefan Csomorseveral mac fixes (Mark Newsams patches)
2001-07-11  Julian SmartMade DC cacheing less obstrusive
2001-07-11  Julian SmartRemoved cacheing option
2001-07-11  Vadim Zeitlinadded support for item attributes in virtual list control
2001-07-11  Vadim Zeitlinadded and documented wxApp::OnAssert
2001-07-11  Vadim Zeitlinoops, restored the postpone-redraw-if-dirty test which...
2001-07-11  Vadim Zeitlin(much) more efficient report mode redrawing
2001-07-11  Vadim Zeitlinmoved some headers inside #ifndef WX_PRECOMP
2001-07-11  Václav Slavíkmingw compilation fixes
2001-07-11  Vadim Zeitlinfixed hit testing for non report modes
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-11  Vadim Zeitlinadded wxLogChain and wxLogPassThrough classes
2001-07-11  Vadim Zeitlincompilation fix for MSW
2001-07-10  Václav Slavíkcompilation fix for wxGTK
2001-07-10  Václav Slavík1. #ifdefed wxPopupComboWindow to be used only in wxUniv
2001-07-10  Václav Slavíkfixes for tables renderer: now recognizes missing borde...
2001-07-10  Vadim Zeitlinmade wxLog::Set/GetVerbose() static back again
2001-07-10  Vadim Zeitlinadded cmd line parsing support to wxApp and --theme...
2001-07-10  Vadim Zeitlinmore combobox appearance fixes
2001-07-10  Vadim Zeitlinfix for crash when clicking below the items
2001-07-10  Vadim ZeitlinwxComboBox appearance fixes, looks fine now but doesn...
2001-07-10  Vadim Zeitlinrespect wxBU_EXACTFIT
2001-07-10  Vadim Zeitlindon't set min width for the buttons
2001-07-10  Vadim Zeitlinadded wxBU_EXACTFIT style
2001-07-10  Vadim Zeitlinmade the button of correct size again (Robert, why...
2001-07-10  Vadim Zeitlinuse system colours under Windows (patch 439286)
2001-07-10  Vadim Zeitlinargh, another for GetVisibleLinesRange
2001-07-10  Vadim Zeitlinfix for incorrect assert in GetVisibleLinesRange
2001-07-10  Vadim Zeitlinfix for visible lines calculation
2001-07-10  Vadim Zeitlinadded untested implementation of wxEvtLoop for GTK+
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-10  Vadim Zeitlinfixes for crashes after DeleteItem and DeleteAllItems
2001-07-10  Vadim Zeitlinfixed scrollbar refresh
2001-07-09  Vadim Zeitlindetabified some more
2001-07-09  Vadim Zeitlindetabified
2001-07-09  Vadim ZeitlinwxListCtrl in report/virtual modes seems to work
2001-07-09  Vadim Zeitlinfix for backwards selection in text ctrl (patch 439730)
2001-07-09  Vadim Zeitlinset m_itemIndex in the list events for key down event too
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-09  Vadim Zeitlinmore wxListCtrl drawing fixes - scrolling still doesn...
2001-07-09  Robin Dunnfixed off by one error in GetText
2001-07-09  Václav Slavíkadded wxUSE_POPUPWIN
2001-07-09  Vadim Zeitlinmore wxListCtrl fixes: inserting/deleting items now...
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-09  Vadim Zeitlinscrolling with kbd generates scroll events too
2001-07-09  Vadim Zeitlincompilation fixes
2001-07-09  Robert Roebling Removed wxPopupWindow from normal (non-wxUniv) build
next