only allow selecting existing files in wxLoadFileSelector; use this function instead...
[wxWidgets.git] / docs / changes.txt
2009-06-12  Vadim Zeitlinonly allow selecting existing files in wxLoadFileSelect...
2009-06-12  Vadim Zeitlinadded XRC handler for wxFileCtrl (closes #10785)
2009-06-11  Vadim Zeitlinallow customizing wxStandardPaths logic for the program...
2009-06-07  Vadim Zeitlinmention support for multiselection in wxDirCtrl
2009-06-06  Vadim Zeitlinmention wxTreeCtrl::SelectItem() fix of r60921
2009-06-04  Vadim Zeitlinadded wxEditbaleListBox XRC handler
2009-06-03  Vadim Zeitlindon't fix the columns number to 1 by default in ctors...
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  Vadim Zeitlindon't add client area origin when positioning the child...
2009-05-31  Vadim Zeitlinimprove wxTreeCtrl::ScrollTo() behaviour in the generic...
2009-05-31  Vadim Zeitlinenable OpenGL library build by default under Windows too
2009-05-31  Vadim Zeitlinadded wxTempFile::Flush() (dedicated to Theodore Ts...
2009-05-25  Vadim Zeitlinadd support for defining list control columns in XRC...
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-07  Vadim Zeitlinadd support for loading wxListCtrl items and wxImageLis...
2009-05-02  Vadim Zeitlinadded wxStd{In,Out}putStream classes (closes #10637)
2009-05-02  Vadim Zeitlinkeep {Left,Middle,Right}Down() methods of wxMouseState...
2009-05-01  Vadim Zeitlinadded wxMouseEventsManager
2009-05-01  Vadim Zeitlinimplement changing wxChoice and wxComboBox height
2009-04-26  Vadim Zeitlinadd a possibility to disable individual grid rows/colum...
2009-04-25  Vadim Zeitlininclude port number in HTTP Host header (closes #10632)
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2009-04-24  Vadim Zeitlincorrection to last commit: Korean and Romanian translat...
2009-04-24  Vadim Zeitlinadded Korean and Romanian translations
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-15  Vadim Zeitlinremoved the note about wxEvent::Clone() startup test...
2009-04-05  Vadim Zeitlinimplement GetImageCount() for GIF handler (closes ...
2009-04-05  Vadim Zeitlinallow reading GIFs with incorrectly specified animation...
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-26  Vadim Zeitlinmention wxFilename::StripExtension()
2009-03-26  Vadim Zeitlindetect horizontal overflow in wxHtmlPrintout and warn...
2009-03-25  Vadim Zeitlinabandon attempts to make wxAnyStrPtr behave as bool...
2009-03-25  Vadim Zeitlincompilation fixes for wxAnyStrPtr for VC7; mention...
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-20  Vadim Zeitlincopied 2.8.10 changelog
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-10  Vadim Zeitlinalso fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see...
2009-03-09  Vadim Zeitlinadd support for multiple extensions to wxImage handlers...
2009-03-07  Vadim Zeitlinsupport %l in wxDateTime::ParseFormat()
2009-03-07  Vadim Zeitlinoptimize Replace() to use a linear algorithm (closes...
2009-03-07  Vadim Zeitlinreplace wxGetMultipleChoices() with wxGetSelectedChoice...
2009-03-07  Vadim Zeitlinsupport wxSP_WRAP in generic implementation (closes...
2009-03-07  Vadim Zeitlinadded wxProtocolLog class for logging network requests...
2009-03-06  Vadim Zeitlinadded wxZlibStream::SetDictionary() (closes #10551)
2009-03-05  Vadim Zeitlinfix multiple problems with selection in controls with...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-02-28  Vadim Zeitlinreset the tooltip text before changing it, this apparen...
2009-02-27  Francesco Montorsimention that some event logic now requires a running...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-25  Vadim Zeitlinadded wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin...
2009-02-24  Vadim Zeitlinrender <TH> contents in bold, as all the browsers do
2009-02-22  Vadim Zeitlinadd public wxXmlResource::GetResourceNode() which can...
2009-02-22  Vadim Zeitlinadd public wxLog::Log() to avoid ugly casts needed...
2009-02-17  Francesco Montorsigive credit to the author of the patch for adding wxIma...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-15  Francesco Montorsiadd changelogs for my (relatively) recent commits
2009-02-12  Vadim Zeitlinadded a period at the end of a sentence (test commit...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-01-30  Vadim Zeitlinadd support for persistent controls
2009-01-28  Vadim Zeitlinfix remaining cases of wxWindow::ProcessEvent() calls...
2009-01-27  Vadim Zeitlinadded template wxScopedArray<> too
2009-01-26  Václav Slavíkchanged wxMSW's default toolbar bitmaps size from obsol...
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2009-01-21  Vadim Zeitlinadded wxStandardPaths::GetAppDocumentsDir() and use...
2009-01-16  Vadim Zeitlinimplement SetTimes() for directories too under MSW...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-31  Vadim Zeitlinadded SetLabelText() and EscapeMnemonics()
2008-12-30  Vadim Zeitlinhandle exceptions thrown from overridden wxView::OnCrea...
2008-12-30  Vadim Zeitlinadded wxSocket::ShutdownOutput() (closes #9229)
2008-12-29  Vadim Zeitlinmention wxEVT_GRID_CELL_CHANGED-related changes
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-12-25  Vadim Zeitlindon't use the client data for storing wxOwnerDrawn...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-22  Vadim Zeitlinno changes, just don't use "any more" thrice in a row
2008-12-16  Vadim Zeitlinadded wxRearrange{List,Ctrl,Dialog} and use it in wxHea...
2008-12-16  Francesco Montorsidon't remove docs for wxThreadHelper::Create; list...
2008-12-02  Vadim Zeitlinadd support for creating drop down toolbar buttons...
2008-10-29  Vadim Zeitlinuse buffered streams to reduce the number of TCP packet...
2008-10-23  Vadim Zeitlingive credit for wxGrid column move hint improvement
2008-10-19  Vadim Zeitlincorrect some wording of recent changes
2008-10-19  Francesco Montorsimentioned the new doc format
2008-10-16  Václav SlavíkCleaned up wxArtProvider:
2008-10-15  Vadim Zeitlindocument GetSizeAvailableForScrollTarget()
2008-10-06  Vadim Zeitlinimplemented wxMemoryFSHandler::FindFirst/Next()
2008-09-22  Vadim Zeitlincopied and pasted 2.8.9 change log section (was there...
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2008-09-19  Vadim Zeitlinmake wxKeyEvent and wxMouseEvent derive from the same...
2008-09-15  Vadim Zeitlinimprove display of hints during column move (#9884)
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-12  Vadim Zeitlinreturn true from IsBeingDeleted() if any of the parent...
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Vadim Zeitlinadded swap() for the other arrays too
2008-09-11  Vadim Zeitlinadded wxArrayString::swap()
next