This style tells the dialog to return the paths of the link being selected without dereferencing it. Currently only implemented under wxMSW as the links are not dereferenced by default in wxGTK anyhow. But we may want to change this and implement it there too for consistency in the future. Closes #15429. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
55 lines
2.0 KiB
Plaintext
55 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------------------
|
|
wxWidgets Change Log
|
|
-------------------------------------------------------------------------------
|
|
|
|
Note: This file contains the list of changes since wxWidgets 3.x, please see
|
|
docs/changes_30.txt for the changes in the previous versions.
|
|
|
|
|
|
INCOMPATIBLE CHANGES SINCE 3.0.x:
|
|
=================================
|
|
|
|
Changes in behaviour not resulting in compilation errors
|
|
--------------------------------------------------------
|
|
|
|
- wxRibbonButtonBar::DeleteButton() now deletes and not just removes the button.
|
|
|
|
|
|
3.1.0: (released 2014-xx-xx)
|
|
----------------------------
|
|
|
|
All:
|
|
|
|
- Allow iterating over wxCmdLineParser arguments in order (Armel Asselin).
|
|
- Add wxScopedArray ctor taking the number of elements to allocate.
|
|
|
|
All (GUI):
|
|
|
|
- XRC handler for wxAuiToolBar added (Kinaou Hervé, David Hart).
|
|
- Add wxFD_NO_FOLLOW style for wxFileDialog (Luca Bacci).
|
|
- Add support for embedding bitmaps in generated SVG in wxSVGFileDC (iwbnwif).
|
|
- Add support for sorting wxDataViewCtrl by multiple columns (Trigve).
|
|
- Add wxHtmlWindow::SetDefaultHTMLCursor() (Jeff A. Marr).
|
|
- Add default ctor and Create() to wxContextHelpButton (Hanmac).
|
|
- Send events when toggling wxPropertyGrid nodes from keyboard (Armel Asselin).
|
|
- Fix wxRearrangeList::Check() which asserted and misbehaved before.
|
|
- Optimized wxRTC insertion and deletion when floating objects are present.
|
|
|
|
wxGTK:
|
|
|
|
- Support building wxGTK3 under Windows (Kolya Kosenko).
|
|
- Correctly detect cancelled drag-and-drop operations (Kinaou Hervé).
|
|
|
|
wxMSW:
|
|
|
|
- Improve wxMimeTypesManager open command detection (Eric Jensen).
|
|
- Make wxFILTER_INCLUDE_LIST in wxTextValidator actually usable.
|
|
- Fix handling of selected images in wxBitmapButton (Artur Wieczorek).
|
|
- Fix loading of bitmap with non-pre-multiplied alpha (Artur Wieczorek).
|
|
- Support multiline strings in wxDC::DrawRotatedText() (Artur Wieczorek).
|
|
|
|
wxOSX/Cocoa:
|
|
|
|
- Add support for wxEVT_COMBOBOX_DROPDOWN and wxEVT_COMBOBOX_CLOSEUP
|
|
events (Igor Korot).
|