Use wxFile for IO if wxFFile is not available.
[wxWidgets.git] / interface /
2009-08-03  Vadim ZeitlinMinor changes to wxGridSizer ctor docs.
2009-08-02  Vadim ZeitlinCorrect wxPATH_NORM_DOTS comment and documentation.
2009-08-02  Vadim ZeitlinMention that wxEVT_GRID_SELECT_CELL is generated by...
2009-08-02  Vadim ZeitlinMake wxGridSizer ctors more consistent.
2009-07-30  Vadim ZeitlinAdded another hyphen in "wxObject-derived" for consistency.
2009-07-30  Vadim ZeitlinCorrect typo in wxRefCounter description.
2009-07-25  Vadim ZeitlinImplement wxWindow::GetToolTipText().
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-25  Vadim ZeitlinAdded wxSTOCK_FOR_BUTTON flag for wxGetStockLabel().
2009-07-25  Vadim ZeitlinCorrect wxGetStockLabel() documentation.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-22  Vadim ZeitlinCorrect example in wxStringBufferLength documentation.
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-07-20  Jaakko SalliFixed wxPropertyGridInterface::SetPropertyValues()...
2009-07-19  Vadim Zeitlinremoved wxDatePickerCtrlGeneric::SetFormat() which...
2009-07-18  Vadim ZeitlinDocument wxMessageOutput and related classes.
2009-07-18  Vadim ZeitlinCorrect obsolete information: SetYesNoLabels() is not...
2009-07-17  Vadim Zeitlinadded wxLB_NO_SB style and implementation for wxMSW...
2009-07-16  Vadim Zeitlindocument wxDCMemory(wxDC*) ctor
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 ZeitlinMade wxLogXXX() functions thread-safe.
2009-07-12  Vadim ZeitlinAdd component-level filtering to wxLog.
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-07-11  Jaakko SalliAdded named section 'Property development funcions'
2009-07-11  Jaakko SalliAdded wxPropertyGrid::WasValueChangedInEvent(), added...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-08  Vadim Zeitlinadded wxLog::IsLevelEnabled() helper; document it and...
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
2009-07-06  Vadim Zeitlinregenerated after r60684
2009-07-05  Vadim Zeitlinadded EVT_DATAVIEW_CACHE_HINT event (closes #9891)
2009-07-03  Vadim Zeitlindocument SetStandardFonts() and SetFonts() methods...
2009-07-02  Vadim Zeitlinfix typo in wxClient::MakeConnection() docs (closes...
2009-07-01  Vadim Zeitlinmake wxSortedArrayString::Sort() and Insert() private...
2009-06-30  Vadim Zeitlincorrect wxSortedArrayString(wxArrayString) ctor documen...
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-27  Vadim Zeitlincorrect an example which had no chance of working
2009-06-24  Vadim Zeitlinmention that the date passed to SetValue() must only...
2009-06-22  Jaakko SalliSignificantly improved wxPropertyGrid's top-level paren...
2009-06-21  Vadim Zeitlinadded support for bitmaps in wxButton to wxOSX/Cocoa
2009-06-20  Vadim Zeitlindon't try to resize the bitmap buttons with wxBORDER_NO...
2009-06-19  Vadim Zeitlinadded wxTreeCtrl::GetFocusedItem() (closes #10859)
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
2009-06-17  Vadim ZeitlinwxFont::MakeXXX() and Scale() methods now modify the...
2009-06-17  Jaakko SalliwxVariantData now inherits from wxObjectRefData
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-15  Vadim Zeitlinminor tweaks to alignment styles documentation
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-14  Robert RoeblingUpdated info on wxRefCounter and related classes
2009-06-14  Robert RoeblingMake wxDataViewModel derive from wxRefCounter
2009-06-12  Robert RoeblingUpdate docs to mention wxRefCounter class
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-12  Vadim Zeitlinclatify alpha discussion (closes #10888)
2009-06-12  Vadim Zeitlinmake more wxFileName methods const (closes #10887)
2009-06-11  Vadim Zeitlinallow customizing wxStandardPaths logic for the program...
2009-06-11  Vadim Zeitlinmake wxFileName::{Mk,Rm}dir() const (closes #10868)
2009-06-11  Vadim ZeitlinGetTextExtent() is not virtual any more (since r60984)
2009-06-10  Jaakko SalliAllow reparenting wxPropertyGrid(Manager) to work;...
2009-06-10  Vadim Zeitlindocument wxBase64DecodeMode and other minor fixes ...
2009-06-07  Jaakko SalliImplementations of wxPGProperty::ChildChanged() must...
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-06-06  Vadim Zeitlinadded multiple selections support to wxDirCtrl (closes...
2009-06-06  Vadim Zeitlindocument effect of loading an icon bundle on stream...
2009-06-02  Vadim Zeitlinadded wxUINTn_MAX constants; document them together...
2009-06-02  Francesco Montorsiadd wxGetLinuxDistributionInfo() and wxPlatformInfo...
2009-06-01  Francesco Montorsiadd wxProgressDialog::SetRange() function
2009-06-01  Vadim Zeitlincorrected wrong type of posErr parameter (closes #10862)
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 Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
2009-05-31  Francesco Montorsigroup wxPlatformInfo functions for easier browsing...
2009-05-31  Vadim Zeitlinadded default ctor to wxMouseEventsManager, this is...
2009-05-31  Vadim Zeitlinadded wxTempFile::Flush() (dedicated to Theodore Ts...
2009-05-31  Jaakko SalliAdded wxPGProperty::SetDefaultValue(v), as a shortcut...
2009-05-30  Jaakko SalliMore forward-ported wxPython-bindings related cleanup...
2009-05-24  Vadim Zeitlinupdate CRT environment block in wxSetEnv() too
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-05-16  Francesco Montorsifix the wxCursor(const wxString& cursor_file, ...)...
2009-05-13  Vadim Zeitlinremove misleaing mentions of wxEXEC_ASYNC from wxExecut...
2009-05-09  Francesco Montorsitypo fix (closes #10699)
2009-05-09  Francesco Montorsiadd new predefined colour (and relative brush/pen)...
2009-05-07  Vadim Zeitlinadd support for loading wxListCtrl items and wxImageLis...
2009-05-07  Vadim Zeitlindocument that setting an empty clipping region destroys...
2009-05-03  Vadim Zeitlincorrect a typo in a comment in the example (see #10637)
2009-05-02  Vadim Zeitlinfix typo (see #10637)
2009-05-02  Vadim Zeitlinadded wxStd{In,Out}putStream classes (closes #10637)
2009-05-01  Vadim Zeitlinadded wxMouseEventsManager
2009-05-01  Vadim Zeitlinput wx{Keyboard,Mouse}State in events category instead...
2009-04-29  Vadim Zeitlingenerate wxEVT_GRID_{COL,ROW}_SIZE events when the...
2009-04-29  Vadim Zeitlindon't duplicate wxMouseState in wxMouseEvent but reuse...
2009-04-27  Vadim Zeitlinadded missing @ref after last change
2009-04-27  Francesco Montorsicorrect SetFont() documentation: at least wxMSW and...
2009-04-26  Vadim Zeitlinadd a possibility to disable individual grid rows/colum...
2009-04-26  Francesco Montorsimention that calling SetFaceName() with an invalid...
2009-04-26  Francesco Montorsimake clear that wxFont::SetFamily() does change the...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
2009-04-25  Vadim Zeitlinminor corrections: document typeDefault, remove text...
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
next