Vadim Zeitlin
|
c88597ef26
|
added some makefiles (untested)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 17:30:55 +00:00 |
|
Vadim Zeitlin
|
f94d2a3718
|
added regex.h/.cpp files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 17:11:50 +00:00 |
|
Vadim Zeitlin
|
c540684f0f
|
fixed yet another typo, now it finally works
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 17:10:20 +00:00 |
|
Vadim Zeitlin
|
00e6c2bd41
|
added wxRegEx::GetMatch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 17:10:00 +00:00 |
|
Vadim Zeitlin
|
e7208277c1
|
wxRegEx class added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 16:17:43 +00:00 |
|
Vadim Zeitlin
|
96969ad7e5
|
incorrect warning fix fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 14:35:30 +00:00 |
|
Julian Smart
|
4624defaf9
|
Fixed typo in cache management code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 14:21:42 +00:00 |
|
Vadim Zeitlin
|
f7ba889914
|
fixed back compilation with REDEBUG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 14:17:15 +00:00 |
|
Vadim Zeitlin
|
f8fea431d2
|
more warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 14:13:20 +00:00 |
|
Vadim Zeitlin
|
1f0db2d994
|
a couple of warnings removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 14:02:05 +00:00 |
|
Vadim Zeitlin
|
8b70ca2666
|
added headers needed for wxBase compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 13:52:19 +00:00 |
|
Vadim Zeitlin
|
5a41989248
|
Initial revision
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 13:31:22 +00:00 |
|
Vadim Zeitlin
|
4d24ece719
|
removed incorrect 'static' keyword from var declarations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-13 12:32:48 +00:00 |
|
George Tasker
|
e262868d43
|
::Catalog() function was failing against several databases as the PRECISION and LENGTH values returned were larger (more bytes) than the variable that was bound for holding the returned value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-12 19:22:49 +00:00 |
|
Vadim Zeitlin
|
2c40e41c4e
|
fixed crash in wxRegion::Empty
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-12 16:23:58 +00:00 |
|
Jouk Jansen
|
0f02d3d0ec
|
Committing in .
Modified Files:
wxWindows/setup.h_vms wxWindows/src/common/appcmn.cpp
wxWindows/src/common/descrip.mms
wxWindows/src/generic/propform.cpp
wxWindows/src/gtk/descrip.mms
wxWindows/utils/dialoged/src/winstyle.cpp
-Fixed VMS compile support
-added some include's
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-12 15:02:40 +00:00 |
|
Julian Smart
|
f0a6b1cd6c
|
Corrected DoBlit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-12 10:37:27 +00:00 |
|
Vadim Zeitlin
|
93d4c1d03b
|
fixed VC++ warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-12 00:08:53 +00:00 |
|
Vadim Zeitlin
|
63166611fb
|
implemented attributes support for native virtual list control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-12 00:06:48 +00:00 |
|
Vadim Zeitlin
|
6beb85c0d3
|
menu bar wasn't set properly internally after my previous change - fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-12 00:06:07 +00:00 |
|
Vadim Zeitlin
|
7d29741468
|
don't refresh the scrollbars unnecessarily
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 23:21:10 +00:00 |
|
Julian Smart
|
30b25d4e65
|
Compilo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 21:25:46 +00:00 |
|
Stefan Csomor
|
9453cf2bd7
|
several mac fixes (Mark Newsams patches)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 20:33:12 +00:00 |
|
Julian Smart
|
aef94d6860
|
Made DC cacheing less obstrusive
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 20:22:44 +00:00 |
|
Julian Smart
|
2774804745
|
Removed cacheing option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 17:27:23 +00:00 |
|
Vadim Zeitlin
|
6c02c32922
|
added support for item attributes in virtual list control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 16:22:12 +00:00 |
|
Vadim Zeitlin
|
a5f1fd3e33
|
added and documented wxApp::OnAssert
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 15:19:32 +00:00 |
|
Vadim Zeitlin
|
1e4d446b99
|
oops, restored the postpone-redraw-if-dirty test which was somehow left out
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 13:40:32 +00:00 |
|
Vadim Zeitlin
|
b84839aea9
|
(much) more efficient report mode redrawing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 13:35:07 +00:00 |
|
Vadim Zeitlin
|
6c0e8b4ea5
|
moved some headers inside #ifndef WX_PRECOMP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 12:35:33 +00:00 |
|
Václav Slavík
|
0cd7d9b235
|
mingw compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 12:28:39 +00:00 |
|
Vadim Zeitlin
|
4e3ace6595
|
fixed hit testing for non report modes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 12:10:49 +00:00 |
|
Julian Smart
|
0cbff1201a
|
Added wxUSE_DC_CACHEING and associated code to wxMSW
Added EnableCache, CacheEnabled to wxDCBase
Added mask source args to DoBlit, Blit
Added cache testing code to dragimag sample
Added wxSystemOptions, regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 10:07:06 +00:00 |
|
Vadim Zeitlin
|
03147cd08e
|
added wxLogChain and wxLogPassThrough classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 09:43:40 +00:00 |
|
Vadim Zeitlin
|
86313763ba
|
compilation fix for MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-11 07:37:06 +00:00 |
|
Václav Slavík
|
8f0db49cd2
|
compilation fix for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 22:48:27 +00:00 |
|
Václav Slavík
|
a8132cd4b1
|
1. #ifdefed wxPopupComboWindow to be used only in wxUniv
2. compilation fix for wxPopupWindowHandler::OnLeftDown (somehow I doubt this will work w/o wxUniv...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 22:46:18 +00:00 |
|
Václav Slavík
|
b0bdbbfe11
|
fixes for tables renderer: now recognizes missing border property correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 22:38:21 +00:00 |
|
Vadim Zeitlin
|
fd7718b28c
|
made wxLog::Set/GetVerbose() static back again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 17:33:53 +00:00 |
|
Vadim Zeitlin
|
bf188f1add
|
added cmd line parsing support to wxApp and --theme option to wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 17:28:19 +00:00 |
|
Vadim Zeitlin
|
89e7a223c2
|
more combobox appearance fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 15:42:51 +00:00 |
|
Vadim Zeitlin
|
cc7343106d
|
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
|
2001-07-10 15:16:55 +00:00 |
|
Vadim Zeitlin
|
e4606ed9d0
|
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
|
2001-07-10 15:07:52 +00:00 |
|
Vadim Zeitlin
|
1b4651028a
|
respect wxBU_EXACTFIT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 14:03:49 +00:00 |
|
Vadim Zeitlin
|
1b488c0eeb
|
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
|
2001-07-10 14:00:26 +00:00 |
|
Vadim Zeitlin
|
7ef8bfc4c7
|
added wxBU_EXACTFIT style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 13:44:04 +00:00 |
|
Vadim Zeitlin
|
2b0ba7ee71
|
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
|
2001-07-10 12:59:48 +00:00 |
|
Vadim Zeitlin
|
16bdba2cd2
|
use system colours under Windows (patch 439286)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 12:58:11 +00:00 |
|
Vadim Zeitlin
|
bcc0da5ce3
|
argh, another for GetVisibleLinesRange
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 12:50:40 +00:00 |
|
Vadim Zeitlin
|
ae167d2ffb
|
fix for incorrect assert in GetVisibleLinesRange
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 12:47:38 +00:00 |
|