]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2001-07-15  Stefan Csomorno message
2001-07-15  Stefan Csomoradded new project file having the new files
2001-07-14  Vadim Zeitlinbug fix to the recent wxConvertFromMSW change
2001-07-14  Vadim Zeitlinuse LVM_SETITEMSTATE instead of LVM_SETITEM for virtual...
2001-07-14  Vadim Zeitlinblind fix for clearing font attributes in SetStyle()
2001-07-14  Vadim Zeitlinremoved obsolete comment
2001-07-14  Robert RoeblingMinor beautification of wxToolBar under Mac.
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 Zeitlinadded wxRegEx docs
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 DunnNumber() to GetCount() and other changes needed for...
2001-07-14  Robin DunnMade a couple Number() to GetCount() changes
2001-07-14  Robin DunnAdded wxUSE_WAVE to setup0.h and checked for it in...
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 Zeitlindocumented wxInitialize and wxUnitialize
2001-07-13  Robin Dunnfixed missing package dir
2001-07-13  Vadim Zeitlinadded regex to all the templates
2001-07-13  Vadim Zeitlinadded popupcmn.cpp
2001-07-13  Stefan Csomorcorrected check string handling
2001-07-13  Vadim Zeitlinpopupcmn is needed by wxGTK too, why was it excluded?
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 Zeitlinadded wxListView class: this is going to be a wxListCtr...
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 Zeitlinadded wxUSE_REGEX
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  David WebsterOS/2 Updates for this week.
2001-07-13  Vadim Zeitlinchanges for building wxRegEx
2001-07-13  Vadim Zeitlinadded some makefiles (untested)
2001-07-13  Vadim Zeitlinadded notes about wxRegEx
2001-07-13  Vadim Zeitlinadded tests for wxRegEx
2001-07-13  Vadim Zeitlinadded regex.h/.cpp files
2001-07-13  Vadim Zeitlinfixes for wxBase build with configure
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 Zeitlinfix for wxBase compilation (misplaced #if wxUSE_GUI)
2001-07-13  Vadim Zeitlinfixed wxBase makefile generation
2001-07-13  Vadim ZeitlinInitial revision
2001-07-13  Vadim Zeitlinadded detection of regex support to configure
2001-07-13  Vadim Zeitlinremoved incorrect 'static' keyword from var declarations
2001-07-13  Julian SmartUpdated BC++ patch URL
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  Václav Slavíkfixed windows.h check and added checks for MS HTML...
2001-07-11  Václav Slavíkfixes for broken records
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 Zeitlindocumented wxLogChain and wxLogPassThrough classes...
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ík#ifdefed wxPopupComboWindow to be used only in wxUniv
2001-07-10  Václav Slavík1. #ifdefed wxPopupComboWindow to be used only in wxUniv
2001-07-10  Václav Slavíkadded check for w32api.h to configure (so that libjpeg...
2001-07-10  Václav Slavíkfixes for tables renderer: now recognizes missing borde...
2001-07-10  Robin Dunnlittle tweaks
2001-07-10  Vadim Zeitlinmade wxLog::Set/GetVerbose() static back again
2001-07-10  Vadim Zeitlinadded cmd line parsing support to wxApp and --theme...
next