Vadim Zeitlin
|
6d477bb459
|
(bad) fix for asserts and OnIdle events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 18:40:25 +00:00 |
|
Vadim Zeitlin
|
0b165ed6b2
|
made the log dialog resizeable (again?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 16:45:41 +00:00 |
|
Vadim Zeitlin
|
0e980f9109
|
highlight the focused item in non report mode too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 16:33:19 +00:00 |
|
Vadim Zeitlin
|
a95cdab85c
|
fix for (re)positioning the main window when the style changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 16:19:27 +00:00 |
|
Vadim Zeitlin
|
69c916e921
|
avoid nested modal log dialogs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 15:26:02 +00:00 |
|
Vadim Zeitlin
|
406a6f6b65
|
*really* suppress log messages from inside wxYield
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 13:21:34 +00:00 |
|
Robert Roebling
|
ec7482df8b
|
Fixed problem with missing refresh in wxScrolledWindow::
SetScrollbars().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 11:32:03 +00:00 |
|
Vadim Zeitlin
|
1ff4714de0
|
respect SetFont/SetXXXColour in wxTextCtrl even when using styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 09:58:19 +00:00 |
|
Vadim Zeitlin
|
1f4774338e
|
don't do anything in SetBackgroundColour() if colour is invalid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 09:24:36 +00:00 |
|
Vadim Zeitlin
|
3a57b93d37
|
timestampt trace/debug messages under Unix too, this is useful for debugging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 09:06:35 +00:00 |
|
Vadim Zeitlin
|
0cc7251efe
|
added wxWindow::Freeze/Thaw(), implemented them for wxGTK::wxTextCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 08:33:53 +00:00 |
|
Vadim Zeitlin
|
d6ddcd574b
|
fix for focus handling when deleting the items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-25 16:13:32 +00:00 |
|
Vadim Zeitlin
|
2b96d0fb4b
|
compilation warning fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-24 19:33:55 +00:00 |
|
Gilles Depeyrot
|
3c85ada9db
|
renamed Number method (should be GetCount)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-23 20:11:12 +00:00 |
|
Vadim Zeitlin
|
cc4a1ce1f5
|
fixed bug with wxPathExists('c:\') yet again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-23 18:17:28 +00:00 |
|
Vadim Zeitlin
|
f925f24de8
|
don't process VK_OEM_XXX key presses
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-23 18:13:36 +00:00 |
|
Vadim Zeitlin
|
2dace059ee
|
use Windows standard icons instead of our own (patch 443856)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-23 18:06:13 +00:00 |
|
Vadim Zeitlin
|
0516e0e8ec
|
1. fixed bug with empty value not being written to the file
2. moved ConfigEntry/Group into .cpp from .h and renamed them to wxXXX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-23 17:45:56 +00:00 |
|
Vadim Zeitlin
|
34bbbc276d
|
don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-23 15:54:41 +00:00 |
|
Vadim Zeitlin
|
91c6cc0e71
|
fixed bug with deletion of several last items in wxListCtrl, added tests for it in the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-23 14:57:01 +00:00 |
|
Vadim Zeitlin
|
d9ff0f91fb
|
added and documented wxDir::HasFiles/SubDirs(), use the latter in wxDirDialog - it is several orders of magniture faster than wxFindFirstFile!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-23 13:28:39 +00:00 |
|
Gilles Depeyrot
|
d7d38ea412
|
fixed wxListBox inheritance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-22 20:05:15 +00:00 |
|
Gilles Depeyrot
|
b142515e79
|
corrected pragma interface/implementation for Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-22 17:03:06 +00:00 |
|
Vadim Zeitlin
|
7ba166dd9e
|
compilation fix for old broken Borland compiler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-22 12:06:46 +00:00 |
|
Vadim Zeitlin
|
d7926e0b76
|
backported fix for proper tree ctrl refershing after changing item colour/font from 2.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-22 01:28:18 +00:00 |
|
Gilles Depeyrot
|
689471fc3a
|
added DEP_INFO_FLAGS to compilation options
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-21 06:42:20 +00:00 |
|
Gilles Depeyrot
|
4b6480c8eb
|
minor changes to correct compilation warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-21 05:19:25 +00:00 |
|
Vadim Zeitlin
|
5fe143dfdf
|
fix for rather mysterious problem when deleting the list ctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 20:54:17 +00:00 |
|
Vadim Zeitlin
|
32a87ae7b5
|
applied numpad keys patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 14:35:39 +00:00 |
|
Václav Slavík
|
eaf1a1d902
|
fixed entities parsing under win32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 12:33:32 +00:00 |
|
Václav Slavík
|
0d58bb6578
|
oops, forgot to fix wxHtmlTag dtor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 12:32:50 +00:00 |
|
Vadim Zeitlin
|
ff3d11a0ab
|
implemented EVT_LIST_CACHE_HINT support: send this message from OnPaint() now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 11:12:34 +00:00 |
|
Vadim Zeitlin
|
e3c7fd79d0
|
fixed three new warnings after the last warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 08:56:27 +00:00 |
|
Vadim Zeitlin
|
3c8c8da2aa
|
fixed a warning and detabified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 08:55:08 +00:00 |
|
Vadim Zeitlin
|
8a5b9745fb
|
fixed crash in XPM decoder when reading non XPM files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 01:18:08 +00:00 |
|
Vadim Zeitlin
|
e623926d63
|
filter out garbage Windows sends us via LVN_ODCACHEHINT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 01:00:21 +00:00 |
|
Vadim Zeitlin
|
614391dc08
|
added EVT_LIST_COMMAND_CACHE_HINT, implemented it for MSW and test in the sample; briefly documented virtual list control fucntionality
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-20 00:25:09 +00:00 |
|
Vadim Zeitlin
|
481c879b8e
|
VC++ warning fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-19 23:43:40 +00:00 |
|
Václav Slavík
|
211dfeddfc
|
new wxHtmlParser core and changes implied by it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-19 22:31:00 +00:00 |
|
Vadim Zeitlin
|
0f2ecc913b
|
FreeBSD compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-19 20:54:49 +00:00 |
|
Vadim Zeitlin
|
cd0401c85e
|
fixed some warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-19 20:52:26 +00:00 |
|
Vadim Zeitlin
|
850ed6e7b0
|
1. don't delete item attributes in the virtual list control (=> crash)
2. refresh the window after deleting all items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-19 20:50:40 +00:00 |
|
Vadim Zeitlin
|
dee5b92f9c
|
fix for custom bitmap setting for the first page
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-19 12:29:02 +00:00 |
|
Václav Slavík
|
9eeca6dfe8
|
fixed ugly stupid piece of code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-18 23:01:43 +00:00 |
|
Václav Slavík
|
00393283ff
|
Unicode complation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-18 23:01:31 +00:00 |
|
Václav Slavík
|
8079468d4d
|
Mingw Unicode fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-18 23:00:17 +00:00 |
|
Václav Slavík
|
55b2b0d80a
|
Unicode fixes to wxCmdLineParser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-18 22:59:51 +00:00 |
|
Vadim Zeitlin
|
63617fb55d
|
initialize gs_pFrame to NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-17 22:21:01 +00:00 |
|
Vadim Zeitlin
|
2feed0044e
|
blind fix for wxScrolledWindow problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-17 22:01:00 +00:00 |
|
Vadim Zeitlin
|
32a2fbc868
|
fixed regex bug in ProcessFamiliesFromFontList
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-17 18:14:04 +00:00 |
|