X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe218f1e4ba6548606a15e231f2982c9f25d77b7..27e8395ed0a44338796ea5c4ec48ddd00fa9ec4e:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 8406f7ecf4..e5d0996db4 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -546,7 +546,9 @@ All: - Add new wxFSW_EVENT_ATTRIB and wxFSW_EVENT_UNMOUNT flags (David Hart). - Add separate read/written bytes counters and per-direction NOWAIT and WAITALL flags to wxSocket (Rob Bresalier). +- Add wxProcess::SetPriority() (Marian Meravy). - Add wxDir::Close() method (Silverstorm82). +- Fix wxDateTime::GetWeekOfYear() for the last week of year (aimo). - Fix compilation of wxHash{Map,Set} with g++ 4.7 (Nathan Ridge). - Fix posting large amounts of data in wxHTTP (Platonides). - Add wxFile::ReadAll() for consistency with wxFFile. @@ -579,6 +581,7 @@ All (GUI): - Add wxBitmapButton::NewCloseButton(). - Add wxTextEntry::SelectNone() (troelsk). - Restore the original wxGrid col/row size when unhiding it (Michael Richards). +- Don't show hidden wxGrid columns/rows when resizing them (Michael Richards). - Fix text origin and extent computations in wxSVGFileDC (Neil Chittenden). - Show tooltips for the too long items in generic wxTreeCtrl (Steven Houchins). - Add wxStyledTextCtrl::AnnotationClearLine() (sentieshar). @@ -603,6 +606,9 @@ All (GUI): - Add wxListCtrl::EnableAlternateRowColours() (troelsk). - Fix wrong tab order in wxAuiNotebook after dragging (Mark Barber). - Fix bug in generic wxDataViewCtrl column dragging (jobuz). +- Add wxMask::GetBitmap() for wxMSW, wxGTK and wxOSX +- Add wxCheckListBox::GetCheckedItems() (hartwigw). +- Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style (Allann Jones). wxGTK: @@ -613,6 +619,7 @@ wxGTK: - Make key event handling consistent with wxMSW (John Rails). - Fix printing in landscape mode (Marcin Wojdyr). - Fix path selection in wx{File,Dir}Dialog with GTK+ > 2.24.10 (obfuscated). +- Make "More windows..." menu item in MDI "Window" menu actually work. wxMSW: @@ -624,6 +631,8 @@ wxMSW: - Don't send any events from wxSpinCtrl::SetRange() even if the value changed. - Display system drag images during drag and drop if available (PeterO). - Fix setting initial wxSpinCtrl value outside 0..100 range (joim). +- Fix changing labels of menu items with bitmaps (Daniel Hyams). +- Fix appearance of multiline coloured wxCheckBox (Catalin Raceanu). wxOSX/Cocoa: