Globally replace _T() with wxT().
[wxWidgets.git] / src /
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-23  Vadim ZeitlinImplement wxGetHostName() for Windows CE.
2009-07-22  Stefan Csomoradded missing files
2009-07-22  Vadim ZeitlinHandle %e in ParseFormat().
2009-07-22  Stefan Csomoradded missing files
2009-07-22  Vadim ZeitlinDon't call IAutoComplete::Init() twice for the same...
2009-07-22  Stefan Csomoradapting to SDK 3.0
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-19  Vadim Zeitlinexpand the collapsible panes contents to fill the entir...
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-18  Jaakko SalliAdded wxGTK wxBitmapComboBox::DoGetBestSize() implement...
2009-07-18  Jaakko SalliAdded wxMSW wxBitmapComboBox::DoGetBestSize(), which...
2009-07-17  Vadim ZeitlinNo real changes, just refactor wxEventLoop/wxApp::Proce...
2009-07-17  Vadim Zeitlinadded wxLB_NO_SB style and implementation for wxMSW...
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-12  Jaakko SalliYet another fix for the colour property 'Custom' entry...
2009-07-12  Stefan Csomorbetter surviving 0 width / height bitmap sizes
2009-07-11  Vadim Zeitlincompilation fix after last commit
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-07-11  Jaakko SalliAdded wxPropertyGrid::WasValueChangedInEvent(), added...
2009-07-11  Jaakko SalliFixed 'Custom' entry in the colour property combo boxes
2009-07-11  Jaakko SalliMade sorting case-insensitive (to match wxComboBox...
2009-07-10  Vadim Zeitlinfix harmless warnings about uninitialized (not really...
2009-07-10  Stefan Csomoradapting to widgetimpl extensions and iPhone OS 3.0
2009-07-10  Stefan Csomorupdating conditions for OSX
2009-07-10  Stefan Csomoradding #ifs for reflecting existing controls, fixing...
2009-07-10  Stefan Csomoradapting init sequence for different osx platforms
2009-07-10  Stefan Csomorcommitting current iphone state
2009-07-10  Stefan Csomorguarding for scrollbar use
2009-07-10  Stefan CsomoriPhone bitmap support
2009-07-10  Stefan Csomorcorrecting to ifdef to if
2009-07-10  Stefan Csomorguarding scrollbar
2009-07-10  Jaakko SalliFixed wxCB_SORT for wxMSW and generic wxBitmapComboBox
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  Stefan Csomoradding special case for Carbon DataBrowser Checkbox
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-07  Jaakko SalliFurther fixes to colour properties that use wxPG_COLOUR...
2009-07-06  Vadim Zeitlincorrect writing direction for Farsi
2009-07-05  Vadim Zeitlindon't call OnWriteWaiting() if we lost connection in...
2009-07-05  Vadim Zeitlinchange wxSocketInputBasedManager::AddInput() to take...
2009-07-05  Vadim Zeitlindon't call release() on non-owned buffer in wchar_t...
2009-07-05  Vadim Zeitlinadded EVT_DATAVIEW_CACHE_HINT event (closes #9891)
2009-07-05  Vadim Zeitlinupdated the version to 2.9.1
2009-07-05  Vadim Zeitlintranslate wxMessageDialog labels to the language of...
2009-07-03  Jaakko SalliColour property with attribute wxPG_COLOUR_ALLOW_CUSTOM...
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 Zeitlincompilation fix for wxOSX/Cocoa: don't use Carbon funct...
2009-07-03  Vadim Zeitlinsuppress harmless warning about unused variable
2009-07-03  Vadim Zeitlinsuppress harmless warning about possibly uninitialized...
2009-07-03  Vadim Zeitlinsuppress harmless warning about possibly uninitialized...
2009-07-03  Stefan Csomorbracket 10.5 only code
2009-07-03  Stefan Csomorbetter font round-trip fidelity (native->wx->native...
2009-07-03  Stefan Csomorfixing warnings
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  Stefan Csomorfixing memory leak and unnecessary cocoa init, refs...
2009-07-02  Stefan Csomorreverting incorrect conversion from r52690, refs #10856
2009-07-02  Vadim Zeitlinignore bCase parameter of wxSortedArrayString::Index...
2009-07-01  Vadim Zeitlinset the context we create in IsExtensionSupported(...
2009-07-01  Vadim Zeitlininterpret ~ specially only when it is the first charact...
2009-07-01  Vadim Zeitlinensure that we have event loop before showing a modal...
2009-06-29  Vadim Zeitlindon't use wxFilePicker style when creating wxButton
2009-06-28  Kevin OllivierFix typo in class name.
2009-06-28  Vadim Zeitlinsimplify ScrollTo()
2009-06-28  Vadim Zeitlinremove obsolete comment moved to wxBitmapButtonBase
2009-06-28  Vadim Zeitlinanother compilation fix after r61232
2009-06-28  Julian SmartAllow for menus when deleting a tool
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-28  Vadim Zeitlinalways use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
2009-06-27  Vadim Zeitlinset the initial size of bitmap buttons correctly again...
2009-06-27  Vadim Zeitlincheck whether we show bitmaps at all in GTKUpdateBitmap...
2009-06-27  Julian SmartFix for toolbar commands not working
2009-06-24  Kevin OllivierAdd wxGraphicsBitmap overload for DrawBitmap.
2009-06-24  Vadim Zeitlincompilation fix after wxBitmap image changes
2009-06-24  Julian SmartStyle selection now restored after editing the style
2009-06-24  Julian SmartMade standard bullet names translatable
2009-06-23  Kevin OllivierBuild fixes after the 2.8->trunk forward port.
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-06-23  Vadim Zeitlinremove confusing wxDialog::ButtonSizerFlags and extract...
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
next