Fix wxDocManager::GetLastDirectory() when there is no history.
[wxWidgets.git] / interface /
2009-08-23  Vadim ZeitlinNever overflow the output buffer in wxBase64Decode().
2009-08-23  Vadim ZeitlinAdded wxGridSize::GetEffective{Cols,Rows}Count().
2009-08-23  Vadim ZeitlinMake WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB.
2009-08-23  Jaakko SalliAdded label editing capability into wxPropertyGrid
2009-08-23  Vadim ZeitlinAdded wxKeyEvent::IsKeyInCategory() method.
2009-08-22  Vadim ZeitlinDocument wxGraphicsPath::AddArc() better.
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
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 ZeitlinReorganize and improve wxSizer::SetItemMinSize() docume...
2009-08-10  Vadim ZeitlinCorrect wxSizer::InsertSpacer() description.
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-07  Vadim ZeitlinCorrect examples in wxStaticBox(Sizer) documentation.
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-08-06  Vadim ZeitlinNo changes, just removed the whitespace.
2009-08-05  Bryan PettyFixed up the short description of wxHashMap::find().
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...
next