]>
git.saurik.com Git - wxWidgets.git/log
Václav Slavík [Wed, 2 May 2001 22:58:57 +0000 (22:58 +0000)]
updated info about my changes (wxLocale new API, wxImage<->wxBitmap conversion, XPM handler, wxHtmlProcessor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9974
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 2 May 2001 21:52:45 +0000 (21:52 +0000)]
typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9972
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kendall Bennett [Wed, 2 May 2001 20:59:28 +0000 (20:59 +0000)]
Initial check in of wxApplet code to CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9971
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kendall Bennett [Wed, 2 May 2001 20:55:56 +0000 (20:55 +0000)]
Fixed wxHTML code in a Watcom Win32 DLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9970
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kendall Bennett [Wed, 2 May 2001 19:48:15 +0000 (19:48 +0000)]
Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles
clean with this compiler. Hopefully I did this without breaking other
compilers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9967
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 2 May 2001 13:35:14 +0000 (13:35 +0000)]
fixed (?) crashes because of default GUI font being deleted
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9966
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 1 May 2001 23:14:40 +0000 (23:14 +0000)]
Added missing docs for methods in wxGridSizer and wxFlexGridSizer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9965
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Tue, 1 May 2001 20:17:33 +0000 (20:17 +0000)]
added xpmdecod files
added resource files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9964
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 1 May 2001 20:09:10 +0000 (20:09 +0000)]
Some minor clean-ups to the wxScrolledWindow code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9963
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Tue, 1 May 2001 19:40:09 +0000 (19:40 +0000)]
Added Mac OS X resource file handling:
- rez wxMac library resources into a rsrc file in the lib directory
- derez the previous rsrc file into an ascii file in the lib directory
- rez the ascii file into the executables as needed
- mark executables with application creator code APPL
Compiling the resources into a file in the lib directory avoids dependencies
on the wxMac resource sources when creating executables. However, decompiling
and recompiling could be avoided if resource merging worked (ResMerger?).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9962
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 1 May 2001 17:05:15 +0000 (17:05 +0000)]
Remvoed a yield in HitTest because of undesirable consequences
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9961
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 1 May 2001 16:49:23 +0000 (16:49 +0000)]
Check if the timer is already running before starting it again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9960
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 1 May 2001 16:40:06 +0000 (16:40 +0000)]
wxScrolledWindow next take, the Gizmo controls
work again and several other problem have
been solved, among them at least on reported
about the old implementation (wrong max size
due to a rounding error).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9959
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Tue, 1 May 2001 16:27:26 +0000 (16:27 +0000)]
applied SourceForge patch #419884 from Marc Newsam
this patch allows the notebook to add and delete pages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9958
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 1 May 2001 16:03:46 +0000 (16:03 +0000)]
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
Julian Smart [Tue, 1 May 2001 15:44:26 +0000 (15:44 +0000)]
Updated src/gtk/files.lst
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9956
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Tue, 1 May 2001 14:46:48 +0000 (14:46 +0000)]
Committing in .
Modified Files:
wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
wxWindows/src/common/mimecmn.cpp
wxWindows/src/generic/descrip.mms
wxWindows/src/gtk/descrip.mms wxWindows/src/unix/mimetype.cpp
Updated compile support for OpenVMS
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9955
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 1 May 2001 14:32:41 +0000 (14:32 +0000)]
wxScrolledWindow now emits wxScrollWinEvents. Something
does not work yet as desried, though.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9954
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 1 May 2001 13:01:58 +0000 (13:01 +0000)]
Added #define for apps to detect new situation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9953
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 1 May 2001 12:51:01 +0000 (12:51 +0000)]
Added required #include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9952
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 May 2001 06:46:38 +0000 (06:46 +0000)]
corrected event handling according to current msw/gtk implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9951
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 30 Apr 2001 23:59:17 +0000 (23:59 +0000)]
regenerated some more sources for gtk.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9950
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 30 Apr 2001 23:52:22 +0000 (23:52 +0000)]
Some tweaks and cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9949
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 30 Apr 2001 23:47:01 +0000 (23:47 +0000)]
version number.
regenerated some sources for gtk.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9948
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 30 Apr 2001 20:55:11 +0000 (20:55 +0000)]
Implemented wxGetClientDisplayRect which returns the dimensions of the
desktop minus taskbar, etc. on Windows and defaults to the full
desktop dimensions on other platforms. (If there is a way to do it
for other platforms please do.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9947
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 30 Apr 2001 18:37:26 +0000 (18:37 +0000)]
Some tweaks and cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9946
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 30 Apr 2001 18:37:06 +0000 (18:37 +0000)]
Bug fix from Mike Fletcher
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9945
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 30 Apr 2001 18:34:21 +0000 (18:34 +0000)]
Updates for the sample apps. Some readme's, show how to use py2exe,
InnoSetup, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9944
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 30 Apr 2001 18:33:20 +0000 (18:33 +0000)]
Show how to get an icon from a bitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9943
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 30 Apr 2001 18:32:18 +0000 (18:32 +0000)]
Switched to InnoSetup for MSW distributions
Other distrib stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9942
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 30 Apr 2001 15:35:30 +0000 (15:35 +0000)]
New makefile and modified .def file supporting the xpmdecod module.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9941
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 30 Apr 2001 14:25:22 +0000 (14:25 +0000)]
Too quick a trigger finger first time. Compile error fixed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9940
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 30 Apr 2001 14:13:41 +0000 (14:13 +0000)]
Suppress "Assignement in logical expression" type warnings for compilers that compain about this sort of thing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9939
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 30 Apr 2001 13:52:11 +0000 (13:52 +0000)]
Support for proper sizeing for scrolling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9938
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 30 Apr 2001 13:51:20 +0000 (13:51 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9937
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 30 Apr 2001 12:35:54 +0000 (12:35 +0000)]
Changed generic wxScrolledWindow -> wxGenericScrolledWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9936
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Apr 2001 22:24:54 +0000 (22:24 +0000)]
minor comments tweaking
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9935
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Apr 2001 22:14:02 +0000 (22:14 +0000)]
changed wxAddBasePath to wxHtmlCotentsItem's method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9934
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 29 Apr 2001 18:35:13 +0000 (18:35 +0000)]
Native wxScrolledWindow finishing touches.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9933
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Apr 2001 17:58:12 +0000 (17:58 +0000)]
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9932
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Apr 2001 17:57:59 +0000 (17:57 +0000)]
cleanup and reformatting to match indentation style of the rest of wx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9931
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Apr 2001 17:57:35 +0000 (17:57 +0000)]
indentation fixes; virtual dtor for all platforms, not only MacOS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9930
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 29 Apr 2001 17:57:22 +0000 (17:57 +0000)]
makefile.unx's now default to OpenGL, not Mesa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9929
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 29 Apr 2001 15:27:57 +0000 (15:27 +0000)]
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
Julian Smart [Sun, 29 Apr 2001 13:43:22 +0000 (13:43 +0000)]
Updated version numbers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9927
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 29 Apr 2001 13:42:03 +0000 (13:42 +0000)]
Updated distribution scripts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9926
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 28 Apr 2001 23:39:09 +0000 (23:39 +0000)]
added xpmdecod.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9925
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 28 Apr 2001 23:31:03 +0000 (23:31 +0000)]
fixed gcc pragmas in fs_*.h,cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9920
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 28 Apr 2001 23:30:43 +0000 (23:30 +0000)]
added imagxpm.h and xpmdecod
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9919
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 28 Apr 2001 23:30:35 +0000 (23:30 +0000)]
documented XPM support and updated status of TIFF handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9918
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 28 Apr 2001 23:30:24 +0000 (23:30 +0000)]
added wxXPMDecoder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9916
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 28 Apr 2001 23:30:11 +0000 (23:30 +0000)]
added XPM demo to samples/image
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9915
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 28 Apr 2001 14:45:57 +0000 (14:45 +0000)]
add #define wxUSE_SPINCTRL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9914
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 28 Apr 2001 14:45:11 +0000 (14:45 +0000)]
Implement wxRB_GROUP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9913
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 28 Apr 2001 13:35:16 +0000 (13:35 +0000)]
added common imagxpm files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9912
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 28 Apr 2001 13:32:21 +0000 (13:32 +0000)]
corrections for Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9911
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 28 Apr 2001 13:31:46 +0000 (13:31 +0000)]
corrections for modifications made to common mimetype code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9910
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 27 Apr 2001 18:22:47 +0000 (18:22 +0000)]
oops, forgot to check in change that adds WX_ICONV_TAKES_CHAR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9907
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 27 Apr 2001 16:57:11 +0000 (16:57 +0000)]
Made wxSplitterWindow conform to the docs with respect to using a
negative sash position in the Split* methods.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9905
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 27 Apr 2001 16:30:22 +0000 (16:30 +0000)]
Maybe compilation works now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9904
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 27 Apr 2001 15:04:57 +0000 (15:04 +0000)]
Added showing the default URL in DisplayContents and DisplayIndex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9903
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Fri, 27 Apr 2001 03:41:47 +0000 (03:41 +0000)]
There was no icon file in this example, causing compilation with VC to fail. I just stole a DialogEditor icon to use here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9902
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Fri, 27 Apr 2001 03:36:13 +0000 (03:36 +0000)]
Fixes problem where child window does not appear immediately (until second child is added) in the WINDOWS menu.
OGL Studio sample did not even show the child frame when a new one was created [bug reported by Julian].
This patch supplied by Markus Greither
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9901
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 27 Apr 2001 00:34:18 +0000 (00:34 +0000)]
compilation fix (sorry)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9900
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 27 Apr 2001 00:16:34 +0000 (00:16 +0000)]
generated source updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9899
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 27 Apr 2001 00:16:02 +0000 (00:16 +0000)]
Now that XPMs can be written in wxGTK, updated my conversion tools to
actually do it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9898
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 27 Apr 2001 00:10:05 +0000 (00:10 +0000)]
translate MDI menu items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9897
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 26 Apr 2001 22:46:50 +0000 (22:46 +0000)]
fixed SIZEOF_WCHAR_T detection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9896
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 26 Apr 2001 22:37:27 +0000 (22:37 +0000)]
removed duplicities in HTML entities tables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9895
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kendall Bennett [Thu, 26 Apr 2001 22:30:07 +0000 (22:30 +0000)]
Updates to OS/2 makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9894
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 26 Apr 2001 20:34:19 +0000 (20:34 +0000)]
Fixed Simple Toolbar bug; removed 2 pixel kludge in splash screen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9893
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 26 Apr 2001 18:58:09 +0000 (18:58 +0000)]
Added Greg's wxBitmapButton patch, take 2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9892
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 26 Apr 2001 16:38:11 +0000 (16:38 +0000)]
applied patch 417699 (remove WXDLLEXPORT from inline functions)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9891
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 26 Apr 2001 16:17:14 +0000 (16:17 +0000)]
applied patch 419155 (OLE x-compilation with mingw)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9890
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 26 Apr 2001 14:13:01 +0000 (14:13 +0000)]
fixed wxUSE_MAC not being defined under Unix => -D_REENTRANT was missing resulting in Solaris compilation failure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9889
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Thu, 26 Apr 2001 10:39:01 +0000 (10:39 +0000)]
$(EXTRAINC) moved to the beginning of INC= line so that if a user wants to override the location of include directories with their own, it is possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9886
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 26 Apr 2001 10:17:58 +0000 (10:17 +0000)]
Minor mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9885
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 26 Apr 2001 10:17:12 +0000 (10:17 +0000)]
adjusted for vaseks addition of USE_IMAGE and USE_XMP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9884
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 26 Apr 2001 06:34:58 +0000 (06:34 +0000)]
test for replacing menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9883
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Thu, 26 Apr 2001 01:12:48 +0000 (01:12 +0000)]
Fixed BCC compilation warning if wxUSE_HELP was 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9882
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Thu, 26 Apr 2001 01:08:19 +0000 (01:08 +0000)]
Changed ::Fit() to only fit the sizer if the window is the top level window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9881
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 25 Apr 2001 18:36:05 +0000 (18:36 +0000)]
added fool-proof test for sizeof(wchar_t) that works on SGI/Irix. This a workaround for autoconf's limitation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9877
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Wed, 25 Apr 2001 16:08:22 +0000 (16:08 +0000)]
Fixes ::Fit() and ::SetSizeHints() to keep the dialog sized so that it will not grow outside the display area of the screen. NEcessary to fix the problems seen in wxAnyChoiceDialog() derived classes where the dialog grows too big to see the top or bottom of the dialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9876
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 25 Apr 2001 15:45:24 +0000 (15:45 +0000)]
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
Julian Smart [Wed, 25 Apr 2001 15:38:00 +0000 (15:38 +0000)]
Some doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9874
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 25 Apr 2001 11:06:38 +0000 (11:06 +0000)]
Added .emacs tip to coding standards; fixed doc bugs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9872
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 24 Apr 2001 22:16:24 +0000 (22:16 +0000)]
added check for iconv() version; fixed strconv.cpp to compile with both prototypes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9871
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 24 Apr 2001 22:05:19 +0000 (22:05 +0000)]
implemented (more) correct <pre> handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9870
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 24 Apr 2001 16:38:02 +0000 (16:38 +0000)]
Corrected include/wx/palette.h; added wxGenericTreeCtrl::SetFont
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9869
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 24 Apr 2001 13:37:49 +0000 (13:37 +0000)]
regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9868
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 24 Apr 2001 13:35:47 +0000 (13:35 +0000)]
openbsd support added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 24 Apr 2001 00:07:04 +0000 (00:07 +0000)]
Unix compilation fixes for new MIME code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9866
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 23 Apr 2001 23:46:21 +0000 (23:46 +0000)]
applied MIME patch(es) from Chris Elliott
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9865
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 23 Apr 2001 23:34:07 +0000 (23:34 +0000)]
fir for Sun CC 6.0 compilation of wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9864
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 23 Apr 2001 23:33:34 +0000 (23:33 +0000)]
no changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9863
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 23 Apr 2001 23:31:42 +0000 (23:31 +0000)]
some ifdef's - now it might compile without wxUSE_IMAGE although not tested
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9862
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 23 Apr 2001 18:33:05 +0000 (18:33 +0000)]
add wxUSE_IMAGE to setup.h and GetHFONT to wxFont.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9861
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 23 Apr 2001 18:32:05 +0000 (18:32 +0000)]
new y position transforms in dc. Def updates and add imagexpm.cpp to make.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 23 Apr 2001 18:31:23 +0000 (18:31 +0000)]
Moving y pos transofrmation code to wxOS2::wxDC elimiantes need for some #ifdef __WXPM__ code here.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 23 Apr 2001 14:55:37 +0000 (14:55 +0000)]
Added support for more special characters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775