Go to file
Vadim Zeitlin 3bfa440288 added sorted arrays: they automatically sort items on insertion (using user
provided compare function) and binary search in Index(). Using them in
situations where Index() performance is important brings 30%-40% performance
boost.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1998-07-16 17:29:46 +00:00
distrib/msw Added gtk.rsp, a 'response' file (listing of all wxGTK-specific files) 1998-07-12 09:17:14 +00:00
docs fixed wxGTK copyright 1998-07-15 12:02:40 +00:00
include/wx added sorted arrays: they automatically sort items on insertion (using user 1998-07-16 17:29:46 +00:00
install/gtk Quick fix to avoid unnecessary compiler warnings from duplicate __WXDEBUG__ defines. 1998-07-13 12:47:02 +00:00
lib Initial revision 1998-05-20 14:01:55 +00:00
misc *** empty log message *** 1998-05-21 10:46:43 +00:00
samples resize mdi and notebook client 1998-07-13 23:30:59 +00:00
src added sorted arrays: they automatically sort items on insertion (using user 1998-07-16 17:29:46 +00:00
user resize mdi and notebook client 1998-07-13 23:30:59 +00:00
utils Added wxTreeLayout for wxWindows 2.0 1998-07-12 09:21:16 +00:00
install-sh Initial revision 1998-05-20 14:01:55 +00:00
Makefile Initial revision 1998-05-20 14:01:55 +00:00
template.mak Initial revision 1998-05-20 14:01:55 +00:00
TODO.txt old TODO renamed 1998-07-02 14:01:27 +00:00

wxWindows 2.0 alpha
-------------------

This is an alpha distribution of wxWindows 2.0. It may be made up
of sources for different platforms from different authors.

For generic installation information, see the docs directory. For
platform-specific installation information see for example docs/msw or
docs/gtk.