Updates to changes.txt etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,8 +1,32 @@
|
|||||||
|
|
||||||
|
25th October: wxWindows 2.2.3 released
|
||||||
|
|
||||||
|
Fixed bugs in HTTP code.
|
||||||
|
|
||||||
|
Implemented wxNO_FULL_REPAINT_ON_RESIZE whenever possible
|
||||||
|
and reduced flicker a little (no longer diables GTK's own
|
||||||
|
anti-flicker code).
|
||||||
|
|
||||||
|
Always have a clipping region equivalent to the update
|
||||||
|
region in OnPaint events (such as under wxMSW and wxMac).
|
||||||
|
|
||||||
|
Implemented wxListBox::SetFirstItem().
|
||||||
|
|
||||||
|
Fixed some minor problems in HTML code, wxListCtrl,
|
||||||
|
wxListBox.
|
||||||
|
|
||||||
|
Fixed compilation on RedHat 7.0.
|
||||||
|
|
||||||
|
Updated many translations, added Swedish.
|
||||||
|
|
||||||
|
Changed default screenpixels-per-inch from 100 to 75 in
|
||||||
|
printing code. This seems to cause problems in program
|
||||||
|
using the former value somewhere.
|
||||||
|
|
||||||
20th September: wxWindows 2.2.2 released
|
20th September: wxWindows 2.2.2 released
|
||||||
|
|
||||||
Fixed wxSizer bug that made items with option
|
Fixed wxSizer bug that made items with option
|
||||||
flags greater than 1 report a wrongn size.
|
flags greater than 1 report a wrong size.
|
||||||
|
|
||||||
Fixed many incompatibilties with GTK themes -
|
Fixed many incompatibilties with GTK themes -
|
||||||
essentially a backport from the 2.3 branch.
|
essentially a backport from the 2.3 branch.
|
||||||
|
@@ -254,9 +254,7 @@ The following options handle the kind of library you want to build.
|
|||||||
|
|
||||||
--disable-threads Compile without thread support.
|
--disable-threads Compile without thread support.
|
||||||
|
|
||||||
--disable-shared Do not create shared libraries.
|
--disable-shared Create static libraries.
|
||||||
|
|
||||||
--enable-static Create static libraries.
|
|
||||||
|
|
||||||
--disable-optimise Do not optimise the code. Can
|
--disable-optimise Do not optimise the code. Can
|
||||||
sometimes be useful for debugging
|
sometimes be useful for debugging
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
-------------------- High priority ---------------------
|
-------------------- High priority ---------------------
|
||||||
|
|
||||||
Improve, update translations. Install *.mo files somewhere.
|
Improve, update translations. Mostly done.
|
||||||
|
|
||||||
-------------------- Medium priority ---------------------
|
-------------------- Medium priority ---------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user