]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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  Václav Slavíknew wxHtmlParser core
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 Zeitlinadded test for THREADS if JOYSTICK is set
2001-07-19  Vadim Zeitlindon't remove lib/wx when making clean
2001-07-19  Vadim Zeitlinmade SetPriority docs more clear
2001-07-19  Vadim Zeitlinfix for missing wxUSE_DARWIN definition
2001-07-19  Vadim Zeitlinfixes to version string
2001-07-19  Vadim Zeitlin1. compilation fixes
2001-07-19  Vadim Zeitlinfix for custom bitmap setting for the first page
2001-07-19  Vadim Zeitlinminor fixes, added an example
2001-07-19  Vadim Zeitlinfixed compilation problem inwith ^
2001-07-18  Václav Slavíkremoved debug printfs
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ík- fixes warnings with mingw crosscompilation
2001-07-18  Václav SlavíkMingw Unicode fix
2001-07-18  Václav SlavíkMingw Unicode fixes
2001-07-18  Václav SlavíkUnicode fixes to wxCmdLineParser
2001-07-18  Václav Slavík(1) removed -lcrtdll from Mingw build
2001-07-18  George TaskerFixed some "\_"s in verbatim blocks so they are no...
2001-07-18  George TaskerFixed closing of program to work properly if PASS ...
2001-07-18  George TaskerFixed mismatched curley brace
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  Vadim ZeitlinwxRegEx docs I forgot to add before (sorry)
2001-07-16  Robin DunnSome tweaks and generated core sources for wxGTK
2001-07-16  Vadim Zeitlincompilation fix I had forgot to commit
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  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 Csomorcommitted - just to be sure
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.
next