]> git.saurik.com Git - wxWidgets.git/history - src/common
deprecate integer trace masks and don't define the methods related to them if WXWIN_C...
[wxWidgets.git] / src / common /
2009-03-22  Vadim Zeitlindeprecate integer trace masks and don't define the...
2009-03-22  Vadim Zeitlincompilation fix for STL build after the last change
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlinfix harmless warning about unreachable code under MSW...
2009-03-22  Vadim Zeitlinalways define ShowAssertDialog() but do nothing in...
2009-03-22  Stefan Csomortemporary build-fix
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Francesco Montorsifix unreadable typo
2009-03-21  Francesco Montorsihandle locales where AM/PM strings are empty
2009-03-20  Francesco Montorsishare a few helpers between datetime.cpp and datetimefm...
2009-03-20  Francesco Montorsibuild fix (part of r59673, r59656)
2009-03-20  Francesco Montorsibuild fix for systems where HAVE_STRPTIME is defined
2009-03-20  Francesco Montorsimake GetNumOfDaysInMonth static again; in datetimefmt...
2009-03-20  Francesco Montorsimove parsing helpers, too (part of r59656)
2009-03-20  Francesco Montorsino real changes: split the huge datetime.cpp in two...
2009-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-20  Francesco Montorsiimplement wxStrtoX_l() variants even when wxHAS_XLOCALE...
2009-03-19  Francesco Montorsiblind build fix for STL builds
2009-03-19  Francesco Montorsiextend wxXLocale with wxStrto[d,l,ul] functions; make...
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-18  Francesco Montorsiadd support to wxBitmapToggleButton also in TransferFro...
2009-03-16  Francesco Montorsireturn updated wxFONT*_* values
2009-03-15  Francesco Montorsimake wxStatusBarPane a 'full class' with getters and...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-14  Stefan NeisSorry, needed to fix typo in previous commit.
2009-03-14  Stefan NeisUpdate m_nSize when shrinking wxArrayString (fixes...
2009-03-14  Francesco Montorsiadd overloads of ctors and Create() functions taking...
2009-03-13  Stefan Csomorsupporting AA font flags on wxGCDC, fixes #10579
2009-03-13  Václav Slavíkreturn URLs, not filenames, from wxFileSystem::FindFirs...
2009-03-11  Vadim Zeitlinwork around some (harmless) g++ warnings about possibly...
2009-03-10  Robert RoeblingMake wxDataViewModel::Compare() const
2009-03-09  Vadim Zeitlinadd support for multiple extensions to wxImage handlers...
2009-03-09  Robert RoeblingAdd wxDataViewEvent for vetoing label editing (see...
2009-03-09  Vadim Zeitlinclose the associated frame if the view is deleted direc...
2009-03-09  Vadim Zeitlindon't use wxScopedPtr<> in wxDocTemplate::CreateDocumen...
2009-03-09  Vadim ZeitlinPCH-less build fix after r59452
2009-03-09  Vadim Zeitlindon't leak memory if exceptions are thrown during a...
2009-03-09  Vadim Zeitlindon't call neither OnSaveModified() nor Modify(false...
2009-03-08  Robert RoeblingCommit most parts of #10495 wxDataViewCtrl needs a...
2009-03-08  Vadim Zeitlintake into account the width of the static box label...
2009-03-08  Vadim Zeitlinno changes, just removed unnecessary GetStaticBoxBorder...
2009-03-08  Francesco Montorsiadd wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
2009-03-08  Kevin OllivierFixes needed to get transient popup windows working...
2009-03-07  Vadim Zeitlindetect adding too many items to a grid sizer sooner...
2009-03-07  Vadim Zeitlinsupport %l in wxDateTime::ParseFormat()
2009-03-07  Vadim Zeitlinoptimize Replace() to use a linear algorithm (closes...
2009-03-07  Vadim Zeitlinalso remove WXUNUSED_UNLESS_DEBUG to fix release build...
2009-03-07  Vadim Zeitlincompilation fix: add missing header after r59404
2009-03-07  Vadim Zeitlinadded wxProtocolLog class for logging network requests...
2009-03-06  Francesco Montorsifix wxDataObjectComposite::GetFormatCount and add some...
2009-03-06  Francesco Montorsifix wxTextDataObject::GetDataHere and SetData functions...
2009-03-06  Vadim Zeitlinadded wxZlibStream::SetDictionary() (closes #10551)
2009-03-06  Francesco Montorsifix crash when using wxDataViewListStore::DeleteAllItems
2009-03-05  Kevin OllivierFix typo.
2009-03-02  Francesco Montorsimove pending event processing back to wxApp (these...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-03-01  Francesco Montorsibetter document the possible arguments accepted by...
2009-03-01  Vadim Zeitlinrecognize schemes other than http and ftp in wxLaunchDe...
2009-02-27  Vadim Zeitlinrefactor wxDocChildFrame and wxDocMDIChildFrame to...
2009-02-27  Vadim Zeitlinmove functions using deprecated methods out of line...
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...
next