2. minor formatting changes, so that the changelog has consistent look
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19396
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- support wxListCtrl columns alignment for all platforms and not just MSW
- added wxToolBar Add/InsertTool(tool) (Janusz Piwowarski)
- WXR resources can now be used in Unicode builds
- support wxListCtrl columns alignment for all platforms and not just MSW
- added wxToolBar Add/InsertTool(tool) (Janusz Piwowarski)
- WXR resources can now be used in Unicode builds
-
-- Changed to type-safe wxSizerItemList for wxSizer child items.
-
+- changed to type-safe wxSizerItemList for wxSizer child items
wxSizer::Remove( wxWindow* )
- it does not function as Remove would usually be expected to
wxSizer::Remove( wxWindow* )
- it does not function as Remove would usually be expected to
- and destroy the window, use Detach instead.
-
+ and destroy the window, use Detach instead
wxSizer::GetOption(),
wxSizer::SetOption()
- wxSizer 'option' parameter was renamed 'proportion' to better
wxSizer::GetOption(),
wxSizer::SetOption()
- wxSizer 'option' parameter was renamed 'proportion' to better
- reflect its action, use Get/SetProportion instead.
-
+ reflect its action, use Get/SetProportion instead
- - use GetKeyCode instead.
-
+ - use GetKeyCode instead
wxList:: Number, First, Last, Nth
wxList:: Number, First, Last, Nth
- - use typesafe GetCount, GetFirst, GetLast, Item instead.
-
+ - use typesafe GetCount, GetFirst, GetLast, Item instead
wxNode:: Next, Previous, Data
wxNode:: Next, Previous, Data
- - use typesafe Get* instead.
-
+ - use typesafe Get* instead
wxListBase::operator wxList&()
wxListBase::operator wxList&()
- - use typesafe lists instead.
+ - use typesafe lists instead
+- added native wxMessageDialog implementation for GTK+2 build
- fixed wxMenu::Remove (John Skiff and Benjamin Williams)
- made wxTextCtrl::EmulateKeyPress() work for Delete and Backspace
- fixed wxTopLevelWindow::ShowFullScreen to work with kwin, IceWM and
window managers that support _NET_WM_STATE_FULLSCREEN
- fixed wxMenu::Remove (John Skiff and Benjamin Williams)
- made wxTextCtrl::EmulateKeyPress() work for Delete and Backspace
- fixed wxTopLevelWindow::ShowFullScreen to work with kwin, IceWM and
window managers that support _NET_WM_STATE_FULLSCREEN
-- Added wxEVT_MENU_OPEN event generation.
-- Fixed bug in generic file selector causing incomplete file extensions to
- be appended to filenames with no extension.
+- added wxEVT_MENU_OPEN event generation
+- fixed bug in generic file selector causing incomplete file extensions to
+ be appended to filenames with no extension