]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoFixed wxSingleChoiceDialog to match the docs wrt the style flag
Robin Dunn [Thu, 8 Nov 2001 18:47:53 +0000 (18:47 +0000)] 
Fixed wxSingleChoiceDialog to match the docs wrt the style flag

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

22 years agocreate install dir for overrides.
Ron Lee [Thu, 8 Nov 2001 12:31:52 +0000 (12:31 +0000)] 
create install dir for overrides.

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

22 years agowxUSE_GTK must stay quoted..
Ron Lee [Thu, 8 Nov 2001 12:25:49 +0000 (12:25 +0000)] 
wxUSE_GTK must stay quoted..

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

22 years agoRearrange the linker flags/libs code in preparation for better static/shared
Ron Lee [Thu, 8 Nov 2001 11:24:04 +0000 (11:24 +0000)] 
Rearrange the linker flags/libs code in preparation for better static/shared
support.  Added --static option to wx-config and removed most libs from
--libs output unless it is used.

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

22 years agoadd lintian override for -univ hybrid package.
Ron Lee [Thu, 8 Nov 2001 02:31:40 +0000 (02:31 +0000)] 
add lintian override for -univ hybrid package.

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

22 years agoapplied the bit's of #473508 that were still relevant, and fixed a couple of
Ron Lee [Thu, 8 Nov 2001 00:03:06 +0000 (00:03 +0000)] 
applied the bit's of #473508 that were still relevant, and fixed a couple of
others that either the patch missed or (more likely) were new since it was
made.  Thanks Francis.

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

22 years agoNew XRCed from Roman Rolinsky
Robin Dunn [Wed, 7 Nov 2001 16:13:35 +0000 (16:13 +0000)] 
New XRCed from Roman Rolinsky

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

22 years agoShow class type returned from HitTest
Robin Dunn [Wed, 7 Nov 2001 16:12:44 +0000 (16:12 +0000)] 
Show class type returned from HitTest

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

22 years agoapplied a patch to ignore the modifiers (things like @euro) in LC_XXX vars
Vadim Zeitlin [Wed, 7 Nov 2001 15:58:23 +0000 (15:58 +0000)] 
applied a patch to ignore the modifiers (things like @euro) in LC_XXX vars

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

22 years agoadded aclocal.m4 to dist target. Bad Things happen if it's missing
Ron Lee [Wed, 7 Nov 2001 12:08:23 +0000 (12:08 +0000)] 
added aclocal.m4 to dist target.  Bad Things happen if it's missing
and you want to rebuild configure.

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

22 years agooops
Ron Lee [Wed, 7 Nov 2001 11:31:03 +0000 (11:31 +0000)] 
oops

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

22 years agoMore pesky "quotes" hiding in m4 macros.
Ron Lee [Wed, 7 Nov 2001 10:03:57 +0000 (10:03 +0000)] 
More pesky "quotes" hiding in m4 macros.

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

22 years agoPut $(GENERICOBJECTS) back into configure.in for a while, there are still
Ron Lee [Wed, 7 Nov 2001 09:47:20 +0000 (09:47 +0000)] 
Put $(GENERICOBJECTS) back into configure.in for a while, there are still
other ports that depend on it.

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

22 years ago Committing in .
Jouk Jansen [Wed, 7 Nov 2001 09:26:33 +0000 (09:26 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/descrip.mms wxWindows/setup.h_vms
  wxWindows/distrib/msw/makefile.rsp
  wxWindows/include/wx/dbgrid.h wxWindows/lib/vms_gtk.opt
  wxWindows/samples/db/dbtest.cpp
  wxWindows/src/common/descrip.mms
  wxWindows/src/generic/descrip.mms
 Added Files:
  wxWindows/samples/dialup/descrip.mms
  wxWindows/samples/docview/descrip.mms
  wxWindows/samples/font/descrip.mms

 dbgrid.h change as announced in the developer mailing list
 various OpenVMS complile issues

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

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

22 years agoremove -lfoo.dll hack, it appears to be unnecessary after all.. don't ask.
Ron Lee [Wed, 7 Nov 2001 07:53:33 +0000 (07:53 +0000)] 
remove -lfoo.dll hack, it appears to be unnecessary after all..  don't ask.

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

22 years agobeginnings of support for MGL shared library (it is crappy as hell in MGL, to begin...
Václav Slavík [Tue, 6 Nov 2001 23:54:15 +0000 (23:54 +0000)] 
beginnings of support for MGL shared library (it is crappy as hell in MGL, to begin with)

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

22 years ago* Fixed wxStaticBitmap::SetBitmap so that it does not ignore the mask
Mattia Barbon [Tue, 6 Nov 2001 21:16:02 +0000 (21:16 +0000)] 
* Fixed wxStaticBitmap::SetBitmap so that it does not ignore the mask
* Hopefully made possible use SetBitmap with as wxSB created with an icon
  and SetIcon with a wxSB created with a bitmap

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

22 years agoremoved duplicated line
Vadim Zeitlin [Tue, 6 Nov 2001 16:45:18 +0000 (16:45 +0000)] 
removed duplicated line

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

22 years agopart of wxWizard loading from WXR patch I forgot to commit
Vadim Zeitlin [Tue, 6 Nov 2001 16:34:36 +0000 (16:34 +0000)] 
part of wxWizard loading from WXR patch I forgot to commit

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

22 years agofixed wxUniv/GTK linking by getting rid of GENERICOBJS and putting them into GUIOBJS...
Vadim Zeitlin [Tue, 6 Nov 2001 16:31:31 +0000 (16:31 +0000)] 
fixed wxUniv/GTK linking by getting rid of GENERICOBJS and putting them into GUIOBJS/GUI_LOWLEVEL_OBJS instead

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

22 years agocompilation warning fix
Vadim Zeitlin [Tue, 6 Nov 2001 16:27:23 +0000 (16:27 +0000)] 
compilation warning fix

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

22 years agoMerged WXMSW_DLL_DEFINES and PICFLAGS, since they essentially do the same thing.
Ron Lee [Tue, 6 Nov 2001 05:44:09 +0000 (05:44 +0000)] 
Merged WXMSW_DLL_DEFINES and PICFLAGS, since they essentially do the same thing.

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

22 years agofound another object that nobody appears to have ever used in a dll.
Ron Lee [Tue, 6 Nov 2001 05:10:16 +0000 (05:10 +0000)] 
found another object that nobody appears to have ever used in a dll.

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

22 years agoBrown paper bag fix to -lwx.dll in wx-config
Ron Lee [Tue, 6 Nov 2001 02:36:39 +0000 (02:36 +0000)] 
Brown paper bag fix to -lwx.dll in wx-config

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

22 years agouse Unix line ending when compiled when the Apple DevTools
Gilles Depeyrot [Mon, 5 Nov 2001 21:08:03 +0000 (21:08 +0000)] 
use Unix line ending when compiled when the Apple DevTools

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

22 years agouse Unix line ending when compiling with Apple DevTools
Gilles Depeyrot [Mon, 5 Nov 2001 21:02:23 +0000 (21:02 +0000)] 
use Unix line ending when compiling with Apple DevTools

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

22 years agouse Unix raise for wxTrap when compiling with Apple DevTools
Gilles Depeyrot [Mon, 5 Nov 2001 21:01:46 +0000 (21:01 +0000)] 
use Unix raise for wxTrap when compiling with Apple DevTools

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

22 years agocorrected path format for wxMac compiled with Apple DevTools
Gilles Depeyrot [Mon, 5 Nov 2001 20:20:14 +0000 (20:20 +0000)] 
corrected path format for wxMac compiled with Apple DevTools

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

22 years agomore incompatible changes mentioned
Vadim Zeitlin [Mon, 5 Nov 2001 16:43:12 +0000 (16:43 +0000)] 
more incompatible changes mentioned

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

22 years agoforgot to update univ/toplevel.h
Václav Slavík [Mon, 5 Nov 2001 15:49:59 +0000 (15:49 +0000)] 
forgot to update univ/toplevel.h

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

22 years agorenamed (gcc) wxMSW import lib name yet again. *.dll.a should be the
Ron Lee [Mon, 5 Nov 2001 11:48:47 +0000 (11:48 +0000)] 
renamed (gcc) wxMSW import lib name yet again.  *.dll.a should be the
final choice for a while I think.
Removed mostly useless ELF style version numbers from .dll -- it's not
an ELF lib so no point adding cruft we can't use.

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

22 years agoListbox control code
David Webster [Mon, 5 Nov 2001 03:22:45 +0000 (03:22 +0000)] 
Listbox control code

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

22 years agoListbox control code
David Webster [Mon, 5 Nov 2001 02:59:23 +0000 (02:59 +0000)] 
Listbox control code

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

22 years agoListbox control code
David Webster [Mon, 5 Nov 2001 02:50:59 +0000 (02:50 +0000)] 
Listbox control code

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

22 years agofixed stupid bug in display mode error reporting
Václav Slavík [Sun, 4 Nov 2001 23:33:19 +0000 (23:33 +0000)] 
fixed stupid bug in display mode error reporting

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

22 years agocontrols sample is now able to use default command line arguments
Václav Slavík [Sun, 4 Nov 2001 23:33:09 +0000 (23:33 +0000)] 
controls sample is now able to use default command line arguments

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

22 years agoreworked display mode stuff once again
Václav Slavík [Sun, 4 Nov 2001 23:32:52 +0000 (23:32 +0000)] 
reworked display mode stuff once again

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

22 years agoimplemented late(r) initialization of wxUniv themes
Václav Slavík [Sun, 4 Nov 2001 23:32:16 +0000 (23:32 +0000)] 
implemented late(r) initialization of wxUniv themes

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

22 years agoworkaroung for handling problems because groupboxes are not included in the parent...
Stefan Csomor [Sun, 4 Nov 2001 21:02:06 +0000 (21:02 +0000)] 
workaroung for handling problems because groupboxes are not included in the parent-child relationship in wxwindows in a geometrical correct way

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

22 years agoadded internal callback when toplevel windows move for opengl canvas
Stefan Csomor [Sun, 4 Nov 2001 20:54:39 +0000 (20:54 +0000)] 
added internal callback when toplevel windows move for opengl canvas

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

22 years agoadded internal callback when toplevel windows move for opengl canvas
Stefan Csomor [Sun, 4 Nov 2001 20:42:33 +0000 (20:42 +0000)] 
added internal callback when toplevel windows move for opengl canvas

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

22 years agoadded internal callback when toplevel windows move for opengl canvas
Stefan Csomor [Sun, 4 Nov 2001 20:36:23 +0000 (20:36 +0000)] 
added internal callback when toplevel windows move for opengl canvas

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

22 years agocorrected tooltip
Stefan Csomor [Sun, 4 Nov 2001 20:24:12 +0000 (20:24 +0000)] 
corrected tooltip

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

22 years agocorrected detection of wchar_t under Mac OS X/Darwin
Gilles Depeyrot [Sun, 4 Nov 2001 19:30:34 +0000 (19:30 +0000)] 
corrected detection of wchar_t under Mac OS X/Darwin

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

22 years agoadded wcslen prototype declaration for Darwin/FreeBSD, wcslen is in wxchar.cpp
Gilles Depeyrot [Sun, 4 Nov 2001 18:46:43 +0000 (18:46 +0000)] 
added wcslen prototype declaration for Darwin/FreeBSD, wcslen is in wxchar.cpp

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

22 years agoadded missing wxSTD for cout & cerr
Gilles Depeyrot [Sun, 4 Nov 2001 17:41:53 +0000 (17:41 +0000)] 
added missing wxSTD for cout & cerr

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

22 years agowchar/wcslen corrections for Darwin (same as FreeBSD)
Gilles Depeyrot [Sun, 4 Nov 2001 17:20:38 +0000 (17:20 +0000)] 
wchar/wcslen corrections for Darwin (same as FreeBSD)

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

22 years agoTRUE and FALSE, not true and false.
David Webster [Sun, 4 Nov 2001 14:51:05 +0000 (14:51 +0000)] 
TRUE and FALSE, not true and false.

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

22 years agoSome compiler bug fixes, new .def file
David Webster [Sun, 4 Nov 2001 14:49:22 +0000 (14:49 +0000)] 
Some compiler bug fixes, new .def file

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

22 years agouse 'cp -fp' instead of 'cp -p' to install programs/data under Mac OS X
Gilles Depeyrot [Sun, 4 Nov 2001 13:59:15 +0000 (13:59 +0000)] 
use 'cp -fp' instead of 'cp -p' to install programs/data under Mac OS X

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

22 years agoDon't strip cross packages with native strip. All of them. Really.
Ron Lee [Sun, 4 Nov 2001 03:01:57 +0000 (03:01 +0000)] 
Don't strip cross packages with native strip.  All of them.  Really.

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

22 years agoBacked out misguided 'build both' patch.
Ron Lee [Sun, 4 Nov 2001 01:29:54 +0000 (01:29 +0000)] 
Backed out misguided 'build both' patch.
Reshuffled library name code into a slightly neater stack.

Added separate shared and static msw builds to .debs  :(
that makes 13 builds of the core lib alone required to create
all packages now..  (anyone want to donate me a fast MP box :)

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

22 years agoMore cross compiling fixes.
Ron Lee [Sun, 4 Nov 2001 00:07:25 +0000 (00:07 +0000)] 
More cross compiling fixes.

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

22 years agoimplemented display mode setting
Václav Slavík [Sun, 4 Nov 2001 00:00:36 +0000 (00:00 +0000)] 
implemented display mode setting

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

22 years agoimplemented wxApp::Get/SetDisplayMode
Václav Slavík [Sun, 4 Nov 2001 00:00:15 +0000 (00:00 +0000)] 
implemented wxApp::Get/SetDisplayMode

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

22 years agooh, better interface to GetDisplayMode (Vadim was right; previous commit was by accident)
Václav Slavík [Sun, 4 Nov 2001 00:00:06 +0000 (00:00 +0000)] 
oh, better interface to GetDisplayMode (Vadim was right; previous commit was by accident)

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

22 years agoinstall apparently ignores -p option under Mac OS X, use cp -p instead
Gilles Depeyrot [Sat, 3 Nov 2001 23:08:16 +0000 (23:08 +0000)] 
install apparently ignores -p option under Mac OS X, use cp -p instead

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

22 years agocorrected install program for Mac OS X (use AC_PROG_INSTALL but add -p option
Gilles Depeyrot [Sat, 3 Nov 2001 22:42:30 +0000 (22:42 +0000)] 
corrected install program for Mac OS X (use AC_PROG_INSTALL but add -p option
to INSTALL_PROGRAM and INSTALL_DATA in order to preserve modification dates)

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

22 years agoremoved OnSetFocus() which doesn't exist any more
Vadim Zeitlin [Sat, 3 Nov 2001 21:49:33 +0000 (21:49 +0000)] 
removed OnSetFocus() which doesn't exist any more

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

22 years agoadded wxApp::GetDisplayMode function for fullscreen ports
Václav Slavík [Sat, 3 Nov 2001 21:36:15 +0000 (21:36 +0000)] 
added wxApp::GetDisplayMode function for fullscreen ports

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

22 years agorecently checked in patch was ignorant to wxUSE_RESOURCES
Václav Slavík [Sat, 3 Nov 2001 21:36:01 +0000 (21:36 +0000)] 
recently checked in patch was ignorant to wxUSE_RESOURCES

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

22 years agooops, configure defined _WIN_IE instead of _WIN32_IE for cross-compilation
Václav Slavík [Sat, 3 Nov 2001 21:35:21 +0000 (21:35 +0000)] 
oops, configure defined _WIN_IE instead of _WIN32_IE for cross-compilation

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

22 years agoAdded wxPostscriptDC to wxPython
Robin Dunn [Sat, 3 Nov 2001 20:34:26 +0000 (20:34 +0000)] 
Added wxPostscriptDC to wxPython

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

22 years agoA little tweak
Robin Dunn [Sat, 3 Nov 2001 20:33:54 +0000 (20:33 +0000)] 
A little tweak

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

22 years agoEnabled wxPostscriptDC to be used in wxMSW, if wxUSE_POSTSCRIPT
Robin Dunn [Sat, 3 Nov 2001 20:31:07 +0000 (20:31 +0000)] 
Enabled wxPostscriptDC to be used in wxMSW, if wxUSE_POSTSCRIPT

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

22 years agoimplemented Freeze/Thaw() for the generic listctrl
Vadim Zeitlin [Sat, 3 Nov 2001 17:06:29 +0000 (17:06 +0000)] 
implemented Freeze/Thaw() for the generic listctrl

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

22 years agoAdded static lib to shared build targets for wxMSW builds.
Ron Lee [Sat, 3 Nov 2001 13:00:52 +0000 (13:00 +0000)] 
Added static lib to shared build targets for wxMSW builds.
Added -dbg packages for msw-cross.

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

22 years agoTweaked config for weird static lib BSDism.
Ron Lee [Sat, 3 Nov 2001 11:29:05 +0000 (11:29 +0000)] 
Tweaked config for weird static lib BSDism.

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

22 years agoAdded separate import lib for msw .dlls
Ron Lee [Sat, 3 Nov 2001 11:08:15 +0000 (11:08 +0000)] 
Added separate import lib for msw .dlls
Removed useless mingw and cygwin options.
Fixed library naming for msw _gl and set 'unix' style names for cross
builds and 'windows' style for native builds.
Added $target to wx-config, and fixed lib/header dir exclusions.
Added -mwindows to wx-config output for gui libs.
Fixed wx-config to output import lib instead of dll for shared
msw builds.

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

22 years agoadded missing header
Ron Lee [Sat, 3 Nov 2001 05:14:32 +0000 (05:14 +0000)] 
added missing header

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

22 years agodon't send fictious menu events when another WM_COMMAND occurs while a popup menu...
Vadim Zeitlin [Sat, 3 Nov 2001 00:34:44 +0000 (00:34 +0000)] 
don't send fictious menu events when another WM_COMMAND occurs while a popup menu is shown

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

22 years agomingw compilation fixc
Václav Slavík [Fri, 2 Nov 2001 23:33:08 +0000 (23:33 +0000)] 
mingw compilation fixc

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

22 years agowxPython updates to match recent updates to wxCalendarCtrl, wxGrid,
Robin Dunn [Fri, 2 Nov 2001 23:21:45 +0000 (23:21 +0000)] 
wxPython updates to match recent updates to wxCalendarCtrl, wxGrid,
and wxGLCanvas.

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

22 years agocorrected findfirst/next on mac
Stefan Csomor [Fri, 2 Nov 2001 22:00:54 +0000 (22:00 +0000)] 
corrected findfirst/next on mac

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

22 years agowxPython updates to match recent updates to wxCalendarCtrl, wxGrid,
Robin Dunn [Fri, 2 Nov 2001 20:56:23 +0000 (20:56 +0000)] 
wxPython updates to match recent updates to wxCalendarCtrl, wxGrid,
and wxGLCanvas.

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

22 years agoupdated and renamed CodeWarrior 5.3 project
Gilles Depeyrot [Fri, 2 Nov 2001 20:52:13 +0000 (20:52 +0000)] 
updated and renamed CodeWarrior 5.3 project

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

22 years agocorrected rebuild of more than one-level hiearchical menus when not directly added...
Stefan Csomor [Fri, 2 Nov 2001 20:47:11 +0000 (20:47 +0000)] 
corrected rebuild of more than one-level hiearchical menus when not directly added to the current menubar

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

22 years agoRemoved som unnecessary sh-bangs.
Robin Dunn [Fri, 2 Nov 2001 19:43:54 +0000 (19:43 +0000)] 
Removed som unnecessary sh-bangs.

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

22 years agocheck for wxOnAssert reentrancy
Vadim Zeitlin [Fri, 2 Nov 2001 18:35:50 +0000 (18:35 +0000)] 
check for wxOnAssert reentrancy

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

22 years agofixed wxString::resize() which was completely broken
Vadim Zeitlin [Fri, 2 Nov 2001 18:17:38 +0000 (18:17 +0000)] 
fixed wxString::resize() which was completely broken

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

22 years agodon't make the log dialog taller than the screen (patch 457695)
Vadim Zeitlin [Fri, 2 Nov 2001 17:52:27 +0000 (17:52 +0000)] 
don't make the log dialog taller than the screen (patch 457695)

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

22 years agosupport for vetoing grid cell editing (patch 469049)
Vadim Zeitlin [Fri, 2 Nov 2001 17:44:55 +0000 (17:44 +0000)] 
support for vetoing grid cell editing (patch 469049)

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

22 years agomore efficient SetStatusText for the generic wxStatusBar (patch 469976)
Vadim Zeitlin [Fri, 2 Nov 2001 17:38:40 +0000 (17:38 +0000)] 
more efficient SetStatusText for the generic wxStatusBar (patch 469976)

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

22 years agofix a bug for bitmap changing in wxWizard (patch 474975)
Vadim Zeitlin [Fri, 2 Nov 2001 17:30:42 +0000 (17:30 +0000)] 
fix a bug for bitmap changing in wxWizard (patch 474975)

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

22 years agowxWizard help patch (474974)
Vadim Zeitlin [Fri, 2 Nov 2001 17:29:38 +0000 (17:29 +0000)] 
wxWizard help patch (474974)

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

22 years agowxWizardPage may be loaded from resource (patch 470683)
Vadim Zeitlin [Fri, 2 Nov 2001 17:22:44 +0000 (17:22 +0000)] 
wxWizardPage may be loaded from resource (patch 470683)

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

22 years agoreplaced a static buffer with wxString
Vadim Zeitlin [Fri, 2 Nov 2001 16:43:28 +0000 (16:43 +0000)] 
replaced a static buffer with wxString

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

22 years agoapplied patch to make wxGLCanvas derive from wxWindow, not wxScrolledWindow (Paul...
Vadim Zeitlin [Fri, 2 Nov 2001 16:08:52 +0000 (16:08 +0000)] 
applied patch to make wxGLCanvas derive from wxWindow, not wxScrolledWindow (Paul A. Thiessen)

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

22 years agogive an error and stop if OpenGL libs not found but --with-opengl was specified
Vadim Zeitlin [Fri, 2 Nov 2001 15:45:07 +0000 (15:45 +0000)] 
give an error and stop if OpenGL libs not found but --with-opengl was specified

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

22 years agopatch from Søren Erland Vestø for additional wxCalendarCtrl styles (also moved them...
Vadim Zeitlin [Fri, 2 Nov 2001 15:42:51 +0000 (15:42 +0000)] 
patch from Søren Erland Vestø for additional wxCalendarCtrl styles (also moved them all to calctrl.h from defs.h)

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

22 years agoUpdates to project files
Julian Smart [Fri, 2 Nov 2001 09:06:13 +0000 (09:06 +0000)] 
Updates to project files

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

22 years agoadded missing const
Gilles Depeyrot [Fri, 2 Nov 2001 07:13:17 +0000 (07:13 +0000)] 
added missing const

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

22 years agoadded missing const
Gilles Depeyrot [Fri, 2 Nov 2001 07:03:26 +0000 (07:03 +0000)] 
added missing const
ise "..." instead of <...> for wx headers

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

22 years agoAdded wxEntryStart, wxEntryInitGui, and wxEntryCleanup for wxPython
Robin Dunn [Fri, 2 Nov 2001 03:59:02 +0000 (03:59 +0000)] 
Added wxEntryStart, wxEntryInitGui, and wxEntryCleanup for wxPython

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

22 years agoswig updates
Robin Dunn [Fri, 2 Nov 2001 03:23:18 +0000 (03:23 +0000)] 
swig updates

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

22 years agowxDragLink for wxGTK
Robin Dunn [Fri, 2 Nov 2001 03:22:57 +0000 (03:22 +0000)] 
wxDragLink for wxGTK

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

22 years agoRemoved GetOldIndex, etc.
Robin Dunn [Fri, 2 Nov 2001 02:00:32 +0000 (02:00 +0000)] 
Removed GetOldIndex, etc.

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

22 years agoUpdated XRCed
Robin Dunn [Fri, 2 Nov 2001 01:59:05 +0000 (01:59 +0000)] 
Updated XRCed

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

22 years agoCreate the directories fo rthe .pch, etc. files if it doesn't exist.
Robin Dunn [Fri, 2 Nov 2001 01:34:37 +0000 (01:34 +0000)] 
Create the directories fo rthe .pch, etc. files if it doesn't exist.

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

22 years agoSetEventObject for wxCalendarCtrl
Robin Dunn [Fri, 2 Nov 2001 01:14:16 +0000 (01:14 +0000)] 
SetEventObject for wxCalendarCtrl

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