]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoCleaned up makedfile to handle setup.h better. Added command line parsing
David Webster [Fri, 12 Oct 2001 16:38:08 +0000 (16:38 +0000)] 
Cleaned up makedfile to handle setup.h better.  Added command line parsing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed memory leak and optimized GetSubBitmap (Kudos to Eric Lavigne)
Stefan Csomor [Fri, 12 Oct 2001 16:11:12 +0000 (16:11 +0000)] 
fixed memory leak and optimized GetSubBitmap (Kudos to Eric Lavigne)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoNew wxUSE entries to support some new wx features.
David Webster [Fri, 12 Oct 2001 15:25:39 +0000 (15:25 +0000)] 
New wxUSE entries to support some new wx features.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoNot really needed in CVS
David Webster [Fri, 12 Oct 2001 15:24:39 +0000 (15:24 +0000)] 
Not really needed in CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofix to avoid internal compiler error with gcc 2.95.2 on Alpha
Vadim Zeitlin [Fri, 12 Oct 2001 14:16:20 +0000 (14:16 +0000)] 
fix to avoid internal compiler error with gcc 2.95.2 on Alpha

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomade wxString::assign() more efficient (don't force buffer reallocation)
Vadim Zeitlin [Fri, 12 Oct 2001 14:09:54 +0000 (14:09 +0000)] 
made wxString::assign() more efficient (don't force buffer reallocation)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoSome updates
David Webster [Fri, 12 Oct 2001 14:01:11 +0000 (14:01 +0000)] 
Some updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoupdated with latest morefiles
Gilles Depeyrot [Fri, 12 Oct 2001 06:51:32 +0000 (06:51 +0000)] 
updated with latest morefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomake the main dialog resizeable
Vadim Zeitlin [Fri, 12 Oct 2001 06:16:12 +0000 (06:16 +0000)] 
make the main dialog resizeable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agodo *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE...
Vadim Zeitlin [Fri, 12 Oct 2001 06:15:30 +0000 (06:15 +0000)] 
do *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE problem

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocreate wxNotebook without any extended style
Vadim Zeitlin [Fri, 12 Oct 2001 06:14:47 +0000 (06:14 +0000)] 
create wxNotebook without any extended style

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoMoved client data stuff directly into wxEvtHandler, #if'd out
Robin Dunn [Fri, 12 Oct 2001 03:18:35 +0000 (03:18 +0000)] 
Moved client data stuff directly into wxEvtHandler, #if'd out
wxClientDataContainer for now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed leaking wxColour
Robin Dunn [Thu, 11 Oct 2001 16:15:51 +0000 (16:15 +0000)] 
fixed leaking wxColour

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadd a newline to the log message
Robin Dunn [Thu, 11 Oct 2001 16:15:19 +0000 (16:15 +0000)] 
add a newline to the log message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded DEFINE_LOCAL_EVENT_TYPE() macro
Ron Lee [Thu, 11 Oct 2001 00:14:54 +0000 (00:14 +0000)] 
added DEFINE_LOCAL_EVENT_TYPE() macro

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomore missing WXDLLEXPORT(_DATA)
Vadim Zeitlin [Wed, 10 Oct 2001 23:58:18 +0000 (23:58 +0000)] 
more missing WXDLLEXPORT(_DATA)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomorefiles 1.5.2 adaptions
Stefan Csomor [Wed, 10 Oct 2001 23:02:18 +0000 (23:02 +0000)] 
morefiles 1.5.2 adaptions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agono precompiled MacHeaders anymore (guarantees synched headers)
Stefan Csomor [Wed, 10 Oct 2001 23:00:57 +0000 (23:00 +0000)] 
no precompiled MacHeaders anymore (guarantees synched headers)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agonew version 1.5.2 for morefiles
Stefan Csomor [Wed, 10 Oct 2001 22:57:33 +0000 (22:57 +0000)] 
new version 1.5.2 for morefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed menu navigation with mouse
Václav Slavík [Wed, 10 Oct 2001 22:44:08 +0000 (22:44 +0000)] 
fixed menu navigation with mouse

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFIXME so that I don't forget to implement this
Václav Slavík [Wed, 10 Oct 2001 22:43:21 +0000 (22:43 +0000)] 
FIXME so that I don't forget to implement this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofix to allow code using EVT_END_PROCESS to compie with new wxEvtHandler declaration
Vadim Zeitlin [Wed, 10 Oct 2001 22:34:55 +0000 (22:34 +0000)] 
fix to allow code using EVT_END_PROCESS to compie with new wxEvtHandler declaration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded missing WXDLLEXPORT
Vadim Zeitlin [Wed, 10 Oct 2001 22:33:34 +0000 (22:33 +0000)] 
added missing WXDLLEXPORT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded missing WXDLLEXPORT
Vadim Zeitlin [Wed, 10 Oct 2001 22:18:19 +0000 (22:18 +0000)] 
added missing WXDLLEXPORT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agorenamed global variable to avoid conflict with export from Mac OS X framework
Gilles Depeyrot [Wed, 10 Oct 2001 21:55:40 +0000 (21:55 +0000)] 
renamed global variable to avoid conflict with export from Mac OS X framework

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoprovide option to disable use of precompiled headers (Mac OS X)
Gilles Depeyrot [Wed, 10 Oct 2001 21:47:12 +0000 (21:47 +0000)] 
provide option to disable use of precompiled headers (Mac OS X)
this is useful for tinderboxes where the errors produced by the Apple
Developer Tools make it difficult to sort through the logs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoimproved OpenGL related documentation
Gilles Depeyrot [Wed, 10 Oct 2001 18:48:59 +0000 (18:48 +0000)] 
improved OpenGL related documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agodon't add /MT to CFLAGS explicitely
Vadim Zeitlin [Wed, 10 Oct 2001 16:42:02 +0000 (16:42 +0000)] 
don't add /MT to CFLAGS explicitely

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixes for cube sample from Paul Thiessen
Vadim Zeitlin [Wed, 10 Oct 2001 16:37:33 +0000 (16:37 +0000)] 
fixes for cube sample from Paul Thiessen

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoRemoved client data stuff from wxMenuBase since it now gets it from wxEvtHandler.
Robin Dunn [Wed, 10 Oct 2001 16:04:41 +0000 (16:04 +0000)] 
Removed client data stuff from wxMenuBase since it now gets it from wxEvtHandler.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoupdated templates and regenerated project files for OpenGL samples
Vadim Zeitlin [Wed, 10 Oct 2001 12:55:54 +0000 (12:55 +0000)] 
updated templates and regenerated project files for OpenGL samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Committing in .
Jouk Jansen [Wed, 10 Oct 2001 12:18:45 +0000 (12:18 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/common/descrip.mms

 Updated OpenVMS makefiles.

 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoattempts to process non ASCII key strokes properly
Vadim Zeitlin [Wed, 10 Oct 2001 11:57:03 +0000 (11:57 +0000)] 
attempts to process non ASCII key strokes properly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago[blind] fixes to the project file according to George's message
Vadim Zeitlin [Wed, 10 Oct 2001 09:36:55 +0000 (09:36 +0000)] 
[blind] fixes to the project file according to George's message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Committing in .
Jouk Jansen [Wed, 10 Oct 2001 06:14:34 +0000 (06:14 +0000)] 
 Committing in .

 Added Files:
  wxWindows/src/html/descrip.mms

 Compile support for OpenVMS
 (Thanks VZ for the help with removing my unsuccessfull checkin)

 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoformatting changes
Vadim Zeitlin [Wed, 10 Oct 2001 01:44:00 +0000 (01:44 +0000)] 
formatting changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoignore samples workspace files
Vadim Zeitlin [Wed, 10 Oct 2001 01:15:51 +0000 (01:15 +0000)] 
ignore samples workspace files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoregenerated to include new files
Vadim Zeitlin [Wed, 10 Oct 2001 00:44:48 +0000 (00:44 +0000)] 
regenerated to include new files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded wx*.dsp files
Vadim Zeitlin [Wed, 10 Oct 2001 00:43:45 +0000 (00:43 +0000)] 
added wx*.dsp files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago1. new samples proejct files for VC++
Vadim Zeitlin [Wed, 10 Oct 2001 00:34:22 +0000 (00:34 +0000)] 
1. new samples proejct files for VC++
2. a few fixes (mainly compilation warnings) to the code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed crash in OnSize() handler
Vadim Zeitlin [Wed, 10 Oct 2001 00:11:23 +0000 (00:11 +0000)] 
fixed crash in OnSize() handler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed compile errors, warnings and other DSMs, and improved comments.
Robin Dunn [Tue, 9 Oct 2001 23:09:41 +0000 (23:09 +0000)] 
Fixed compile errors, warnings and other DSMs, and improved comments.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoregenerated from .pro files
Vadim Zeitlin [Tue, 9 Oct 2001 22:59:06 +0000 (22:59 +0000)] 
regenerated from .pro files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agochanged html and opengl project names to start with html/gl prefix to avoid conflicts...
Vadim Zeitlin [Tue, 9 Oct 2001 22:57:30 +0000 (22:57 +0000)] 
changed html and opengl project names to start with html/gl prefix to avoid conflicts inside samples.dsw workspace

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoMoved the [Set|Get]Client[Data|Object] and such out of wxWindowBase
Robin Dunn [Tue, 9 Oct 2001 22:50:33 +0000 (22:50 +0000)] 
Moved the [Set|Get]Client[Data|Object] and such out of wxWindowBase
and into a mixin class.  Mixed it with wxEvtHandler.  Regenerated
files lists and makefiles.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded new project files for all samples and demos; removed the old ones
Vadim Zeitlin [Tue, 9 Oct 2001 22:30:29 +0000 (22:30 +0000)] 
added new project files for all samples and demos; removed the old ones

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixes to focus handling in menus
Václav Slavík [Tue, 9 Oct 2001 22:08:45 +0000 (22:08 +0000)] 
fixes to focus handling in menus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoa temporary hack to make testing wxTLW/Univ easier
Václav Slavík [Tue, 9 Oct 2001 22:08:30 +0000 (22:08 +0000)] 
a temporary hack to make testing wxTLW/Univ easier

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomingw compilation fix
Václav Slavík [Tue, 9 Oct 2001 22:08:14 +0000 (22:08 +0000)] 
mingw compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agominor additions to wxCmdLineParser tests
Vadim Zeitlin [Tue, 9 Oct 2001 22:07:34 +0000 (22:07 +0000)] 
minor additions to wxCmdLineParser tests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoupdated debian policy version
Ron Lee [Tue, 9 Oct 2001 20:44:00 +0000 (20:44 +0000)] 
updated debian policy version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed off by one error in wxXPMDecoder::ReadFile
Václav Slavík [Tue, 9 Oct 2001 17:05:22 +0000 (17:05 +0000)] 
fixed off by one error in wxXPMDecoder::ReadFile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomention wx[Flex]GridSizer too
Vadim Zeitlin [Tue, 9 Oct 2001 15:32:20 +0000 (15:32 +0000)] 
mention wx[Flex]GridSizer too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed results of strange cvs code merge
Vadim Zeitlin [Tue, 9 Oct 2001 15:11:22 +0000 (15:11 +0000)] 
fixed results of strange cvs code merge

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agorecompiled header support
Gilles Depeyrot [Tue, 9 Oct 2001 11:55:54 +0000 (11:55 +0000)] 
recompiled header support
removed doubled definitions (already in wx headers)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded missing close brace
Gilles Depeyrot [Tue, 9 Oct 2001 11:49:28 +0000 (11:49 +0000)] 
added missing close brace

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded wx/defs.h include to correct compilation issues under Mac OS X
Gilles Depeyrot [Tue, 9 Oct 2001 11:38:44 +0000 (11:38 +0000)] 
added wx/defs.h include to correct compilation issues under Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofix for wxFrame parent which somehow wasn't committed yesterday
Vadim Zeitlin [Mon, 8 Oct 2001 22:25:46 +0000 (22:25 +0000)] 
fix for wxFrame parent which somehow wasn't committed yesterday

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agohopefully fixes focus assertion
Václav Slavík [Mon, 8 Oct 2001 22:17:15 +0000 (22:17 +0000)] 
hopefully fixes focus assertion

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoRemoved call to SubclassWin since it is already done in
Robin Dunn [Mon, 8 Oct 2001 22:12:44 +0000 (22:12 +0000)] 
Removed call to SubclassWin since it is already done in
MSWCreateControl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded missing generic include file
Gilles Depeyrot [Mon, 8 Oct 2001 21:08:16 +0000 (21:08 +0000)] 
added missing generic include file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoMore changes for building the regex lib
Robin Dunn [Mon, 8 Oct 2001 18:05:58 +0000 (18:05 +0000)] 
More changes for building the regex lib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agorearranged the samples alphabetically, please keep them this way
Vadim Zeitlin [Mon, 8 Oct 2001 17:46:04 +0000 (17:46 +0000)] 
rearranged the samples alphabetically, please keep them this way

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agonormalized handling of Ctrl-x key presses and documented it clearly
Vadim Zeitlin [Mon, 8 Oct 2001 17:44:29 +0000 (17:44 +0000)] 
normalized handling of Ctrl-x key presses and documented it clearly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed DLL linking. Was missing the regex lib.
Robin Dunn [Mon, 8 Oct 2001 17:39:20 +0000 (17:39 +0000)] 
Fixed DLL linking.  Was missing the regex lib.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoallow disabling text events too; show Ctrl-x events correctly
Vadim Zeitlin [Mon, 8 Oct 2001 17:31:49 +0000 (17:31 +0000)] 
allow disabling text events too; show Ctrl-x events correctly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agodon't log mouse events by default
Vadim Zeitlin [Mon, 8 Oct 2001 17:25:49 +0000 (17:25 +0000)] 
don't log mouse events by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoreplaced C++ comments with C ones
Vadim Zeitlin [Mon, 8 Oct 2001 17:24:32 +0000 (17:24 +0000)] 
replaced C++ comments with C ones

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded and documented wxWS_EX_BLOCK_EVENTS flag
Vadim Zeitlin [Mon, 8 Oct 2001 16:46:01 +0000 (16:46 +0000)] 
added and documented wxWS_EX_BLOCK_EVENTS flag

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agodon't check for Meta key in wxKeyEvent::HasModifiers()
Vadim Zeitlin [Mon, 8 Oct 2001 15:58:52 +0000 (15:58 +0000)] 
don't check for Meta key in wxKeyEvent::HasModifiers()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoanother compilation fix
Vadim Zeitlin [Mon, 8 Oct 2001 15:42:07 +0000 (15:42 +0000)] 
another compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocompilation fix
Vadim Zeitlin [Mon, 8 Oct 2001 15:01:27 +0000 (15:01 +0000)] 
compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agorefresh the current item when the focus is gained/lost
Vadim Zeitlin [Mon, 8 Oct 2001 12:43:52 +0000 (12:43 +0000)] 
refresh the current item when the focus is gained/lost

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofix menubar sizing (at least under windows)
Vadim Zeitlin [Mon, 8 Oct 2001 01:03:52 +0000 (01:03 +0000)] 
fix menubar sizing (at least under windows)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomore active frame stuff
Václav Slavík [Sun, 7 Oct 2001 22:58:34 +0000 (22:58 +0000)] 
more active frame stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agochanged/centralized window creation code to allow wxTLW work in wxUniv
Vadim Zeitlin [Sun, 7 Oct 2001 22:17:24 +0000 (22:17 +0000)] 
changed/centralized window creation code to allow wxTLW work in wxUniv

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded status bar to the sample because it uses wxLogStatus()
Vadim Zeitlin [Sun, 7 Oct 2001 21:33:49 +0000 (21:33 +0000)] 
added status bar to the sample because it uses wxLogStatus()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoinclude wxWindows headers using "..." instead of <...>
Gilles Depeyrot [Sun, 7 Oct 2001 18:45:17 +0000 (18:45 +0000)] 
include wxWindows headers using "..." instead of <...>

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded automatic generation of files.lst for wxMac
Gilles Depeyrot [Sun, 7 Oct 2001 16:48:43 +0000 (16:48 +0000)] 
added automatic generation of files.lst for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAppleScript that finds and rebuilds all the CodeWarrior projects
Gilles Depeyrot [Sun, 7 Oct 2001 16:46:16 +0000 (16:46 +0000)] 
AppleScript that finds and rebuilds all the CodeWarrior projects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofix to wxMGL's wxBitmap(wxImage) ctor
Václav Slavík [Sun, 7 Oct 2001 14:34:21 +0000 (14:34 +0000)] 
fix to wxMGL's wxBitmap(wxImage) ctor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed yet another bug in wxActivateEvent handling
Václav Slavík [Sun, 7 Oct 2001 14:34:07 +0000 (14:34 +0000)] 
fixed yet another bug in wxActivateEvent handling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFloodFill not in MGL, either
Václav Slavík [Sun, 7 Oct 2001 14:33:56 +0000 (14:33 +0000)] 
FloodFill not in MGL, either

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomoved MGL initialization to earlier stage (crashes otherwise...) and implemented...
Václav Slavík [Sun, 7 Oct 2001 14:33:44 +0000 (14:33 +0000)] 
moved MGL initialization to earlier stage (crashes otherwise...) and implemented wxApp::Initialized

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agouse Arial if available
Václav Slavík [Sun, 7 Oct 2001 14:33:37 +0000 (14:33 +0000)] 
use Arial if available

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agogive focus to show top level windows
Václav Slavík [Sun, 7 Oct 2001 14:33:30 +0000 (14:33 +0000)] 
give focus to show top level windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed maximization handling
Václav Slavík [Sun, 7 Oct 2001 09:46:49 +0000 (09:46 +0000)] 
fixed maximization handling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoactive next window in Z-order when a frame is deleted
Václav Slavík [Sun, 7 Oct 2001 09:46:26 +0000 (09:46 +0000)] 
active next window in Z-order when a frame is deleted

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoreverted my previous check in, it was nonsense
Václav Slavík [Sun, 7 Oct 2001 09:46:07 +0000 (09:46 +0000)] 
reverted my previous check in, it was nonsense

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agono, wxComboBox is really NOT a low-level class (neither is wxChoice, for that matter...
Václav Slavík [Sat, 6 Oct 2001 22:49:14 +0000 (22:49 +0000)] 
no, wxComboBox is really NOT a low-level class (neither is wxChoice, for that matter, but filelist.txt pretends it is so that wxUniv can in turn pretend in can do wxChoices...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomore wxMGL fixes
Václav Slavík [Sat, 6 Oct 2001 22:46:30 +0000 (22:46 +0000)] 
more wxMGL fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agowxUniv tries to release mouse capture from menu bar instead of menu
Václav Slavík [Sat, 6 Oct 2001 22:46:06 +0000 (22:46 +0000)] 
wxUniv tries to release mouse capture from menu bar instead of menu

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomodified wxFrame/Univ to send wxSizeEvent when adding/removing bars (because client...
Václav Slavík [Sat, 6 Oct 2001 22:45:51 +0000 (22:45 +0000)] 
modified wxFrame/Univ to send wxSizeEvent when adding/removing bars (because client area changes)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofatal bug in wxMGL that caused hard to track crashes
Václav Slavík [Sat, 6 Oct 2001 22:44:47 +0000 (22:44 +0000)] 
fatal bug in wxMGL that caused hard to track crashes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadding wxUniv project/workspace files
Vadim Zeitlin [Sat, 6 Oct 2001 22:12:10 +0000 (22:12 +0000)] 
adding wxUniv project/workspace files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoremoved y_tab.c from wxUniv project files
Vadim Zeitlin [Sat, 6 Oct 2001 22:02:43 +0000 (22:02 +0000)] 
removed y_tab.c from wxUniv project files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoyou meant pragma interface, not pragma implementation
Václav Slavík [Sat, 6 Oct 2001 13:39:51 +0000 (13:39 +0000)] 
you meant pragma interface, not pragma implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed the bug with the order of 2 size events when the scrollbar[s] (dis)appear in...
Vadim Zeitlin [Sat, 6 Oct 2001 02:22:26 +0000 (02:22 +0000)] 
fixed the bug with the order of 2 size events when the scrollbar[s] (dis)appear in wxScrolledWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoallow setting the wxWin directory explicitly using WXDIR option, ..\.. by default
Vadim Zeitlin [Sat, 6 Oct 2001 01:53:02 +0000 (01:53 +0000)] 
allow setting the wxWin directory explicitly using WXDIR option, ..\.. by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoan (blind) attempt to fix wxGTK frame activation bug
Václav Slavík [Fri, 5 Oct 2001 22:08:35 +0000 (22:08 +0000)] 
an (blind) attempt to fix wxGTK frame activation bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775