]> git.saurik.com Git - wxWidgets.git/commitdiff
1. added native wxMessageDialog implementation for GTK+2
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 28 Feb 2003 23:46:59 +0000 (23:46 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 28 Feb 2003 23:46:59 +0000 (23:46 +0000)
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

docs/changes.txt

index 7c1c1ce7e4d54b2db13cc656e2272bcfba3b9c2d..e143f9e7266e7b7960d0200c69fc815355c8236a 100644 (file)
@@ -39,31 +39,23 @@ All GUI ports:
 - 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
     Deprecated:
-
         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
-              reflect its action, use Get/SetProportion instead.
-
+              reflect its action, use Get/SetProportion instead
         wxKeyEvent::KeyCode()
-            - use GetKeyCode instead.
-
+            - use GetKeyCode instead
         wxList:: Number, First, Last, Nth
-            - use typesafe GetCount, GetFirst, GetLast, Item instead.
-
+            - use typesafe GetCount, GetFirst, GetLast, Item instead
         wxNode:: Next, Previous, Data
-            - use typesafe Get* instead.
-
+            - use typesafe Get* instead
         wxListBase::operator wxList&()
-            - use typesafe lists instead.
+            - use typesafe lists instead
 
 Unix:
 
@@ -72,13 +64,14 @@ Unix:
 
 wxGTK:
 
+- 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
-- 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
 
 wxMSW: