replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName...
[wxWidgets.git] / docs / changes.txt
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2007-01-14  Vadim Zeitlincorrected drawing of the bitmaps for the disabled menu...
2007-01-14  Vadim Zeitlinadded wxSizerFlags::Shaped() and FixedMinSize() methods
2007-01-11  Vadim Zeitlinfix lack of spin control update event when control...
2007-01-07  Vadim Zeitlinadded EVT_TASKBAR_CLICK and use it to show taskbar...
2007-01-07  Vadim Zeitlinfix attribute memory leak in wxGrid::ShowCellEditContro...
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinmention RTL fixes by Diaa Sami
2007-01-07  Vadim Zeitlinadded wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
2006-12-21  Vadim Zeitlinrestored (as deprecated) accidentally removed wx{Dir...
2006-12-15  Vadim Zeitlinfix compilation with wxUSE_STL=1 for VC6 (and presumabl...
2006-12-15  Vadim Zeitlinrespect background colour of wxStaticText in wxUniv
2006-12-15  Vadim Zeitlincorrect GetBestSize() to return correct best size,...
2006-12-13  Vadim Zeitlinmention bcc Unicode build fix
2006-12-13  Vadim Zeitlindon't crash in Unicode build if command line arguments...
2006-12-11  Vadim Zeitlinmention wxSearchCtrl
2006-12-09  Vadim Zeitlinmention wxCSConv(utf-16/32) fix
2006-12-04  Vadim Zeitlinenable gnomeprint code by default
2006-12-04  Vadim Zeitlinfix (harmless) assert in virtual list control under...
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-03  Vadim Zeitlinremove pointer to the changelog in the docs which isn...
2006-11-25  Vadim Zeitlincorrected wxTreeCtrl::GetBestSize() for a control with...
2006-11-24  Vadim ZeitlinFixed bug in wxCalendarCtrl::HitTest() when clicking...
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-07-24  Vadim Zeitlindon't send duplicate set/kill focus events when the...
2006-11-19  Michael WetherellAdd notes on wxZip changes.
2006-11-19  Michael WetherellCorrect the comments on wxFileSystem changes.
2006-11-19  Vadim Zeitlinunmultiply by alpha when converting from wxDIB to wxIma...
2006-11-18  Robert Roebling [ 1598662 ] Fix some mispelled event macros in docs
2006-11-18  Michael WetherellDocument wxFS_XXXX flags for wxFileSystem::OpenFile.
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
2006-11-12  Julian SmartAdded some more 2.8 large features
2006-11-11  Vadim Zeitlinfix the bug with renaming groups leaving wxFileConfig...
2006-11-09  Vadim Zeitlindon't use version script under cygwin/mingw32, it's...
2006-11-09  Michael WetherellForgot to remove wxBackingFile from the changes.txt...
2006-11-08  Vadim ZeitlinwxArrayString::Alloc() shouldn't clear the array contents
2006-11-07  Vadim Zeitlinfixed typo
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim Zeitlinmention comparison operators changes
2006-10-30  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow
2006-10-29  Vadim Zeitlinmention wxTB_RIGHT patch
2006-10-29  Václav Slavíkadd events API to wxHtmlWindow (patch #1504493 by Franc...
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)
2006-10-29  Michael WetherellRemove extra newline.
2006-10-29  Michael WetherellMention GetC and wxFileSystem in incompatible changes.
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-28  Vadim ZeitlinAlloc() doesn't clear the array any more, for consisten...
2006-10-27  Michael WetherellAdd wxArchiveFSHandler.
2006-10-27  Julian SmartRobert Lang's patch and wxRTC changes documented
2006-10-26  Michael WetherellAdd wxFilterFSHandler.
2006-10-24  Julian SmartAdded GetTempDir change log
2006-10-23  Robert Roebling Mention that GTK now supports wxALWAYS_SHOW_SB.
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-10-22  Vadim Zeitlinsmall refactoring to avoid code duplication; renamed...
2006-10-22  Vadim Zeitlinmoved last change under the correct (2.7.2) version
2006-10-22  Vadim Zeitlinadded autopackage-related files
2006-10-19  Vadim Zeitlinsplit the incompatible changes section in silent change...
2006-10-13  Robin DunnReverted wxBuffered[Paint]DC to nearly the pre 2.7...
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-12  Vadim Zeitlinmention that wxBufferedDC doesn't inherit from wxMemory...
2006-10-11  Vadim Zeitlinmention more changes done by Francesco
2006-10-11  Mart RaudseppImplement left indentation and tab stops support in...
2006-10-09  Vadim Zeitlinadded CreateSeparatedButtonSizer(), changed signature...
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::IsEmpty()
2006-10-08  Vadim Zeitlindocument wxAboutBox &c
2006-10-04  Vadim Zeitlinhonour wxBU_EXACTFIT in wxToggleButton (patch 1567892)
2006-10-03  Vadim Zeitlinmake wxSemaphore::Post() return wxSEMA_OVERFLOW as...
2006-09-30  Robert Roebling Mention ref counting in wxVariant.
2006-09-28  Vadim Zeitlinadded Malay translations (Mahrazi Mohd Kamal)
2006-09-25  Vadim Zeitlinadd wxTLW::UseNativeDecorations[ByDefault]() to allow...
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-09-24  Vadim Zeitlinadded wxSize::IncBy() and DecBy() methods
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-09  Vadim Zeitlinimplement wxComboBox::SetEditable()
2006-09-06  Robert Roebling Mention wxGLCanvas change.
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-22  Vadim Zeitlinmention wxPathList change
2006-08-20  Vadim Zeitlinadded stock menu items support
2006-08-20  Vadim Zeitlinupdates for wxDialog affirmative/escape id buttons...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-13  Vadim Zeitlinadded wxDir::FindFirst() (modified patch 1525502)
2006-08-10  Michael WetherellAdd parameter to the --enable-universal_binary option...
2006-08-10  Vadim ZeitlinAdded wxID_PAGE_SETUP standard id
2006-08-10  Vadim Zeitlindo mention AUI in change log
2006-08-07  Vadim Zeitlinupdated docs after moving SetDefaultItem() from wxPanel...
2006-08-07  Vadim Zeitlinmention wxAUI
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-07-27  Mart RaudseppNote that wxSlider::Get/SetLineSize is implemented...
2006-07-25  Vadim Zeitlingenerate middle click events (patch 1521314)
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-07-24  Vadim ZeitlinwxFD_PREVIEW implementation for wxGTK (slightly modifie...
next