wxWidgets.git
21 years agoreverted the --inplace addition and instead documented the use of
Ron Lee [Wed, 15 Jan 2003 22:44:38 +0000 (22:44 +0000)] 
reverted the --inplace addition and instead documented the use of
--prefix and --exec-prefix to do the same thing.  I can't think of
any way to do this right now with one flag without making some
assumption about the users working habits.

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

21 years agoadded checks to prevent running sub configure scripts directly (they can only
Vadim Zeitlin [Wed, 15 Jan 2003 22:04:32 +0000 (22:04 +0000)] 
added checks to prevent running sub configure scripts directly (they can only
be executed by the top level configure)

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

21 years agoupdated configure to match configure.in changes
Vadim Zeitlin [Wed, 15 Jan 2003 21:30:05 +0000 (21:30 +0000)] 
updated configure to match configure.in changes

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

21 years agoadded WXWIN_COMPATIBILITY_2_4
Vadim Zeitlin [Wed, 15 Jan 2003 21:15:00 +0000 (21:15 +0000)] 
added WXWIN_COMPATIBILITY_2_4

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

21 years agoApplied David's fix for not autoconf-ing on RHL8
Julian Smart [Wed, 15 Jan 2003 16:12:12 +0000 (16:12 +0000)] 
Applied David's fix for not autoconf-ing on RHL8

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

21 years agoMaximize(FALSE) change can be backported
Vadim Zeitlin [Wed, 15 Jan 2003 14:59:28 +0000 (14:59 +0000)] 
Maximize(FALSE) change can be backported

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

21 years agofixed calling Maximize(FALSE) before the window is shown (bug 667665)
Vadim Zeitlin [Wed, 15 Jan 2003 14:58:17 +0000 (14:58 +0000)] 
fixed calling Maximize(FALSE) before the window is shown (bug 667665)

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

21 years agomake uninstall should remove wxwin.m4
Vadim Zeitlin [Wed, 15 Jan 2003 14:50:36 +0000 (14:50 +0000)] 
make uninstall should remove wxwin.m4

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

21 years agocorrected Get/SetFrame() parameter/return type
Vadim Zeitlin [Wed, 15 Jan 2003 14:45:08 +0000 (14:45 +0000)] 
corrected Get/SetFrame() parameter/return type

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

21 years agoremoved OnXXX() methods, added new default event handling section
Vadim Zeitlin [Wed, 15 Jan 2003 13:27:15 +0000 (13:27 +0000)] 
removed OnXXX() methods, added new default event handling section

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

21 years agoPatch for Winlib: struct stat is defined in sys/stat.h, which is not
Julian Smart [Wed, 15 Jan 2003 08:17:25 +0000 (08:17 +0000)] 
Patch for Winlib: struct stat is defined in sys/stat.h, which is not
pulled in by unistd.h on some system.

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

21 years agoupdate wxStaticText check in revisions
Vadim Zeitlin [Wed, 15 Jan 2003 00:55:36 +0000 (00:55 +0000)] 
update wxStaticText check in revisions

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

21 years agofix for the previous commit
Vadim Zeitlin [Wed, 15 Jan 2003 00:54:46 +0000 (00:54 +0000)] 
fix for the previous commit

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

21 years agosome mor minor bug fixes which can be backported
Vadim Zeitlin [Tue, 14 Jan 2003 23:48:19 +0000 (23:48 +0000)] 
some mor minor bug fixes which can be backported

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

21 years agofixed wxStaticText best size calculation (closes bug 667324)
Vadim Zeitlin [Tue, 14 Jan 2003 23:47:12 +0000 (23:47 +0000)] 
fixed wxStaticText best size calculation (closes bug 667324)

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

21 years agoStart() should resume the stopwatch if it is suspended
Vadim Zeitlin [Tue, 14 Jan 2003 22:22:27 +0000 (22:22 +0000)] 
Start() should resume the stopwatch if it is suspended

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

21 years agoFixed refresh bug on early versions of MacOS X by
Julian Smart [Tue, 14 Jan 2003 21:10:32 +0000 (21:10 +0000)] 
Fixed refresh bug on early versions of MacOS X by
refreshing whole window on (de)activation

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

21 years agoadded TARGET_CARBON and __MACH__ info
Stefan Csomor [Tue, 14 Jan 2003 20:34:16 +0000 (20:34 +0000)] 
added TARGET_CARBON and __MACH__ info

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

21 years agoclarified some Mac OS related preprocessor defines
Gilles Depeyrot [Tue, 14 Jan 2003 20:15:44 +0000 (20:15 +0000)] 
clarified some Mac OS related preprocessor defines

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

21 years agocompilation fix for wxUSE_CONSTRAINTS==0
Vadim Zeitlin [Tue, 14 Jan 2003 19:40:55 +0000 (19:40 +0000)] 
compilation fix for wxUSE_CONSTRAINTS==0

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

21 years ago #define HAVE_W32API_H for Cygwin/GCC 3.x, too.
Mattia Barbon [Tue, 14 Jan 2003 18:29:10 +0000 (18:29 +0000)] 
  #define HAVE_W32API_H for Cygwin/GCC 3.x, too.

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

21 years agoApplied patch [ 667563 ] Wine: compile fix for using glibc/msvcrt
Julian Smart [Tue, 14 Jan 2003 09:59:31 +0000 (09:59 +0000)] 
Applied patch [ 667563 ] Wine: compile fix for using glibc/msvcrt

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

21 years agofixed incorrect cast in wxRegKey:GetName()
Vadim Zeitlin [Tue, 14 Jan 2003 09:02:38 +0000 (09:02 +0000)] 
fixed incorrect cast in wxRegKey:GetName()

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

21 years ago Committing in .
Jouk Jansen [Tue, 14 Jan 2003 07:22:31 +0000 (07:22 +0000)] 
 Committing in .

 Updates for OpenVMS support

 Modified Files:
  wxWindows/src/motif/descrip.mms
  wxWindows/src/unix/utilsx11.cpp
 ----------------------------------------------------------------------

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

21 years agoupdated source to not use deprecated wxList methods
Gilles Depeyrot [Tue, 14 Jan 2003 07:01:22 +0000 (07:01 +0000)] 
updated source to not use deprecated wxList methods

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

21 years agomention Solaris 7 compilation fix
Vadim Zeitlin [Mon, 13 Jan 2003 23:16:18 +0000 (23:16 +0000)] 
mention Solaris 7 compilation fix

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

21 years agouse WX_STATVFS_T instead of trying to guess statvfs() argument
Vadim Zeitlin [Mon, 13 Jan 2003 21:55:24 +0000 (21:55 +0000)] 
use WX_STATVFS_T instead of trying to guess statvfs() argument

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

21 years agoadded configure test for WX_STATVFS_T
Vadim Zeitlin [Mon, 13 Jan 2003 21:54:29 +0000 (21:54 +0000)] 
added configure test for WX_STATVFS_T

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

21 years agoImproved const correctness.
Ron Lee [Mon, 13 Jan 2003 19:31:37 +0000 (19:31 +0000)] 
Improved const correctness.
Clear wxWindow containing sizer on Remove( index ).

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

21 years agocursor cleanup
Stefan Csomor [Mon, 13 Jan 2003 19:19:35 +0000 (19:19 +0000)] 
cursor cleanup

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

21 years agocursor functionality expanded
Stefan Csomor [Mon, 13 Jan 2003 19:17:53 +0000 (19:17 +0000)] 
cursor functionality expanded

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

21 years agoadditional infos for wxMac
Stefan Csomor [Mon, 13 Jan 2003 19:07:08 +0000 (19:07 +0000)] 
additional infos for wxMac

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

21 years agoSplit this out from other changes to keep things sane..
Ron Lee [Mon, 13 Jan 2003 05:17:41 +0000 (05:17 +0000)] 
Split this out from other changes to keep things sane..
wxDeprecated KeyCode.
wxDeprecated old wxList compat methods.
Replaced a large number of them in the gtk build already, but there are
still plenty more so feel free to help nuke them as you find them.
s/^I/    / and s/TRUE/true/ etc. a couple of these too.

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

21 years agoadded info about ShowFullScreen changes
Václav Slavík [Sun, 12 Jan 2003 23:51:52 +0000 (23:51 +0000)] 
added info about ShowFullScreen changes

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

21 years agoDeleteAllItems() does send DELETE_ITEM events (closes bug 664281)
Vadim Zeitlin [Sun, 12 Jan 2003 23:34:29 +0000 (23:34 +0000)] 
DeleteAllItems() does send DELETE_ITEM events (closes bug 664281)

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

21 years agocompilation fix for wxUSE_RICHEDIT == 0 (closes bug 662252)
Vadim Zeitlin [Sun, 12 Jan 2003 23:24:46 +0000 (23:24 +0000)] 
compilation fix for wxUSE_RICHEDIT == 0 (closes bug 662252)

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

21 years agomore docs about compiler constants
Vadim Zeitlin [Sun, 12 Jan 2003 22:56:05 +0000 (22:56 +0000)] 
more docs about compiler constants

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

21 years agoadded wxCHECK_GCC/W32API_VERSION
Vadim Zeitlin [Sun, 12 Jan 2003 22:55:05 +0000 (22:55 +0000)] 
added wxCHECK_GCC/W32API_VERSION

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

21 years agoOpenWatcom fixes may be backported
Vadim Zeitlin [Sun, 12 Jan 2003 22:45:49 +0000 (22:45 +0000)] 
OpenWatcom fixes may be backported

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

21 years agoOpenWatcom compilation fixes (patch 665959)
Vadim Zeitlin [Sun, 12 Jan 2003 22:40:48 +0000 (22:40 +0000)] 
OpenWatcom compilation fixes (patch 665959)

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

21 years agocompilation fix for wxUniv (patch 664699)
Vadim Zeitlin [Sun, 12 Jan 2003 22:31:16 +0000 (22:31 +0000)] 
compilation fix for wxUniv (patch 664699)

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

21 years agounTABbed
Vadim Zeitlin [Sun, 12 Jan 2003 22:30:51 +0000 (22:30 +0000)] 
unTABbed

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

21 years agoset wxUSE_WIZARD to 1 by default now that it works (patch 663321)
Vadim Zeitlin [Sun, 12 Jan 2003 22:28:26 +0000 (22:28 +0000)] 
set wxUSE_WIZARD to 1 by default now that it works (patch 663321)

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

21 years agoremoved unneeded (and causing link errors) wxArrayPages from wizard code (patch 663321)
Vadim Zeitlin [Sun, 12 Jan 2003 22:26:31 +0000 (22:26 +0000)] 
removed unneeded (and causing link errors) wxArrayPages from wizard code (patch 663321)

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

21 years agocompilation fixes for non default wxUSE_XXX values (patch 662781)
Vadim Zeitlin [Sun, 12 Jan 2003 22:20:46 +0000 (22:20 +0000)] 
compilation fixes for non default wxUSE_XXX values (patch 662781)

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

21 years agocorrected m_commandString type to wxString (patch 661648)
Vadim Zeitlin [Sun, 12 Jan 2003 22:06:31 +0000 (22:06 +0000)] 
corrected m_commandString type to wxString (patch 661648)

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

21 years agodon't call stat() *and* lstat() (as if the file dialog wasn't already slow enough...
Vadim Zeitlin [Sun, 12 Jan 2003 14:24:32 +0000 (14:24 +0000)] 
don't call stat() *and* lstat() (as if the file dialog wasn't already slow enough...); minor code cleanup (removed a few #ifdef's, TABs and other crap)

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

21 years ago Remove unneeded dependencies.
Mattia Barbon [Sun, 12 Jan 2003 14:09:30 +0000 (14:09 +0000)] 
  Remove unneeded dependencies.

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

21 years ago Remove use of deprecated KeyCode accessor.
Mattia Barbon [Sun, 12 Jan 2003 13:52:12 +0000 (13:52 +0000)] 
  Remove use of deprecated KeyCode accessor.

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

21 years ago Changes to be backported.
Mattia Barbon [Sat, 11 Jan 2003 21:02:16 +0000 (21:02 +0000)] 
  Changes to be backported.

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

21 years ago Do not use deprecated functions.
Mattia Barbon [Sat, 11 Jan 2003 21:00:50 +0000 (21:00 +0000)] 
  Do not use deprecated functions.

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

21 years ago Fix linking problems with MSVC 5.
Mattia Barbon [Sat, 11 Jan 2003 20:57:16 +0000 (20:57 +0000)] 
  Fix linking problems with MSVC 5.

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

21 years ago Fix PCH problems with some versions of CodeWarrior.
Mattia Barbon [Sat, 11 Jan 2003 20:55:27 +0000 (20:55 +0000)] 
  Fix PCH problems with some versions of CodeWarrior.

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

21 years ago If -1 is used for width/height, use best size.
Mattia Barbon [Sat, 11 Jan 2003 15:03:42 +0000 (15:03 +0000)] 
  If -1 is used for width/height, use best size.

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

21 years ago Use checkbox if togglebutton not available.
Mattia Barbon [Sat, 11 Jan 2003 15:00:26 +0000 (15:00 +0000)] 
  Use checkbox if togglebutton not available.

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

21 years ago Removed unused, unimplemented and undocumented wxBitmapCheckBox stub.
Mattia Barbon [Sat, 11 Jan 2003 14:42:38 +0000 (14:42 +0000)] 
  Removed unused, unimplemented and undocumented wxBitmapCheckBox stub.
Minur cleanup in wxCheckBox::Create.

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

21 years ago Documented wxMotif filedialog limitations WRT wildcard syntax.
Mattia Barbon [Sat, 11 Jan 2003 14:36:25 +0000 (14:36 +0000)] 
  Documented wxMotif filedialog limitations WRT wildcard syntax.
Modified filedialog to either extract the wildcard (if only one wildcard
is present) or assert (if more than one is present).

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

21 years agousing the new alerts under OSX - no string255 limits anymore
Stefan Csomor [Sat, 11 Jan 2003 11:57:25 +0000 (11:57 +0000)] 
using the new alerts under OSX - no string255 limits anymore

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

21 years agoadded conversion function to CFStringRefs
Stefan Csomor [Sat, 11 Jan 2003 11:56:48 +0000 (11:56 +0000)] 
added conversion function to CFStringRefs

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

21 years agoremoved commented out snippets
Stefan Csomor [Sat, 11 Jan 2003 11:54:27 +0000 (11:54 +0000)] 
removed commented out snippets

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

21 years agoChanges resulting from the 2.4.0 release run.
Ron Lee [Sat, 11 Jan 2003 03:50:44 +0000 (03:50 +0000)] 
Changes resulting from the 2.4.0 release run.

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

21 years agoremoved TABs
Vadim Zeitlin [Fri, 10 Jan 2003 23:52:17 +0000 (23:52 +0000)] 
removed TABs

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

21 years agoremoved wxLog::HasPendingMessages() (it can't be made to work correctly with wxLogCha...
Vadim Zeitlin [Fri, 10 Jan 2003 23:47:14 +0000 (23:47 +0000)] 
removed wxLog::HasPendingMessages() (it can't be made to work correctly with wxLogChain); don't send the messages going to a log file to debug output under MSW

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

21 years agoremoved style parameter from MSWCreate(), it is unneeded
Vadim Zeitlin [Fri, 10 Jan 2003 23:27:17 +0000 (23:27 +0000)] 
removed style parameter from MSWCreate(), it is unneeded

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

21 years agouse MSWCreateControl() instead of duplicating its code
Vadim Zeitlin [Fri, 10 Jan 2003 23:24:44 +0000 (23:24 +0000)] 
use MSWCreateControl() instead of duplicating its code

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

21 years agoremoved style parameter from MSWCreateToolbar(), it is unneeded
Vadim Zeitlin [Fri, 10 Jan 2003 23:23:49 +0000 (23:23 +0000)] 
removed style parameter from MSWCreateToolbar(), it is unneeded

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

21 years agoremoved CopyObject(), added copy ctor, corrected Dump()
Vadim Zeitlin [Fri, 10 Jan 2003 17:57:45 +0000 (17:57 +0000)] 
removed CopyObject(), added copy ctor, corrected Dump()

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

21 years agocorrected type for text document (non standard save handler)
Stefan Csomor [Fri, 10 Jan 2003 17:57:05 +0000 (17:57 +0000)] 
corrected type for text document (non standard save handler)

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

21 years agorouting all apple events to the document manager instance if present, fully supportin...
Stefan Csomor [Fri, 10 Jan 2003 17:56:24 +0000 (17:56 +0000)] 
routing all apple events to the document manager instance if present, fully supporting launch by document double click, print by draging the document onto the printer icon

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

21 years agoswitching to safe yields, because we got into loops when handling print document...
Stefan Csomor [Fri, 10 Jan 2003 17:52:54 +0000 (17:52 +0000)] 
switching to safe yields, because we got into loops when handling print document apple events

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

21 years agomoved assert for parent window not being a static box to common code where it should...
Vadim Zeitlin [Fri, 10 Jan 2003 17:19:57 +0000 (17:19 +0000)] 
moved assert for parent window not being a static box to common code where it should catch more cases

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

21 years agoadded code for respecting the creator & types when saving files
Stefan Csomor [Fri, 10 Jan 2003 16:24:01 +0000 (16:24 +0000)] 
added code for respecting the creator & types when saving files

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

21 years agomakefile important for setting the correct creator of the app
Stefan Csomor [Fri, 10 Jan 2003 16:18:08 +0000 (16:18 +0000)] 
makefile important for setting the correct creator of the app

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

21 years agoRegister Default Creators under wxMac
Stefan Csomor [Fri, 10 Jan 2003 16:13:40 +0000 (16:13 +0000)] 
Register Default Creators under wxMac

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

21 years agoadded custom icons
Stefan Csomor [Fri, 10 Jan 2003 16:12:32 +0000 (16:12 +0000)] 
added custom icons

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

21 years agoadded custom icons
Stefan Csomor [Fri, 10 Jan 2003 14:44:51 +0000 (14:44 +0000)] 
added custom icons

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

21 years agono message
Stefan Csomor [Fri, 10 Jan 2003 14:44:06 +0000 (14:44 +0000)] 
no message

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

21 years agoCorrected DLL version number
Julian Smart [Fri, 10 Jan 2003 13:25:20 +0000 (13:25 +0000)] 
Corrected DLL version number

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

21 years agoFixed corrupt files
Julian Smart [Fri, 10 Jan 2003 11:38:51 +0000 (11:38 +0000)] 
Fixed corrupt files

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

21 years agolibrary installation base name and wxMac resources file base name
Gilles Depeyrot [Thu, 9 Jan 2003 20:57:31 +0000 (20:57 +0000)] 
library installation base name and wxMac resources file base name
must be identical in order for the resource file to be found

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

21 years agoremoved execcmn from list of files to compile in release target
Gilles Depeyrot [Thu, 9 Jan 2003 06:44:57 +0000 (06:44 +0000)] 
removed execcmn from list of files to compile in release target

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

21 years agofixed ANSI/Unicode incompatibility of the cache (bug 663396)
Václav Slavík [Wed, 8 Jan 2003 19:44:53 +0000 (19:44 +0000)] 
fixed ANSI/Unicode incompatibility of the cache (bug 663396)

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

21 years agoremoved unneeded code which was inside #if 0
Vadim Zeitlin [Wed, 8 Jan 2003 12:33:11 +0000 (12:33 +0000)] 
removed unneeded code which was inside #if 0

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

21 years ago#undef LoadBitmap() too
Vadim Zeitlin [Wed, 8 Jan 2003 12:27:28 +0000 (12:27 +0000)] 
#undef LoadBitmap() too

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

21 years agoFixed DSPs
Julian Smart [Wed, 8 Jan 2003 10:03:54 +0000 (10:03 +0000)] 
Fixed DSPs

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

21 years agoApplied cvsignore patch
Julian Smart [Wed, 8 Jan 2003 10:01:33 +0000 (10:01 +0000)] 
Applied cvsignore patch

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

21 years agoEliminated streams from scoredg.cpp
Julian Smart [Wed, 8 Jan 2003 09:14:35 +0000 (09:14 +0000)] 
Eliminated streams from scoredg.cpp

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

21 years agodefine true/false if the compiler doesn't have them
Vadim Zeitlin [Tue, 7 Jan 2003 22:29:59 +0000 (22:29 +0000)] 
define true/false if the compiler doesn't have them

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

21 years ago Left/right arrows were swapped.
Mattia Barbon [Tue, 7 Jan 2003 21:41:28 +0000 (21:41 +0000)] 
  Left/right arrows were swapped.
  Fix wxSP_WRAP handling.

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

21 years agoCorrected some typos
Julian Smart [Tue, 7 Jan 2003 21:19:13 +0000 (21:19 +0000)] 
Corrected some typos

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

21 years agoRemoved old __WXWINE__ support (obsoleted by new __WINE__ symbol)
Julian Smart [Tue, 7 Jan 2003 18:11:53 +0000 (18:11 +0000)] 
Removed old __WXWINE__ support (obsoleted by new __WINE__ symbol)

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

21 years agoRemoved redundant <search.h> inclusion
Julian Smart [Tue, 7 Jan 2003 16:49:22 +0000 (16:49 +0000)] 
Removed redundant <search.h> inclusion

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

21 years ago Reverted accidental commit.
Mattia Barbon [Tue, 7 Jan 2003 15:17:40 +0000 (15:17 +0000)] 
  Reverted accidental commit.

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

21 years ago Escape some _.
Mattia Barbon [Tue, 7 Jan 2003 15:15:41 +0000 (15:15 +0000)] 
  Escape some _.

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

21 years agoremoved wxTLW cruft now that all ports have it
Václav Slavík [Tue, 7 Jan 2003 15:03:56 +0000 (15:03 +0000)] 
removed wxTLW cruft now that all ports have it

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

21 years agoApplied patch [ 662321 ] Port of wxWindows to Wine
Julian Smart [Tue, 7 Jan 2003 13:49:08 +0000 (13:49 +0000)] 
Applied patch [ 662321 ] Port of wxWindows to Wine

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

21 years agoDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detach/ in most places.
Ron Lee [Tue, 7 Jan 2003 10:22:07 +0000 (10:22 +0000)] 
Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detach/ in most places.

Made wxSizer child list typesafe.  I've not added the wxList implicit
conversion kludge yet, let's see who complains first perhaps..

Deprecated wxSizer::{G,S}etOption in favour of {G,S}etProportion in line
with the parameter name change in the docs.

Added {G,S}etSpacer consistent with the accessors for windows/sizers.

Made all wxSizer index parameters size_t -- we support no sensible
interpretation for negative indexes in them.  Hopefully this will
cause no real problems, but code doing (eg. Remove( 0 )) will need
to change to use 0u to resolve the ambiguity with overloaded members.
This is probably a Good Thing though, ymmv.

s/FALSE/false/g ; s/TRUE/true/g ; s/wxASSERT/wxASSERT_MSG/g in sizer.{cpp,h}

Fixed (I hope) the brokenness in wxSizer::Show -- I have no code to test
this yet, so it's a blind change, but spacers should now be hidden correctly
instead of ignored, and it should be properly reversable over multiple
calls now too.

removed pointless private scoping around DECLARE_CLASS macros.

Replace 0's I added previously with NULL -- not like that will end the
email thread either..

Added Add( wxSizerItem * ) & co.  There are probably a couple of other
places we can usefully do something like this too.  Stopped short of
refactoring everything to raise some issues about sizer method recursion
on -dev.

Updated wxSizer docs some more, they are still incomplete but getting
better.

wrapped KeyCode in wxDEPRECATED, converted all (gtk build) instances
to GetKeyCode.  There may be a few left for other ports.

Fixed a couple of other random compile warnings along the way.

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

21 years agoworkaround for not appearing vertical scrollbar in wxTE_RICH2 controls
Vadim Zeitlin [Tue, 7 Jan 2003 01:10:03 +0000 (01:10 +0000)] 
workaround for not appearing vertical scrollbar in wxTE_RICH2 controls

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

21 years agomade the #error message less self-contradictory
Vadim Zeitlin [Mon, 6 Jan 2003 23:13:13 +0000 (23:13 +0000)] 
made the #error message less self-contradictory

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

21 years agofixed the return type of LoadIcon()
Vadim Zeitlin [Mon, 6 Jan 2003 22:46:53 +0000 (22:46 +0000)] 
fixed the return type of LoadIcon()

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