remove wxGraphicsContext dependency for transparent background support
[wxWidgets.git] / src / common /
2012-02-11  Vadim ZeitlinImplement wxBG_STYLE_TRANSPARENT support for wxGTK.
2012-02-10  Vadim ZeitlinFix compilation ofr ports without native font info...
2012-02-10  Vadim ZeitlinFix wxHash{Set,Map} compilation with g++ 4.7 in C+...
2012-02-06  Vadim ZeitlinFix handling of positional parameters in wxPrintf(...
2012-02-03  Vadim ZeitlinCheck string length correctly in wxFileSystem::URLToFil...
2012-02-03  Vadim ZeitlinFix speed regression in wxFileHistory::AddFileToHistory().
2012-01-31  Vadim ZeitlinSet the file name for temporary wxFFile objects.
2012-01-31  Vadim ZeitlinFix wxHTTP::SetPostBuffer() compilation in ANSI build.
2012-01-30  Stefan Csomorfixing the routing of UpdateUI to the window by just...
2012-01-25  Vadim ZeitlinFix return value of wxMBConvUTF8::FromWChar().
2012-01-25  Vadim ZeitlinUpdate wxCommandProcessor after saving wxDocument.
2012-01-25  Vadim ZeitlinFix wxCommandProcessor::IsDirty() result after undoing...
2012-01-25  Vadim ZeitlinDon't compare invalid iterators in wxCommandProcessor...
2012-01-24  Vadim ZeitlinFix setting frame icon when using non-standard icon...
2012-01-23  Vadim ZeitlinFix wxTextAttr::m_fontStrikethrough initialization.
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2012-01-23  Vadim ZeitlinAdd wxFont ctor taking a single flags argument instead...
2012-01-23  Vadim ZeitlinFix wxAffineMatrix2D::Translate() to multiply on the...
2012-01-20  Vadim ZeitlinFix time zone in wxDateTime::UNow().
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2012-01-20  Vadim ZeitlinAdd SetPostBuffer(wxMemoryBuffer) and SetPostText(...
2012-01-18  Vadim ZeitlinAvoid needless second string conversion when adding...
2012-01-17  Václav SlavíkReplace wxDataViewCtrl::StartEditor() with EditItem().
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2012-01-14  Václav SlavíkMake column width calculations in wxDataViewCtrl and...
2012-01-13  Vadim ZeitlinCall tzset() for all compilers before using time zone...
2012-01-10  Vadim ZeitlinUse wxAbort() instead of abort() to fix Windows CE...
2012-01-10  Vadim ZeitlinAdded wxAbort() which can also be used under Windows CE.
2012-01-09  Vadim ZeitlinUse wxT() instead of _T() in XTI code.
2012-01-09  Dimitri Schoolwerthno code changes, fixed some typos
2012-01-07  Vadim ZeitlinAdd support for wxLIST_AUTOSIZE_USEHEADER to InsertColu...
2012-01-07  Vadim ZeitlinAdd convenient wxListCtrl::AppendColumn() wrapper.
2012-01-07  Vadim ZeitlinImplement best size calculation for report mode wxListCtrl.
2012-01-05  Vadim ZeitlinImplement support for "%z" in wxDateTime::Format()...
2011-12-29  Vadim ZeitlinAllow using '(' and ')' in wxFileConfig entry names...
2011-12-29  Vadim ZeitlinDon't send idle events to the windows about to be destr...
2011-12-28  Vadim ZeitlinAdd standard art providers at the bottom of the art...
2011-12-28  Vadim ZeitlinUse best controller size in wxBookCtrl best size calcul...
2011-12-28  Vadim ZeitlinUse memmove() instead of memcpy() in wxString::AssignCo...
2011-12-27  Vadim ZeitlinDon't use deprecated wxArtProvider::Insert().
2011-12-22  Vadim ZeitlinFix wxLogFormatter compilation under MSW.
2011-12-22  Vadim ZeitlinAdd wxLogFormatter to allow easier wxLog output customi...
2011-12-19  Vadim ZeitlinAdd possibility to set item background in generic wxDat...
2011-12-17  Dimitri SchoolwerthFixed unreferenced parameter warning.
2011-12-15  Vadim ZeitlinCompilation fix for wxStopWatch with wxUSE_THREADS==0.
2011-12-14  Václav SlavíkRemove unnecessary m_editorCtrl assignment.
2011-12-14  Václav SlavíkClose wxDataViewCtrl inline editor when destroying...
2011-12-12  Vadim ZeitlinRemove the item before notifying about it in wxDataView...
2011-12-12  Vadim ZeitlinAlways give error message when file-related functions...
2011-12-11  Paul Cornettdon't include files which may not exist in source relea...
2011-12-09  Stefan Csomoravoid accepting an invalid color, ignore it, as other...
2011-12-09  Vadim ZeitlinRestore mouse capturing/releasing in wxPopupTransientWi...
2011-12-08  Vadim ZeitlinUse '1'..'9' to simulate digits instead of WXK_NUMPADn.
2011-12-07  Jouk JansenUpdate Make-files for OpenVMS
2011-12-04  Vadim ZeitlinDo not declare "environ" variable ourselves under MSW.
2011-12-03  Vadim ZeitlinFix bug with wxStopWatch::Start() not resuming paused...
2011-12-02  Vadim ZeitlinUpdate all controls using in-place editors to handle...
2011-12-02  Vadim ZeitlinFix reentrancy in wxDataViewRendererBase::FinishEditing().
2011-12-02  Vadim ZeitlinNo changes, just move wxTreeCtrlBase ctor to the source...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK propagate upwards and send it...
2011-12-02  Vadim ZeitlinAdded wxKeyEvent ctor for creating event of the differe...
2011-12-02  Vadim ZeitlinRefactor wxKeyEvent copying code.
2011-12-02  Vadim ZeitlinNo changes, just remove unnecessary #pragma warning.
2011-11-28  Vadim ZeitlinCorrect HasFocus() to work with subwindows of a composi...
2011-11-28  Stefan Csomorsupporting rawctrl strings, fixes #13496, rawctrl is...
2011-11-27  Vadim ZeitlinNo changes, just moved wxLocaltime_r() and wxGmtime_r...
2011-11-27  Vadim ZeitlinUse wxGetUTCTimeUSec() in wxStopWatch under Unix for...
2011-11-27  Vadim ZeitlinUse wxGetUTCTimeMillis() instead of wxGetLocalTimeMilli...
2011-11-27  Vadim ZeitlinNo changes, just move time functions from wx/stopwatch...
2011-11-27  Vadim ZeitlinAdded wxGetUTCTimeMillis() and wxGetUTCTimeUSec().
2011-11-27  Vadim ZeitlinExtracted private GetTimeZone() to public wxGetTimeZone...
2011-11-27  Vadim ZeitlinAdded wxStopWatch::TimeInMicro() for better precision...
2011-11-27  Vadim ZeitlinUse ::QueryPerformanceCounter() for wxStopWatch impleme...
2011-11-22  Vadim ZeitlinAdd wxEventFilter and related functionality.
2011-11-18  Vadim ZeitlinFix HasFocus() for composite controls.
2011-11-15  Vadim ZeitlinAdd support for digits and +/- sign to wxUIActionSimula...
2011-11-14  Vadim ZeitlinAdded wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage...
2011-11-13  Vadim ZeitlinAdded stock accelerator for wxID_PRINT.
2011-11-10  Jouk JansenAdd compile support for widgets sample on OpenVMS
2011-11-07  Jouk JansenUpdates to compile WX on OpenVMS
2011-11-06  Vadim ZeitlinUse current time, not the Epoch for time zone determina...
2011-11-05  Vadim ZeitlinAllow reusing the same wxWindowID more than 254 times.
2011-11-05  Vadim ZeitlinTranslate the log message in wxLog destructor.
2011-11-05  Vadim ZeitlinFix format string in wxLog::LogLastRepeatIfNeeded().
2011-11-05  Vadim ZeitlinDon't read beyond the end of input buffer when decoding...
2011-11-05  Vadim ZeitlinAdd wxConvAuto::GetBOMChars() helper.
2011-11-04  Vadim ZeitlinMake wxQsort() definition exactly the same as declaration.
2011-10-31  Vadim ZeitlinSuppress harmless unused variable warnings in wxSocket...
2011-10-31  Vadim ZeitlinFix compilation of wxGethostbyname_r() and wxGethostbya...
2011-10-31  Vadim ZeitlinCompilation fix for AIX: fix the name of wxGetservBuf...
2011-10-30  Vadim ZeitlinAllow customization of the locations where persistent...
2011-10-27  Vadim ZeitlinMake BOM-detection code in wxConvAuto public.
2011-10-27  Vadim ZeitlinDon't make wxQsort() extern "C" nor use any special...
2011-10-27  Vadim ZeitlinExplicitly declare environ variable.
2011-10-27  Vadim ZeitlinAlways include locale.h to get LC_ALL declaration.
2011-10-27  Vadim ZeitlinRemove unused wxIFFDecoder::picptr member variable.
2011-10-21  Václav SlavíkMove wxDataViewCustomRendererBase::ActivateCell() to...
2011-10-20  Robin DunnThe new wxImage related gaphics context code uses some...
2011-10-19  Václav SlavíkUse wxDatePickerCtrl in wxDataViewDateRenderer.
next