]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Document the use of --disable-gui for building wxBase.
[wxWidgets.git] / docs / changes.txt
index 6099ceade00aef7e2d1973a4b64e630dd2bd85f5..9909d54328a60797f2c81c7fb05f83ca58c1be3d 100644 (file)
@@ -436,6 +436,8 @@ All:
 - Added wxHttp::GetCookie and wxHttp::HasCookies (dodge).
 - Added support for unique volume names to wxFileName (Neno Ganchev).
 - Correct bugs when using wxTextInputStream with wxConvAuto (Leon Buikstra).
+- Don't crash when input is empty in wxFileConfig ctor (Lukasz Michalski).
+- Correct wxSocket::Peek() to not block (Anders Larsen).
 
 Unix:
 
@@ -489,6 +491,9 @@ All (GUI):
 - wxRTC: corrected centring and right-justification spacing.
 - Added wxBORDER_THEME to XRC.
 - wxGraphicsContext is now enabled by default if supported by the platform.
+- Fix building with using system libpng 1.4 (Volker Grabsch).
+- Add wxComboBox::Popup() and Dismiss() methods (Igor Korot).
+- Added wxTreeCtrl::SelectChildren() (Nikolay Tjushkov).
 
 GTK:
 
@@ -515,6 +520,9 @@ MSW:
 - Worked around child window and caret positioning bug (in Windows) when using
   wxBORDER_THEME in a container window.
 - Suppressed spurious character event for decimal key in numeric keypad.
+- Allow to not create wxPaintDC in EVT_PAINT handler.
+- Fix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events in wxListCtrl.
+- Allow putting the UAC symbol on buttons (Chris Spencer).
 
 i18n: