Unknown (DM)
d2bf4e837a
Added the Carbon precompiled headers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-05-04 23:36:56 +00:00
Julian Smart
e42c7b8567
*** empty log message ***
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-05-04 14:50:17 +00:00
Julian Smart
1c98149d12
Added mac.rsp, zipmac.bat
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-05-04 10:31:08 +00:00
Julian Smart
7699e843c0
Removed generic scrolwin.cpp from wxGTK list because of filename duplication
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-05-01 16:03:46 +00:00
Julian Smart
fa3541bd15
Changed generic wxScrolledWindow -> wxGenericScrolledWindow
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-04-30 12:35:54 +00:00
Robert Roebling
30954328be
wxScrolledWindow is now a native widget under GTK.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-04-29 15:27:57 +00:00
Julian Smart
e74a9319f9
Updated distribution scripts
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-04-29 13:42:03 +00:00
Václav Slavík
0de01330ba
added imagxpm.h and xpmdecod
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-04-28 23:30:43 +00:00
Julian Smart
963a1fcd6e
Minor mods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-04-26 10:17:58 +00:00
Julian Smart
3b59b26706
Added MS Word template file to be applied to manual before generation of PDF
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-04-25 15:45:24 +00:00
Václav Slavík
3ff75b5a4f
added wxXPMHandler and paletteg.cpp/h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-04-22 22:21:59 +00:00
Vadim Zeitlin
7529690de8
don't include unnecessary headers in the distribution
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-04-22 16:12:34 +00:00
Vadim Zeitlin
7ba4fbebbc
1. fixes to wxDC deleting logic (should fix ~wxPrinterDC leak), some code
...
reorganized/removed
2. applied (slightly modified) wxEnhMetaFileSimpleDataObject patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-04-09 01:22:48 +00:00
Julian Smart
46f5ad7d2c
Added Inno Setup distrib files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-03-29 11:58:24 +00:00
George Tasker
99b02ec0d8
Fixed the template so that the .DSP file that gets generated will actually compile (it was failing trying to build y_tab.c which does not exist until you do a command line build, and even after creating it, there were duplicate definitions). All tests I ran did not need this file to be compiled, so it is not currently built.
...
The wxBase(d).lib files are no placed in the wxwindows/lib directory with all the other LIB files.
The BaseDebug and BaseRelease directories (that hold all the OBJ/PCH/etc files) are now created under the src/msw directory so that if the wxBase(d).lib file is built with the IDE, and then an APP (like samples/console) is built with the command line makefiles, then all the PCH and DUMMY.OBJ files are in the expected place
The previous version of this file was trying to use the $(WX) environment variable, which was not supported. It has been changed to use $(WXWIN) now like all other places in the program.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-03-13 22:06:59 +00:00
George Tasker
99a030f5ed
Added code to the template to copy setup0.h to setup.h if setup.h does not exist (due to checkout from CVS).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-03-13 22:01:45 +00:00
George Tasker
16a7029841
Added the wxBase makefile/VC project template creations using basevc.t and vc6base.t to make src/msw/makebase.vc and wxWindows/wxBase.dsp respectively
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-03-13 22:00:45 +00:00
George Tasker
c0b2a21e09
New tmake template for generating makebase.vc for command line builds of wxBase(d).lib using VC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-03-13 21:59:13 +00:00
George Tasker
09de16e1ba
Memory tracing and ODBC classes are now (optionally) available in wxBase builds
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-03-13 17:22:37 +00:00
Václav Slavík
97f18671c6
fixed all's dependencies so that the makefile generates files.lst files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-03-11 23:32:51 +00:00
Vadim Zeitlin
4817645de8
matching changes for makefile.g95
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-02-26 10:41:10 +00:00
Julian Smart
9bb0d1b539
Small mod
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-02-12 18:12:10 +00:00
Julian Smart
84c9e2f87b
Changes to distribution scripts
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-02-12 15:59:24 +00:00
Vadim Zeitlin
1db8dc4a2b
applied (slightly modified) wxToggleButton patch from John Norris and Axel Schlueter
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-02-08 18:57:23 +00:00
Ron Lee
b64f0a5fc7
More mostly cross compiling related mods..
...
Get configure to bring in the necessary libs and object files if
the compiler can handle ole.
Added --enable-metafile option, defaults to yes but again only used
if ole is supported.
Fixed the last of the #ifdef wxUSE_NORLANDER.. tests to check if its
non-zero (it's always defined)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-02-08 11:19:25 +00:00
Julian Smart
7a5e62674f
Fixed some warnings (don't know why dialoged Makefile is being committed)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-02-06 14:23:44 +00:00
Vadim Zeitlin
e800f425f2
added splash.h headers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-02-06 00:11:43 +00:00
Robert Roebling
835b048113
Removing wxPlotWindow from filelist.txt.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-01-16 11:25:42 +00:00
Vadim Zeitlin
a54a9cd3b1
added src/msw/files.lst to the list of files to generate and updated it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-01-04 12:55:56 +00:00
Robert Roebling
df5ddbca48
Added wxFileName.
...
Small fix for log error messages on startup.
Added missing accessor to wxSizer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-12-28 00:00:32 +00:00
Julian Smart
1192d9ecd0
Small mods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-12-04 16:44:50 +00:00
Julian Smart
5e0e6ceb8f
Added accelerators to Undo/Redo menu items
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-12-03 18:25:13 +00:00
Robert Roebling
fdd4c4d0a4
Added matrix.cpp to compilables
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-24 12:42:08 +00:00
Julian Smart
20a2bdc9c3
Minor tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-12 19:55:10 +00:00
Julian Smart
aea1dc7174
Corrected distribution file & removed ^M characters from about/makefile.g95
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-12 00:14:35 +00:00
Julian Smart
f1d93f0bee
Doc/distribution script mods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-13 18:02:44 +00:00
Julian Smart
1620f478e5
Added distribution script
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-13 15:04:40 +00:00
Julian Smart
73a2995f98
Fixes for distribution scripts
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 16:32:03 +00:00
Julian Smart
f5a7a9e1a9
Added a couple of distribution-related files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-11 21:12:25 +00:00
Julian Smart
83b968da1a
First draft of a cygwin script to create wxMSW distributions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-11 18:12:14 +00:00
Julian Smart
f485492a1e
Added VC++ project files (seems logical)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-10 16:59:34 +00:00
Julian Smart
e37ce17035
Added cshelp.txt
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-12 15:48:06 +00:00
Vadim Zeitlin
83141d3a74
1. removed 'B' flag from treebase.cpp and regenerated the makefiles
...
2. fixed wxMemoryInputStream::Eof()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-12 15:15:44 +00:00
Vadim Zeitlin
01fa3fe74d
wxTipWindow added and is now used by wxSimpleHelpProvider
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-10 16:30:16 +00:00
Julian Smart
fb6261e9ba
Put wxContextHelp into cshelp.h/cpp, added wxContextHelpButton
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-08 10:49:39 +00:00
Julian Smart
a103e4e201
Small mods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-29 17:56:06 +00:00
Bryan Petty
3ca6a5f046
second merge of the 2.2 branch (RL)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-08 06:11:51 +00:00
Julian Smart
ad90972f27
Some BC++ fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-06 08:18:52 +00:00
Julian Smart
484523cf52
Modified generic wxTreeCtrl to work under non-Unix platforms simultaneously
...
with the native control.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-04 13:59:45 +00:00
Julian Smart
9e85f5ec6c
Removed winmm.dll from delayload list.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-02 06:35:58 +00:00
Julian Smart
3f4fc7967b
Added wxQuantize, wxSplashScreen, wxEffects & added palette to wxImage
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-28 17:53:25 +00:00
Julian Smart
031dfec8d4
WIN32 compilation of wxrc, wxrcedit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-26 12:40:49 +00:00
Julian Smart
51a58d8b4b
Added wxGenericDirCtrl, wxGenericDirDialog and associated icons.
...
Altered dialog sample to show generic dir dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-23 19:10:27 +00:00
Julian Smart
4567f2b2c6
Updated project and makefiles (VC++) to be more consistent.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-23 14:26:37 +00:00
Guillermo Rodriguez Garcia
a3c8a7ad5e
Added opengl32 to DLL libs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-17 13:52:38 +00:00
Bryan Petty
f6bcfd974e
merged 2.2 branch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-15 19:51:35 +00:00
Julian Smart
fbdcff4a78
Misc fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-05-05 16:40:32 +00:00
Vadim Zeitlin
dc3d889d0b
1. some (benign) warnings fixed
...
2. make dist/install fixes for wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-20 18:41:55 +00:00
Julian Smart
f47cd02d71
Win16 BC++ makefile fixes, other v. small fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-20 16:32:55 +00:00
Julian Smart
0a0352f2f8
Docview mended (grrr) and OGL studio partially working under wxGTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-20 13:41:16 +00:00
Julian Smart
281b0186b8
Misc small changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-19 19:55:13 +00:00
Julian Smart
9c6751aa46
Small mods to distrib files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-19 15:24:27 +00:00
Julian Smart
7fee680be8
Some VC++ makefile fixes; minor comment mods to setup0.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-19 14:47:13 +00:00
Vadim Zeitlin
3b415ba4cd
1. fixed crash in wxDateTime::ParseDate
...
2. some DLL compilation fixes
3. wxHandleFatalExceptions() implemented for MSW and documented
4. some attempts to make setup0.h a bit nicer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-19 00:56:22 +00:00
Julian Smart
fac2666314
Added def files for making OpenGL DLLs (Mingw32); added comment to wxHTML format
...
doc; added OpenGL libs to makeg95.env
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-18 20:11:10 +00:00
Robin Dunn
bd53731ec3
When making the DLL with glcanvas then you have to link the dll with
...
the gl libraries. Added a flag to let the makefile do that.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-18 08:15:25 +00:00
Julian Smart
b2cf617cb8
Some doc fixes; BC++, Watcom C++, Mingw32 fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-17 17:59:56 +00:00
Julian Smart
6158481fe5
Added some makefiles, more BC++/win16 fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-17 10:08:07 +00:00
Julian Smart
9c824f2977
Doc updates; new grid disabled for BC++/WIN16 (too much global data)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-17 09:19:37 +00:00
Vadim Zeitlin
117082d17b
1. fixed memory leak in GAddress
...
2. fixed memory leak with wxLogStderr in wxBase
3. updated tmake files/makefiles for wxBase with wxSocket under MSW
4. fixed wxSashWindow cursor bug by allowing SetCursor(wxNullCursor)
5. fixed warning in gsock*.c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-16 01:12:31 +00:00
Vadim Zeitlin
8dfea369ea
wxSocketServer test added to console sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-15 19:19:44 +00:00
Julian Smart
669f7a111f
Various compiler changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-15 18:52:23 +00:00
Julian Smart
53adbc34a2
Changes to ProjGen for new sample filenames
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-15 12:11:38 +00:00
Julian Smart
5d525ad911
Doc edits; adding mmedia.rsp; added STC BC++ makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-14 15:18:20 +00:00
Vadim Zeitlin
8e97b17bbd
1. aapplied patch for bcc makefiles from Ricky Gonzales
...
2. regenerated makefiles with tmake
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-14 14:57:16 +00:00
Guillermo Rodriguez Garcia
1c282a3a62
Added new file: gsockmsw.c
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-14 04:44:32 +00:00
Julian Smart
0d3a69ec70
Added project files for STC; fixed wxStringList memory leaks; small doc changes;
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-12 15:04:12 +00:00
Julian Smart
66f55ec64c
Doc corrections, wxMotif toolbar AddControl implementation (untested as yet)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-10 16:06:33 +00:00
Robin Dunn
ecc888a08f
Fixes for building the DLL with the new auxillary library names
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-10 02:58:58 +00:00
Julian Smart
7b28757f5e
Mmedia, OGL lib directory changes; omitted naughty wxGA_SMOOTH style from wxProgressDialog;
...
wxMotif toolbar fix; ~wxWindow Motif fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-09 20:15:44 +00:00
Robin Dunn
fe98790977
Oops. Removed duplicate target.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-09 19:26:18 +00:00
Robin Dunn
50a5c3f33e
Made clean target be not quite so agressive, added 'cleanall'
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-09 19:25:20 +00:00
Julian Smart
7c4a59a881
Added WinHelp sample doc to samples/help, and made it possible to show
...
both native and wxHTML help
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-08 13:04:51 +00:00
Julian Smart
07fce3c2f9
More makefile and project fun
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-08 10:38:50 +00:00
Julian Smart
5fa399c9e2
Made VC++ makefiles and project files a bit more consistent
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-08 08:32:31 +00:00
Vadim Zeitlin
5e1febface
1. wxWindowDisabler modified to bring parent window back to top under MSW
...
2. modal dialogs without parent now use the app top window as parent or use
wxWindowDisabler if none
3. modal dialogs bring parent windows to top when activated
4. wxBase dsp will now compile it with MT CRT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-05 02:12:04 +00:00
Václav Slavík
c07c37d70a
added more stuff to wxBase: zipstrm, zstream, fs_*, mstream
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-04 20:36:46 +00:00
Stefan Neis
d2e4966591
Added gridsel.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-03 16:35:47 +00:00
Julian Smart
b14391d1c8
Removed OGL prior to re-adding; some Watcom corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-03 11:10:51 +00:00
Vadim Zeitlin
422107f900
removed OGL files from wxGTK build, fixed configure for wxBase
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-03 10:46:23 +00:00
Robert Roebling
bdad4e7e02
Various changes due to OGL and glcanvas having changed
...
position.
Had to butcher Vadims system header patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-01 20:27:16 +00:00
Julian Smart
68be9f090f
Added wxDragImage generic implementation and sample; added mask handling to Motif's
...
wxImage::ConvertToBitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-01 11:05:49 +00:00
Julian Smart
94799627ee
Some corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-28 15:57:06 +00:00
Julian Smart
babc97583e
Removed old wxGLCanvas stuff; moved wxTreeLayout to wxWindows; corrected some doc errors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-28 13:42:59 +00:00
Julian Smart
2d08140fdb
Moved OGL to new locations.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-28 11:33:39 +00:00
Julian Smart
8b089c5e8c
Moved wxGLCanvas to more normal positions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-28 08:22:57 +00:00
Václav Slavík
7b0b2dcc0c
added base.t to the script
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-26 14:42:03 +00:00
Julian Smart
dc1efb1d9f
Some Motif fixes; makefile fixes; added wxTransferStreamToFile/FileToStream for wxWin
...
streams; fixed wxSP_... ids that clashed with wxTextCtrl; added generic GetPixel implementation for GTK/Motif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-24 15:04:24 +00:00
Ron Lee
07eb77a690
configure changes, for wxBase and wx-config
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-24 12:20:22 +00:00
Julian Smart
e06b95691f
Misc small changes, some for VC++ 1.5
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-23 16:54:18 +00:00
Julian Smart
f250631042
wxImage::Rotate corrections added; docview improvements (menus updated properly)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-20 12:40:08 +00:00
Julian Smart
49676b852c
Added JPEG rsp file
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-18 08:14:32 +00:00
Václav Slavík
dcb86da021
added wxMemoryFSHandler for storing VFS in memory
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-17 23:13:41 +00:00
Guillermo Rodriguez Garcia
102f951d7f
added a few comments and remove $(COPYSEP)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-16 23:46:07 +00:00
Julian Smart
d0b223a148
DrawLine normalized; wxStaticBitmap fixed for Dialog Editor
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-16 21:44:35 +00:00
Julian Smart
a19762cf3d
Removed old Ming95 makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-15 11:25:18 +00:00
Julian Smart
9bb3479c68
Distrib file updates; test for bitmap presence in controls.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-12 10:44:03 +00:00
Julian Smart
c3b177ae63
Some BC++ 5.4 fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-11 13:29:43 +00:00
Julian Smart
bf4d9b2b9b
ShowFullScreen (MSW) doc; projgen updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-08 19:25:48 +00:00
Julian Smart
457e6c54a2
Some doc corrections; Watcom C++ corrections; VC++ 4 corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-06 19:11:10 +00:00
Julian Smart
a42b93aaad
Minor doc typos removed; compilation improved for VC++ 4.x
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-04 17:08:11 +00:00
Stefan Neis
e00a018306
Added rules using motif.t gtk.t os2.t
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-02 00:08:20 +00:00
Stefan Neis
e48fa619a1
added os2.t
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-01 23:43:02 +00:00
Guillermo Rodriguez Garcia
f4e11bc941
Updated for new XPMlib files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-01 18:14:03 +00:00
Robert Roebling
103aab2664
Various corrections to makefiles, RPMs etc.
...
Corrected overoptimised window style and colour code.
More best visual changes.
Minor typos in docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-01 16:37:28 +00:00
Vadim Zeitlin
54744d3ab7
compilation for Win32 using configure works again
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-31 19:16:28 +00:00
Vadim Zeitlin
2224580a41
1. configre/makefiles changes
...
a) wxBase compilation/installation/dist works, added wxBase.spec
b) list of files is include by Makefile.in, not embedded into it
c) configure runs "subconfigures" for samples/demos/utils
2. wxTokenizer class from Gregory Pietsch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-31 18:26:16 +00:00
Julian Smart
56b79cb98d
Some but not all compile fixes for typetest (VC++ 1.5); added datetime.cpp
...
to 16-bit compile list; edited isql.h for 16-bit (but not right since doesn't
link)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-30 15:29:45 +00:00
Julian Smart
f6081a0462
Cured memory leak report in wxDateTime; wxGLCanvas corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-30 13:43:37 +00:00
Robert Roebling
16b52fa1b7
Disabled ODBC code by default,
...
Move isql.h and isqlext.h to /include/wx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-29 17:52:53 +00:00
Robert Roebling
d76fe38b29
Copied isql.h and isqlext.h to /include/wx/unix and make
...
it get installed.
New code for "best_visual" under SGI and Sun.
Typos in PostScrip code: HelvO and CourO.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-27 19:50:46 +00:00
Robert Roebling
ff7c6c9c36
Corrected TIFF,
...
more drawing tests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-26 19:26:02 +00:00
Vadim Zeitlin
176513eb42
more patches for BC++ from Ricky Gonzales
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-25 15:51:26 +00:00
Robert Roebling
11e654da9c
Added datetime.inl to filelist.txt
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-24 22:15:43 +00:00
Robert Roebling
510fc784c0
Added geometry.cpp and made it compile,
...
Added empty dndcmn.cpp to avoid GNU link warnings,
Fixed problem with event.Skip() in new tab code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-24 13:13:41 +00:00
Robert Roebling
4ee1741f75
Fixed small bug in tab code WRT to having only
...
a single control in a panel.
sliders now have keyboard handling.
Missing headers for install (memconf.h and geometry.h).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-23 17:09:48 +00:00
Stefan Neis
2b75c8f219
Added fontenum/fontutil and mimetype for OS/2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-23 15:00:57 +00:00
Václav Slavík
4c30035625
probably forgot to commit mimetype split to this file?
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-23 01:10:17 +00:00
Robert Roebling
e680a37841
Various makefile corrections,
...
Minor beatifications.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-22 22:47:30 +00:00
Robert Roebling
88413fec06
Changes for next snapshot.
...
Added new thumb track event for thumb release.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-22 18:02:20 +00:00
Robert Roebling
981b25083e
Add draft wxPlotWindow
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-17 19:56:42 +00:00
Julian Smart
76a4f50db5
Makeproj.cpp corrections; wxTextCtrl resource loading font bug cured
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-17 11:42:20 +00:00
Václav Slavík
fa146dd713
added <meta http-equiv> handler
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-16 22:54:32 +00:00
Stefan Neis
4c3f56612e
SN: Added dir.cpp to OS/2 sources
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-15 23:04:48 +00:00
Julian Smart
5dd26b0839
16-bit fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-15 10:20:46 +00:00
Robert Roebling
dfd6b52fdb
Updated "make dist",
...
Extended scroll sub sample to demonstrate how
wxGrid might work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-14 17:08:42 +00:00
Vadim Zeitlin
e183484e41
added the fix to autoconf hack
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-14 00:34:55 +00:00
Vadim Zeitlin
d9317fd472
1. added wxEnhMetaFileXXX classes
...
2. fixed/added copy/paste for metafiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-13 23:39:48 +00:00
Julian Smart
d1e418eaea
Set RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but...); fixed a
...
Dialog Editor crash problem; made wxStaticBitmap movable again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-13 13:17:19 +00:00
Julian Smart
60fe730339
Removed ::UpdateWindow from scrolwin.cpp; corrected default extension appending;
...
corrected bug in dcprint.cpp that tried to access deleted memory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-13 09:40:24 +00:00
Guillermo Rodriguez Garcia
dc8497b15c
A few more fixes from Mumit Khan
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-13 01:07:28 +00:00
Vadim Zeitlin
9260520f90
fixed 'make install' I had broken previously
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-12 16:13:29 +00:00
Guillermo Rodriguez Garcia
eafef53a5f
Patches for DLL compilation & libtiff
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-12 01:11:04 +00:00
Vadim Zeitlin
dad6c0ea77
fixes for 'make install' for wxBase - seems to work
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-10 17:12:43 +00:00
Stefan Neis
6c8f8bc534
SN: Fixes to OS/2 specific problems (use LEX_STEM and PATH_IFS set by configure).
...
SN: Added support for compiling wxPM with EMX using Unix-Makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-10 17:11:19 +00:00
Julian Smart
1cf4526de3
Makefiles and .rsp file edited for demos/samples
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-10 16:56:55 +00:00
Guillermo Rodriguez Garcia
172fde4fbe
Added libxpm
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-07 16:23:39 +00:00
Julian Smart
4021952304
Some edits to OGL; tweaks to wxClipboard docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 15:09:35 +00:00
Julian Smart
ccebc98a67
BC++ IDE compile mod to thread.cpp; other small stuff
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-06 10:30:12 +00:00
Vadim Zeitlin
e612f101d3
1. added wfstream.cpp to wxBase (needed by filesys.cpp)
...
2. small enchancements in wxCmdLineParser (handles "help" options correctly)
3. use wxCmdLineParser in makegen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 18:10:06 +00:00
Vadim Zeitlin
2a36259f27
added cmdline.h/.cpp to the makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-05 17:19:29 +00:00
Robert Roebling
1e8d2f694e
Distrib things,
...
Fixed typo in wxCheckListBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-03 17:11:48 +00:00
Václav Slavík
548cadfd42
added encconv.h -- I forgot to do so, sorry
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-02 19:51:38 +00:00
Julian Smart
b40b0f5b20
Updated wxvc_dll.dsp and memory.h to make VC++ compile in DLL mode again
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-01 12:24:35 +00:00
Václav Slavík
c958260b38
added wxEncodingConverter
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-31 00:35:13 +00:00
Vadim Zeitlin
9d9b77552e
1. wxCalendarCtrl
...
2. several wxDateTime bugs corrected, a couple of missing functions added
3. GetBestSize() corrections for several wxGTK controls
4. wxStaticLine doesn't get focus any more under MSW
5. added DoMoveWindow() to wxMotif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-29 19:18:01 +00:00
Julian Smart
1a3aa77fc7
Removed references to separate prop and porting docs. Added imagtiff.cpp
...
to VC++ project files. Added tiff library to makeproj.cpp.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-28 13:57:57 +00:00
Václav Slavík
9a66115de3
removed date.cpp and time.cpp from filelist.txt (was only commented)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-24 23:28:31 +00:00
Julian Smart
f3314fbcb4
Small changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-24 08:16:31 +00:00
Vadim Zeitlin
e07802fc4a
patches for running configure under OS/2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-23 17:59:26 +00:00
Vadim Zeitlin
ad0dc53bff
patches for BC++ 5.3 from Ricky Gonzales <gonzales@pyramid3.net>
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-23 14:05:21 +00:00
Robert Roebling
28c9c76e7f
Some doc updates.
...
Corrected wxFileDialog::GetFilenames() and GetPaths()
if no file is selected.
Corrceted make install.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-21 16:43:54 +00:00
Vadim Zeitlin
112d35a2cb
removed date.cpp and time.cpp from the makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-21 01:47:00 +00:00
Václav Slavík
336e2d4424
added support for definition lists (DL,DT,DD) to wxHTML
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-20 12:49:14 +00:00
Robin Dunn
5ea6dbbfff
Adding MSVC makefile support for building the TIFF library
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-17 20:55:50 +00:00
Julian Smart
17d8ee1cbd
Misc small mods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-17 14:59:09 +00:00
Vadim Zeitlin
7521ca7d84
an experimental template for Win16/VC++ 1.52
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-16 21:30:47 +00:00
Vadim Zeitlin
8f177c8e73
Win16 compilation fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-16 21:29:54 +00:00
Václav Slavík
c8b4eea8f2
image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-15 22:46:17 +00:00
Vadim Zeitlin
bf84b0be84
added datetime.h/cpp to filelist and regenerated the makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-15 19:40:22 +00:00
Václav Slavík
3cbe51d094
removed pnghand from MSW sources - obsoleted
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-12 16:18:55 +00:00
Vadim Zeitlin
1f59726ed9
generic/wizard.h added
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-09 16:53:49 +00:00
Vadim Zeitlin
e694c22c31
1. fix for compiling samples with profile info
...
2. dir.h/.cpp added to the makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-08 15:20:22 +00:00
Robert Roebling
6308151359
Added wxUSE_SPINCTRL,
...
Added various HAVE_XIM patches.
Added forty's headers to list of installed files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-07 11:59:07 +00:00
Robert Roebling
1d62a8b425
Change to wxMenuBar::Remove(),
...
"make dist" knows about src/tiff now,
configure has a new shared library thing which Debian seems to require.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-12-04 16:40:27 +00:00
Robert Roebling
b47c832e55
Made db.h compile (removed this wxODBC_ONLY_FARWRD_XXXXXX),
...
Added sources for TIFF 3.5.2 from libtiff.org.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-30 18:42:35 +00:00
Julian Smart
6b8b0e7ca0
Compile fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-30 10:07:03 +00:00
Vadim Zeitlin
b76b015ed9
1. msec resolution for timer functions under Win32
...
2. small wxLog corrections/enhancements
3. some wxDateTime and wxLongLong work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-28 23:30:18 +00:00
Robert Roebling
8e1c188720
TIFF code 3.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-28 17:19:05 +00:00
Vadim Zeitlin
b568d04ffa
1. wxThread changes (detached/joinable) for MSW and docs updates
...
2. wxUSE_GUI=0 compilation for MSW (use vc6dll.t with tmake) and many small
fixes related to this
3. an attempt to make wxLog more MT friendly
4. a small fix for wxRegConfig: it doesn't create empty unused keys any
more (SetPath() would always create a key, now it's deleted if it was
empty)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-27 22:57:06 +00:00
Vadim Zeitlin
0d0512bd8f
1. wxIcon/wxCursor change, wxGDIImage class added
...
2. wxCriticalSection doesn't alloc memory any more
3. many minor fixes in bitmap/icon code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-24 12:55:02 +00:00
Julian Smart
162999bfb7
Removed strange wxFAIL; added dialup.cpp to filelist.txt
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-24 12:14:24 +00:00
Robert Roebling
e909371890
makefile updates,
...
minor doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-21 19:28:15 +00:00
Julian Smart
5f2936dacb
Made some treectrl sample icons transparent; added toolbar.h to wx.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-17 14:29:00 +00:00
Robert Roebling
c4fda16bb0
Added a few non-threads compile fixes,
...
Removed strcasecmp defines from db.cpp and dbtable.cpp,
Added more stand-alone makefiles,
wxDropSource::DoDraDrop()'s return values works now
(wxDragNone, -Copy, -Move).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-15 17:31:10 +00:00
Vadim Zeitlin
c09f28798b
patches from Ricky Gonzales <gonzales@pyramid3.net> for BC++ Builder
...
compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-15 13:57:22 +00:00
Vadim Zeitlin
83ef322ddd
wizard.h added to the list of headers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-15 13:29:04 +00:00
Robert Roebling
ba0e7d4111
Distrib changes.
...
Augmented version to 2.1.12.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-14 19:25:07 +00:00
Julian Smart
c0ab6adfed
Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBILITY for 'old' menu
...
constructor and event handling; added wxString version of wxGetTempFileName
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-14 14:41:30 +00:00
Robert Roebling
4b59bea3dd
Fixed optical bug in wxListCtrl,
...
Added dnd.wxr to install script,
Fixed two problems in wxGLCanvas.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-11 15:41:43 +00:00
Julian Smart
1c6fb09fe2
Added files to make patch.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-11 10:59:37 +00:00
Julian Smart
a925b00678
Misc small fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-09 01:52:28 +00:00
Julian Smart
154f22b3fa
Fixes to Cygwin/Mingw32 makefile, manual now compiles wxStaticLine, etc.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-08 21:14:50 +00:00
Julian Smart
6adaedf0fc
Made various Motif fixes, wxListBox/wxChoice derive from wxControlWithItems,
...
added release.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-08 14:53:39 +00:00
Julian Smart
01dba85a7f
Various fixes for various compilers...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-07 18:34:36 +00:00
Julian Smart
ad556aa948
Tidied up wxHTML About HTML file (missing /td, /tr etc.: how did that work? :-));
...
added sample entries to index.htm; fixed some wxUSE_SPINBUTTON -> wxUSE_SPINBTN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-07 12:36:36 +00:00
Julian Smart
0e528b997e
Added some makefiles, fixed a BC++ problem in controls.cpp; changed some class
...
ordering for VC++ 1.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-06 17:12:10 +00:00
Julian Smart
6e47faf150
Fixed image sample, dsp files etc.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-06 10:39:19 +00:00
Robin Dunn
7e69b0e8ac
added fontenum.cpp for MSW
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-06 07:59:50 +00:00
Vadim Zeitlin
7beba2fc73
1. wxFontMapper almost finished
...
2. font helper functions are now in separate files, not utilsunx.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-05 19:03:19 +00:00