Globally replace _T() with wxT().
[wxWidgets.git] / src / common /
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-22  Vadim ZeitlinHandle %e in ParseFormat().
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-07-20  Vadim ZeitlinInclude wx/dataobj.h from wx/clipbrd.h.
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
2009-07-18  Vadim ZeitlinFlush output stream in wxMessageOutputStderr::Output...
2009-07-18  Vadim ZeitlinAdd option FILE* parameter to wxMessageOutputStderr...
2009-07-18  Vadim ZeitlinDo our best to show messages logged during program...
2009-07-17  Vadim ZeitlinNo real changes, just refactor wxEventLoop/wxApp::Proce...
2009-07-17  Vadim Zeitlinuse the currently active event loop instead of the...
2009-07-15  Vadim Zeitlinfix log target auto creation broken by recent changes
2009-07-13  Vadim ZeitlinEnsure that component levels map is initialized before...
2009-07-13  Vadim ZeitlinMake wxLog::EnableLogging() and wxLogNull thread-specific.
2009-07-13  Vadim ZeitlinAdd support for thread-specific log targets.
2009-07-12  Vadim ZeitlinMake critical sections initialization really thread...
2009-07-12  Vadim ZeitlinRemoved another occurrence of previous log critical...
2009-07-12  Vadim ZeitlinRemoved critical section protecting last repeat counter.
2009-07-12  Vadim ZeitlinMade wxLogXXX() functions thread-safe.
2009-07-12  Vadim ZeitlinAdd component-level filtering to wxLog.
2009-07-10  Vadim Zeitlinfix harmless warnings about uninitialized (not really...
2009-07-10  Stefan Csomorguarding for scrollbar use
2009-07-10  Stefan Csomorsupporting SetFont(wxNullFont), fixes #10980
2009-07-09  Vadim Zeitlinremove scope-resolution operator from wxLogError()...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-09  Robert RoeblingReduce size of virtual list before sending out delete...
2009-07-09  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_8 build
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
2009-07-06  Vadim Zeitlincorrect writing direction for Farsi
2009-07-05  Vadim Zeitlinadded EVT_DATAVIEW_CACHE_HINT event (closes #9891)
2009-07-03  Vadim Zeitlinwe need to reset m_connected flag as well as setting...
2009-07-03  Vadim Zeitlindon't call wxSocketImpl::ReenableEvents() if the socket...
2009-07-03  Vadim Zeitlinsuppress harmless warning about possibly uninitialized...
2009-07-02  Vadim Zeitlinuse WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ...
2009-07-02  Vadim Zeitlinreset m_establishing flag and last error when asynchron...
2009-07-02  Vadim Zeitlinset socket state to connected when it receives a connec...
2009-07-02  Vadim Zeitlinignore bCase parameter of wxSortedArrayString::Index...
2009-07-01  Vadim Zeitlininterpret ~ specially only when it is the first charact...
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
2009-06-20  Kevin OllivierForward port wxGraphicsBitmap cairo implementation...
2009-06-20  Vadim Zeitlinfix many mostly harmless warnings in wxOSX/Carbon build
2009-06-17  Vadim ZeitlinwxFont::MakeXXX() and Scale() methods now modify the...
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-16  Vadim Zeitlinfix compilation without wxUSE_STREAMS (closes #10900)
2009-06-16  Robert RoeblingMany more corrections and clarifications to virtual...
2009-06-16  Vadim Zeitlinuse the directory of the most recently opened file...
2009-06-15  Jaakko SalliFixed printf-related warnings
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-15  Robert RoeblingCorrect wxDataViewListModel::RowPrepended
2009-06-15  Vadim Zeitlinimplement images support for wxButton under XP and...
2009-06-13  Jaakko SalliConverted wxVariant to use wxObject's reference countin...
2009-06-13  Vadim Zeitlinfix compilation after wxRefCounter changes
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-12  Vadim Zeitlinonly allow selecting existing files in wxLoadFileSelect...
2009-06-12  Vadim Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-06-12  Vadim Zeitlinmake more wxFileName methods const (closes #10887)
2009-06-12  Michael WetherellForward port r56500.
2009-06-11  Vadim Zeitlinmake wxFileName::{Mk,Rm}dir() const (closes #10868)
2009-06-11  Robert RoeblingIn virtual list mode, map first row to 1, not to 0...
2009-06-07  Vadim Zeitlinremove inline from IosSeekDirToWxSeekMode() to work...
2009-06-07  Vadim Zeitlincorrect bug with using uninitialized end variable ...
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-06-06  Vadim Zeitlinexport wxStatusBarPaneArray from the DLL to fix Borland...
2009-06-04  Vadim Zeitlincorrect the fix for avoiding the integer multiplication...
2009-06-04  Vadim Zeitlinpostpone the call to CopyAttributes() until the DC...
2009-06-04  Vadim Zeitlinremoved assert checking that bit depth is 8 or 16 as...
2009-06-02  Vadim Zeitlinfix wxIconBundle creation from multiimage files broken...
2009-06-02  Vadim Zeitlincheck for integer overflow which could result in buffer...
2009-06-02  Vadim Zeitlindon't free() the same pointer twice if an error occurs...
2009-06-02  Francesco Montorsiadd wxGetLinuxDistributionInfo() and wxPlatformInfo...
2009-06-01  Vadim Zeitlincorrect Borland #pragma hdrstop position
2009-06-01  Robert RoeblingCloses #10495: wxDataViewCtrl needs a way to start...
2009-06-01  Francesco Montorsifix loading ICO from socket stream: override OnSysTell...
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-05-31  Vadim Zeitlinextracted wxTextWrapper in its own header and made...
2009-05-31  Vadim Zeitlindon't redefine HAVE_STRFTIME as it can already be defin...
2009-05-31  Vadim Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
2009-05-31  Vadim Zeitlinset focus to the window when the mouse is clicked in...
2009-05-31  Vadim Zeitlindon't redefine HAVE_STRFTIME as it can already be defin...
2009-05-31  Vadim Zeitlinadded default ctor to wxMouseEventsManager, this is...
2009-05-28  Vadim Zeitlinremove redundant extern keywords from wxEmptyString...
2009-05-28  Stefan Csomorfixing length param, see #10846
2009-05-28  Vadim Zeitlincompilation fix for STL/!UNICODE case (closes #10846)
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-05-21  Julian SmartCOrrected my misapplied fix, sorry
2009-05-20  Vadim Zeitlindon't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see ...
2009-05-20  Vadim Zeitlincompilation fix in FindPaperType() after latest change
2009-05-20  Julian SmartAvoid resetting size if paper id not found
2009-05-20  Julian SmartFixed a problem with unrecognised paper id conversions
2009-05-19  Vadim Zeitlinadded Asturian language entry (see #10808)
2009-05-17  Vadim Zeitlindeal with the fonts without any specified face name...
2009-05-15  Vadim Zeitlinmove virtual GetPath() implementation out of line to...
2009-05-13  Stefan Csomormissing classinfo
2009-05-13  Stefan Csomoradd window-modal dialog calls and fallback implementation
2009-05-12  Vadim ZeitlinVC6 compilation fix (thanks buildbot)
2009-05-09  Vadim Zeitlindon't check for connected state of UDP sockets which...
2009-05-09  Vadim Zeitlindon't use GetParent() in GetParentForModalDialog()...
2009-05-09  Vadim Zeitlindon't call Disconnect() if the connection had been...
next