No changes, just removed hard tabs and trailing white space.
[wxWidgets.git] / include /
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
2009-08-18  Stefan Csomorsimplifying native string handling, see #11061
2009-08-18  Jaakko SalliMade code that uses wxArrayPGProperty more STL complian...
2009-08-18  Vadim ZeitlinFix compilation for wxUSE_LOG==0.
2009-08-18  Vadim ZeitlinFix last error display in wxLogSysError().
2009-08-18  Vadim ZeitlinDon't define wxArrayPGProperty as std::vector in STL...
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-08-17  Vadim ZeitlinExtract wxFDIOHandler in its own header.
2009-08-17  Vadim ZeitlinAdded wxFDIOHandler::IsOk() and use it with wxSocketImp...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-08-16  Vadim ZeitlinUse CF socket manager in GUI OS X applications.
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-08-16  Jaakko SalliFixed bug: wxPGProperty::SetName() crashed if it was...
2009-08-14  Vadim ZeitlinAllow customizing wxDebugReportCompress output file.
2009-08-14  Vadim ZeitlinAdded wxStandardPaths::MSWGetShellDir().
2009-08-11  Jaakko SalliDo not generate wxEVT_PG_SELECTED with direct ClearSele...
2009-08-10  Vadim ZeitlinUse "non-negative" in assert message instead of "positive".
2009-08-10  Vadim ZeitlinUpdate wxFlexGridSizer ctors to match (new) wxGridSizer...
2009-08-10  Vadim ZeitlinMade wxWindow::HasScrollbar() do what it says.
2009-08-09  Jaakko SalliFixed wxPGProperty ctor documentation
2009-08-06  Vadim ZeitlinDon't overwrite status message when restoring it if...
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-08-06  Vadim ZeitlinNo changes, just removed the whitespace.
2009-08-05  Vadim ZeitlinwxSplitterWindow mouse capture improvements and cleanup.
2009-08-03  Vadim ZeitlinCompilation fix for wxUSE_FILECTRL && !(wxUSE_DIRDLG...
2009-08-02  Vadim ZeitlinCorrect wxPATH_NORM_DOTS comment and documentation.
2009-08-02  Vadim ZeitlinMake wxGridSizer ctors more consistent.
2009-08-02  Vadim ZeitlinAdd checks of wxGridSizer::Set{Cols,Rows}() arguments.
2009-07-31  Václav Slavíkcompilation fix: only one wxInitialize form may have...
2009-07-31  Vadim ZeitlinExport public wxDelegateTheme class.
2009-07-31  Vadim ZeitlinDon't test whether wxTopLevelWindowNative is defined.
2009-07-31  Vadim ZeitlinUse base class ctors in wxTopLevelWindow.
2009-07-30  Václav Slavíkadded wxInitialize() overload taking char**, to make...
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-25  Vadim ZeitlinMove #error for non-MSVC to the top of file.
2009-07-25  Vadim ZeitlinAdd support for stc library.
2009-07-25  Vadim ZeitlinUse wxSTOCK_FOR_BUTTON for message dialog custom labels.
2009-07-25  Vadim ZeitlinAdded wxSTOCK_FOR_BUTTON flag for wxGetStockLabel().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-23  Vadim ZeitlinImplement wxVLogTrace() accidentally removed by recent...
2009-07-22  Vadim ZeitlinUse wxINT32_MAX instead of LONG_MAX as the upper bound...
2009-07-22  Vadim ZeitlinDon't call IAutoComplete::Init() twice for the same...
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  Jaakko SalliFixed wxPropertyGridInterface::SetPropertyValues()...
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
2009-07-19  Vadim Zeitlinremoved wxDatePickerCtrlGeneric::SetFormat() which...
2009-07-18  Vadim ZeitlinAdd option FILE* parameter to wxMessageOutputStderr...
2009-07-18  Vadim ZeitlinNo changes, just fix a typo: wxGuiLog was used instead...
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 made wxEventLoopManual uncopyable.
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-15  Vadim Zeitlinfix log target auto creation broken by recent changes
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 ZeitlinRemoved critical section protecting last repeat counter.
2009-07-12  Vadim ZeitlinMade wxLogXXX() functions thread-safe.
2009-07-12  Vadim ZeitlinAdded wxVector::swap().
2009-07-12  Vadim ZeitlinAdd component-level filtering to wxLog.
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-07-11  Jaakko SalliAdded wxPropertyGrid::WasValueChangedInEvent(), added...
2009-07-10  Stefan Csomoradapting to widgetimpl extensions and iPhone OS 3.0
2009-07-10  Stefan Csomoradapting init sequence for different osx platforms
2009-07-10  Stefan Csomorcommitting current iphone state
2009-07-10  Stefan CsomoriPhone bitmap support
2009-07-10  Stefan Csomormore iPhone types
2009-07-09  Vadim Zeitlindon't mark GetTraceMask() deprecated as we use it in...
2009-07-09  Vadim Zeitlinfix MSVC compilation: as string literals are of non...
2009-07-09  Vadim Zeitlinimplement wxLogTrace(wxTraceMask, format, ...) overload too
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-09  Vadim Zeitlindisable VC6 warnings before warning(push), otherwise...
2009-07-09  Vadim Zeitlinfix VC6 warnings about not enough parameters for wxDEPR...
2009-07-09  Stefan Csomoradding special case for Carbon DataBrowser Checkbox
2009-07-08  Vadim Zeitlinadded wxLog::IsLevelEnabled() helper; document it and...
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
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 Zeitlinadded EVT_DATAVIEW_CACHE_HINT event (closes #9891)
2009-07-05  Vadim Zeitlinupdated the version to 2.9.1
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-07-03  Vadim Zeitlincompilation fix for wxOSX/Cocoa: don't use Carbon funct...
2009-07-01  Vadim Zeitlinmake wxSortedArrayString::Sort() and Insert() private...
2009-06-28  Vadim Zeitlindon't include wx/msw/winundef.h when including wx/defs...
2009-06-28  Vadim Zeitlincompilation fix for wxUniv with 2.8 compatibility disab...
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-28  Vadim Zeitlincompilation fix after r61232
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-24  Vadim Zeitlinsuppress warning about implicit conversion of literal...
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...
2009-06-22  Jaakko SalliSignificantly improved wxPropertyGrid's top-level paren...
2009-06-21  Jouk Jansenfix for wxGTK1 & bmpbuttn
2009-06-21  Vadim Zeitlinadded support for bitmaps in wxButton to wxOSX/Cocoa
2009-06-20  Kevin OllivierForward port wxGraphicsBitmap cairo implementation...
next