]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agooops, missing semi colon added
Vadim Zeitlin [Tue, 10 Jul 2001 15:18:47 +0000 (15:18 +0000)] 
oops, missing semi colon added

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

23 years agofix for crash when clicking below the items
Vadim Zeitlin [Tue, 10 Jul 2001 15:16:55 +0000 (15:16 +0000)] 
fix for crash when clicking below the items

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

23 years agomoved WX_USE_THEME macros inside IMPLEMENT_APP
Vadim Zeitlin [Tue, 10 Jul 2001 15:14:57 +0000 (15:14 +0000)] 
moved WX_USE_THEME macros inside IMPLEMENT_APP

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

23 years agowxComboBox appearance fixes, looks fine now but doesn't really work under GTK
Vadim Zeitlin [Tue, 10 Jul 2001 15:07:52 +0000 (15:07 +0000)] 
wxComboBox appearance fixes, looks fine now but doesn't really work under GTK
yet

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

23 years agorespect wxBU_EXACTFIT
Vadim Zeitlin [Tue, 10 Jul 2001 14:03:49 +0000 (14:03 +0000)] 
respect wxBU_EXACTFIT

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

23 years agodon't set min width for the buttons
Vadim Zeitlin [Tue, 10 Jul 2001 14:00:26 +0000 (14:00 +0000)] 
don't set min width for the buttons

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

23 years agoadded wxBU_EXACTFIT style
Vadim Zeitlin [Tue, 10 Jul 2001 13:44:04 +0000 (13:44 +0000)] 
added wxBU_EXACTFIT style

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

23 years agomade the button of correct size again (Robert, why did you comment this out??)
Vadim Zeitlin [Tue, 10 Jul 2001 12:59:48 +0000 (12:59 +0000)] 
made the button of correct size again (Robert, why did you comment this out??)

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

23 years agouse system colours under Windows (patch 439286)
Vadim Zeitlin [Tue, 10 Jul 2001 12:58:11 +0000 (12:58 +0000)] 
use system colours under Windows (patch 439286)

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

23 years agoargh, another for GetVisibleLinesRange
Vadim Zeitlin [Tue, 10 Jul 2001 12:50:40 +0000 (12:50 +0000)] 
argh, another for GetVisibleLinesRange

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

23 years agofix for incorrect assert in GetVisibleLinesRange
Vadim Zeitlin [Tue, 10 Jul 2001 12:47:38 +0000 (12:47 +0000)] 
fix for incorrect assert in GetVisibleLinesRange

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

23 years agofix for visible lines calculation
Vadim Zeitlin [Tue, 10 Jul 2001 12:45:47 +0000 (12:45 +0000)] 
fix for visible lines calculation

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

23 years agoadded untested implementation of wxEvtLoop for GTK+
Vadim Zeitlin [Tue, 10 Jul 2001 12:27:10 +0000 (12:27 +0000)] 
added untested implementation of wxEvtLoop for GTK+

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

23 years agowxUniv compilation fixes
Vadim Zeitlin [Tue, 10 Jul 2001 12:25:46 +0000 (12:25 +0000)] 
wxUniv compilation fixes

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

23 years agoadded missing menu.cpp
Vadim Zeitlin [Tue, 10 Jul 2001 11:55:47 +0000 (11:55 +0000)] 
added missing menu.cpp

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

23 years agofixes for crashes after DeleteItem and DeleteAllItems
Vadim Zeitlin [Tue, 10 Jul 2001 11:32:31 +0000 (11:32 +0000)] 
fixes for crashes after DeleteItem and DeleteAllItems

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

23 years agocompilation fix
Vadim Zeitlin [Tue, 10 Jul 2001 00:50:37 +0000 (00:50 +0000)] 
compilation fix

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

23 years agofixed scrollbar refresh
Vadim Zeitlin [Tue, 10 Jul 2001 00:48:54 +0000 (00:48 +0000)] 
fixed scrollbar refresh

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

23 years agowxFrameNative is now defined in wx/frame.h itself
Vadim Zeitlin [Tue, 10 Jul 2001 00:47:41 +0000 (00:47 +0000)] 
wxFrameNative is now defined in wx/frame.h itself

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

23 years agodetabified some more
Vadim Zeitlin [Mon, 9 Jul 2001 23:35:24 +0000 (23:35 +0000)] 
detabified some more

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

23 years agodetabified
Vadim Zeitlin [Mon, 9 Jul 2001 23:31:00 +0000 (23:31 +0000)] 
detabified

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

23 years agowxListCtrl in report/virtual modes seems to work
Vadim Zeitlin [Mon, 9 Jul 2001 23:26:32 +0000 (23:26 +0000)] 
wxListCtrl in report/virtual modes seems to work

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

23 years agomore scrolling tests
Vadim Zeitlin [Mon, 9 Jul 2001 22:54:26 +0000 (22:54 +0000)] 
more scrolling tests

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

23 years agofix for backwards selection in text ctrl (patch 439730)
Vadim Zeitlin [Mon, 9 Jul 2001 22:47:32 +0000 (22:47 +0000)] 
fix for backwards selection in text ctrl (patch 439730)

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

23 years agofixes to my previous errors in stack/vector (patch 439378)
Vadim Zeitlin [Mon, 9 Jul 2001 22:44:26 +0000 (22:44 +0000)] 
fixes to my previous errors in stack/vector (patch 439378)

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

23 years agoset m_itemIndex in the list events for key down event too
Vadim Zeitlin [Mon, 9 Jul 2001 22:03:55 +0000 (22:03 +0000)] 
set m_itemIndex in the list events for key down event too

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

23 years agosimplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW
Vadim Zeitlin [Mon, 9 Jul 2001 21:45:59 +0000 (21:45 +0000)] 
simplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW

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

23 years agosimplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW
Vadim Zeitlin [Mon, 9 Jul 2001 21:41:19 +0000 (21:41 +0000)] 
simplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW

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

23 years agomore wxListCtrl drawing fixes - scrolling still doesn't work under wxGTK
Vadim Zeitlin [Mon, 9 Jul 2001 18:37:34 +0000 (18:37 +0000)] 
more wxListCtrl drawing fixes - scrolling still doesn't work under wxGTK

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

23 years agoadded wxDCClipper
Vadim Zeitlin [Mon, 9 Jul 2001 18:37:03 +0000 (18:37 +0000)] 
added wxDCClipper

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

23 years agodocumented wxDCClipper
Vadim Zeitlin [Mon, 9 Jul 2001 18:31:53 +0000 (18:31 +0000)] 
documented wxDCClipper

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

23 years agofixed off by one error in GetText
Robin Dunn [Mon, 9 Jul 2001 18:28:47 +0000 (18:28 +0000)] 
fixed off by one error in GetText

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

23 years agoadded all data files
Václav Slavík [Mon, 9 Jul 2001 18:24:18 +0000 (18:24 +0000)] 
added all data files

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

23 years agoadded wxUSE_POPUPWIN
Václav Slavík [Mon, 9 Jul 2001 18:24:08 +0000 (18:24 +0000)] 
added wxUSE_POPUPWIN

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

23 years agomore wxListCtrl fixes: inserting/deleting items now works again (tested in the sample...
Vadim Zeitlin [Mon, 9 Jul 2001 15:58:24 +0000 (15:58 +0000)] 
more wxListCtrl fixes: inserting/deleting items now works again (tested in the sample) but I somehow broke the scrolling

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

23 years ago Mattia's temp fix for cross-compiling
Vadim Zeitlin [Mon, 9 Jul 2001 13:26:19 +0000 (13:26 +0000)] 
 Mattia's temp fix for cross-compiling

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

23 years agoVarious wxMotif fixes
Julian Smart [Mon, 9 Jul 2001 13:14:28 +0000 (13:14 +0000)] 
Various wxMotif fixes

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

23 years agoRemoved helpxlp.cpp. I really don't think we need that any more.
Julian Smart [Mon, 9 Jul 2001 12:25:41 +0000 (12:25 +0000)] 
Removed helpxlp.cpp. I really don't think we need that any more.

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

23 years agoscrolling with kbd generates scroll events too
Vadim Zeitlin [Mon, 9 Jul 2001 12:23:53 +0000 (12:23 +0000)] 
scrolling with kbd generates scroll events too

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

23 years agoone more check: for wxUSE_HTML
Vadim Zeitlin [Mon, 9 Jul 2001 12:23:19 +0000 (12:23 +0000)] 
one more check: for wxUSE_HTML

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

23 years agocompilation fixes
Vadim Zeitlin [Mon, 9 Jul 2001 12:21:43 +0000 (12:21 +0000)] 
compilation fixes

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

23 years ago Removed wxPopupWindow from normal (non-wxUniv) build
Robert Roebling [Mon, 9 Jul 2001 12:20:04 +0000 (12:20 +0000)] 
  Removed wxPopupWindow from normal (non-wxUniv) build
  as it expects a non-native combobox (which is a bug,
  of course).
  Minor compile thing for wxUniv branch.
  The library currently does not build due to problems
  in wxListCtrl.

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

23 years agoVarious fixes for wxMotif
Julian Smart [Mon, 9 Jul 2001 11:07:10 +0000 (11:07 +0000)] 
Various fixes for wxMotif

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

23 years agoTrying to hide evidence of my negative programming skills...
Václav Slavík [Sun, 8 Jul 2001 22:54:33 +0000 (22:54 +0000)] 
Trying to hide evidence of my negative programming skills...
(Why the hell did I write wxHTML in so strange way -- it used recursion a la Lisp
instead of normal loop when it needed to iterate over cells...)

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

23 years agowxHTML fixes
Václav Slavík [Sun, 8 Jul 2001 22:54:22 +0000 (22:54 +0000)] 
wxHTML fixes

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

23 years agoadded wxUSE_OLE
Václav Slavík [Sun, 8 Jul 2001 22:54:13 +0000 (22:54 +0000)] 
added wxUSE_OLE

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

23 years ago1. configure now checks first for timezone, then _timezone and
Václav Slavík [Sun, 8 Jul 2001 22:52:59 +0000 (22:52 +0000)] 
1. configure now checks first for timezone, then _timezone and
   then __timezone, so that we don't use glibc's internal variable whenever possible
2. added wxUSE_OLE so that MSW compiles with Mingw32

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

23 years agoadded missing includes after wxUniv merge
Gilles Depeyrot [Sun, 8 Jul 2001 19:03:21 +0000 (19:03 +0000)] 
added missing includes after wxUniv merge

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

23 years agoconfigure without popup windows under Mac OS X
Gilles Depeyrot [Sun, 8 Jul 2001 18:58:53 +0000 (18:58 +0000)] 
configure without popup windows under Mac OS X

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

23 years agoadded missing destructor for Mac OS X compilation
Gilles Depeyrot [Sun, 8 Jul 2001 15:36:31 +0000 (15:36 +0000)] 
added missing destructor for Mac OS X compilation

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

23 years agouse RemoveAt instead of Remove
Gilles Depeyrot [Sun, 8 Jul 2001 13:47:31 +0000 (13:47 +0000)] 
use RemoveAt instead of Remove

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

23 years agocopied wxMac and wxMotif faq from wxWebSite
Gilles Depeyrot [Sun, 8 Jul 2001 13:23:59 +0000 (13:23 +0000)] 
copied wxMac and wxMotif faq from wxWebSite

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

23 years agoapplied patch 428750 (abs paths in vc makefile)
Vadim Zeitlin [Sat, 7 Jul 2001 23:29:26 +0000 (23:29 +0000)] 
applied patch 428750 (abs paths in vc makefile)

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

23 years agooops, I didn't mean to commit this testing code
Vadim Zeitlin [Sat, 7 Jul 2001 23:22:43 +0000 (23:22 +0000)] 
oops, I didn't mean to commit this testing code

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

23 years agouse wxTextFile::Eol() in wxEndL
Vadim Zeitlin [Sat, 7 Jul 2001 23:20:05 +0000 (23:20 +0000)] 
use wxTextFile::Eol() in wxEndL

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

23 years agoadded vector and stack classes (UNTESTED)
Vadim Zeitlin [Sat, 7 Jul 2001 23:16:38 +0000 (23:16 +0000)] 
added vector and stack classes (UNTESTED)

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

23 years agoapplied patch 439186 (mingw and VC5 fixes)
Vadim Zeitlin [Sat, 7 Jul 2001 23:02:09 +0000 (23:02 +0000)] 
applied patch 439186 (mingw and VC5 fixes)

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

23 years agoapplied some minor patches from chuckm to wxListCtrl
Vadim Zeitlin [Sat, 7 Jul 2001 22:55:49 +0000 (22:55 +0000)] 
applied some minor patches from chuckm to wxListCtrl

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

23 years agoapplied patch 436908 (warning fix in serialization code)
Vadim Zeitlin [Sat, 7 Jul 2001 22:46:53 +0000 (22:46 +0000)] 
applied patch 436908 (warning fix in serialization code)

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

23 years ago1. fixed typo ('&' instead of '|') in wxNotebook
Vadim Zeitlin [Sat, 7 Jul 2001 22:42:35 +0000 (22:42 +0000)] 
1. fixed typo ('&' instead of '|') in wxNotebook
2. changed wxTC_MULTILINE to be equal to wxNB_MULTILINE and != 0
3. much more efficient selection handling in virtual wxListCtrl,
   we can now select 1000000 items without problems
4. kbd/mouse selection (ctrl/shift handling) fixed in wxListCtrl
5. added wxSortedArray::IndexForInsert() and AddAt(), remove Remove(size_t),
   use RemoveAt() instead

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

23 years agosafe macro expansion
Václav Slavík [Sat, 7 Jul 2001 22:42:06 +0000 (22:42 +0000)] 
safe macro expansion

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

23 years ago Added wxPopupWindow to GTK port, wxComboBox had to
Robert Roebling [Sat, 7 Jul 2001 21:42:30 +0000 (21:42 +0000)] 
  Added wxPopupWindow to GTK port, wxComboBox had to
  be adapted a little but basically works not under
  GTK/Univ.
  I am pretty sure I forgot some file...

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

23 years agomade switching from/to multiple selection mode work better (doesn't require recreatin...
Vadim Zeitlin [Sat, 7 Jul 2001 16:52:27 +0000 (16:52 +0000)] 
made switching from/to multiple selection mode work better (doesn't require recreating the control any more)

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

23 years agomac filter routine for nav services
Stefan Csomor [Sat, 7 Jul 2001 15:33:38 +0000 (15:33 +0000)] 
mac filter routine for nav services

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

23 years agomac fixes
Stefan Csomor [Sat, 7 Jul 2001 14:48:50 +0000 (14:48 +0000)] 
mac fixes

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

23 years agocorrected log error after initialize when in release mode, window inheritance (genera...
Stefan Csomor [Sat, 7 Jul 2001 14:43:10 +0000 (14:43 +0000)] 
corrected log error after initialize when in release mode, window inheritance (generated incorrect classinfo trees)

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

23 years agocorrections after wxUniv merge
Gilles Depeyrot [Sat, 7 Jul 2001 13:31:38 +0000 (13:31 +0000)] 
corrections after wxUniv merge

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

23 years agocorrected wxGauge to inherit from wxGaugeBase
Gilles Depeyrot [Sat, 7 Jul 2001 13:20:12 +0000 (13:20 +0000)] 
corrected wxGauge to inherit from wxGaugeBase

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

23 years agocorrected friend declaration for CodeWarrior compilation
Gilles Depeyrot [Sat, 7 Jul 2001 13:16:34 +0000 (13:16 +0000)] 
corrected friend declaration for CodeWarrior compilation

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

23 years agoadded mac l&f for rules and headers
Stefan Csomor [Sat, 7 Jul 2001 13:16:03 +0000 (13:16 +0000)] 
added mac l&f for rules and headers

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

23 years agocorrected WXWIN_COMPATIBILITY conditional tests
Gilles Depeyrot [Sat, 7 Jul 2001 11:23:24 +0000 (11:23 +0000)] 
corrected WXWIN_COMPATIBILITY conditional tests

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

23 years agocorrected file list for Mac OS X compilation
Gilles Depeyrot [Sat, 7 Jul 2001 11:04:16 +0000 (11:04 +0000)] 
corrected file list for Mac OS X compilation

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

23 years agocheck for LVS_OWNERDATA availability at compile and run-time
Vadim Zeitlin [Sat, 7 Jul 2001 00:39:05 +0000 (00:39 +0000)] 
check for LVS_OWNERDATA availability at compile and run-time

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

23 years agoFixes for OS/2 wxUniv merge.
David Webster [Fri, 6 Jul 2001 21:47:52 +0000 (21:47 +0000)] 
Fixes for OS/2 wxUniv merge.

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

23 years agoMissing LINKAGEMODE on static declaration (for OS/2).
David Webster [Fri, 6 Jul 2001 21:47:21 +0000 (21:47 +0000)] 
Missing LINKAGEMODE on static declaration (for OS/2).

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

23 years agoOS/2 update for wxUniv merge.
David Webster [Fri, 6 Jul 2001 21:45:11 +0000 (21:45 +0000)] 
OS/2 update for wxUniv merge.

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

23 years agovirtual wxListCtrl support (UNTESTED)
Vadim Zeitlin [Fri, 6 Jul 2001 21:18:15 +0000 (21:18 +0000)] 
virtual wxListCtrl support (UNTESTED)

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

23 years agoadded missing include
Gilles Depeyrot [Fri, 6 Jul 2001 20:21:10 +0000 (20:21 +0000)] 
added missing include

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

23 years agomake sure all the files are removed when uninstalled
Robin Dunn [Fri, 6 Jul 2001 20:15:35 +0000 (20:15 +0000)] 
make sure all the files are removed when uninstalled

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

23 years agoupdated email address
Robin Dunn [Fri, 6 Jul 2001 20:02:55 +0000 (20:02 +0000)] 
updated email address

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

23 years agocompilation fix for broken OS/2 compiler
Vadim Zeitlin [Fri, 6 Jul 2001 18:09:08 +0000 (18:09 +0000)] 
compilation fix for broken OS/2 compiler

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

23 years agosome minor tweaks for the VTK demo
Robin Dunn [Fri, 6 Jul 2001 17:35:48 +0000 (17:35 +0000)] 
some minor tweaks for the VTK demo

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

23 years agochanged the base class to wxWindow
Robin Dunn [Fri, 6 Jul 2001 17:31:06 +0000 (17:31 +0000)] 
changed the base class to wxWindow

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

23 years agoa bit of simplification
Robin Dunn [Fri, 6 Jul 2001 17:25:53 +0000 (17:25 +0000)] 
a bit of simplification

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

23 years agoReadMe updates
Julian Smart [Fri, 6 Jul 2001 16:25:30 +0000 (16:25 +0000)] 
ReadMe updates

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

23 years agofixed a design flaw in wxFontMapper that prevented automatic creation of wxConfig...
Václav Slavík [Fri, 6 Jul 2001 16:23:37 +0000 (16:23 +0000)] 
fixed a design flaw in wxFontMapper that prevented automatic creation of wxConfig instance

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

23 years agofirst impl (needs extending)
Stefan Csomor [Fri, 6 Jul 2001 16:10:17 +0000 (16:10 +0000)] 
first impl (needs extending)

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

23 years agoImplemented input disabling for disabled windows since MicroWindows doesn't do it
Julian Smart [Fri, 6 Jul 2001 13:18:11 +0000 (13:18 +0000)] 
Implemented input disabling for disabled windows since MicroWindows doesn't do it

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

23 years agoAdded WS_POPUP for MicroWindows dialogs
Julian Smart [Fri, 6 Jul 2001 11:18:23 +0000 (11:18 +0000)] 
Added WS_POPUP for MicroWindows dialogs

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

23 years agoAdded missing file
Julian Smart [Fri, 6 Jul 2001 10:25:30 +0000 (10:25 +0000)] 
Added missing file

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

23 years agoAdded animation classes to contrib hierarchy
Julian Smart [Fri, 6 Jul 2001 10:24:54 +0000 (10:24 +0000)] 
Added animation classes to contrib hierarchy

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

23 years agoFixed img2py to work correctly with Python 2.1.
Robin Dunn [Fri, 6 Jul 2001 04:11:34 +0000 (04:11 +0000)] 
Fixed img2py to work correctly with Python 2.1.
Added enhanced wxVTKRenderWindow by Prabhu Ramachandran

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

23 years agoAdded a file
Julian Smart [Thu, 5 Jul 2001 20:55:55 +0000 (20:55 +0000)] 
Added a file

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

23 years ago#ifdefed out some redundant base classes so DLL version compiles
Julian Smart [Thu, 5 Jul 2001 20:55:06 +0000 (20:55 +0000)] 
#ifdefed out some redundant base classes so DLL version compiles

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

23 years agoChecked in temporarily munged copy before...
Robin Dunn [Thu, 5 Jul 2001 19:32:19 +0000 (19:32 +0000)] 
Checked in temporarily munged copy before...

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

23 years agoSome tweaks for building the RPMs for multiple different versions of Python
Robin Dunn [Thu, 5 Jul 2001 18:54:09 +0000 (18:54 +0000)] 
Some tweaks for building the RPMs for multiple different versions of Python
all with a single command.

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

23 years agoremoved/replaced include 'wx/wx.h'
Vadim Zeitlin [Thu, 5 Jul 2001 18:48:48 +0000 (18:48 +0000)] 
removed/replaced include 'wx/wx.h'

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

23 years agoadded new files to be included in the installer
Robin Dunn [Thu, 5 Jul 2001 17:46:57 +0000 (17:46 +0000)] 
added new files to be included in the installer

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

23 years agoFixing some demos to look and act better
Robin Dunn [Thu, 5 Jul 2001 17:27:59 +0000 (17:27 +0000)] 
Fixing some demos to look and act better

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

23 years agoUpdated MicroWindows patch file
Julian Smart [Thu, 5 Jul 2001 16:34:33 +0000 (16:34 +0000)] 
Updated MicroWindows patch file

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