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
This commit is contained 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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user