]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Patch from FM with more bakefile tweaks and etc.
[wxWidgets.git] / docs / changes.txt
index 708b7023a5b9feb2bcc61469285e22a7f7c57518..5d005bedf40b3b40b69e6e91fb791a3c6baf1ef5 100644 (file)
@@ -100,14 +100,18 @@ All (GUI):
 
 wxGTK:
 
+- Support for markup and ellipsization in wxStaticText (Francesco Montorsi)
 - Native implementation for wxHyperlinkCtrl (Francesco Montorsi)
 - Native keyboard navigation implementation
+- Don't overwrite primary selection with clipboard and vice versa
 - Implemented support for underlined fonts in wxStaticText.
 - wxTopLevelWindow::SetSizeHints size increments now work.
 - wxTopLevelWindow::GetSize() returns the size including the WM decorations.
 - wxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized.
 - Added support for colour cursors (Pascal Monasse).
 - Setting foreground colour of single line wxTextCtrl now works
+- Pass current control text to EVT_TEXT handler for wxSpinCtrl (John Ratliff)
+- Added gtk.tlw.can-set-transparency system option
 
 wxMac: