deprecate the old TryValidator/Parent() and replace them with the new and documented...
[wxWidgets.git] / src / common /
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-26  Vadim Zeitlinoverride TryValidator() in wxMDIParentFrame to implemen...
2009-02-25  Vadim Zeitlinpostpone the check for the validity of growable rows...
2009-02-25  Francesco Montorsiadd wxAppConsoleBase::OnEventLoopEnter/Exit callbacks...
2009-02-23  Vadim Zeitlinfix (harmless) warnings in release mingw32 build
2009-02-22  Vadim Zeitlinadd accessors for sockaddr to wxSockAddress (closes...
2009-02-22  Jaakko SalliAdded wxComboPopup::GetComboCtrl()
2009-02-22  Francesco Montorsiremove wxAppConsoleBase::OInitGui and leave it only...
2009-02-22  Vadim Zeitlinadd public wxLog::Log() to avoid ugly casts needed...
2009-02-21  Paul Cornettfix the restore of the fix of r58979
2009-02-21  Vadim Zeitlinrestore changes of r58979 accidentally overwritten...
2009-02-21  Paul Cornettfix for missing sighandler_t
2009-02-21  Francesco Montorsifix a few typos
2009-02-19  Vadim Zeitlinfix Windows compilation after last change
2009-02-19  Francesco Montorsidon't leak events in wxEvtHandler::QueueEvent when...
2009-02-19  Paul Cornettremove old hacks for gtk blit problem which was probabl...
2009-02-19  Vadim Zeitlincompilation fix for systems without neither MSG_NOSIGNA...
2009-02-19  Vadim Zeitlinanother AIX compilation fix: getservbyname_r() returns...
2009-02-19  Paul Cornettremove unused gtk includes
2009-02-19  Paul Cornettfix for IBM xlC 8, it can't compile Clone() if wxDataFo...
2009-02-19  Vadim ZeitlinAIX compilation fix
2009-02-18  Robert RoeblingUncomment code accidentally left commented
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-02-18  Jaakko SalliUnder wxGTK, always use wxPopupTransientWindow as the...
2009-02-18  Francesco Montorsiremove comment erroneously committed in r58654
2009-02-18  Francesco Montorsifix typo: the leave/enter order for the m_handlersWithP...
2009-02-18  Paul Cornettbuild fixes for wxUSE_THREADS==0
2009-02-17  Jaakko SalliHave wxComboCtrl respect parent's wxTAB_TRAVERSAL flag...
2009-02-17  Jaakko SalliAlso redirect wxEVT_KEY_UP and wxEVT_CHAR from the...
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-15  Francesco MontorsiPCH-less build fix by Tim S
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-15  Francesco Montorsido not export compare functions in the wx ABI
2009-02-15  Francesco Montorsieven more user-friendly message (as suggested by John...
2009-02-14  Jaakko SalliFixed assertion that could appear under wxGTK if wxComb...
2009-02-13  Robert RoeblingReorder code so that you can actually set the size...
2009-02-12  Vadim Zeitlinreturn radio box own help text when origin is Origin_Un...
2009-02-12  Vadim Zeitlinmade wxArrayString::assign(iterator, iterator) a templa...
2009-02-09  Vadim Zeitlinfix MSVC warnings about possibly uninitialized variable...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Francesco Montorsirevert insert=>append change; only for wxELLIPSIZE_END...
2009-02-08  Francesco Montorsisplit wxControl::Ellipsize() in two functions for bette...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinfix (harmless for now) g++ warning about non-virtual...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Stefan Csomorcorrect shortcuts on mac, fixes #10464
2009-02-06  Vadim Zeitlinremove incorrect cast of wxString to char* (unnecessary...
2009-02-06  Francesco Montorsimore user-friendly error message
2009-02-05  Francesco Montorsiadd code for debugging sizers/window sizes; it may...
2009-02-04  Vadim Zeitlinfix MSVC warning about implicit int to bool conversion
2009-02-04  Francesco Montorsifix wxThreadEvent linking in shared builds
2009-02-04  Francesco Montorsifix the new wxThreadEvent class adopting the new type...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-04  Francesco Montorsiin debug mode when clicking with the middle mouse butto...
2009-02-04  Francesco Montorsiadd standard wxBLUE_PEN for coherency with the colours...
2009-02-03  Francesco MontorsiRe-add support for multiple text validator styles but
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-03  Robert RoeblingAdd space all around std buttons as per Apple HIG ...
2009-02-03  Robert RoeblingRemoved accidentally committed debug code
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-01  Robert RoeblingEnable the correct code making sure that subwindows...
2009-02-01  Vadim Zeitlincorrect the tests for the window position to actually...
2009-02-01  Vadim Zeitlinposition the popup on the correct screen (see #10462)
2009-02-01  Stefan NeisRemoved extraneous semicolons and commas (partly fixes...
2009-01-31  Vadim Zeitlinlog error message in wxRmdir() for consistency with...
2009-01-31  Vadim Zeitlinattempt to fix DLL samples link with VC6 which has...
2009-01-31  Francesco Montorsiadd SetCharIncludes and SetCharExcludes utilities to...
2009-01-31  Francesco Montorsigive better names to wxTextValidator::IsInCharIncludes...
2009-01-31  Robert RoeblingDisable wxSIZE_FORCE_EVENT and demonstrate its bug...
2009-01-31  Robert RoeblingFixes #10437 (wxDataObjectComposite::Add may add object...
2009-01-31  Robert RoeblingFixes #10432 (wxDataObjectComposite::GetAllFormats...
2009-01-30  Robert RoeblingExplain reasoning behind using wxSIZE_FORCE_EVENT
2009-01-30  Robert RoeblingRemove debug code
2009-01-30  Vadim Zeitlinadd support for persistent controls
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-30  Robert RoeblingDon't use a cached best size if the window has a sizer
2009-01-30  Francesco Montorsicleanup code and reorganize it to reuse the same switch...
2009-01-30  Robert RoeblingMove body of SetMinSize and SetMaxSize from header...
2009-01-29  Vadim Zeitlinuse HandleWindowEvent() instead of ProcessEvent() to...
2009-01-29  Vadim Zeitlindon't fall back to the only currently existing document...
2009-01-29  Vadim Zeitlinno real changes, just minor refactoring and cleanup
2009-01-28  Vadim Zeitlincorrect wxDateTime DST begin/end computations for years...
2009-01-28  Vadim Zeitlinanother fix for wxUSE_DRAG_AND_DROP==0 build
2009-01-28  Vadim Zeitlinfix remaining cases of wxWindow::ProcessEvent() calls...
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
2009-01-28  Jouk JansenUpdate OpenVMS compile support
2009-01-27  Bryan PettyForward ported r58463. (Check for null text control...
2009-01-25  Vadim Zeitlinallow specifying the mask colour in wxImage::ConvertAlp...
2009-01-25  Vadim Zeitlindon't use the not always appropriate word "document...
2009-01-25  Francesco Montorsibuild fix
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-25  Vadim Zeitlinreturn NULL from GetVoidPtr() for NULL variants instead...
2009-01-25  Vadim Zeitlinzero {host,serv}ent_data before passing it to the syste...
2009-01-25  Vadim Zeitlinadded wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir...
2009-01-25  Vadim Zeitlindon't deprecate the entire wxDrawObject class, this...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-24  Vadim Zeitlinminor fixes for custom controls support in wxFileDialog...
2009-01-24  Francesco Montorsido not export private symbols in wx shared libraries
2009-01-23  Vadim Zeitlinfix wxEVT_SPIN_XXX definitions in a nicer (compatible...
next