]> git.saurik.com Git - wxWidgets.git/history - src
compilation warning fixed
[wxWidgets.git] / src /
2001-07-24  Vadim Zeitlincompilation warning fixed
2001-07-23  Gilles Depeyrotrenamed Number method (should be GetCount)
2001-07-23  Vadim Zeitlinfixed bug with wxPathExists('c:\') yet again
2001-07-23  Vadim Zeitlindon't process VK_OEM_XXX key presses
2001-07-23  Vadim Zeitlinuse Windows standard icons instead of our own (patch...
2001-07-23  Vadim Zeitlin1. fixed bug with empty value not being written to...
2001-07-23  Vadim Zeitlindon't call wxYield() from EnsureVisible(), this is...
2001-07-23  Vadim Zeitlinfixed bug with deletion of several last items in wxList...
2001-07-23  Vadim Zeitlinadded and documented wxDir::HasFiles/SubDirs(), use...
2001-07-22  Gilles Depeyrotfixed wxListBox inheritance
2001-07-22  Gilles Depeyrotcorrected pragma interface/implementation for Mac OS X
2001-07-22  Vadim Zeitlincompilation fix for old broken Borland compiler
2001-07-22  Vadim Zeitlinbackported fix for proper tree ctrl refershing after...
2001-07-21  Gilles Depeyrotadded DEP_INFO_FLAGS to compilation options
2001-07-21  Gilles Depeyrotminor changes to correct compilation warnings
2001-07-20  Vadim Zeitlinfix for rather mysterious problem when deleting the...
2001-07-20  Vadim Zeitlinapplied numpad keys patch
2001-07-20  Václav Slavíkfixed entities parsing under win32
2001-07-20  Václav Slavíkoops, forgot to fix wxHtmlTag dtor
2001-07-20  Vadim Zeitlinimplemented EVT_LIST_CACHE_HINT support: send this...
2001-07-20  Vadim Zeitlinfixed three new warnings after the last warning fix
2001-07-20  Vadim Zeitlinfixed a warning and detabified
2001-07-20  Vadim Zeitlinfixed crash in XPM decoder when reading non XPM files
2001-07-20  Vadim Zeitlinfilter out garbage Windows sends us via LVN_ODCACHEHINT
2001-07-20  Vadim Zeitlinadded EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
2001-07-19  Vadim ZeitlinVC++ warning fixed
2001-07-19  Václav Slavíknew wxHtmlParser core and changes implied by it
2001-07-19  Vadim ZeitlinFreeBSD compilation fix
2001-07-19  Vadim Zeitlinfixed some warnings
2001-07-19  Vadim Zeitlin1. don't delete item attributes in the virtual list...
2001-07-19  Vadim Zeitlinfix for custom bitmap setting for the first page
2001-07-18  Václav Slavíkfixed ugly stupid piece of code
2001-07-18  Václav SlavíkUnicode complation fixes
2001-07-18  Václav SlavíkMingw Unicode fix
2001-07-18  Václav SlavíkUnicode fixes to wxCmdLineParser
2001-07-17  Vadim Zeitlininitialize gs_pFrame to NULL
2001-07-17  Vadim Zeitlinblind fix for wxScrolledWindow problem
2001-07-17  Vadim Zeitlinfixed regex bug in ProcessFamiliesFromFontList
2001-07-17  Julian SmartCorrection to icon index code
2001-07-17  Julian SmartAdded support for extracting icon using specified index
2001-07-17  Vadim Zeitlinadded wxOPEN/SAVE flags to wxDefaultFileSelector
2001-07-17  Vadim Zeitlindon't use static box as a parent
2001-07-17  Vadim Zeitlinrenamed wxDynamicThisCast to wxDynamicCastThis, removed...
2001-07-17  Robin DunnAdded rules to build the regex library from the main...
2001-07-16  Robin Dunnfixed compile error
2001-07-16  Vadim Zeitlinspeed up font list processing
2001-07-16  Vadim Zeitlinremoved assert which could be provoked by correct code
2001-07-16  Robert RoeblingAdded missing methods. Now tested.
2001-07-16  Robert RoeblingAdded missing methods. Not yet tested.
2001-07-16  Robert RoeblingAdded symptomatic fix to wrong height in wxStaticText.
2001-07-16  Robert RoeblingTried to make button events interceptable in generic...
2001-07-16  Robert RoeblingFixed small prob with wxSpinButton orientation.
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-15  Robert Roebling Up-ported code to make tree item visible when program...
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-15  Gilles Depeyrotadded common regex
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 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
next