From 4125fb9694ec4538be7a386caec6952ebfb9709b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 8 Jun 2003 17:43:05 +0000 Subject: [PATCH] shaped sample is in 2.4, too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 7 +++++++ distrib/msw/cw.rsp | 1 + distrib/msw/cw_mac.rsp | 2 ++ distrib/msw/generic.rsp | 13 +++++++++++++ distrib/msw/makefile.rsp | 1 + distrib/msw/vc.rsp | 3 +++ docs/publicity/announce.txt | 26 ++++++++------------------ 7 files changed, 35 insertions(+), 18 deletions(-) diff --git a/Makefile.in b/Makefile.in index d95087eef2..032d9b40d6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1257,6 +1257,13 @@ SAMPLES_DIST: ALL_GUI_DIST cp $(SAMPDIR)/scrollsub/makefile.unx $(DISTDIR)/samples/scrollsub cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub + mkdir $(DISTDIR)/samples/shaped + cp $(SAMPDIR)/shaped/Makefile.in $(DISTDIR)/samples/shaped + cp $(SAMPDIR)/shaped/makefile.unx $(DISTDIR)/samples/shaped + cp $(SAMPDIR)/shaped/*.cpp $(DISTDIR)/samples/shaped + cp $(SAMPDIR)/shaped/*.h $(DISTDIR)/samples/shaped + cp $(SAMPDIR)/shaped/*.png $(DISTDIR)/samples/shaped + mkdir $(DISTDIR)/samples/sockets cp $(SAMPDIR)/sockets/Makefile.in $(DISTDIR)/samples/sockets cp $(SAMPDIR)/sockets/makefile.unx $(DISTDIR)/samples/sockets diff --git a/distrib/msw/cw.rsp b/distrib/msw/cw.rsp index 108452a03d..ecd847c8db 100644 --- a/distrib/msw/cw.rsp +++ b/distrib/msw/cw.rsp @@ -71,6 +71,7 @@ samples/rotate/*W7.xml samples/sashtest/*W7.xml samples/scroll/*W7.xml samples/scrollsub/*W7.xml +samples/shaped/*W7.xml samples/sockets/*W7.xml samples/splitter/*W7.xml samples/statbar/*W7.xml diff --git a/distrib/msw/cw_mac.rsp b/distrib/msw/cw_mac.rsp index 55621df2ff..f59f7874bf 100644 --- a/distrib/msw/cw_mac.rsp +++ b/distrib/msw/cw_mac.rsp @@ -129,6 +129,8 @@ samples/scroll/*M?.xml samples/scroll/*.mcp samples/scrollsub/*M?.xml samples/scrollsub/*.mcp +samples/shaped/*M?.xml +samples/shaped/*.mcp samples/sockets/*M?.xml samples/sockets/*.mcp samples/splitter/*M?.xml diff --git a/distrib/msw/generic.rsp b/distrib/msw/generic.rsp index 1f20d480b5..7d0a054cb2 100644 --- a/distrib/msw/generic.rsp +++ b/distrib/msw/generic.rsp @@ -980,6 +980,19 @@ samples/scrollsub/*.ico samples/scrollsub/*.txt samples/scrollsub/*.pro +samples/shaped/*.cpp +samples/shaped/*.h +samples/shaped/makefile* +samples/shaped/*.rc +samples/shaped/*.def +samples/shaped/*.bmp +samples/shaped/*.xpm +samples/shaped/*.xbm +samples/shaped/*.png +samples/shaped/*.ico +samples/shaped/*.txt +samples/shaped/*.pro + samples/splitter/*.cpp samples/splitter/*.h samples/splitter/*.def diff --git a/distrib/msw/makefile.rsp b/distrib/msw/makefile.rsp index 39adcbbb59..1a660ca1c0 100644 --- a/distrib/msw/makefile.rsp +++ b/distrib/msw/makefile.rsp @@ -58,6 +58,7 @@ samples/rotate/Makefile.in samples/sashtest/Makefile.in samples/scroll/Makefile.in samples/scrollsub/Makefile.in +samples/shaped/Makefile.in samples/splitter/Makefile.in samples/statbar/Makefile.in samples/text/Makefile.in diff --git a/distrib/msw/vc.rsp b/distrib/msw/vc.rsp index 19a903d074..6628de2c5b 100644 --- a/distrib/msw/vc.rsp +++ b/distrib/msw/vc.rsp @@ -206,6 +206,9 @@ samples/scroll/scroll.dsw samples/scrollsub/scrollsub.dsp samples/scrollsub/scrollsub.dsw +samples/shaped/shaped.dsp +samples/shaped/shaped.dsw + samples/sockets/client.dsp samples/sockets/server.dsp samples/sockets/client.dsw diff --git a/docs/publicity/announce.txt b/docs/publicity/announce.txt index 30e56f109a..e4a24a7ace 100644 --- a/docs/publicity/announce.txt +++ b/docs/publicity/announce.txt @@ -1,7 +1,7 @@ Announcing wxWindows 2.4.1: a cross-platform GUI toolkit ---------------------------------------------------------------- -April ??th, 2003 -- the wxWindows team is pleased to announce +June 8th, 2003 -- the wxWindows team is pleased to announce an official 2.4.1 release of the mature cross-platform C++ application framework. @@ -22,23 +22,10 @@ To get wxWindows, go to the Download page at: http://www.wxwindows.org -This is the first official release to support the many -enhancements to wxWindows since the 2.2.x series. -Improvements have been made to many areas, including: - -- better support for Windows XP -- a much fuller Mac port -- additional platforms (OS/2 and bare X11) -- further type-safe container classes -- improved build system -- Unicode support for GTK+ and WIN32 -- improved wxBase support -- wxArtProvider class allows tailoring of standard - wxWindows images -- translations for more languages -- mousewheel support -- support for more ODBC databases -- numerous bug fixes +This is a bug-fix release. Improvements include +better border and theme handling under Windows XP, +additional XRC resource types, and removal of +some memory leaks. *** About wxWindows @@ -82,6 +69,9 @@ If you're considering wxWindows, do check out some of these links: http://www.wxwindows.org/users.htm ; A list of some of our ; users +==> Look out for reviews of wxWindows in the July editions of + Linux Journal and the UK's PC Plus magazine. + Have fun! Julian Smart and the wxWindows team