]> git.saurik.com Git - wxWidgets.git/commitdiff
Added new files to .rsp files; added new samples to index.htm
authorJulian Smart <julian@anthemion.co.uk>
Thu, 5 Aug 1999 09:33:04 +0000 (09:33 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 5 Aug 1999 09:33:04 +0000 (09:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/generic.rsp
distrib/msw/makefile.rsp
distrib/msw/msw.rsp
docs/html/index.htm
samples/richedit/wxLayout.cpp
samples/text/makefile.vc
samples/text/text.rc
src/msw/makefile.vc

index 0e4b92175f67652cbc43a1fa1ad9df82d427bab9..fb5aa86cb07e9d52d0928fce19cc7b2228cc75b2 100644 (file)
@@ -36,6 +36,10 @@ src/generic/*.cpp
 src/generic/*.c
 src/generic/*.inc
 
+src/html/*.cpp
+src/html/*.h
+src/html/bitmaps/*.xpm
+
 src/unix/*.cpp
 
 src/png/*.c
@@ -725,3 +729,126 @@ samples/drawing/*.png
 samples/drawing/*.ico
 samples/drawing/*.txt
 
+samples/html/makefile*
+samples/html/*.txt
+
+samples/html/about/*.cpp
+samples/html/about/*.h
+samples/html/about/makefile*
+samples/html/about/*.rc
+samples/html/about/*.def
+samples/html/about/*.bmp
+samples/html/about/*.xpm
+samples/html/about/*.xbm
+samples/html/about/*.png
+samples/html/about/*.ico
+samples/html/about/*.txt
+samples/html/about/data/*.htm
+samples/html/about/data/*.png
+
+samples/html/help/*.cpp
+samples/html/help/*.h
+samples/html/help/makefile*
+samples/html/help/*.rc
+samples/html/help/*.def
+samples/html/help/*.bmp
+samples/html/help/*.xpm
+samples/html/help/*.xbm
+samples/html/help/*.png
+samples/html/help/*.ico
+samples/html/help/*.txt
+samples/html/help/helpfiles/*.htm
+samples/html/help/helpfiles/*.hhc
+samples/html/help/helpfiles/*.hhk
+samples/html/help/helpfiles/*.hhp
+
+samples/html/printing/*.cpp
+samples/html/printing/*.h
+samples/html/printing/makefile*
+samples/html/printing/*.rc
+samples/html/printing/*.def
+samples/html/printing/*.bmp
+samples/html/printing/*.xpm
+samples/html/printing/*.xbm
+samples/html/printing/*.png
+samples/html/printing/*.ico
+samples/html/printing/*.htm
+
+samples/html/test/*.cpp
+samples/html/test/*.h
+samples/html/test/makefile*
+samples/html/test/*.rc
+samples/html/test/*.def
+samples/html/test/*.bmp
+samples/html/test/*.xpm
+samples/html/test/*.xbm
+samples/html/test/*.png
+samples/html/test/*.ico
+samples/html/test/*.htm
+samples/html/test/*.html
+
+samples/html/virtual/*.cpp
+samples/html/virtual/*.h
+samples/html/virtual/makefile*
+samples/html/virtual/*.rc
+samples/html/virtual/*.def
+samples/html/virtual/*.bmp
+samples/html/virtual/*.xpm
+samples/html/virtual/*.xbm
+samples/html/virtual/*.png
+samples/html/virtual/*.ico
+samples/html/virtual/*.htm
+samples/html/virtual/*.html
+
+samples/html/widget/*.cpp
+samples/html/widget/*.h
+samples/html/widget/makefile*
+samples/html/widget/*.rc
+samples/html/widget/*.def
+samples/html/widget/*.bmp
+samples/html/widget/*.xpm
+samples/html/widget/*.xbm
+samples/html/widget/*.png
+samples/html/widget/*.ico
+samples/html/widget/*.htm
+samples/html/widget/*.html
+
+samples/html/zip/*.cpp
+samples/html/zip/*.h
+samples/html/zip/makefile*
+samples/html/zip/*.rc
+samples/html/zip/*.def
+samples/html/zip/*.bmp
+samples/html/zip/*.xpm
+samples/html/zip/*.xbm
+samples/html/zip/*.png
+samples/html/zip/*.ico
+samples/html/zip/*.htm
+samples/html/zip/*.html
+
+samples/richedit/*.cpp
+samples/richedit/*.h
+samples/richedit/makefile*
+samples/richedit/*.rc
+samples/richedit/*.def
+samples/richedit/*.bmp
+samples/richedit/*.xpm
+samples/richedit/*.xbm
+samples/richedit/*.png
+samples/richedit/*.ico
+samples/richedit/*.txt
+samples/richedit/TODO
+samples/richedit/README
+
+samples/text/*.cpp
+samples/text/*.h
+samples/text/makefile*
+samples/text/*.rc
+samples/text/*.def
+samples/text/*.bmp
+samples/text/*.xpm
+samples/text/*.xbm
+samples/text/*.png
+samples/text/*.ico
+samples/text/*.txt
+
index a4929beecd748fb521b5874e8248350d4a060508..4ea2beb18e9689d6e361eb63bc6ec1e03cf26f9f 100644 (file)
@@ -80,6 +80,10 @@ samples/caret/Makefile.in
 samples/caret/Makefile
 samples/drawing/Makefile.in
 samples/drawing/Makefile
+samples/richedit/Makefile.in
+samples/richedit/Makefile
+samples/html/Makefile.in
+samples/html/Makefile
 src/Makefile.in
 src/Makefile
 utils/ogl/samples/ogledit/Makefile.in
@@ -89,3 +93,80 @@ utils/ogl/samples/studio/Makefile
 utils/ogl/src/Makefile.in
 utils/ogl/src/Makefile
 
+Makefile.am
+include/Makefile.am
+include/wx/Makefile.am
+include/wx/generic/Makefile.am
+include/wx/gtk/Makefile.am
+include/wx/html/Makefile.am
+include/wx/motif/Makefile.am
+include/wx/msw/Makefile.am
+include/wx/msw/ctl3d/Makefile.am
+include/wx/msw/gnuwin32/Makefile.am
+include/wx/protocol/Makefile.am
+include/wx/unix/Makefile.am
+misc/Makefile.am
+misc/afm/Makefile.am
+misc/gs_afm/Makefile.am
+samples/Makefile.am
+samples/bombs/Makefile.am
+samples/caret/Makefile.am
+samples/checklst/Makefile.am
+samples/config/Makefile.am
+samples/controls/Makefile.am
+samples/db/Makefile.am
+samples/dialogs/Makefile.am
+samples/dnd/Makefile.am
+samples/docview/Makefile.am
+samples/docvwmdi/Makefile.am
+samples/drawing/Makefile.am
+samples/dynamic/Makefile.am
+samples/forty/Makefile.am
+samples/fractal/Makefile.am
+samples/grid/Makefile.am
+samples/help/Makefile.am
+samples/html/Makefile.am
+samples/html/about/Makefile.am
+samples/html/help/Makefile.am
+samples/html/printing/Makefile.am
+samples/html/test/Makefile.am
+samples/html/virtual/Makefile.am
+samples/html/widget/Makefile.am
+samples/html/zip/Makefile.am
+samples/image/Makefile.am
+samples/internat/Makefile.am
+samples/joytest/Makefile.am
+samples/layout/Makefile.am
+samples/listctrl/Makefile.am
+samples/mdi/Makefile.am
+samples/memcheck/Makefile.am
+samples/mfc/Makefile.am
+samples/minifram/Makefile.am
+samples/minimal/Makefile.am
+samples/nativdlg/Makefile.am
+samples/notebook/Makefile.am
+samples/oleauto/Makefile.am
+samples/ownerdrw/Makefile.am
+samples/png/Makefile.am
+samples/printing/Makefile.am
+samples/proplist/Makefile.am
+samples/regtest/Makefile.am
+samples/resource/Makefile.am
+samples/richedit/Makefile.am
+samples/sashtest/Makefile.am
+samples/scroll/Makefile.am
+samples/splitter/Makefile.am
+samples/tab/Makefile.am
+samples/taskbar/Makefile.am
+samples/text/Makefile.am
+samples/thread/Makefile.am
+samples/toolbar/Makefile.am
+samples/treectrl/Makefile.am
+samples/typetest/Makefile.am
+samples/validate/Makefile.am
+samples/wxpoem/Makefile.am
+samples/wxsocket/Makefile.am
+src/Makefile.am
+src/gtk/Makefile.am
+src/motif/Makefile.am
+src/msw/Makefile.am
index 710bf7ef3a02ce3b1304149825a408e8c5ce7ab6..d2525cb30c1c73aa50d2383a9b2692ebbaf45662 100644 (file)
@@ -3,6 +3,7 @@ docs/licence.txt
 
 distrib/msw/*.rsp
 distrib/msw/*.bat
+distrib/msw/tmake/*.t
 
 tools/gettext/xgettext.exe
 tools/gettext/msgfmt.exe
@@ -48,6 +49,7 @@ src/msw/makefile.*
 src/msw/*.lst
 src/msw/*.def
 src/msw/*.inc
+src/msw/winestub.c
 
 src/msw/ctl3d/*.*
 src/msw/ctl3d/msvc/*.*
index 00d0d0afd525915c6d46c30d8c3ef9aa114e6307..c5336612d0ba140b21a35315807a5ad08dbd47ed 100644 (file)
@@ -185,6 +185,7 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
 
 <ul>
 <li><a href="../../samples/bombs">bombs</a>: minesweeper-like game.
+<li><a href="../../samples/caret">caret</a>: a sample to test the wxCaret class.
 <li><a href="../../samples/checklst">checklst</a>: demonstrates wxCheckListBox on
 supported platforms (currently Windows and GTK only).
 <li><a href="../../samples/config">config</a>: demonstrates use of wxConfig, which
@@ -210,6 +211,8 @@ fully-fledged application!
 <li><a href="../../samples/fractal">fractal</a>: fractal mountains by Andrew Davison.
 <li><a href="../../samples/grid">grid</a>: demonstrates the wxGrid class.
 <li><a href="../../samples/help">help</a>: shows how to use wxHelpController.
+<li><a href="../../samples/html">html</a>: a number of demos for the wxHTML class library, used inside
+applications and also as a help facility.
 <li><a href="../../samples/image">image</a>: shows off the cross-platform wxImage class.
 <li><a href="../../samples/internat">internat</a>: use of wxWindows' internationalization support.
 <li><a href="../../samples/joytest">joytest</a>: tests the wxJoystick class (currently Windows and GTK only).
@@ -237,6 +240,8 @@ Excel to be present).
 <li><a href="../../samples/proplist">proplist</a>: demonstrates the property list classes (a VB-style property editor).
 <li><a href="../../samples/regtest">regtest</a>: tests the low-level Windows registry functions (Windows only).
 <li><a href="../../samples/resource">resource</a>: shows how to use wxWindows resources (.wxr files).
+<li><a href="../../samples/richedit">richedit</a>: a work-in-progress rich text editor with plain text and HTML export
+facilities.
 <li><a href="../../samples/sashtest">sashtest</a>: demonstrates use of the wxSashWindow class to allow
 the user to resize subwindows.
 <li><a href="../../samples/splitter">splitter</a>: demonstrates the wxSplitterWindow class.
@@ -246,6 +251,8 @@ implementing wxNotebook on platforms with no native support.
 <li><a href="../../samples/taskbar">taskbar</a>: demonstrates the wxTaskBarIcon class, for
 adding icons to the system tray. Windows only, but may eventually be implemented for other desktop
 environments that use this metaphor.
+<li><a href="../../samples/text">text</a>: demonstrates single and multiline text controls,
+and clipboard operations.
 <li><a href="../../samples/thread">thread</a>: tests the family of classes for doing thread
 programming.
 <li><a href="../../samples/toolbar">toolbar</a>: demonstrates wxToolBar.
index 86532e650ea595a0ffc539f1370d8c77d2ed2753..f9957ef8f4c407dc0f63669e3f87e4404acf6f09 100644 (file)
@@ -123,6 +123,12 @@ MyFrame::MyFrame(void) :
    m_lwin->SetEditable(true);
    m_lwin->SetWrapMargin(40);
    m_lwin->SetFocus();
+
+   // JACS: under MSW, the window doesn't show the caret initially,
+   // and the following line I added doesn't help either.
+   // going to another window and then back again fixes it.
+   // m_lwin->OnSetFocus(wxFocusEvent());
+
    Clear();
 
 #if 0
index c64996a7a4e59ea441102530d1fa1e3dd40932c3..7f5644d7f6493eae2d284f05cd0ec300dcdfbb6c 100644 (file)
@@ -11,7 +11,7 @@
 # Set WXDIR for your system
 WXDIR = $(WXWIN)
 
-PROGRAM=controls
+PROGRAM=text
 OBJECTS = $(PROGRAM).obj
 
 !include $(WXDIR)\src\makeprog.vc
index 746abb461847da127f3b4b431dcd4f52aa85b270..94d24028d71d8e48c1f56ccbd98bec5368f3737e 100644 (file)
@@ -1,10 +1,3 @@
 mondrian ICON "mondrian.ico"
 
-choice BITMAP "icons/choice.bmp"
-combo  BITMAP "icons/combo.bmp"
-gauge  BITMAP "icons/gauge.bmp"
-list   BITMAP "icons/list.bmp"
-radio  BITMAP "icons/radio.bmp"
-text   BITMAP "icons/text.bmp"
-
 #include "wx/msw/wx.rc"
index 34d6bf1caf77a31f4837455ee8f331d90e3c1f83..89f483abc99caf442f546c9fc201d19f0bf972b7 100644 (file)
@@ -305,7 +305,7 @@ HTMLOBJS = \
 
 # Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc.
 # Add $(HTMLOBJS) if wanting wxHTML classes
-OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS)
+OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS)
 
 # Normal, static library
 all:    dirs $(DUMMYOBJ) $(OBJECTS) $(PERIPH_TARGET) png zlib xpm jpeg $(LIBTARGET)