]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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...
2001-07-10  Vadim Zeitlinadded wxUSE_CMDLINE_PARSER
2001-07-10  Vadim Zeitlinadded #if wxUSE_CMDLINE_PARSER around the header
2001-07-10  Vadim Zeitlinmore combobox appearance fixes
2001-07-10  Vadim Zeitlinoops, missing semi colon added
2001-07-10  Vadim Zeitlinfix for crash when clicking below the items
2001-07-10  Vadim Zeitlinmoved WX_USE_THEME macros inside IMPLEMENT_APP
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 Zeitlinadded missing menu.cpp
2001-07-10  Vadim Zeitlinfixes for crashes after DeleteItem and DeleteAllItems
2001-07-10  Vadim Zeitlincompilation fix
2001-07-10  Vadim Zeitlinfixed scrollbar refresh
2001-07-10  Vadim ZeitlinwxFrameNative is now defined in wx/frame.h itself
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 Zeitlinmore scrolling tests
2001-07-09  Vadim Zeitlinfix for backwards selection in text ctrl (patch 439730)
2001-07-09  Vadim Zeitlinfixes to my previous errors in stack/vector (patch...
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  Vadim Zeitlinadded wxDCClipper
2001-07-09  Vadim Zeitlindocumented wxDCClipper
2001-07-09  Robin Dunnfixed off by one error in GetText
2001-07-09  Václav Slavíkadded all data files
2001-07-09  Václav Slavíkadded wxUSE_POPUPWIN
2001-07-09  Vadim Zeitlinmore wxListCtrl fixes: inserting/deleting items now...
2001-07-09  Vadim Zeitlin Mattia's temp fix for cross-compiling
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-09  Julian SmartRemoved helpxlp.cpp. I really don't think we need that...
2001-07-09  Vadim Zeitlinscrolling with kbd generates scroll events too
2001-07-09  Vadim Zeitlinone more check: for wxUSE_HTML
2001-07-09  Vadim Zeitlincompilation fixes
2001-07-09  Robert Roebling Removed wxPopupWindow from normal (non-wxUniv) build
2001-07-09  Julian SmartVarious fixes for wxMotif
2001-07-08  Václav SlavíkTrying to hide evidence of my negative programming...
2001-07-08  Václav SlavíkwxHTML fixes
2001-07-08  Václav Slavíkadded wxUSE_OLE
2001-07-08  Václav Slavík1. configure now checks first for timezone, then _timez...
2001-07-08  Gilles Depeyrotadded missing includes after wxUniv merge
2001-07-08  Gilles Depeyrotconfigure without popup windows under Mac OS X
2001-07-08  Gilles Depeyrotadded missing destructor for Mac OS X compilation
next