Use wxFile for IO if wxFFile is not available.
[wxWidgets.git] / src /
2009-08-05  Vadim ZeitlinUse wxFile for IO if wxFFile is not available.
2009-08-05  Vadim ZeitlinRemoved commented out code.
2009-08-05  Vadim ZeitlinAdded #if wxUSE_TOOLBAR around use of wxToolBar.
2009-08-05  Paul Cornettnon-pch build fix
2009-08-04  Stefan Csomorcorrecting #ifdef to #if, fixes #11062
2009-08-03  Vadim ZeitlinImplement wxDataViewTreeStore::DeleteAllItems().
2009-08-03  Vadim ZeitlinCorrect week day returned from wxCalendarCtrl::HitTest...
2009-08-03  Vadim ZeitlinAdded symbolic names for native control week days.
2009-08-03  Vadim ZeitlinAlways use MCHITTESTINFO of minimal size.
2009-08-03  Vadim ZeitlinUse numeric values in VarFileInfo block.
2009-08-02  Vadim ZeitlinCheck indices validity better in wxGridStringTable.
2009-08-02  Vadim ZeitlinMake wxGridSizer ctors more consistent.
2009-08-02  Vadim ZeitlinSkip VarFileInfo block when using windres.
2009-07-31  Václav Slavíkcompilation fix: only one wxInitialize form may have...
2009-07-31  Jaakko SalliIn wxPropertyGridPageState::DoDelete(), clear grid...
2009-07-30  Václav Slavíkadded wxInitialize() overload taking char**, to make...
2009-07-30  Václav SlavíkUse wxInitializer in wxEntryReal() instead of directly...
2009-07-28  Michael WetherellFix SetToolTip(NULL) to unset the tooltip.
2009-07-26  Vadim ZeitlinSet access mode in wxRegKey::SetHkey().
2009-07-26  Vadim ZeitlinCorrect the check for wxSTOCK_FOR_BUTTON.
2009-07-25  Vadim ZeitlinImplement wxWindow::GetToolTipText().
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-25  Vadim ZeitlinClear targets in wxClipboard::Clear().
2009-07-25  Vadim ZeitlinFix harmless MSVC warning.
2009-07-25  Vadim ZeitlinDon't use mnemonic for Cancel button under MSW.
2009-07-25  Vadim ZeitlinUse stock id instead of duplicating its string label...
2009-07-25  Vadim ZeitlinAdded wxSTOCK_FOR_BUTTON flag for wxGetStockLabel().
2009-07-25  Vadim ZeitlinUse Ok/Cancel dialog instead of Yes/No one in CheckFit().
2009-07-25  Vadim ZeitlinAdd a period to the sentence end.
2009-07-25  Vadim ZeitlinSet all parent frame icons for print preview frame.
2009-07-24  Stefan Csomorimplementing checkbox using UISwitch
2009-07-24  Vadim ZeitlinFix harmless unused parameter warning.
2009-07-23  Vadim ZeitlinThis is apparently needed by Windows installer (WiX...
2009-07-23  Vadim ZeitlinThey seem to have been inversed, see #10970.
2009-07-23  Vadim ZeitlinAlways correctly invalid best size when bitmap changes.
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...
next