Add upwards recursion to UpdateAccel method.
[wxWidgets.git] / src /
2005-07-18  David WebsterAdd upwards recursion to UpdateAccel method.
2005-07-18  Julian SmartPatch from Andre Reitz to correct a couple of bugs
2005-07-18  Włodzimierz SkibaCode simplification and warning fixes.
2005-07-18  Włodzimierz SkibaComment correction.
2005-07-18  Włodzimierz SkibawxMSWUniv build fix.
2005-07-17  Michael WetherellAdd test that wxABI_VERSION is not set when compiling...
2005-07-17  Kevin HockConsider native data format, zero out buffer before...
2005-07-17  Kevin HockAdded null checks to wxTextObjectData::GetDataHere...
2005-07-16  Vadim Zeitlinhandle '&' in the names of the files in the history...
2005-07-16  Vadim Zeitlinfixed a rare crash due to malformed HTML
2005-07-16  Vadim Zeitlinfixed handling of the accelerators of menu items added...
2005-07-16  Robert Roebling Apply patch for querying tooltip colours.
2005-07-16  Robert Roebling Applied GTK clipboard end of string patch.
2005-07-15  Vadim Zeitlincheck whether there is a critical window and don't...
2005-07-15  Vadim Zeitlinuse wxEventLoop::SetCriticalWindow() to ensure that...
2005-07-15  Vadim Zeitlinadded SetCriticalWindow() and AllowProcessing(): this...
2005-07-15  Włodzimierz SkibaPossibility of modeless wxWizard dialog (with presentat...
2005-07-15  Włodzimierz SkibaMissing header after recent changes.
2005-07-14  Vadim Zeitlinmoved Esc processing from wxWindow to wxDialog where...
2005-07-14  Mart RaudseppOptimize wxGTK2 wxTextCtrl::GetLineText
2005-07-14  Vadim Zeitlinuse wxLogError() instead of wxMessageBox in wxDocument...
2005-07-14  Vadim Zeitlinset m_lasterror if the file couldn't be opened in wxFil...
2005-07-14  Vadim Zeitlinfixes for s.Printf(s) crashes
2005-07-14  Vadim Zeitlinfix addr2line output parsing (patch 1228591)
2005-07-13  Vadim Zeitlinadded wxXmlResource::Unload() (replaces patch 1178853)
2005-07-12  Mattia Barbon Applied fix for wxCreateTopLevelRealizedWidget crash.
2005-07-09  Vadim Zeitlinmade wxTLW::GetSize() return the size of the maximized...
2005-07-08  Michael WetherellCorrection to previous commit
2005-07-08  Vadim Zeitlinmade IsMaximized() return true if frame had been maximi...
2005-07-08  Michael WetherellCompilation fix for unix builds with cygwin
2005-07-08  Kevin HockFix zlib buffer overflow vulnerability [ Patch 1234072 ]
2005-07-08  Václav Slavíkminor clarification of broken build cases
2005-07-06  Vadim Zeitlinuse private window class for dialup manager hidden...
2005-07-06  Vadim Zeitlinavoid moving the list control unnecessarily
2005-07-06  Vadim Zeitlindon't generate ACTIVATE events for Alt-Space key press
2005-07-05  Vadim Zeitlinfixed (harmless) assert triggered by renaming the first...
2005-07-04  Chris Elliottfix SF Bug 1232271
2005-07-04  Włodzimierz SkibaVisible wxMessageOutputDebug instance.
2005-07-04  Włodzimierz SkibaUse common wxTextCtrlBase::GetRange() for PalmOS text...
2005-07-04  Włodzimierz SkibaPrevent crash in wxString::Mid under STL builds (fixes...
2005-07-03  Mattia Barbon Applied patch by Johan van Zyl
2005-07-03  Mattia Barbon Applied patch by Johan van Zyl.
2005-07-02  Vadim Zeitlinfixed DoSetClientSize() to use ::MoveWindow() instead...
2005-07-02  Vadim Zeitlinfixed bug with showing unneeded scrollbar in the list...
2005-07-02  Michael WetherellRevert check on wxABI_VERSION since it doesn't work...
2005-07-02  Vadim Zeitlinonly set focus to the grid window in wxGrid::HideCellEd...
2005-07-02  Vadim Zeitlinadded include wx/toolbar.h neededfor mingw32 compilation
2005-07-01  Vadim Zeitlinreally fixed wrong argument to wxString::Format()
2005-07-01  Vadim Zeitlinfixed wrong argument to wxString::Format(); include...
2005-07-01  Włodzimierz SkibaGlobal platform header (<PalmOS.h>) removed from public...
2005-07-01  Vadim Zeitlinfixed bug with HasGroup() creating groups as side effect
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-07-01  Włodzimierz SkibaeVC3 build fix.
2005-06-30  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-30  Michael WetherellAdd wxABI_VERSION
2005-06-30  Michael WetherellMake wxEVT_SCROLL_ENDSCROLL a #define in event.h so...
2005-06-29  Vadim Zeitlinuse a constant instead of hardcoded value
2005-06-29  Robert Roebling Apply mask origin patch for blitting.
2005-06-26  Stefan NeisFixed compilation error for Motif.
2005-06-26  Robert Roebling Revert Ron's removal of the reserved functions.
2005-06-25  Vadim Zeitlinreadded wxEVT_SCROLL_ENDSCROLL symbol back to the libra...
2005-06-25  Michael WetherellHandler when the cases when the MGL timer wraps
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-06-24  Włodzimierz SkibaPreserve logging state during QT plugin initialization.
2005-06-24  Vadim Zeitlinat least not crash in case of TIFF warnings/errors...
2005-06-24  Vadim Zeitlinuse wxVLogWarning in TIFFwxWarningHandler() instead...
2005-06-24  Vadim Zeitlinfixed appending menu items for a (popup) menu with...
2005-06-23  Włodzimierz SkibaAvoid logging when QT plugin is unused but fails (from...
2005-06-22  David ElliottMoved wxMacExecute out of src/mac/corefoundation/hid...
2005-06-21  Mattia Barbon Implemented loading 256-color bitmaps.
2005-06-21  Julian SmartApplied [ 1213375 ] MSW wxMediaCtrl minor debugging...
2005-06-21  Julian SmartApplied [ 1223134 ] [wxMSW] Proper repainting when...
2005-06-21  Julian SmartApplied [ 1223122 ] [wxMSW] Proper repainting when...
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Julian SmartReverted patch which appears to be responsible for...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_LOGWINDOW==0
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for...
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE==0 for WinCE
2005-06-20  Vadim Zeitlin(harmless) eVC4 release mode warning fix
2005-06-19  Vadim Zeitlinreimplemented wxFileModificationTime() for CE without...
2005-06-19  Vadim ZeitlinWinCE does support strftime() now, no need to #ifdef...
2005-06-19  Vadim ZeitlinWinCE compilation fix (no SM_C[XY]DRAG under CE as...
2005-06-19  Mattia Barbon Fix crash on exit with Lesstif (and possibly Motif...
2005-06-19  Julian SmartCorrected wrong size used when refreshing notebook
2005-06-17  Vadim Zeitlindon't assert if kind == Item_None in wxSizerItem::IsSho...
2005-06-17  Vadim Zeitlinfixed typo in GetSelEnd() which made that the function...
2005-06-17  Vadim Zeitlindon't try to subclass tab control using the same window...
2005-06-17  Vadim Zeitlinundid last commit, it's not needed after fixing the...
2005-06-17  Vadim Zeitlinuse empty string and not string().c_str() as title...
2005-06-17  Vadim Zeitlindon't show wxLogDebug during app startup output in...
2005-06-17  Włodzimierz SkibaPatch #1222244: Fixes for bug #1212853 with unit test.
2005-06-17  Julian SmartFix for eVC++ 3
2005-06-16  Vadim Zeitlinfixed problem with wxKill(SIGNONE) returning error...
2005-06-16  Julian SmartApplied patch [ 1215991 ] Mac xrc enables unknown class
2005-06-16  Julian SmartApplied patch [ 1212208 ] Fix a bug in wxTreeCtrl with...
2005-06-16  Julian SmartApplied patch [ 1217285 ] fix for bug 1040539
2005-06-16  Julian SmartApplied patch [ 1218833 ] [wxMSW] wxListBox optimisatio...
2005-06-16  Julian SmartApplied patch [ 1218849 ] [wxMSW] Removes magic numbers...
2005-06-16  Dimitri Schoolwerthadded Thai/CP874 support for MSW
next